- 29 Mar, 2021 12 commits
-
-
Alexander Strachan authored
-
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
-
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
-
Russell Dickenson authored
Documentation: Replace misused term See merge request gitlab-org/gitlab!57609
-
- 28 Mar, 2021 15 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
-
Kerri Miller authored
Improve large MR count query: avoid primary sticking and add caching See merge request gitlab-org/gitlab!57341
-
Aakriti Gupta authored
- move tests from calcualtor class to count service
-
Suzanne Selhorn authored
Update README.md Removed extra "the". See merge request gitlab-org/gitlab!57650
-
David O'Regan authored
Fix alignment of folder-caret and actions button in the subgroup list See merge request gitlab-org/gitlab!52400
-
Yogi authored
-
Peter Leitzen authored
Fix cop offenses for Style/HashTransformation in app directory See merge request gitlab-org/gitlab!56579
-
Stan Hu authored
Ignore Jira proxy settings columns See merge request gitlab-org/gitlab!57260
-
L Mendes authored
-
Stan Hu authored
Fix flaky spec by setting a fixed date See merge request gitlab-org/gitlab!57646
-
- 27 Mar, 2021 1 commit
-
-
Alex Kalderimis authored
This addresses flakiness to do with daylight savings.
-
- 26 Mar, 2021 12 commits
-
-
Suzanne Selhorn authored
-
Jose Ivan Vargas authored
Merge branch '285144-fe-render-generic-report-data-on-vulnerability-details-page-root-component' into 'master' Add generic reports section and 'url' type to vulnerability details page See merge request gitlab-org/gitlab!56635
-
David Pisek authored
* Adds component with collapsible header * Adds rows, and items components * Adds "url" component
-
Robert Speicher authored
BulkImports: Rename "end_cursor" to "next_page" See merge request gitlab-org/gitlab!57503
-
Robert Speicher authored
Rename jobs to promote a smoother transition between Klar and Trivy based scanners See merge request gitlab-org/gitlab!57593
-
Mayra Cabrera authored
Ignore `default_enabled` value in `Feature.enabled?` [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56746
-
Vitali Tatarintev authored
Add missing definition files for some feature flags
-
Stan Hu authored
Fix two data races in the branch names cache See merge request gitlab-org/gitlab!57607
-
Robert Speicher authored
Use feature definitions for experiments api See merge request gitlab-org/gitlab!56900
-
Robert Speicher authored
Add task to label the security issue and MR See merge request gitlab-org/gitlab!57534
-
Philippe Lafoucrière authored
-
Arturo Herrero authored
The specs pass using `reload` in both actual and expected because `ignore_columns` is not working as expected. We don't use `reload` anywhere in the integrations code, so we can go with `reload` in the specs because the comparison having the ignored columns match with the extra columns.
-