- 29 Mar, 2021 34 commits
-
-
Achilleas Pipinellis authored
Docs update - Add extension plpgsql is required See merge request gitlab-org/gitlab!57013
-
Alexander Strachan authored
-
Arturo Herrero authored
Sort IP Ranges in Groups Controller Specs See merge request gitlab-org/gitlab!57401
-
David Fernandez authored
Fix ip_restriction_ranges sorting in EE group spec See merge request gitlab-org/gitlab!57576
-
Natalia Tepluhina authored
Implement local GraphQL resolver for buying CI minutes See merge request gitlab-org/gitlab!56963
-
Vitaly Slobodin authored
Initial versions of GraphQL queries and fragments. All with data resolving on the client.
-
Dmitry Gruzd authored
Allow overnight restricted shift times See merge request gitlab-org/gitlab!57202
-
Dmytro Zaporozhets (DZ) authored
Replace 'nuke' with 'destroy' See merge request gitlab-org/gitlab!57663
-
Igor Drozdov authored
Further reduce N+1 on Jira pull endpoints See merge request gitlab-org/gitlab!57658
-
Mark Chao authored
Inject additional site profile config into CI yaml See merge request gitlab-org/gitlab!57454
-
Philip Cunningham authored
- Extend services - Update specs
-
Ezekiel Kigbo authored
Add popovers to horizontal path navigation in group-level VSA See merge request gitlab-org/gitlab!57229
-
Martin Wortschack authored
- This MR adds stage info popovers to path navigation displaying start and end event description
-
Vitaly Slobodin authored
Rename "CYCLE_ANALYTICS_*" variables in EE with "VALUE_STREAM_*" See merge request gitlab-org/gitlab!57103
-
Mark Chao authored
Update Bulk Import default page size to 500 See merge request gitlab-org/gitlab!57594
-
Vitaly Slobodin authored
Can't run DAST scan without repository See merge request gitlab-org/gitlab!57584
-
Kushal Pandya authored
Use CopyableField component in Issue Sidebar email address component See merge request gitlab-org/gitlab!57555
-
Kushal Pandya authored
Impove the diffs app render queue See merge request gitlab-org/gitlab!57369
-
Dylan Griffith authored
Add preloading to fix N+1 queries in merge requests search [RUN ALL RSPEC] See merge request gitlab-org/gitlab!57284
-
Terri Chu authored
-
Russell Dickenson authored
Combine Gitaly and Gitaly Cluster intro information See merge request gitlab-org/gitlab!57448
-
Evan Read authored
-
Kushal Pandya authored
Use mock apollo client in requirement_root_spec.js See merge request gitlab-org/gitlab!56730
-
Simon Knox authored
Add qa-selector to page element on admin license page See merge request gitlab-org/gitlab!57559
-
charlie ablett authored
-
Sean Arnold authored
- Minor spec tidy up
-
Sean Arnold authored
-
Sean Arnold authored
- Update rotation model - Remove graphql checks - Update generator to handle overnight shifts
-
Luke Duncalfe authored
Skip onboarding experience for invited users See merge request gitlab-org/gitlab!57117
-
Doug Stull authored
Not needed when user is invited or is already a member. https://gitlab.com/gitlab-org/gitlab/-/issues/325287
-
Russell Dickenson authored
Updating GitLab tier wording to be parallel See merge request gitlab-org/gitlab!57634
-
Russell Dickenson authored
Documentation: Fix db:reset command See merge request gitlab-org/gitlab!57611
-
Luke Duncalfe authored
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 authored
Documentation: Replace misused term See merge request gitlab-org/gitlab!57609
-
- 28 Mar, 2021 6 commits
-
-
Luke Duncalfe authored
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 authored
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 authored
- Use extendedWrapper for future maintainability - Extract initial parameters into the wrapper creator.
-
Eulyeon Ko authored
Use custom cache identifier for Requirement type when intializing mock apollo client.
-
Luke Duncalfe authored
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 authored
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
-