- 06 Apr, 2018 40 commits
-
-
Stan Hu authored
We've seen changes in behavior in the reCAPTCHA widget that led to test failures. To avoid these issues, don't render the widget at all in test mode. Closes #45138
-
Stan Hu authored
-
Jan Provaznik authored
-
Jacob Vosmaer authored
-
Achilleas Pipinellis authored
-
GitLab Bot authored
# Conflicts: # app/controllers/dashboard_controller.rb # app/services/projects/update_pages_service.rb # doc/administration/index.md # doc/ci/variables/README.md # doc/ci/yaml/README.md # spec/models/environment_spec.rb [ci skip]
-
Douwe Maan authored
Extend API for importing a project export with overwrite support Closes #41900 See merge request gitlab-org/gitlab-ce!17883
-
Francisco Javier López authored
-
Stan Hu authored
Geo - Store checksum hashes as binary on the tracking database Closes #5353 See merge request gitlab-org/gitlab-ee!5039
-
Brett Walker authored
-
Douwe Maan authored
Add alternative archive route Closes #38830 See merge request gitlab-org/gitlab-ce!17225
-
Douwe Maan authored
Merge branch 'blackst0ne-rails5-update-skip-before-action-in-authenticates-with-two-factor-concern' into 'master' [Rails5] Add `raise: false` to skip_before_action in authenticates_with_two_factor.rb See merge request gitlab-org/gitlab-ce!18221
-
Sean McGivern authored
Use gitaly 0.94.0 See merge request gitlab-org/gitlab-ce!18225
-
Grzegorz Bizon authored
Improve docs about pipeline variables expressions Closes #44786 See merge request gitlab-org/gitlab-ce!18195
-
Grzegorz Bizon authored
Improve docs about pipeline variables expressions / EE See merge request gitlab-org/gitlab-ee!5246
-
Kamil Trzciński authored
Fix environment deployment platform filter method / EE Closes #5579 See merge request gitlab-org/gitlab-ee!5266
-
Kamil Trzciński authored
Fix environment deployment platform filter method See merge request gitlab-org/gitlab-ce!18216
-
Kamil Trzciński authored
Remove support for legacy tar.gz pages artifacts See merge request gitlab-org/gitlab-ee!5228
-
Kamil Trzciński authored
Remove support for legacy tar.gz pages artifacts See merge request gitlab-org/gitlab-ce!18090
-
Tim Zallmann authored
Implement a new SHA partial for commit lists Closes #42448 See merge request gitlab-org/gitlab-ce!17406
-
Shah El-Rahman authored
-
Sean McGivern authored
Resolve "Show a message when loading the issues / merge requests dashboard without filters" Closes #43246 See merge request gitlab-org/gitlab-ce!17961
-
Sean McGivern authored
Resolve "Show a message when loading the issues / merge requests dashboard without filters" (EE-port) See merge request gitlab-org/gitlab-ee!5213
-
James Lopez authored
CE upstream - 2018-04-06 12:25 UTC See merge request gitlab-org/gitlab-ee!5267
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Copyedit plugins docs See merge request gitlab-org/gitlab-ee!5268
-
Dmitriy Zaporozhets authored
Add a note to plugins.md about contributing back to GitLab See merge request gitlab-org/gitlab-ce!18215
-
James Ramsay authored
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
-
GitLab Bot authored
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Update GitLab.com settings with current state See merge request gitlab-org/gitlab-ce!18209
-
blackst0ne authored
Rails 5.0 raises `ArgumentErrror` if an unrecognised callback is skipped. https://github.com/rails/rails/commit/8b88df94ebda2e829782f514ff51caeaf5e694dd This commit adds `raise: false` to the filter.
-
Yorick Peterse authored
Cache personal projects count. Closes #37462 See merge request gitlab-org/gitlab-ce!18197
-
Grzegorz Bizon authored
-
Jacob Vosmaer authored
-
Yorick Peterse authored
Performance improvements warrants a changelog entry. See merge request gitlab-org/gitlab-ce!18218
-
Sean McGivern authored
[Rails5] Update `type_cast_*_database` methods See merge request gitlab-org/gitlab-ce!18188
-
blackst0ne authored
-
Andreas Brandl authored
-