- 16 Dec, 2017 2 commits
-
-
Oswaldo Ferreira authored
requests
-
Clement Ho authored
Hide runner token in CI/CD settings page -- EE merge edition Closes gitlab-ce#38019 See merge request gitlab-org/gitlab-ee!3773
-
- 15 Dec, 2017 38 commits
-
-
Filipa Lacerda authored
Fix wording in Add Cluster tooltip See merge request gitlab-org/gitlab-ee!3790
-
Michael Kozono authored
[ci skip]
-
Michael Kozono authored
[ci skip]
-
Robert Speicher authored
CE upstream - Thursday Closes #4325, gitlab-ce#36054, #4277, #10, gitlab-ce#33926, gitlab-qa#102, gitaly#793, and gitlab-ce#39608 See merge request gitlab-org/gitlab-ee!3787
-
Nick Thomas authored
Only try AWS instance profile creds if needed See merge request gitlab-org/gitlab-ee!3798
-
-
Robert Speicher authored
EE: Add cop to make sure we don't use ivar in a module See merge request gitlab-org/gitlab-ee!3008
-
Nick Thomas authored
-
bikebilly authored
Merge branch 'fix-wording-add-clusters' of gitlab.com:gitlab-org/gitlab-ee into fix-wording-add-clusters
-
bikebilly authored
-
Achilleas Pipinellis authored
simplify git-annex to LFS migration guide See merge request gitlab-org/gitlab-ee!2859
-
Antoine Beaupré authored
-
Nick Thomas authored
-
Achilleas Pipinellis authored
Add link to runner security See merge request gitlab-org/gitlab-ee!3725
-
Ernst van Nierop authored
-
Robert Speicher authored
[EE] Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ee!3783
-
bikebilly authored
-
Lin Jen-Shin authored
This is a bad smell that we should fix
-
Nick Thomas authored
Don't use Markdown cache for stubbed settings in specs See merge request gitlab-org/gitlab-ee!3793
-
Rémy Coutable authored
Make help link open in new tab See merge request gitlab-org/gitlab-ee!3759
-
Phil Hughes authored
Fix broken test mocking the wrong tool Closes #4350 See merge request gitlab-org/gitlab-ee!3792
-
Phil Hughes authored
-
Sean McGivern authored
`Aws::InstanceProfileCredentials.new` actually performs an API request to AWS, which can result in us hitting a rate limit. Rewrite `Gitlab::Elastic::Client.resolve_aws_credentials` to the slightly more verbose, but equally clear, variant, to ensure that we don't call this unless we have to - i.e. the static credentials do not work.
-
Lin Jen-Shin authored
* ee/master: Added Authorized Keys specific checks for Geo Simplify database replication instructions and make dryer Add SAST docs for EE Combine ssh docs and rename the doc Docs: update documentation guidelines Replace gl.utils.formatDate in place of exported function Add deprecated page back in Docs: add indexes for monitoring and performance monitoring Add docs for commit diff discussion in merge requests Import gitlab_projects.rb from gitlab-shell Show clear message when set-geo-primary-node was successful fix formatting of parameters for new group and transfer project to group
-
Lin Jen-Shin authored
-
Dmitriy Zaporozhets authored
Documentation for SAST results in MR widget Closes #4125 See merge request gitlab-org/gitlab-ee!3741
-
Nick Thomas authored
Added Authorized Keys specific checks for Geo Closes #4090 See merge request gitlab-org/gitlab-ee!3728
-
Gabriel Mazetto authored
-
Nick Thomas authored
Simplify database replication instructions and make dryer Closes #4254 and #4265 See merge request gitlab-org/gitlab-ee!3682
-
Ernst van Nierop authored
-
Achilleas Pipinellis authored
-
Sean McGivern authored
The ApplicationSetting model uses the CacheMarkdownField concern, which updates the cached HTML when the field is updated in the database. However, in specs, when we want to test conditions using ApplicationSetting, we stub it, because this is accessed in different ways throughout the application. This means that if a spec runs that caches one of the Markdown fields, and a later spec uses `stub_application_setting` to set the raw value of that field, the cached value was still the original one. We can work around this by ignoring the Markdown cache in contexts where we're using `stub_application_setting`. We could be smarter, and only do this on the Markdown fields of the model, but this is probably fine.
-
Nick Thomas authored
Combine ssh docs and rename the doc Closes #4267 See merge request gitlab-org/gitlab-ee!3753
-
Ernst van Nierop authored
-
Filipa Lacerda authored
-
Sean McGivern authored
fix formatting of parameters for new group and transfer project to group See merge request gitlab-org/gitlab-ee!3758
-
Achilleas Pipinellis authored
Add deprecated page back in See merge request gitlab-org/gitlab-ee!3788
-
Phil Hughes authored
Replace gl.utils.formatDate in place of exported function Closes #4347 See merge request gitlab-org/gitlab-ee!3789
-