该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 12月 11, 2023
-
-
由 Taka Nishida 创作于
Adds a new API endpoint that receives events from GitLab Agent (KAS). It will track events using internal event tracking.
-
- 11月 28, 2023
-
-
由 Taka Nishida 创作于
-
- 11月 23, 2023
-
-
由 Pam Artiaga 创作于
This removes the feature flag but keeps the new feature. Changelog: other
-
- 10月 03, 2023
-
-
由 Timo Furrer 创作于
Remove the `k8s_proxy_pat` feature flag. This FF has been introduced in 16.4 and the `k8s_proxy` PAT scope has been deemed stable. Changelog: removed
-
- 9月 08, 2023
-
-
由 Tiger 创作于
-
- 9月 04, 2023
-
-
由 Timo Furrer 创作于
-
由 Timo Furrer 创作于
-
- 9月 01, 2023
-
-
由 Tiger 创作于
Changelog: changed
-
- 8月 30, 2023
-
- 8月 18, 2023
-
-
由 Timo Furrer 创作于
This refactoring prepares the endpoint for a second `access_type`, which is the `personal_access_token` type. See https://gitlab.com/groups/gitlab-org/-/epics/11235
-
- 7月 13, 2023
-
-
由 Shinya Maeda 创作于
This commit cleans up feature flags for Kubernetes dashboard. Changelog: other
-
- 7月 11, 2023
-
-
由 Tiger 创作于
-
- 7月 03, 2023
-
- 6月 20, 2023
-
-
由 Timo Furrer 创作于
This MR implements the instrumentation proposal from https://gitlab.com/gitlab-org/gitlab/-/issues/412163+ and has a corresponding implementation in KAS introduced with https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/merge_requests/1009+.
-
- 6月 16, 2023
-
- 5月 22, 2023
-
- 5月 09, 2023
-
-
由 Chad Woolley 创作于
- The initial release of the Remote Development feature guarded by a feature flag - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/105783 - See https://gitlab.com/gitlab-org/remote-development/gitlab-remote-development-docs/-/blob/main/doc/local-development-environment-setup.md Changelog: added
-
- 4月 19, 2023
-
-
由 Hercules Merscher 创作于
Feature categories dependency_scanning and license_compliance replaced by software_composition_analysis, according to commit https://gitlab.com/gitlab-com/www-gitlab-com/-/commit/e1ea6909e4824563bbc176b1fd97d1c7ea977818
-
由 Shinya Maeda 创作于
-
- 4月 13, 2023
-
-
由 Shinya Maeda 创作于
-
- 3月 09, 2023
-
-
由 Hordur Freyr Yngvason 创作于
-
- 1月 26, 2023
-
-
由 Olivier Gonzalez 创作于
-
- 12月 03, 2022
-
-
由 Hordur Freyr Yngvason 创作于
The type in the API was Set[Integer], but our redis HLL code doesn't handle sets, so this was counting distinct stringified sets. Turns out these are likely to be distinct between requests, hence the inflated user count. We fix this by using an Array, which the redis gem handles correctly. See https://gitlab.com/gitlab-org/configure/general/-/issues/286 Changelog: fixed
-
- 12月 02, 2022
-
-
由 João Cunha 创作于
This was an oversight, as the starboard_vulnerability endpoints do not belong to the kubernetes_management feature_category, since it's not developed by the Configure group.
-
- 11月 07, 2022
-
-
由 João Cunha 创作于
The GitLab Agent Server (KAS) is the only component which uses this internal API. In the current version of KAS it does not send param[:gitops_sync_count] and params[:k8s_api_proxy_request] anymore. We've kept these around while we were transitioning the KAS version to change the params to use params[:counters]. It's safe to remove this code now.
-
- 8月 04, 2022
-
-
由 João Cunha 创作于
- Extends the API to also accept unique counts - Add ci_users_using_ci_cd_tunnel event and metric - Add track_ci_users_using_ci_cd_tunnel feature flag for this metric Changelog: added
-
- 7月 21, 2022
-
-
由 Tiger 创作于
Changelog: added
-
- 7月 03, 2022
-
-
由 Mikhail Mazurskiy 创作于
These are internal API endpoints, called by kas only. It does not currently use the value, so it's safe to move it. It will use the value once moved. Even without the value kas works fine, so it's a safe change in any case.
-
- 5月 06, 2022
-
-
由 Kamil Trzciński 创作于
This removes all `default_enabled: :yaml | true | false`
-
- 4月 30, 2022
-
-
由 Bob Van Landuyt 创作于
Using the has notation instead of the definition in an array makes it easier to see where the endpoints live.
-
- 4月 27, 2022
-
-
由 João Cunha 创作于
During the MR review, we've validated that some endpoints were safely passing our 1 second default urgency. So this commit removes some global urgency :low calls and specifies the endpoints that really need them, leaving the rest as default 1s. We've also refactored one of the urgency calls to include all the necessary endpoints in the list, instead of having multiple calls to urgency :low, [..]
-
- 4月 21, 2022
-
-
由 Sam Goldstein 创作于
-
- 4月 13, 2022
-
-
由 Timo Furrer 创作于
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83270 Epic: https://gitlab.com/groups/gitlab-org/-/epics/7204 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/347045
-
- 3月 02, 2022
-
-
由 Hordur Freyr Yngvason 创作于
KAS queries gitaly directly for agent configuration and GitOps. Currently, KAS mimicks this default branch logic internally, and we suspect it may sometimes get it wrong. So this may fix a bug, but it will also allow us to remove duplicate logic from KAS. See https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/issues/210 Changelog: changed
-
- 1月 18, 2022
-
-
由 Tiger Watson 创作于
-
- 9月 30, 2021
-
-
由 Tiger 创作于
Although this endpoint previously existed in core, it was only ever used by EE functionality (all Agent features were licensed). Now that some agent features are being made available in core, we must add license checks to any functionality that will continue to be a paid feature.
-
- 8月 23, 2021
-
-
由 Tiger 创作于
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68023 Changelog: added
-
- 6月 30, 2021
-
-
由 Tiger 创作于
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60081 Changelog: added
-
- 5月 11, 2021
-
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-