- 07 Jul, 2020 40 commits
-
-
Heinrich Lee Yu authored
Improve a spec to make it faster and less flaky Closes #227189 See merge request gitlab-org/gitlab!36215
-
Amy Qualls authored
Improve AWS ECS in Auto DevOps documentation See merge request gitlab-org/gitlab!33822
-
Orit Golowinski authored
Removed recently added content, added link to other docs.
-
Suzanne Selhorn authored
Update pages_from_scratch.md: edit broken internal link to ci lint tool - now links to docs See merge request gitlab-org/gitlab!36054
-
Sean McGivern authored
Add logging to DeleteTagsService See merge request gitlab-org/gitlab!35539
-
Suzanne Selhorn authored
Update `when` details for `rules` See merge request gitlab-org/gitlab!36017
-
Marcel Amirault authored
-
Suzanne Selhorn authored
Change only examples to rules Closes #224709 See merge request gitlab-org/gitlab!35583
-
Marcel Amirault authored
-
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/
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-
David Fernandez authored
Add the corresponding rspec examples
-
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
-