summaryrefslogtreecommitdiff
path: root/features/steps/project/project.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
|
* Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix readme speccristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-181-2/+2
|
* Merge branch 'master' into notification-levelsPatricio Cano2015-09-161-2/+2
|\
| * Consistently case `Back to X` links.Douwe Maan2015-09-081-2/+2
| |
* | Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano2015-09-161-2/+2
| | | | | | | | the current level instead of `Notifications`
* | Added Spinach tests and updated CHANGELOGPatricio Cano2015-09-161-0/+14
|/
* Make left menu more hierarchical and less contextual by adding back item at topDmitriy Zaporozhets2015-07-101-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve readme testsDmitriy Zaporozhets2015-07-091-3/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont check for link but for actual readme contentDmitriy Zaporozhets2015-07-091-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu2015-06-221-3/+3
|
* Fix features syntaxRobert Speicher2015-06-221-1/+1
|
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-1/+1
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-16/+16
|
* Fix project snippets button appearing when it is disabledStan Hu2015-05-271-0/+4
| | | | Closes #1705
* Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu2015-05-251-0/+8
| | | | | | disabled in project settings Closes #1676
* Fix project testrefactor-project-pageDmitriy Zaporozhets2015-05-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix DB error when trying to tag a repositoryStan Hu2015-04-271-0/+8
| | | | | | | | | | | | | | | | Upon tagging a repository, an error due to a missing migration occurred: ``` PG::Error: ERROR: column "taggings_count" does not exist LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun... ``` Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first migration that created the `tags` and `taggings` table, and added the rest. Closes #1512 Closes https://github.com/gitlabhq/gitlabhq/issues/6867 Closes https://github.com/gitlabhq/gitlabhq/issues/9194
* 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.
* Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger2015-01-241-5/+5
| | | | feature mergable
* adding avatar to project settings page added avatar removal show project ↵Steven Thonus2015-01-241-3/+44
| | | | avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
* Leave the project name field editable, fix the test.Marin Jankovski2014-10-281-1/+1
|
* Make Spinach test names consistentCiro Santilli2014-10-051-1/+1
| | | | | | | - 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
* Add a feature for readme on project show page.Marin Jankovski2014-09-301-6/+14
|
* Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-221-1/+1
|
* Uncomment change branch testDmitriy Zaporozhets2014-07-311-6/+4
|
* Add useless test. Uncomment when we improve testingDmitriy Zaporozhets2014-07-211-0/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show VERSION information on project sidebarDmitriy Zaporozhets2014-06-251-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 error when rename repositoryDmitriy Zaporozhets2013-12-231-3/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets2013-08-011-1/+1
|
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-1/+1
|
* A bit of spinach testsDmitriy Zaporozhets2013-01-091-0/+13
|
* refactor feature stepsNihad Abbasov2012-09-101-0/+5