- 26 Aug, 2020 8 commits
-
-
Heinrich Lee Yu authored
Improve in_epics scope See merge request gitlab-org/gitlab!40203
-
Marcel Amirault authored
Change MR Pipelines docs to more correctly reference commits to an MR branch See merge request gitlab-org/gitlab!40312
-
Dylan Griffith authored
Update Gitaly to fix project seeding errors in GDK See merge request gitlab-org/gitlab!40456
-
Russell Dickenson authored
Fixing typo for the word "compliance" See merge request gitlab-org/gitlab!40421
-
Douglas Barbosa Alexandre authored
Enable locking latest artifact by default See merge request gitlab-org/gitlab!40395
-
Stan Hu authored
Bump this version manually to pull in the fix for https://gitlab.com/gitlab-org/gitaly/-/issues/3085. That issue causes projects to fail to seed in the GitLab Development Kit, particularly on Linux systems that have `git` and `ruby` binaries in the system PATH.
-
Douglas Barbosa Alexandre authored
Prevent accidental group deletion if path rename fails See merge request gitlab-org/gitlab!40353
-
James Fargher authored
Fix exception handling when a concurrent backup fails See merge request gitlab-org/gitlab!40451
-
- 25 Aug, 2020 32 commits
-
-
Ezekiel Kigbo authored
Remove unused triangle class See merge request gitlab-org/gitlab!40355
-
Mayra Cabrera authored
Remove pages sites asynchronously See merge request gitlab-org/gitlab!38313
-
Jacob Vosmaer authored
-
Stan Hu authored
Geo - Remove unused methods from Geo::ProjectRegistryStatusFinder See merge request gitlab-org/gitlab!40319
-
Stan Hu authored
If an update to the group path fails validation, the unsaved attributes would still be presented because the controller would fall through and call `render` on the unsaved group object. There was an attempt to reset the path to the previous value, but this did not work because the Rails form helper called `Group#to_param`, which loads the full route. While it may have been intentional to retain the failed values, it's better to be safe and reset all the values back to their original state. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/241110
-
Stan Hu authored
If a concurrent backup encounters an exception, we should allow the current threads to run to completion instead of aborting the whole backup. This was causing threads to leak outside of the tests in https://gitlab.com/gitlab-org/gitlab/-/issues/241251 and causing the query cache to be enabled. This also reverts the quarantined spec in f47a2f17. Closes https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40451
-
Dylan Griffith authored
Gitlab CI - AWS EKS Integration - Kubernetes version update Closes #238462 and #231463 See merge request gitlab-org/gitlab!38644
-
Mayra Cabrera authored
Add a cop to detect usages of Timecop.freeze See merge request gitlab-org/gitlab!39656
-
Illya Klymov authored
Resolve "Add better error messages for MR Analytics" See merge request gitlab-org/gitlab!40094
-
Mike Greiling authored
Split gl_dropdown prototypes into multiple files See merge request gitlab-org/gitlab!40437
-
Jan Provaznik authored
Enable merge_request_draft_filter by default See merge request gitlab-org/gitlab!40376
-
Jose Ivan Vargas authored
Migrate loading buttons on cluster applications Closes #229212 and #229209 See merge request gitlab-org/gitlab!39772
-
Rémy Coutable authored
Create project forks using factories See merge request gitlab-org/gitlab!40351
-
Mike Jang authored
Re-name Analytics Workspace as instance-level analytics See merge request gitlab-org/gitlab!40436
-
Dan Jensen authored
The Analytics group has not used the term Analytics Workspace for months, and has now formally adopted the phrase instance-level analytics instead. This updates the documentation accordingly.
-
Stan Hu authored
Quarantine #dump spec in backup/repository_spec See merge request gitlab-org/gitlab!40440
-
Denys Mishunov authored
Update dependency @gitlab/ui to v20.9.1 See merge request gitlab-org/gitlab!40401
-
Denys Mishunov authored
Move "Add Approver" Name Validation Error into Form See merge request gitlab-org/gitlab!39389
-
Kyle Wiebers authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/241251
-
James Ramsay authored
add release notes content section to feature template See merge request gitlab-org/gitlab!39751
-
Farnoosh Seifoddini authored
The release notes section is used by the release post item generator https://about.gitlab.com/handbook/marketing/blog/release-posts/#release-post-item-generator
-
Nathan Friend authored
Merge branch '219788-replace-gl-deprecated-button-with-gl-button-in-app-assets-javascripts-environments' into 'master' Resolve "Migrate environments pin button" Closes #219788 See merge request gitlab-org/gitlab!38891
-
Enrique Alcántara authored
Use embed_dropdown for snippets See merge request gitlab-org/gitlab!39885
-
Lukas Eipert authored
In this MR we simply split the gl_dropdown into multiple files.
-
Enrique Alcántara authored
Refactor pipeline new form to use controller See merge request gitlab-org/gitlab!40109
-
Paul Slaughter authored
We'll want to abstract this out to a prop on the GitLab UI component
-
Paul Slaughter authored
- Also removes old blob_embeddable since it isn't used anymore - Also adds a temporary gl-dropdown-text-py-0 utility class which we can remove when some upstream components have been updated
-
GitLab Bot authored
-
Sanad Liaquat authored
Add status_issue rspec tags for plan tests See merge request gitlab-org/gitlab!40056
-
Mike Jang authored
Update E2E best practices for blurring elements See merge request gitlab-org/gitlab!39866
-
Désirée Chevalier authored
-
Andrew Winata authored
-