- 06 Aug, 2019 23 commits
-
-
Kushal Pandya authored
Hides loading spinner after request Closes #65263 See merge request gitlab-org/gitlab-ce!31478
-
Kushal Pandya authored
Alerts dropdown to modal CE2 See merge request gitlab-org/gitlab-ce!31181
-
Simon Knox authored
Added as EE backport
-
Achilleas Pipinellis authored
Resolve "DOCS Clarify usage of ElasticSearch with Gitaly non-NFS" Closes #65606 See merge request gitlab-org/gitlab-ce!31454
-
Anton Smith authored
-
Achilleas Pipinellis authored
Edit new troubleshooting doc See merge request gitlab-org/gitlab-ce!31512
-
Evan Read authored
-
Achilleas Pipinellis authored
Cross link between cluster topics Closes #65617 See merge request gitlab-org/gitlab-ce!31506
-
Evan Read authored
-
Achilleas Pipinellis authored
SSoT for customization docs Closes #64588 See merge request gitlab-org/gitlab-ce!31308
-
Matt Penna authored
Reviewed all docs in the customization section and updated them to adhere to our SSoT standards.
-
Filipa Lacerda authored
In the pipeline's actions, moves the request to the component to allow to manage the inner state properly
-
Sean McGivern authored
Update reliable fetcher See merge request gitlab-org/gitlab-ce!31416
-
Kushal Pandya authored
Add note about refactoring to board_service.js See merge request gitlab-org/gitlab-ce!31468
-
Winnie Hellmann authored
-
Evan Read authored
Docs: add addon minute roll over info See merge request gitlab-org/gitlab-ce!31350
-
Tristan Williams authored
-
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
-
Ash McKenzie authored
Use Rails 5.2 Redis caching store Closes #64794 See merge request gitlab-org/gitlab-ce!30966
-
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
-
Valery Sizov authored
We added retry_count increment when job is recovered
-
- 05 Aug, 2019 17 commits
-
-
Clement Ho authored
Fix Admin area user access level radio button labels See merge request gitlab-org/gitlab-ce!31154
-
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.
-
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.
-
Clement Ho authored
Update dependency @gitlab/ui to v5.14.0 See merge request gitlab-org/gitlab-ce!31482
-
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 Release Tools Bot authored
[ci skip]
-
Mayra Cabrera authored
Resolve "API endpoint to list the Docker images/tags of a group" See merge request gitlab-org/gitlab-ce!30817
-
Steve Abrams authored
API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
-
Douglas Barbosa Alexandre authored
Only track Redis calls if Peek is enabled See merge request gitlab-org/gitlab-ce!31438
-