- 19 Dec, 2017 21 commits
-
-
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
-
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
-
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
-
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
-
Mario de la Ossa authored
-
Mario de la Ossa authored
-
Oswaldo Ferreira authored
Fix missing WHERE clause in 20171106135924_issues_milestone_id_foreign_key migration Closes gitlab-com/infrastructure#3416 See merge request gitlab-org/gitlab-ce!15997
-
- 18 Dec, 2017 19 commits
-
-
Stan Hu authored
If milestone_id is NULL, we shouldn't need to update it to be NULL again. This was causing us to touch almost all rows in the issues table for no good reason. Closes https://gitlab.com/gitlab-com/infrastructure/issues/3416
-
Matija Čupić authored
-
⛄️ Sean McGivern ⛄️ authored
fix the commit diff discussion sending the wrong url See merge request gitlab-org/gitlab-ce!15988
-
Stan Hu authored
Use queue_namespace rather than enqueue_in See merge request gitlab-org/gitlab-ce!15989
-
Filipa Lacerda authored
Export and use Notes ES module See merge request gitlab-org/gitlab-ce!15953
-
Micaël Bergeron authored
-
Stan Hu authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Only render signout screen when user is signed out Closes #41117 and #39843 See merge request gitlab-org/gitlab-ce!15935
-
Filipa Lacerda authored
-
Lin Jen-Shin authored
-
Micaël Bergeron authored
it should now send you to the merge request diff path scoped to the commit.
-
Douwe Maan authored
Resolve "Todo notification count shows notification without having a todo" Closes #40871 See merge request gitlab-org/gitlab-ce!15807
-
Matija Čupić authored
-
Rémy Coutable authored
List of avatars should never show +1 Closes #39298 See merge request gitlab-org/gitlab-ce!15972
-
Matija Čupić authored
-
Kamil Trzciński authored
Add button to run scheduled pipeline immediately Closes #38741 See merge request gitlab-org/gitlab-ce!15700
-
Achilleas Pipinellis authored
Resolve "Document how LFS integrity check push prevention works" Closes #39836 See merge request gitlab-org/gitlab-ce!15958
-
Sean McGivern authored
When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user.
-