- 06 Aug, 2019 31 commits
-
-
Steve Azzopardi authored
Docker 19.03 enables TLS by default: ``` Starting in 18.09+, the dind variants of this image will automatically generate TLS certificates in the directory specified by the DOCKER_TLS_CERTDIR environment variable. Warning: in 18.09, this behavior is disabled by default (for compatibility). If you use --network=host, shared network namespaces (as in Kubernetes pods), or otherwise have network access to the container (including containers started within the dind instance via their gateway interface), this is a potential security issue (which can lead to access to the host system, for example). It is recommended to enable TLS by setting the variable to an appropriate value (-e DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is enabled by default. ``` Update the example to use docker over TLS.
-
Sean McGivern authored
Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
-
Grzegorz Bizon authored
Backport productivity analytics migrations See merge request gitlab-org/gitlab-ce!31298
-
Kushal Pandya authored
Resolve "Add point of interest discussions to designs" See merge request gitlab-org/gitlab-ce!31276
-
Natalia Tepluhina authored
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
-
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
-
Pavel Shutsin authored
-
Pavel Shutsin authored
-
Pavel Shutsin 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 9 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
-