- 26 Aug, 2020 16 commits
-
-
Mark Chao authored
Update method named in describe block header See merge request gitlab-org/gitlab!40441
-
James Fargher authored
Fix spring configuration to allow RubyMine execute the debugger See merge request gitlab-org/gitlab!39482
-
Jose Ivan Vargas authored
Fix missing groupId for Milestone dropdown in Group contexts Closes #240989 See merge request gitlab-org/gitlab!40432
-
Gabriel Mazetto authored
Add helper for tracking Redis HLL events in controllers See merge request gitlab-org/gitlab!39796
-
Gabriel Mazetto authored
Render unstyled content in Whats New Drawer See merge request gitlab-org/gitlab!39892
-
Russell Dickenson authored
Docs: add version history note for "commented by" Closes #239087 See merge request gitlab-org/gitlab!40256
-
Marcia Ramos authored
-
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
-
Kerri Miller authored
-
James Fargher authored
Fix exception handling when a concurrent backup fails See merge request gitlab-org/gitlab!40451
-
- 25 Aug, 2020 24 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
-
Jay Swain authored
In an iterative step towards the "Whats New" feature (https://gitlab.com/groups/gitlab-org/-/epics/3556) this commit parses YAML and passes it as props to the component for display. part of: https://gitlab.com/gitlab-org/growth/engineering/-/issues/5387
-
Enrique Alcántara authored
Use embed_dropdown for snippets See merge request gitlab-org/gitlab!39885
-