- 21 Mar, 2017 34 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
This helps you understand why the command failed.
-
Jacob Vosmaer authored
-
Douwe Maan authored
Hide ancestor groups in the share group dropdown list Closes #29311 See merge request !9965
-
Douwe Maan authored
Clarify help text on Prometheus Integration Page Closes #29618 See merge request !10034
-
Douwe Maan authored
Add LIKE index for routes.path Closes #29554 See merge request !10060
-
Sean McGivern authored
Fix invalid YAML in changelogs/unreleased/27142-api-replace-destroy-with-stop-environment.yml See merge request !10111
-
Sean McGivern authored
Add a rake task to reset all email and private tokens See merge request !10106
-
James Lopez authored
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Fix CreateBranchService after Repository#commit_file was renamed to create_file Closes #29687 See merge request !10081
-
Sean McGivern authored
Return 404 in project issues API endpoint when project cannot be found Closes #29631 See merge request !10093
-
Adam Niedzielski authored
Closes #29687
-
Kamil Trzciński authored
Fix pipeline status for transition between stages Closes #29699 See merge request !10094
-
Yorick Peterse authored
Nested groups support uses queries along the lines of `path LIKE 'X/%'`. For these queries to use an index on PostgreSQL we need to use either the varchar_pattern_ops or text_pattern_ops operator class. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29554
-
Sean McGivern authored
Merge branch '29685-wrong-number-of-arguments-calling-http_url_to_repo-on-cloning-project-wikis' into 'master' Fix ProjectWiki#http_url_to_repo signature Closes #29685 See merge request !10079
-
Yorick Peterse authored
Improve rename projects migration Closes #29556 See merge request !10009
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Fix Error 500 when application settings are saved Closes #29674 and #29115 See merge request !10070
-
Joshua Lambert authored
-
Alfredo Sumaran authored
Add filter focus for filtered search visual tokens See merge request !9875
-
Douwe Maan authored
add an index to the ghost column See merge request !9910
-
Douwe Maan authored
Make the v3_to_v4.md more consistent See merge request !10092
-
Douwe Maan authored
Remove useless options from db/fixtures/development/17_cycle_analytics.rb Closes #29671 See merge request !10086
-
Douwe Maan authored
Fix bug when system hook for create deploy key Closes #29175 See merge request !9796
-
Stan Hu authored
Handle Route#name being nil after an update Closes #29592 See merge request !10102
-
DJ Mountney authored
-
DJ Mountney authored
fix for render json include leaks See merge request !2074
-
Rubén Dávila authored
nil check for url_blocker? See merge request !2076
-
Douwe Maan authored
Protect server against SSRF in project import URLs See merge request !2068
-
Jacob Schatz authored
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
-
Rémy Coutable authored
Only show public emails in atom feeds See merge request !2066
-
Filipa Lacerda authored
Resolve "9.0 upgrade documentation should include Yarn" Closes #29730 See merge request !10101
-
Alfredo Sumaran authored
Reset issue boards add issues modal page when filtering Closes #29616 See merge request !10039
-
- 20 Mar, 2017 6 commits
-
-
Clement Ho authored
-
Clement Ho authored
Align filtered search visual tokens with input field text Closes #29167 See merge request !10095
-
Alfredo Sumaran authored
Reset filters after click Closes #28463 See merge request !10024
-
Clement Ho authored
-
Robert Speicher authored
It was possible for the `routes.name` field to be `NULL`, causing `name_was` to be `nil` after a rename, resulting a bad first argument to `sub` when attempting to rename descendants. This change adds a condition to make sure `name_was` is present before attempting the descendant update.
-
Filipa Lacerda authored
fixes large text tooltip in diff file name Closes #28499 See merge request !9529
-