- 15 Dec, 2017 26 commits
-
-
James Ramsay authored
-
James Ramsay authored
-
Achilleas Pipinellis authored
simplify git-annex to LFS migration guide See merge request gitlab-org/gitlab-ee!2859
-
Antoine Beaupré 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
-
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
-
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
-
🚄 Job van der Voort 🚀 authored
Docs: update documentation guidelines See merge request gitlab-org/gitlab-ee!3739
-
Marcia Ramos authored
-
Douwe Maan authored
Import gitlab_projects.rb from gitlab-shell (EE version) See merge request gitlab-org/gitlab-ee!3782
-
- 14 Dec, 2017 14 commits
-
-
Stan Hu authored
Closes #4347
-
ernstvn authored
-
Stan Hu authored
Show clear message when set-geo-primary-node was successful Closes #2177 See merge request gitlab-org/gitlab-ee!3768
-
Achilleas Pipinellis authored
Docs: add indexes for monitoring and performance monitoring See merge request gitlab-org/gitlab-ee!3785
-
Marcia Ramos authored
-
Marcia Ramos authored
Add commit diff discussion in merge request context documentation See merge request gitlab-org/gitlab-ee!3786
-
micael.bergeron authored
-
Robert Speicher authored
[EE] Update flipper to 0.11.0 and take advantage of the new features See merge request gitlab-org/gitlab-ee!3775
-
Filipa Lacerda authored
EE port of ph-es-modules See merge request gitlab-org/gitlab-ee!3779
-
Dmitriy Zaporozhets authored
Resolve "Show results from docker image scan in the merge request widget" Closes #4249 See merge request gitlab-org/gitlab-ee!3672
-
Rémy Coutable authored
Remove unnecessary newline in audit_event_presenter.rb See merge request gitlab-org/gitlab-ee!3778
-
Brett Walker authored
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
[EE] Include project in BatchLoader key to prevent returning blobs for the wrong project Closes #4325 See merge request gitlab-org/gitlab-ee!3777
-