该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 26, 2024
-
-
由 Ross Byrne 创作于
Fixes rubocop exceptions in tests no 13
-
- 2月 24, 2024
-
-
由 Allison Browne 创作于
- Add spec for supports_canceling? - Fix pipeline feature spec and add an example - Fix merge train auto merge service spec - Consider a build retryable if canceling since users should not need to wait for the after_script to run to retry - Fix cancel pipeline service spec - Fix the cancel redundant pipelines service spec - Fix create pipeline service spec - Fix cancel redundant pipelines worker spec Fix 2 more specs: - spec/models/environment_spec.rb - spec/workers/ci/cancel_pipeline_worker_spec.rb
-
- 2月 23, 2024
-
-
由 ichernikov 创作于
This reverts merge request !144921
-
由 Coung Ngo 创作于
The service_desk_vue_list feature flag is default enabled so we can delete it now and delete the legacy code Changelog: other
-
由 Elwyn Benson 创作于
Project -> Settings -> Repository -> Mirroring repositories -> Add New was the only usage of this class.
-
由 Himanshu Kapoor 创作于
Split feature specs into multiple files since one file was getting too large and causing intermittent failures.
-
由 Julia Miocene 创作于
- Hide title and filter controls when no groups are visible on a Groups page. - Remove banner on Explore groups page. - Add illustration when there are no groups found. Changelog: changed
-
- 2月 22, 2024
-
-
由 Julia Miocene 创作于
-
由 Marc Shaw 创作于
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/144553 Changelog: fixed
-
- 2月 21, 2024
-
-
由 Miguel Rincon 创作于
This change introduces a new feature flag to replace the project runner edit form with a Vue implementation. Users will see a form that matches the design of the admin and group runner forms.
-
由 Roy Liu 创作于
-
- 2月 20, 2024
-
-
由 Miguel Rincon 创作于
This change removes enable_new_sentry_clientside_integration in favor of enable_new_sentry_integration to have a single feature flag that defined the sentry compatibility state. Changelog: other
-
由 Doug Stull 创作于
- Feature was obsoleted in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73514 and not removed. - See https://gitlab.com/gitlab-org/gitlab/-/issues/344079
-
由 Ross Byrne 创作于
-
由 Drew Blessing 创作于
Merge branch 'security_prevent_ldap_user_password_sign_in' into 'master' See merge request gitlab-org/security/gitlab!3870 Changelog: security
-
- 2月 19, 2024
-
-
由 Roger Meier 创作于
The original MR(Show admin mode within active sessions view) has been reverted due to failures: https://gitlab.com/gitlab-org/release/tasks/-/issues/8332#note_1748203585 on staging-canary. See discussion https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142158#note_1748221369 It was agreed to implement it in two steps, and this is step one. Within this MR CurrentUserMode is extend with session parameter and within load_raw_session only known attributes of ActiveSession are loaded. This fixes the root cause for the crash within staging-canary. In the future new attributes can be added without the risk of a crash as only known attributes are passed to the constructor.
-
由 Rajan Mistry 创作于
Add edit pattern for labels widget
-
- 2月 16, 2024
-
-
由 Ross Byrne 创作于
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Luke Duncalfe 创作于
This is a step towards the feature of supporting the GitLab for Slack app integration to be configured at group and instance-level. https://gitlab.com/gitlab-org/gitlab/-/issues/391526 The change adds route, controller and view support for group-level and instance-level configuration. The changes are hidden behind a feature flag.
-
由 Julia Miocene 创作于
-
由 Julia Miocene 创作于
- https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144448 Changelog: changed
-
由 Laura Montemayor 创作于
This MR sets up validation for semantic versioning when releasing a new vesion of the catalog resource. * Add migration for adding columns to support parsing of SemVer * Updates the Versions::CreateService to use `release.tag` for versioning * Updates specs that were not using semantic version, thus testing the semantic version validation further * Quarantines an out of date feature spec Changelog: added
-
- 2月 15, 2024
-
-
由 Anna Vovchenko 创作于
Use the components from the Environments list page. Use the existing query. Update the layout. Changelog: added
-
由 Ross Byrne 创作于
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Ross Byrne 创作于
Changelog: changed
-
- 2月 14, 2024
-
-
由 Rutger Wessels 创作于
updated_at is not a good field for sorting, because it is also updated for non-activity reasons. By changing the sort order to last_activity_at, the order makes more sense Changelog: changed
-
由 Rajendra Kadam 创作于
Make setting accessible from UI for changing settings Add specs for the new application setting in API and model Use the new setting column value in pipeline service rate limiter Update documentation to reflect the new setting changes This is behind the feature flag ci_rate_limit_downstream_pipelines.
-
由 Doug Stull 创作于
- for setting and using current organization throughout the app. - using middleware will allow us to make available in api, controller and graphql layers - move away from using our own CurrentOrganization module and use the rails provided CurrentAttributes which attaches to threads the same way and provides some default tooling. - see https://gitlab.com/gitlab-org/gitlab/-/issues/437541
-
由 Taras Tadai 创作于
-
- 2月 13, 2024
-
-
由 Laura Montemayor 创作于
-
由 Anna Vovchenko 创作于
Update the page to include tabs, move deployments list under the 'deployment history' tab, update the empty state. Changelog: changed
-
- 2月 10, 2024
-
-
由 Eric Ju 创作于
In Epic https://gitlab.com/groups/gitlab-org/-/epics/9006, gitaly is removing its reliance on writing out info/gitattributes. A key step of that is to stop using ApplyGitattributes() (make it no-op) see MR https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6573. ApplyGitattributes() is the RPC call behind copy_gitattributes, so this MR aims to prepare rails tests for stopping using ApplyGitattributes(). The purpose of this MR has two folds: 1. with this changes, the rail tests should pass with current gitaly 2. once MR https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6573 is in, the tests should pass with updated gitaly
-
由 Annabel Dunstone Gray 创作于
- Create sidebar with user info - Group info types - Move other content to right column - Add border to readme and activity calendar - Move activity directly under activity graph Changelog: changed
-
由 Lee Tickett 创作于
Changelog: changed
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/433130 WIP
-
- 2月 09, 2024
-
-
由 Ross Byrne 创作于
Changelog: changed
-
由 Julia Miocene 创作于
Changelog: changed
-
由 Brett Walker 创作于
Wikis and repositories no longer allow unlimited math rendering. It is now controlled by the `math_rendering_limits_enabled` instance and group setting. Changelog: fixed
-