- 20 Dec, 2017 4 commits
-
-
Douwe Maan authored
Merge branch '39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted' into 'master' Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted Closes #39246 See merge request gitlab-org/gitlab-ce!15844
-
Douwe Maan authored
Add BlocksJsonSerialization model concern and include it in User Closes #37947 See merge request gitlab-org/gitlab-ce!14350
-
Phil Hughes authored
Remove animations from dropdowns Closes #41186 See merge request gitlab-org/gitlab-ce!15968
-
Douwe Maan authored
Don't link LFS-objects multiple times. Closes #41241 See merge request gitlab-org/gitlab-ce!16006
-
- 19 Dec, 2017 36 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Fix spec failures in spec/lib/gitlab/git/gitlab_projects_spec.rb Closes #41264 See merge request gitlab-org/gitlab-ce!16015
-
Nick Thomas authored
-
Annabel Dunstone Gray authored
-
Jacob Schatz authored
Fix onion-skin re-entering state Closes #38533 See merge request gitlab-org/gitlab-ce!15815
-
Clement Ho authored
-
Jacob Schatz authored
Remove related links in MR widget when empty state Closes #36764 See merge request gitlab-org/gitlab-ce!15888
-
Clement Ho authored
-
Jacob Schatz authored
Show inline edit button for issues Closes #37474 See merge request gitlab-org/gitlab-ce!15812
-
Clement Ho authored
-
Rémy Coutable authored
Fix tags in the Activity tab not being clickable Closes #33028 See merge request gitlab-org/gitlab-ce!15996
-
Mario de la Ossa authored
-
Douwe Maan authored
Do not generate links for private NPM modules in blob view Closes #36020 See merge request gitlab-org/gitlab-ce!16002
-
Robert Speicher authored
Improve performance of Pipelines#index.json See merge request gitlab-org/gitlab-ce!14846
-
Phil Hughes authored
Fix shortcut links on help page Closes #41097 See merge request gitlab-org/gitlab-ce!16001
-
Clement Ho authored
-
Bob Van Landuyt authored
If Unlinking a fork would fail somewhere after this, the LFS objects might still be linked. Which would cause issues when trying to destroy a project.
-
Phil Hughes authored
Update axios.md See merge request gitlab-org/gitlab-ce!16008
-
Rémy Coutable authored
Preserve gem path so that we use the same gems See merge request gitlab-org/gitlab-ce!15986
-
Filipa Lacerda authored
* master: Tidy up the documentation of Gitlab HA/Gitlab Application Make sure two except won't overwrite each other
-
Valery Sizov authored
-
Marin Jankovski authored
Tidy up the documentation of Gitlab HA/Gitlab Application See merge request gitlab-org/gitlab-ce!16011
-
Richard Clamp authored
-
Grzegorz Bizon authored
Make sure two except won't overwrite each other See merge request gitlab-org/gitlab-ce!16010
-
Lin Jen-Shin authored
This is a pretty boring solution, but I can't think of a good idea right now and this might be good enough for now...
-
Filipa Lacerda authored
-
Phil Hughes authored
-
Lin Jen-Shin authored
Without this patch, I would end up with: ``` An error occurred in a `before(:suite)` hook. Failure/Error: raise "could not connect to gitaly at #{socket.inspect} after #{sleep_time} seconds" RuntimeError: could not connect to gitaly at "tmp/tests/gitaly/gitaly.socket" after 10 seconds ``` Digging into it, it's because `scripts/gitaly-test-spawn` could not spawn the process, because it cannot find the installed gems. I personally installed all my gems under $HOME, namely with: * `gem install rake --user-install` or: * `bundle install --path ~/.gem` The gems would be installed to `~/.gem/ruby/2.4.0/gems`, where the version is Ruby ABI version. Now we're changing $HOME, making RubyGems think that the gems would be installed to `tmp/tests/ruby/2.4.0/gems` which is apparently not the case. In order to workaround this, we could preserve $GEM_PATH populated by RubyGems, ignoring the default path based on $HOME.
-
Zeger-Jan van de Weg authored
Uses `list_commits_by_oid` on the CommitService, to request the needed commits for pipelines. These commits are needed to display the user that created the commit and the commit title. This includes fixes for tests failing that depended on the commit being `nil`. However, now these are batch loaded, this doesn't happen anymore and the commits are an instance of BatchLoader.
-
Kamil Trzciński authored
Fix cluster enviroment missing See merge request gitlab-org/gitlab-ce!15973
-
Kamil Trzciński authored
Resolve "Codequality and qa:internal is leaking to Shared Runners" Closes #41139 See merge request gitlab-org/gitlab-ce!15957
-