summaryrefslogtreecommitdiff
path: root/features/steps/groups.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix test for creating group from dashboardDmitriy Zaporozhets2015-03-101-19/+0
|
* Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets2015-03-021-1/+1
|\ | | | | | | | | | | | | into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
| * Convert Javascript links to buttons.Ciro Santilli2015-01-171-1/+1
| |
* | Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
| * | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
| | | | | | | | | | | | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* | | Split up AttachmentUploader.Douwe Maan2015-02-201-1/+1
| | |
* | | Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-191-1/+1
| | | | | | | | | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
* | | Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-161-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
* | Refactor sorting in projectDmitriy Zaporozhets2015-02-051-1/+1
| |
* | Spelling improvement, add in a group, not into group.Sytse Sijbrandij2015-02-031-1/+1
|/
* Dont check for milestone description on group milestone pageDmitriy Zaporozhets2014-12-271-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'project-path' into 'master'Dmitriy Zaporozhets2014-12-241-1/+2
|\ | | | | | | | | | | | | | | Project path Fixes gitlab/gitlabhq#1781, gitlab/gitlabhq#1763 See merge request !1337
| * Allow Group path to be changed at the same time as nameDmitriy Zaporozhets2014-12-221-1/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix testsDmitriy Zaporozhets2014-12-221-2/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make Spinach test names consistentCiro Santilli2014-10-051-0/+277
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path