- 07 Jul, 2020 40 commits
-
-
Suzanne Selhorn authored
Update link for expiration policy settings See merge request gitlab-org/gitlab!36203
-
Tim Rizzi authored
-
Enrique Alcántara authored
Fixed translation errors on MR Widget See merge request gitlab-org/gitlab!35888
-
Emily Ring authored
Update trasnlation method for vue_merge_request_widget/components/terraform/
-
Mike Jang authored
Update import.md See merge request gitlab-org/gitlab!36135
-
Amy Qualls authored
Update future tense testing in docs See merge request gitlab-org/gitlab!36163
-
Jose Ivan Vargas authored
Merge branch '216962-add-an-expandable-tag-detail-view-to-the-image-repository-detail-view-ui' into 'master' Add details rows to Container registry Tags List See merge request gitlab-org/gitlab!36036
-
Nicolò Maria Mezzopera authored
- new component - unit tests
-
Andrew Fontaine authored
Suggest default_branch_name when available See merge request gitlab-org/gitlab!35915
-
Michael Leopard authored
-
Amy Qualls authored
Templated variables: add introduced-in link See merge request gitlab-org/gitlab!36152
-
Andrew Fontaine authored
Geo Nodes - Title Spacing Closes #225628 See merge request gitlab-org/gitlab!35907
-
Zack Cuddy authored
This corrects the spacing bug when the new button isn't visible.
-
Andrew Fontaine authored
Add tooltip to MR widget for "Squash commits" option when at disabled state Closes #223029 See merge request gitlab-org/gitlab!35081
-
Michael Kozono authored
Remove feature flag to make registry table SSOT for Uploads See merge request gitlab-org/gitlab!35921
-
Rémy Coutable authored
FindRemoteRepository is storage scoped See merge request gitlab-org/gitlab!35962
-
Pavlo Strokov authored
The contract of FindRemoteRepository RPC changed and now it expects 'storage_name' field to be passed. It is optional as of now, but will be made required after migrating this RPC from SERVER scope to STORAGE scope. Related to: https://gitlab.com/gitlab-org/gitaly/-/issues/2442
-
Mike Jang authored
Update saml troubleshooting to reflect new behavior in rails 5 See merge request gitlab-org/gitlab!35568
-
Lin Jen-Shin authored
Include background migrations in the migration test level [RUN AS-IF-FOSS] Closes #225494 See merge request gitlab-org/gitlab!35757
-
Sean McGivern authored
Namespace redis_client metrics with gitlab_ See merge request gitlab-org/gitlab!36197
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fortunately, there didn't seem to be any legitimate bug that I needed to fix here. The only that needed to be fixed were because: - Migrations older than 2019 were removed with 13.1 (02ea9bc7), so the specs that were relying on a 2018* schema wouldn't work anymore - The ghost user type was refactored by 3150ee76 so `let(:user_type) { 'ghost' }` needed to be changed to `let(:user_type) { HasUserType::USER_TYPES[:ghost] }` - Some post migrations to steal background migrations were left over even though the background migration was removed in 13.1. Since GitLab needs to be updated to 13.0 first, before being upgrade to 13.1, it's safe to remove these post migrations now. - The snippets_size column was added on `20200622095419` but `db/post_migrate/20190527194900_schedule_calculate_wiki_sizes.rb` might try to update project statistics before the snippets_size column has been created. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Illya Klymov authored
Add count to imported Jira issues message See merge request gitlab-org/gitlab!36075
-
Jacob Vosmaer authored
-
Sanad Liaquat authored
Quarantine consistently failing e2e spec See merge request gitlab-org/gitlab!36188
-
James Lopez authored
Convert Import/Export rate limits to application settings See merge request gitlab-org/gitlab!35728
-
Marcia Ramos authored
Spelling and styling of `doc/policy/maintenance.md` See merge request gitlab-org/gitlab!36105
-
Michael Bisbjerg authored
-
Illya Klymov authored
Add support for linting based on schemas in WebIDE See merge request gitlab-org/gitlab!35838
-
Himanshu Kapoor authored
This allows us to lint our .gitlab-ci.yml file and other yaml files in general
-
Russell Dickenson authored
Clarify difference and values of pipeline to API docs See merge request gitlab-org/gitlab!36058
-
Corinna Wiesner authored
There are two different API attributes for pipeline minutes in Users and Groups. The difference is currently not clear when reading the docs. To clarify this we will add information to make it clearer. Also adding information for possible values for shared_runners_minutes_limit.
-
Enrique Alcántara authored
Replace append-right-default See merge request gitlab-org/gitlab!35979
-
Enrique Alcántara authored
Initial identifier paragraph custom renderer implementation Closes #225179 See merge request gitlab-org/gitlab!35881
-
Derek Knox authored
Simply identifier syntax custom renderer by zooming out to the paragraph level vs. the text level.
-
Adam Hegyi authored
Add db column to indicate temporarily increased storage Closes #227054 See merge request gitlab-org/gitlab!36107
-
Sean McGivern authored
Reduce number of scanned commits for code intelligence See merge request gitlab-org/gitlab!36093
-
Phil Hughes authored
Hide Add to Batch button when suggestions can't be applied See merge request gitlab-org/gitlab!35525
-
André Luís authored
-