- 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
-
Filipa Lacerda authored
Add summary statistics to the prometheus dashboard Closes #43973 See merge request gitlab-org/gitlab-ce!17921
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Phil Hughes authored
Web IDE blob image + default fallback See merge request gitlab-org/gitlab-ce!18186
-
Tim Zallmann authored
-
Sean McGivern authored
Resolve "Create cop for FactoryBot methods used in migration specs" Closes #42090 See merge request gitlab-org/gitlab-ce!18108
-
Sean McGivern authored
Add support for patch link extension for commit links on GFM Closes #17939 See merge request gitlab-org/gitlab-ce!18229
-
Rémy Coutable authored
Fix 500 error when MR from fork has conflicts but worker has not run See merge request gitlab-org/gitlab-ce!18226
-
Oswaldo Ferreira authored
-
Sean McGivern authored
Automatically cleanup stale worktrees and lock files upon a push Closes #44115 See merge request gitlab-org/gitlab-ce!18095
-
Phil Hughes authored
Stop redirecting the page in graph main actions See merge request gitlab-org/gitlab-ce!18185
-
Filipa Lacerda authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
git 2.16 will fail badly if there are stale worktrees. Closes #44115
-
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
-
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-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
-
Jacob Vosmaer authored
-
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`
-
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
-
Jacob Vosmaer authored
-