- 15 Dec, 2017 28 commits
-
-
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
-
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
-
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
-
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
-
🚄 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
-
Lin Jen-Shin authored
* ee/master: (1162 commits) Docs: add indexes for monitoring and performance monitoring Add docs for commit diff discussion in merge requests Add a security-review page for Geo Update flipper to 0.11.0 and take advantage of the new features Show clear message when set-geo-primary-node was successful EE port of ph-es-modules Fix typos and clear things up Add audit events to permissions table Clarify enterprise editions Clarify group sharing log events Add last updated date Refactor audit events docs Rename clair feature to sast_image Remove unnecessary newline in audit_event_presenter.rb Fix method name for pipeline spec Add missing link Clear BatchLoader after each spec to prevent holding onto records longer than necessary Include project in BatchLoader key to prevent returning blobs for the wrong project Add changelog for docker scan mr widget Fix conflict for app/assets/javascripts/lib/utils/datetime_utility.js ...
-
- 14 Dec, 2017 12 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
-