- 29 Feb, 2016 5 commits
-
-
Achilleas Pipinellis authored
Improve discoverability for CI examples Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13410 See merge request !3008
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Douwe Maan authored
Add "Gotchas" to development docs Also: - Alphabetizes the "Developer" index page - Fixes the broken `db_dump.md` link See merge request !2846
-
- 28 Feb, 2016 1 commit
-
-
Robert Speicher authored
[ci skip]
-
- 27 Feb, 2016 3 commits
-
-
Achilleas Pipinellis authored
Adjust documentation of permissions ## What does this MR do? This MR improves the documentation of the permissions by mentioning that internal projects do not enforce the Guest role. ## Are there points in the code the reviewer needs to double check? No code was touched - only the documentation was adjusted. ## Why was this MR needed? Without this adjustment it might not be clear how you can set up an internal project to be pullable by everyone whilst having the issue tracker and labels managed by permitted people only. ## What are the relevant issue numbers? #13679 See merge request !2925
-
Thomas Schmidt authored
[ci skip]
-
Robert Speicher authored
Fix issue milestone filter spec See merge request !2990
-
- 26 Feb, 2016 26 commits
-
-
Robert Speicher authored
Strip leading and trailing spaces in URL validator _Originally opened at !2914 by @evuez._ It makes URLs in webhooks valid even if they contain leading and/or trailing spaces. Spaces are hard to notice in input fields, this helps users by accepting leading and trailing spaces in webhooks URLs. Fixes #13652 See merge request !2939
-
Robert Speicher authored
-
Robert Speicher authored
Refactor Repository Caching Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/13515 See merge request !2936
-
Achilleas Pipinellis authored
-
evuez authored
-
Jacob Schatz authored
Fix avatar stretching by providing a cropping feature Originally by @nesk at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2773 Fixes #7959 See merge request !2951
-
Alfredo Sumaran authored
-
Rémy Coutable authored
Created helper class to hide content in issue sidebar when collapsed ![Screen_Shot_2016-02-25_at_10.38.39](/uploads/ca49cc230edf7e71b7726e905f523092/Screen_Shot_2016-02-25_at_10.38.39.png) Closes #13764 See merge request !2968
-
Kamil Trzciński authored
Add builds URL to gitlab-ci script Add builds URL to gitlab-ci script Related to: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2681 See merge request !2962
-
Dmitriy Zaporozhets authored
Refactor html/css for lists and improve help UI page * dry lists html/css removing a lot of style duplicates * fix snippets list to match common style * fix extra bottom margin for groups list * improve help page ui so it looks clean Fixes #11873 See merge request !2977
-
Alfredo Sumaran authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Schatz authored
Fix syntax error in autosave coffeescript. According to http://coffeescript.org/#try , `catch` needs to have an argument. Otherwise, `Error: Parse error on line 19: Unexpected 'INDENT'` error is raised when converting to JS by coffee-script. Fixes gitlab-org/gitlab-ce#3302 See merge request !2985
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marin Jankovski authored
-
Rémy Coutable authored
Move "I should see Crowd login form" feature to a view spec We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec. See merge request !2963
-
James Lopez authored
-
James Lopez authored
# Conflicts: # .gitlab-ci.yml
-
James Lopez authored
-
Achilleas Pipinellis authored
Reformats confusing '[named here]' section for 3rd party code attribution Weird formatting originally. Which of the following is the proper format for attribution? 1. Submitted on behalf of a third-party: [David Alexander] 1. Submitted on behalf of a third-party: [[] David Alexander] 1. Submitted on behalf of a third-party: [] David Alexander 1. Submitted on behalf of a third-party: [[ David Alexander ]] 1. ... _etc._ With this change, it allows for either of the following formats: 1. Submitted on behalf of a third-party: [David Alexander] 1. Submitted on behalf of a third-party: David Alexander See merge request !2861
-
Achilleas Pipinellis authored
Add instructions for pushing tags as well as branches Current instructions will push the svn branches but not tags - add missing line to tags See merge request !2778
-
- 25 Feb, 2016 5 commits
-
-
Robert Speicher authored
Does not create a Todo when commenting on commit or project snippet Closes #13733 See merge request !2964
-
Dmitriy Zaporozhets authored
-
Robert Speicher authored
Fix order in Gemfile.lock See merge request !2969
-
Robert Speicher authored
[ci skip]
-
Yorick Peterse authored
-