summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Small css cleanup for todos featureimprove-todos-cssDmitriy Zaporozhets2016-02-272-35/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'evuez/gitlab-ce-webhook-url-spaces' into 'master' Robert Speicher2016-02-264-10/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Allow webhooks URL to have leading and trailing spacesevuez/gitlab-ce-webhook-url-spacesevuez2016-02-264-10/+18
| |
* | Merge branch 'repository-caching-refactor' into 'master' Robert Speicher2016-02-268-25/+155
|\ \ | |/ |/| | | | | | | | | Refactor Repository Caching Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/13515 See merge request !2936
| * Added specs for the various Repository hooksrepository-caching-refactorYorick Peterse2016-02-251-2/+106
| |
| * Moved exists condition in Repository#before_deleteYorick Peterse2016-02-251-6/+4
| | | | | | | | | | This is only needed when calling the "expire_cache" method as the other expiration methods don't depend on Git data.
| * Move Repository#expire_all_caches to before_deleteYorick Peterse2016-02-231-10/+5
| |
| * Moved cache expiration code to Repository hooksYorick Peterse2016-02-237-14/+47
| | | | | | | | | | This keeps all the cache expiration code in a single file/class instead of spreading it all across the codebase.
* | Merge branch 'avatar-cropping' into 'master' Jacob Schatz2016-02-2621-17/+3525
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Update CHANGELOGAlfredo Sumaran2016-02-261-0/+1
| | |
| * | Merge branch 'master' into avatar-croppingavatar-croppingAlfredo Sumaran2016-02-2621-80/+93
| |\ \
| * \ \ Merge branch 'rs-crowd-form-view-spec' into avatar-croppingAlfredo Sumaran2016-02-249-44/+103
| |\ \ \
| * | | | Fix Profile Avatar feature stepsRobert Speicher2016-02-241-6/+14
| | | | |
| * | | | Add `:with_avatar` trait to User factoryRobert Speicher2016-02-247-7/+26
| | | | |
| * | | | Merge branch 'master' into avatar-croppingAlfredo Sumaran2016-02-2425-66/+133
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into avatar-croppingAlfredo Sumaran2016-02-23321-4053/+26568
| |\ \ \ \ \
| * | | | | | Minor changes on avatar cropping internalsJohann Pardanaud2016-02-182-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid multiple calls to `validates` for the avatar attributes. - In a cropping process, don't check if the model inherits `User`, check if it responds to `:avatar_crop_size`.
| * | | | | | Improve avatar cropping internals, based on suggestions made by @rspeicher ↵Johann Pardanaud2016-02-174-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | on !2773
| * | | | | | Merge branch 'master' into avatar-croppingJohann Pardanaud2016-02-16189-1269/+3026
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/models/user.rb
| * | | | | | | Improve user experience for avatar croppingJohann Pardanaud2016-02-162-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid incomprehensible errors on non-integer cropping values - Set the default cropping area to 80%
| * | | | | | | Fix failing tests introduced in commit 6d58088Johann Pardanaud2016-02-101-2/+4
| | | | | | | |
| * | | | | | | Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud2016-02-0913-8/+3489
| | | | | | | |
* | | | | | | | Merge branch 'sidebar-hide-class' into 'master' Rémy Coutable2016-02-263-26/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | Created helper class to hide content in issue sidebar when collapsedsidebar-hide-classPhil Hughes2016-02-253-26/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #13764
* | | | | | | | | Merge branch 'feature/slacky-builds-v2' into 'master' Kamil Trzciński2016-02-261-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | update gitlab-ci script syntaxJames Lopez2016-02-261-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'origin/feature/slacky-builds-v2' into ↵James Lopez2016-02-261-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/slacky-builds-v2 # Conflicts: # .gitlab-ci.yml
| | * | | | | | | | | Update URL syntaxJames Lopez2016-02-251-1/+1
| | | | | | | | | | |
| * | | | | | | | | | update gitlab-ci script syntaxJames Lopez2016-02-261-1/+1
| | | | | | | | | | |
| * | | | | | | | | | gemfile random updateJames Lopez2016-02-241-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-242-1/+3
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | feature/slacky-builds-v2
| * | | | | | | | | | updated gitlab-ci script to include builds URLJames Lopez2016-02-242-3/+286
| | | | | | | | | | |
| * | | | | | | | | | testJames Lopez2016-02-241-5/+1
| | | | | | | | | | |
| * | | | | | | | | | make build failJames Lopez2016-02-241-1/+1
| | | | | | | | | | |
| * | | | | | | | | | testing scriptJames Lopez2016-02-241-285/+6
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'refactor-lists' into 'master' Dmitriy Zaporozhets2016-02-2617-171/+171
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | Improve help UI pageDmitriy Zaporozhets2016-02-262-104/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Fix description margin for groups listDmitriy Zaporozhets2016-02-265-11/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Refactor styles for merge requests listDmitriy Zaporozhets2016-02-263-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Refactor styles for issues listDmitriy Zaporozhets2016-02-264-16/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Refactor css for groups listDmitriy Zaporozhets2016-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Refactor css for snippets listDmitriy Zaporozhets2016-02-263-28/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Cleanup css for projects listDmitriy Zaporozhets2016-02-265-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | Merge branch 'coffeescript_syntax_error' into 'master' revert-9cc321caJacob Schatz2016-02-261-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | Fix syntax error in autosave coffeescript.coffeescript_syntax_errorMarin Jankovski2016-02-261-3/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'rs-crowd-form-view-spec' into 'master' Rémy Coutable2016-02-265-38/+43
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-specRobert Speicher2016-02-245-38/+43
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-02-261-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | Reformats confusing '[named here]' section for 3rd party code attributionDavid Alexander2016-02-171-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into 'master' Achilleas Pipinellis2016-02-261-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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