- 18 Dec, 2017 5 commits
-
-
Marcia Ramos authored
With laravel's package auto-discovery, the composer install fails when it tries… See merge request gitlab-org/gitlab-ee!3345
-
Filipa Lacerda authored
EE port of ph-even-more-es-modules See merge request gitlab-org/gitlab-ee!3797
-
Rémy Coutable authored
Rename QA scenarios to make factory concept explicit / EE See merge request gitlab-org/gitlab-ee!3796
-
Grzegorz Bizon authored
-
Phil Hughes authored
Fix loading spinner for the weight block in the Issue Boards Closes gitlab-ce#41178 See merge request gitlab-org/gitlab-ee!3801
-
- 16 Dec, 2017 1 commit
-
-
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 34 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
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41178 Regressed in CE->EE MR because it wasn't condidered to be a conflict by git, see https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3633/diffs#f945183105ed1222efad338f5edfc05b00f59c56_28_28
-
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
-
Phil Hughes authored
-
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.
-