- 24 Jul, 2019 10 commits
-
-
Stan Hu authored
This will help diagnose the source of excessive I/O from Rugged calls. To implement this, we need to obtain the full list of arguments sent to each request method.
-
Evan Read authored
Remove beta from group and instance clusters See merge request gitlab-org/gitlab-ce!31059
-
Daniel Gruesso authored
-
Clement Ho authored
Add empty chart component Closes #60947 See merge request gitlab-org/gitlab-ce!30682
-
Jose Ivan Vargas authored
This merge request adds an empty chart component which will load in case of queries not having data to display, this will override the current logic, which hides all the graphs that have no data to show
-
Evan Read authored
Add GitLab Unix shell scripting style guide to docs See merge request gitlab-org/gitlab-ce!30271
-
Victor Zagorodny authored
-
Thong Kuah authored
Set DOCKER_TLS_CERTDIR in CI job templates See merge request gitlab-org/gitlab-ce!31080
-
Thong Kuah authored
Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template See merge request gitlab-org/gitlab-ce!31078
-
-
- 23 Jul, 2019 30 commits
-
-
-
Mayra Cabrera authored
Fixes #29528, by allowing all users to view history Closes #29528 See merge request gitlab-org/gitlab-ce!30470
-
Alex Kalderimis authored
This removes the create_wiki permission check from the history controller, allowing show and history to have the same level of permissions. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29528
-
Paul Slaughter authored
Encapsulate file view modes with constants Closes #63894 See merge request gitlab-org/gitlab-ce!30737
-
Chris Toynbee authored
-
Robert Speicher authored
Remove dead mysql code Closes #63191 See merge request gitlab-org/gitlab-ce!29608
-
Tim Zallmann authored
Update Mermaid to v8.2.3 Closes #64601 See merge request gitlab-org/gitlab-ce!30985
-
Thong Kuah authored
#64081 allow override of helm release name See merge request gitlab-org/gitlab-ce!30360
-
James Keogh authored
Rename changelog to correct issue number, be more explicit that we're talking about Auto DevOps projects
-
Mayra Cabrera authored
Remove PostgreSQL opclasses monkey patch Closes #64529 and #59673 See merge request gitlab-org/gitlab-ce!30709
-
Stan Hu authored
Speed up boot time See merge request gitlab-org/gitlab-ce!31072
-
Stan Hu authored
Adjust group level analytics to accept multiple projects ids See merge request gitlab-org/gitlab-ce!30744
-
Sergey Alekseev authored
by removing an unused `begin ... rescue ... end` block. The block is no longer necessary after moving the bootsnap gem to the :default group in eedf7355.
-
Małgorzata Ksionek authored
-
Mayra Cabrera authored
Add validator for qualified domain array See merge request gitlab-org/gitlab-ce!31043
-
Reuben Pereira authored
- Validate that the entries contain no unicode, html tags and are not larger than 255 characters.
-
Mayra Cabrera authored
Add PIP_DEPENDENCY_PATH to dependency scanning template See merge request gitlab-org/gitlab-ce!30762
-
mo khan authored
-
Stan Hu authored
This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
-
Nick Thomas authored
None of this code can be reached any more, so it can all be removed
-
Robert Speicher authored
Mark mirrors as failed 1 hour after they started See merge request gitlab-org/gitlab-ce!30999
-
Robert Speicher authored
CE port for Group bulk edit merge requests See merge request gitlab-org/gitlab-ce!30569
-
Eugenia Grieff authored
Add bulk update sidebar to merge requests template Add js to toggle sidebar Fix bulk update button in issues template Add specs for merge requests in bulk update service
-
Kamil Trzciński authored
Extra logging for new live trace architecture See merge request gitlab-org/gitlab-ce!30892
-
Kamil Trzciński authored
Use persistent Redis cluster for Workhorse pub/sub notifications See merge request gitlab-org/gitlab-ce!30990
-
Kamil Trzciński authored
Fix suggestion on lines that are not part of an MR See merge request gitlab-org/gitlab-ce!30606
-
Stan Hu authored
This is no longer needed with Rails 5.2. opclass is the attribute used per https://github.com/rails/rails/pull/19090/files. Now that we've removed the monkey patch and restored the Rails schema dumper, it appears Rails has dropped the inclusion of `using: :btree` as well (https://github.com/rails/rails/pull/27981). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64529
-
Kamil Trzciński authored
Enable Junit reports Closes #64756 See merge request gitlab-org/gitlab-ce!30931
-
Nick Thomas authored
Make pipeline emails respect group email setting Closes #63485 See merge request gitlab-org/gitlab-ce!30907
-
Kamil Trzciński authored
Remove :livesum from RubySampler metrics See merge request gitlab-org/gitlab-ce!31047
-