- 24 Jul, 2019 24 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Sanad Liaquat authored
CE port of EE branch qa-staging-61-fix-ee-project-templates-spec See merge request gitlab-org/gitlab-ce!30835
-
Kushal Pandya authored
Improving packages navigation in project sidebar [CE Backport] See merge request gitlab-org/gitlab-ce!30256
-
Lin Jen-Shin authored
Resolve "Review App debugging sometimes fail because multiple Unicorn pods exist" Closes #64996 See merge request gitlab-org/gitlab-ce!31058
-
Grzegorz Bizon authored
Prefer `flat_map` over `map` + `flatten` in specs See merge request gitlab-org/gitlab-ce!31052
-
Peter Leitzen authored
Although `flat_map` is equivalent to `map` + `flatten(1)` (note the level 1) we can apply this same refactoring to all cases.
-
Ash McKenzie authored
Resolve "Add interactive links in the Admin Area overview" See merge request gitlab-org/gitlab-ce!29306
-
Kushal Pandya authored
Update dependency @gitlab/ui to ^5.7.1 See merge request gitlab-org/gitlab-ce!31026
-
Evan Read authored
Correct an omitted word See merge request gitlab-org/gitlab-ce!31083
-
Evan Read authored
Add notes to the docs about setting service variables for users wanting to do so from the UI See merge request gitlab-org/gitlab-ce!30863
-
Elliot Rushton authored
-
Thong Kuah authored
Fix duplicated suggestion in Danger gem warning See merge request gitlab-org/gitlab-ce!31088
-
Illya Klymov authored
Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
-
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
-
Tiger authored
-
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
-
otuhs_d authored
-
-
- 23 Jul, 2019 16 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.
-