该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 29, 2021
-
-
由 Rémy Coutable 创作于
This new cop will ensure consistency in usage of the `#feature_available?` method. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
This makes clear that this method is checking for licensed features, for consistency with `Project#licensed_feature_available?`. I believe in the end, `Namespace#licensed_feature_available?` should replace `Namespace#feature_available?` since `Namespace` only checks for licensed features. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 David Fernandez 创作于
Fix ip_restriction_ranges sorting in EE group spec See merge request gitlab-org/gitlab!57576
-
由 Natalia Tepluhina 创作于
Implement local GraphQL resolver for buying CI minutes See merge request gitlab-org/gitlab!56963
-
由 Vitaly Slobodin 创作于
Initial versions of GraphQL queries and fragments. All with data resolving on the client.
-
由 Dmitry Gruzd 创作于
Allow overnight restricted shift times See merge request gitlab-org/gitlab!57202
-
由 Dmitriy Zaporozhets 创作于
Replace 'nuke' with 'destroy' See merge request gitlab-org/gitlab!57663
-
由 Igor Drozdov 创作于
Further reduce N+1 on Jira pull endpoints See merge request gitlab-org/gitlab!57658
-
由 Mark Chao 创作于
Inject additional site profile config into CI yaml See merge request gitlab-org/gitlab!57454
-
由 Philip Cunningham 创作于
- Extend services - Update specs
-
由 Ezekiel Kigbo 创作于
Add popovers to horizontal path navigation in group-level VSA See merge request gitlab-org/gitlab!57229
-
由 Martin Wortschack 创作于
- This MR adds stage info popovers to path navigation displaying start and end event description
-
由 Vitaly Slobodin 创作于
Rename "CYCLE_ANALYTICS_*" variables in EE with "VALUE_STREAM_*" See merge request gitlab-org/gitlab!57103
-
由 Mark Chao 创作于
Update Bulk Import default page size to 500 See merge request gitlab-org/gitlab!57594
-
由 Vitaly Slobodin 创作于
Can't run DAST scan without repository See merge request gitlab-org/gitlab!57584
-
由 Kushal Pandya 创作于
Use CopyableField component in Issue Sidebar email address component See merge request gitlab-org/gitlab!57555
-
由 Kushal Pandya 创作于
Impove the diffs app render queue See merge request gitlab-org/gitlab!57369
-
由 Dylan Griffith 创作于
Add preloading to fix N+1 queries in merge requests search [RUN ALL RSPEC] See merge request gitlab-org/gitlab!57284
-
由 Terri Chu 创作于
-
由 Russell Dickenson 创作于
Combine Gitaly and Gitaly Cluster intro information See merge request gitlab-org/gitlab!57448
-
由 Evan Read 创作于
-
由 Kushal Pandya 创作于
Use mock apollo client in requirement_root_spec.js See merge request gitlab-org/gitlab!56730
-
由 Simon Knox 创作于
Add qa-selector to page element on admin license page See merge request gitlab-org/gitlab!57559
-
由 charlie ablett 创作于
-
由 Sean Arnold 创作于
- Minor spec tidy up
-
由 Sean Arnold 创作于
-
由 Sean Arnold 创作于
- Update rotation model - Remove graphql checks - Update generator to handle overnight shifts
-
由 Luke Duncalfe 创作于
Skip onboarding experience for invited users See merge request gitlab-org/gitlab!57117
-
由 Doug Stull 创作于
Not needed when user is invited or is already a member. https://gitlab.com/gitlab-org/gitlab/-/issues/325287
-
由 Russell Dickenson 创作于
Updating GitLab tier wording to be parallel See merge request gitlab-org/gitlab!57634
-
由 Russell Dickenson 创作于
Documentation: Fix db:reset command See merge request gitlab-org/gitlab!57611
-
由 Luke Duncalfe 创作于
This builds on the optimisations in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57482 to further reduce N+1s during loading source and target project associations. The N+1 issues happen when a collection of merge requests are serialised as `API::Github::Entities::PullRequest` entities. This change also removes duplicate `preload` logic which was made redundant after 7856804b.
-
由 Russell Dickenson 创作于
Documentation: Replace misused term See merge request gitlab-org/gitlab!57609
-
由 Luke Duncalfe 创作于
Remove add issues modal code from issue boards [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57329
-
由 Lukas 'Eipi' Eipert 创作于
This feature has been disabled since 13.6 with a feature flag. Seems like we have not gotten any feedback that we should enable it, so let's remove it from the codebase. One motivation for removing it: It uses the Vue runtime template compiler. Removing this will bring us one step closer to shipping Vue without the template compiler which will bring a performance improvement across all pages. https://gitlab.com/gitlab-org/gitlab/-/issues/205169 https://gitlab.com/gitlab-org/gitlab/-/issues/292803
-
由 Eulyeon Ko 创作于
- Use extendedWrapper for future maintainability - Extract initial parameters into the wrapper creator.
-
由 Eulyeon Ko 创作于
Use custom cache identifier for Requirement type when intializing mock apollo client.
-
由 Luke Duncalfe 创作于
Merge branch '298854-gitlab-returns-error-500-when-visiting-admin-area-settings-integrations-mattermost-slash' into 'master' Hide project-specific views on group / instance level integrations See merge request gitlab-org/gitlab!57381
-
由 Justin Ho Tuan Duong 创作于
Some parts of integrations are only meant for projects. They fail to render if a project is not available, so it's best to hide them for now on group/instance level integrations. https://gitlab.com/gitlab-org/gitlab/-/issues/298854
-
由 Kerri Miller 创作于
Improve large MR count query: avoid primary sticking and add caching See merge request gitlab-org/gitlab!57341
-