- 21 Mar, 2018 30 commits
-
-
Robert Speicher authored
Update omniauth 1.4.2 -> 1.8 See merge request gitlab-org/gitlab-ce!17763
-
Douwe Maan authored
Backports changes made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5063 to CE See merge request gitlab-org/gitlab-ce!17909
-
Robert Speicher authored
[Rails5] Add `Gemfile.rails5` See merge request gitlab-org/gitlab-ce!17761
-
Pirate Praveen authored
-
Clement Ho authored
Issuable list: add tooltips to icons Closes #43786 See merge request gitlab-org/gitlab-ce!17700
-
Lukas Eipert authored
-
Tim Zallmann authored
Fixes the web IDE link in tree list opening the wrong URL Closes #44477 See merge request gitlab-org/gitlab-ce!17900
-
Robert Speicher authored
[Rails5] Update ar5_batching initializer See merge request gitlab-org/gitlab-ce!17825
-
Robert Speicher authored
[Rails5] Update ar5_pg_10_support initializer See merge request gitlab-org/gitlab-ce!17826
-
Robert Speicher authored
Remove parser warnings workaround See merge request gitlab-org/gitlab-ce!17901
-
-
Sean McGivern authored
Send Gitaly payload for git-upload-archive SSH commands Closes gitaly#1092 See merge request gitlab-org/gitlab-ce!17903
-
Yorick Peterse authored
Add indexes for user activity queries. Closes #44446 See merge request gitlab-org/gitlab-ce!17890
-
Phil Hughes authored
makes caret go to the right side when closing most right issueboard list Closes #40913 See merge request gitlab-org/gitlab-ce!17773
-
Yorick Peterse authored
Convenient use of concurrent migration helpers Closes #43887 See merge request gitlab-org/gitlab-ce!17888
-
Clement Ho authored
NestingDepth (level 5) in framework/dropdowns.scss See merge request gitlab-org/gitlab-ce!17820
-
Alejandro Rodríguez authored
-
Lin Jen-Shin authored
Updated in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17673
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
Closes #44446.
-
Filipa Lacerda authored
Changes empty project avatar to identicon in the IDE Closes #44298 See merge request gitlab-org/gitlab-ce!17899
-
Filipa Lacerda authored
Refactor ConfirmDangerModal into ES module See merge request gitlab-org/gitlab-ce!17874
-
Phil Hughes authored
Closes #44477
-
Douwe Maan authored
Update licensee 8.7.0 -> 8.9 Closes #18077 See merge request gitlab-org/gitlab-ce!17719
-
Phil Hughes authored
Closes #44298
-
Douwe Maan authored
Update gettext_i18n_rails_js 1.2.0 -> 1.3 See merge request gitlab-org/gitlab-ce!17801
-
Tim Zallmann authored
Move IDE to CE Closes #44157 See merge request gitlab-org/gitlab-ce!17887
-
Robert Speicher authored
Strip any query string parameters from Location headers from lograge See merge request gitlab-org/gitlab-ce!17895
-
- 20 Mar, 2018 10 commits
-
-
Takuya Noguchi authored
-
Stan Hu authored
Port of https://github.com/roidrage/lograge/pull/241
-
Clement Ho authored
Add performance monitoring docs for the new FE guide See merge request gitlab-org/gitlab-ce!17809
-
Jose Ivan Vargas authored
-
Clement Ho authored
Update spec import path for vue mount component helper See merge request gitlab-org/gitlab-ce!17880
-
blackst0ne authored
-
blackst0ne authored
-
Andreas Brandl authored
Closes #43887.
-
Andreas Brandl authored
Index creation does not have an effect if the index is present already. Index removal does not have an affect if the index is not present. This helps to avoid patterns like this in migrations: ``` if index_exists?(...) remove_concurrent_index(...) end ```
-
Jacob Schatz authored
Resolve "Loss of input text on comments after preview" Closes #42880 See merge request gitlab-org/gitlab-ce!17076
-