- 15 Apr, 2022 20 commits
-
-
Shinya Maeda authored
-
Vitaly Slobodin authored
Merge branch '358310-replace-generic-checkbox-with-gitlab-ui-styled-checkbox-in-app-views-admin' into 'master' Replace generic checkbox with GitLab UI styled checkbox in app/views/admin/application_settings/_sentry.html.haml See merge request gitlab-org/gitlab!84837
-
Vitaly Slobodin authored
Rename HelpPopover when imported by summary_row See merge request gitlab-org/gitlab!83978
-
Miguel Rincon authored
-
Mark Chao authored
Merge branch '353936-github-importer-default-to-the-current-group-when-importing-from-github' into 'master' GitHub Importer - Default to the current group when importing from GitHub See merge request gitlab-org/gitlab!84323
-
Illya Klymov authored
* respect auth via token and via session Changelog: added
-
Mikołaj Wawrzyniak authored
Enable fix_related_environments_for_merge_requests FF by default See merge request gitlab-org/gitlab!85251
-
Adam Hegyi authored
Move VSA aggregation migration to migrate folder See merge request gitlab-org/gitlab!85164
-
Kushal Pandya authored
Migrate metadata checkbox to pajamas component See merge request gitlab-org/gitlab!84834
-
Kushal Pandya authored
Merge branch '358319-replace-generic-checkbox-with-gitlab-ui-styled-checkbox-in-app-views-admin' into 'master' Replace generic checkbox with GitLab UI styled checkbox in app/views/admin/application_settings/_visibility_and_access.html.haml See merge request gitlab-org/gitlab!84745
-
Adam Hegyi authored
This change fixes the undefined method errors in the VSA workers due to the missing database columns. Changelog: fixed
-
Kushal Pandya authored
Use IterationCadenceID in cadence GraphQL query See merge request gitlab-org/gitlab!84052
-
Eulyeon Ko authored
Convert to use IterationCadenceID instead of ID. Fix the typo in the spec filename.
-
Kushal Pandya authored
Update dependency list css to be more responsive See merge request gitlab-org/gitlab!83239
-
Shinya Maeda authored
Enable`env_last_deployment_by_finished_at` by default See merge request gitlab-org/gitlab!85202
-
Tiffany Rea authored
Split cancel MR in merge train spec into 2 specs See merge request gitlab-org/gitlab!85002
-
Shinya Maeda authored
Guard against Deployment#deployed_by being nil See merge request gitlab-org/gitlab!85032
-
Shinya Maeda authored
Changelog: fixed
-
Marcel Amirault authored
Adds secure files limits to instance limit docs See merge request gitlab-org/gitlab!85206
-
Darby Frey authored
-
- 14 Apr, 2022 20 commits
-
-
Alex Kalderimis authored
Refactor/put zentao menu under issues See merge request gitlab-org/gitlab!83367
-
Martin Tan authored
-
Stan Hu authored
Switch from respond_with_navigational to redirect_to See merge request gitlab-org/gitlab!85127
-
Alex Kalderimis authored
Add missing spec for recording unique events See merge request gitlab-org/gitlab!84951
-
Mayra Cabrera authored
Merge branch '359131-foss-is-broken-uninitialized-constant-gitlab-usage-metrics-instrumentations-2' into 'master' Move CountUsersDeploymentApprovals metric definition to EE See merge request gitlab-org/gitlab!85236
-
Allen Cook authored
-
Craig Norris authored
Remove "for use" from deprecation language See merge request gitlab-org/gitlab!85227
-
Amy Qualls authored
Add GitLab-Flavored Markdown (GLFM) Specification Guide to docs See merge request gitlab-org/gitlab!84220
-
Chad Woolley authored
- Describes plan for implementation
-
Tiffany Rea authored
-
Illya Klymov authored
Resolve "Audit and update buttons on ProjectsController#edit" See merge request gitlab-org/gitlab!84804
-
Mayra Cabrera authored
Revert "Merge branch 'renovate/eslint-and-related' into 'master'" See merge request gitlab-org/gitlab!85223
-
Peter Hegman authored
This reverts merge request !77861
-
Stan Hu authored
Fix the conditions when we scope to gitlab-org See merge request gitlab-org/gitlab!85189
-
David Fernandez authored
Locate the root namespace with path `gitlab-org` and then select all the image repositories (including those in subgroups) EE: true Changelog: fixed
-
Stan Hu authored
Revert "Merge branch 'pages-1-57-0' into 'master'" See merge request gitlab-org/gitlab!85230
-
Stan Hu authored
Nullify dependent associations in batches on user deletion See merge request gitlab-org/gitlab!84709
-
Steve Abrams authored
Use lowercase values in user search ordering See merge request gitlab-org/gitlab!81828
-
Hordur Freyr Yngvason authored
Fixes a subtle bug in the user search ranking where a case-sensitive match (PostgreSQL string equality) was used on a value that had previously been converted to lowercase. As a result, exact matches could receive the lowest priority instead of the higest priority. For distinctive usernames, this was not a problem, as those would result in unique matches anyway. However, when the username matched a prefix of a common human name, an exact match could get buried at the bottom of the results. For example, since Alexander is a very common name, this made it virtually impossible to find @Alexand in most GitLab dropdowns. Changelog: fixed
-
Jeremy Elder authored
Changelog: changed
-