- 06 Aug, 2019 16 commits
-
-
Dave Pisek authored
Both top-level navigation items that link to the projects' and the group's security dashboard contain title-attributes. This is inconsistent with the rest of the navigation. This commit removes the title-attributes for both elements.
-
GitLab Bot authored
-
Evan Read authored
Docs: add addon minute roll over info See merge request gitlab-org/gitlab-ce!31350
-
Tristan Williams authored
-
James Lopez authored
Remove some old feature flags from devops::secure See merge request gitlab-org/gitlab-ee!14983
-
Olivier Gonzalez authored
The corresponding features are running since several releases
-
Evan Read authored
Merge branch '65386-docs-add-elasticsearch-troubleshooting-to-administrator-troubleshooting-section' into 'master' Docs-Add ElasticSearch Troubleshooting Closes #65386 See merge request gitlab-org/gitlab-ce!31343
-
Jason Colyer authored
* Added elasticsearch.md * Added reference to guide in Troubleshooting section
-
James Lopez authored
Allow approvals_required to be lower than project See merge request gitlab-org/gitlab-ee!14902
-
Patrick Bajao authored
MR level approvals_required are currently restricted to be higher than project level approvals_required. This removes that restriction so the logic will be simpler.
-
GitLab Bot authored
-
Ash McKenzie authored
Use Rails 5.2 Redis caching store Closes #64794 See merge request gitlab-org/gitlab-ce!30966
-
GitLab Bot authored
-
Ray Paik authored
Fix links to unassigned, low weight issues for first time contributors See merge request gitlab-org/gitlab-ce!31485
-
Stan Hu authored
(Really) Fix Ruby 2.5 compatibility for diverging counts of branches Closes #64143 See merge request gitlab-org/gitlab-ce!31491
-
GitLab Bot authored
-
- 05 Aug, 2019 24 commits
-
-
Clement Ho authored
Fix Admin area user access level radio button labels See merge request gitlab-org/gitlab-ce!31154
-
Clement Ho authored
EE: Fix Admin area user access level radio button labels See merge request gitlab-org/gitlab-ee!14844
-
Drew Blessing authored
In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
-
Stan Hu authored
This is the first step in providing a fault-tolerant and distributed Redis caching store. We disable compression to avoid introducing a change that could have an adverse effect in production. Note that we won't be able to take advantage of the fault-tolerance and distributed features yet until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/64829. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64794
-
Daniel Gerhardt authored
!31480 does not fully restore compatibility because another Ruby 2.6 feature besides `Enumerable#filter` was used in commit ca5cd7b7. The use of `Enumerable#to_h`'s block is now replaced by an explicit `Enumerable#map` call. Error message: TypeError (wrong element type Gitlab::Git::Branch at 0 (expected array)): app/controllers/projects/branches_controller.rb:53:in `to_h' See https://bugs.ruby-lang.org/issues/15143. Fixes #64143.
-
Douglas Barbosa Alexandre authored
Remove validation of MR level approval rules in merge requests See merge request gitlab-org/gitlab-ee!14968
-
Drew Blessing authored
In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
-
GitLab Bot authored
-
Clement Ho authored
Resolve "Add padding to "merged by" widget" Closes #64831 See merge request gitlab-org/gitlab-ce!30972
-
Marcel van Remmerden authored
This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
-
Fatih Acet authored
UX fixes for projects dropdown filter See merge request gitlab-org/gitlab-ee!14890
-
Brandon Labuschagne authored
-
GitLab Bot authored
-
Clement Ho authored
Update dependency @gitlab/ui to v5.14.0 See merge request gitlab-org/gitlab-ce!31482
-
Paul Slaughter authored
Fix admin notes internationalization text See merge request gitlab-org/gitlab-ee!15001
-
Clement Ho authored
-
GitLab Bot authored
-
Evan Read authored
Add example to plugins file See merge request gitlab-org/gitlab-ce!30508
-
Ronald van Zon authored
-
Evan Read authored
Add description how to set custom CI file See merge request gitlab-org/gitlab-ce!31445
-
Alexander Tanayno authored
-
Mayra Cabrera authored
Fix error on project name See merge request gitlab-org/gitlab-ce!31471
-
Gosia Ksionek authored
Add project path to sql query to build proper path
-
GitLab Bot authored
-