- 03 Feb, 2021 1 commit
-
-
James Fargher authored
When any two storages are configured identically it was previously impossible to move projects from one to the other. This is because before trying to move the repository we check if the storages are identical to prevent dataloss. Instead of bailing out with an exception, now we simply update the database. This allows admins to update all projects before fixing the configuration error.
-
- 02 Feb, 2021 39 commits
-
-
Stan Hu authored
Wait up to 60 seconds instead of 30 seconds till PIDs should exist. See merge request gitlab-org/gitlab!53153
-
Andrew Fontaine authored
Replace bootstrap event strings with constants See merge request gitlab-org/gitlab!52777
-
Kev authored
This replaces the usage of the following bootstrap event names with constants defined in ~/lib/utils/constants.js. | Event Name | Constant | | -------------------- | ------------------ | | `bv::hide:tooltip` | `BV_HIDE_TOOLTIP` | | `bv::dropdown::show` | `BV_DROPDOWN_SHOW` | | `bv::dropdown::hide` | `BV_DROPDOWN_HIDE` |
-
Mayra Cabrera authored
Reassign analytics flags to group::optimize See merge request gitlab-org/gitlab!53024
-
Mayra Cabrera authored
Set `projects.has_external_wiki` to `DEFAULT false` and `NOT NULL` See merge request gitlab-org/gitlab!50916
-
Luke Duncalfe authored
This change contains migrations for `projects.has_external_wiki` to become a `NOT NULL` column that defaults to `FALSE`. This is possible after the PG Trigger added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49916 that always maintains `projects.has_external_wiki` as a boolean and never a `NULL`. It includes a data migration to set all historical `NULL` columns to be either `TRUE` or `FALSE`. The data migration also fixes the historical bad data for `has_external_wiki`: https://gitlab.com/gitlab-org/gitlab/-/issues/273574. https://gitlab.com/gitlab-org/gitlab/-/issues/290715.
-
Igor Drozdov authored
BulkImports: avoid infinity recursion on group migration See merge request gitlab-org/gitlab!52931
-
Mike Jang authored
Expand Linux cheat sheet's Networking section See merge request gitlab-org/gitlab!52973
-
Greg Myers authored
-
Scott Hampton authored
Refactor trigger block and spec See merge request gitlab-org/gitlab!53151
-
Douglas Barbosa Alexandre authored
Use codequality degradation factory See merge request gitlab-org/gitlab!53069
-
Andrew Fontaine authored
Add btn-default class for the download button in graphs page See merge request gitlab-org/gitlab!52857
-
Kassio Borges authored
The current subgroup migration strategy works iteratively, which means that each level of a group tree is imported before moving to the next level. This becomes a problem when the target group is within the source group, which creates a _infinity_ loop of import. >> Example: Given a group tree like: - Group A - Group B - Group C - Group X - Group Y If one decide to import the Group A into Group B, a recursion will happen, making the import stop only when the depth limit is achieved or some other database constraint, like the size of a group path. - Group A - Group B - Group A - Group B - Group A - Group B - Group A - Group B - ... - Group C - Group X - Group Y - Group C - Group X - Group Y - Group C - Group X - Group Y - Group C - Group X - Group Y To fix that, destination namespaces cannot be a descendant of the source group. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300445
-
Mike Jang authored
MRs that modify GraphQL complexity require a changelog See merge request gitlab-org/gitlab!53124
-
Jose Ivan Vargas authored
Separate sections in user settings pages layout See merge request gitlab-org/gitlab!53091
-
Jose Ivan Vargas authored
Fix typo in JSDoc comment See merge request gitlab-org/gitlab!53164
-
Jose Ivan Vargas authored
Update deployment frequency graphs to use UTC dates See merge request gitlab-org/gitlab!52919
-
Nathan Friend authored
This commit updates the deployment frequency charts to always use UTC dates when computing offsets and when communicating with the API.
-
Bob Van Landuyt authored
New Crowdin translations - 01 Feb 2021 See merge request gitlab-org/gitlab!53047
-
Sarah Groff Hennigh-Palermo authored
Remove ref_path from coverage CSV path See merge request gitlab-org/gitlab!53063
-
Amy Qualls authored
Updated intro text See merge request gitlab-org/gitlab!53098
-
Nick Gaskill authored
Update Blue-Green Deploy Docs with Traffic Weight Shaping See merge request gitlab-org/gitlab!52795
-
Tim Poffenbarger authored
-
Mikołaj Wawrzyniak authored
Serialize reference attribute on epics autocomplete endpoint See merge request gitlab-org/gitlab!49744
-
Martin Wortschack authored
Add btn-icon class for action buttons in the user profile See merge request gitlab-org/gitlab!52901
-
Nick Gaskill authored
Add integration types table and polish some content See merge request gitlab-org/gitlab!51867
-
Evan Read authored
Also polished some content.
-
Suzanne Selhorn authored
Add some additional information about viewing Group level Packages See merge request gitlab-org/gitlab!53071
-
Kenny Johnston authored
-
Nathan Friend authored
This commit update "Perform" to be "Performs" in JSDoc comments.
-
Tanya Pazitny authored
Update test case issue links for epic milestone e2e spec See merge request gitlab-org/gitlab!53150
-
Phil Hughes authored
UI text - settings - deploy keys See merge request gitlab-org/gitlab!52830
-
Marcia Ramos authored
- Improve UI text - deploy keys - shared - Add changelog UI text - TW review - wording and syntax - Update translations gitlab.pot - Update spec files - deploy keys - Update component - deploy keys - Update docs - deploy keys - Update empty_state view - Make text translatable
-
Peter Leitzen authored
Add award emoji to epics in GraphQL See merge request gitlab-org/gitlab!52922
-
Peter Leitzen authored
Simplify BulkImports::Pipeline::Context See merge request gitlab-org/gitlab!52833
-
Andrew Fontaine authored
Update mini pipeline selectors to use data-testid See merge request gitlab-org/gitlab!53017
-
Jose Ivan Vargas authored
Add UTC support to date add/subtract utilities See merge request gitlab-org/gitlab!53053
-
Nathan Friend authored
This commit update all date addition/subtraction utilities to optionally support perfoming the calculation with UTC dates, which ignores Daylight Saving Time.
-
Annabel Dunstone Gray authored
Remove space next to the icon in email button on admin/users page See merge request gitlab-org/gitlab!52451
-