- 19 Feb, 2018 21 commits
-
-
🙈 jacopo beschi 🙉 authored
-
Filipa Lacerda authored
Fix single digit value clipping for stacked progress bar Closes gitlab-ee#4864 See merge request gitlab-org/gitlab-ce!17217
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Sean McGivern authored
Avoid slow File Lock checks when not used Closes #43339 See merge request gitlab-org/gitlab-ce!17140
-
Douwe Maan authored
Increase feature flag cache TTL to one hour Closes #40854 See merge request gitlab-org/gitlab-ce!17213
-
Rémy Coutable authored
Fix and simplify end-to-end tests for secret variables Closes gitlab-qa#190 See merge request gitlab-org/gitlab-ce!17173
-
Yorick Peterse authored
Flipper already takes care of flushing cache entries when enabling/disabling features so it should be safe to increase the TTL. This in turn should drastically reduce the number of Flipper queries executed. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/40854
-
Sean McGivern authored
Resolve "Double closing system notes when closing issue with Merge Request" Closes #32546 and #32564 See merge request gitlab-org/gitlab-ce!17035
-
Nick Thomas authored
Don't attempt to update user tracked fields if database is in read-only Closes gitlab-ee#4972 See merge request gitlab-org/gitlab-ce!17200
-
Sean McGivern authored
The tracking issue if this causes problems is https://gitlab.com/gitlab-org/gitaly/issues/1028
-
Achilleas Pipinellis authored
Docs: Update all articles with the new layout (metadata from the frontmatter) Closes #42831 See merge request gitlab-org/gitlab-ce!17187
-
Sean McGivern authored
Fix squash rebase not working when diff contained encoded data Closes gitlab-ee#4960 See merge request gitlab-org/gitlab-ce!17205
-
Sean McGivern authored
[ci skip]
-
James Edwards-Jones authored
Also avoid double commit lookup during file lock check by reusing memoized commits.
-
Filipa Lacerda authored
Backport webpack.config.js changes from EE See merge request gitlab-org/gitlab-ce!17185
-
Douwe Maan authored
Fix Error 500 when viewing a commit with a GPG signature in Geo Closes gitlab-ee#4825 See merge request gitlab-org/gitlab-ce!17207
-
Douwe Maan authored
Remember assignee when moving an issue See merge request gitlab-org/gitlab-ce!17116
-
Douwe Maan authored
Sanitize extra blank spaces used when uploading a SSH key Closes #40552 See merge request gitlab-org/gitlab-ce!17138
-
Stan Hu authored
Closes gitlab-org/gitlab-ee#4825
-
Stan Hu authored
When the applied diff contains UTF-8 or some other encoded data, the diff returned back from the git process may be in ASCII-8BIT format. Writing this data to stdin may fail if the data because stdin expects this data to be in UTF-8. By switching the output to binmode, we ensure that the diff will always be written as-is. Closes gitlab-org/gitlab-ee#4960
-
- 18 Feb, 2018 3 commits
-
-
Jan Provaznik authored
Related to #41949
-
Stan Hu authored
With Geo, attempting to view an endpoint with a user could result in an Error 500 since Devise attempts to update the last sign-in IP and other details. Closes gitlab-org/gitlab-ee#4972
-
Stan Hu authored
Update issue closing pattern to be more forgiving Closes #17500 See merge request gitlab-org/gitlab-ce!17198
-
- 17 Feb, 2018 5 commits
-
-
Vicky Chijwani authored
-
Vicky Chijwani authored
-
Ian Baum authored
Revert "Merge branch 'expired-ci-artifacts' into 'master'" See merge request gitlab-org/gitlab-ce!17193
-
Stan Hu authored
Don't cache a nil repository root ref to prevent caching issues See merge request gitlab-org/gitlab-ce!17179
-
Douwe Maan authored
-
- 16 Feb, 2018 11 commits
-
-
Robert Speicher authored
Fix order dependencies in some specs Closes #43296 See merge request gitlab-org/gitlab-ce!17189
-
Stan Hu authored
-
Stan Hu authored
This reverts merge request !16578
-
Nick Thomas authored
Our automatically-generated project paths are of the form project<N>. If a spec manually specifies a project path of that form, it may conflict with the automatically-generated paths in some circumstances.
-
Jacob Schatz authored
Remove more route-based chunks from dispatcher.js See merge request gitlab-org/gitlab-ce!16901
-
Tim Zallmann authored
Resolve "Monaco service workers do not work with CDN enabled" Closes #42641 See merge request gitlab-org/gitlab-ce!17021
-
Tim Zallmann authored
Show loading button inline in MR widget See merge request gitlab-org/gitlab-ce!17174
-
Mike Greiling authored
-
Mike Greiling authored
-
Micaël Bergeron authored
# modified: lib/gitlab/git/commit.rb
-
Micaël Bergeron authored
-