- 31 Aug, 2020 1 commit
-
-
Taylor McCaslin authored
-
- 26 Aug, 2020 30 commits
-
-
Igor Drozdov authored
Add snowplow analytics for clicking search result Closes #240731 See merge request gitlab-org/gitlab!40230
-
Igor Drozdov authored
Add tracker for unique virtual actions See merge request gitlab-org/gitlab!39694
-
Simon Knox authored
Update to Pyjamas gl-button in "ee/app/assets/javascripts/operations/components/dashboard/project_header.vue" Closes #219887 See merge request gitlab-org/gitlab!39792
-
Martin Wortschack authored
Do not load MR records when requesting counts See merge request gitlab-org/gitlab!40339
-
Thong Kuah authored
Bump gettext to v3.3.6 for Ruby 2.7 See merge request gitlab-org/gitlab!40453
-
Ramya Authappan authored
Add status_issue rspec tags for e2e tests See merge request gitlab-org/gitlab!40335
-
Simon Knox authored
Use top-level iterations query for project iterations report See merge request gitlab-org/gitlab!38821
-
Marcel Amirault authored
Add link to strace videos See merge request gitlab-org/gitlab!40433
-
Will Chandler authored
Add link to Unfiltered strace videosand reorganize strace links.
-
Thong Kuah authored
Change rules for verify-tests-yml to not run on foss Closes #241252 See merge request gitlab-org/gitlab!40429
-
Paul Slaughter authored
Use joinPaths to build URL See merge request gitlab-org/gitlab!40439
-
Mark Lapierre authored
Replace quarantine tag with skip_live_env Closes #240936 See merge request gitlab-org/gitlab!40345
-
Russell Dickenson authored
Add docs for track_redis_events helper methods in controllers Closes #241122 See merge request gitlab-org/gitlab!40347
-
Stan Hu authored
Move EE Base Model constant to method Closes #241191 See merge request gitlab-org/gitlab!40397
-
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 9 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