- 30 Jan, 2018 40 commits
-
-
Filipa Lacerda authored
-
Robert Speicher authored
Ignore conflicts in db/schema.rb in Gitlab::EeCompatCheck See merge request gitlab-org/gitlab-ce!16806
-
Stan Hu authored
Resolve "Update Nokogiri to 1.8.2" Closes #42591 See merge request gitlab-org/gitlab-ce!16807
-
Douwe Maan authored
Migrate Git::Repository#write_ref to Gitaly Closes gitaly#784 See merge request gitlab-org/gitlab-ce!16513
-
Douwe Maan authored
Login via OAuth marked as "external" should only mark new users as "external", not existing ones Closes #21554 See merge request gitlab-org/gitlab-ce!16672
-
Douwe Maan authored
Merge branch '42160-error-500-loading-merge-request-undefined-method-index-for-nil-nilclass' into 'master' Resolve "Error 500 loading merge request: undefined method `index' for nil:NilClass" Closes #42160 See merge request gitlab-org/gitlab-ce!16795
-
Grzegorz Bizon authored
Speed-up the click on 'New subgroup' if the 'No results' text is shown See merge request gitlab-org/gitlab-ce!16803
-
Grzegorz Bizon authored
Define QA selectors and remove EE only code Closes gitlab-qa#154 See merge request gitlab-org/gitlab-ce!16767
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The conflicts are simple enought to resolve that we don't need to bother developers with those. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Decouple more of Repository from Rugged Closes gitaly#969 See merge request gitlab-org/gitlab-ce!16763
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Tiago Botelho authored
-
Sean McGivern authored
Make pagination optional for issuables See merge request gitlab-org/gitlab-ce!16774
-
Sean McGivern authored
Check MR state before submitting queries for discussion state Closes #42236 See merge request gitlab-org/gitlab-ce!16788
-
Sean McGivern authored
It appears that some legacy diff notes on GitLab.com have invalid line codes, which means truncated_diff_lines won't work. This is just a band-aid solution, as neither the diff nor the discussion will display correctly for these notes, but they won't cause a 500 error.
-
Lin Jen-Shin authored
# Conflicts: # qa/qa/page/group/show.rb
-
Rémy Coutable authored
Port changes from gitlab-org/gitlab-ee!4064 to CE See merge request gitlab-org/gitlab-ce!16796
-
Jan Provaznik authored
On epics roadmap page we list all epics in the given time frame without pagination (at least for the first iteration), in this case it would be nice to use the existing issuables index logic except pagination (see MR gitlab-ee!4281). For this reason this patch allows to easily disable pagination. Related gitlab-ee!4281
-
Grzegorz Bizon authored
Don't run scripts/lint-changelog-yaml in scripts/static-analysis but only in the 'docs lint' job Closes #42569 See merge request gitlab-org/gitlab-ce!16790
-
Filipa Lacerda authored
More $.ajax conversions to axios See merge request gitlab-org/gitlab-ce!16761
-
Filipa Lacerda authored
Add `createNewItemFromValue` option and `clearDropdown` method to `create_item_dropdown` See merge request gitlab-org/gitlab-ce!16699
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Replace $.get in single file diff with axios See merge request gitlab-org/gitlab-ce!16696
-
Clement Ho authored
-
Fatih Acet authored
Replace $.post in label manager with axios See merge request gitlab-org/gitlab-ce!16695
-
Rémy Coutable authored
doc: Correct example responses in repository_files.md See merge request gitlab-org/gitlab-ce!16754
-
Rémy Coutable authored
Update index.md See merge request gitlab-org/gitlab-ce!16733
-
Kim "BKC" Carlbäcker authored
-
Phil Hughes authored
-
Eric Eastwood authored
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fix grape-route-helper route shadowing See merge request gitlab-org/gitlab-ce!16781
-
Filipa Lacerda authored
Resolve "Missing space between edit and delete buttons in tag list" Closes #41802 See merge request gitlab-org/gitlab-ce!16757
-
Mark Fletcher authored
[ci skip]
-
Phil Hughes authored
Add noData empty state to Prometheus graphs Closes #42558 See merge request gitlab-org/gitlab-ce!16777
-
Oswaldo Ferreira authored
-
Robert Speicher authored
Fix JIRA not working when a trailing slash is included Closes #42494 See merge request gitlab-org/gitlab-ce!16748
-
Stan Hu authored
Leaving a trailing slash in the context option causes the jira-ruby gem to add an extra slash in HTTP requests to the URL, preventing JIRA from working properly. Closes #42494
-