summaryrefslogtreecommitdiff
path: root/features/project/project.feature
Commit message (Collapse)AuthorAgeFilesLines
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-86/+0
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-0/+1
|
* Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets2016-05-161-9/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz2016-04-071-0/+9
| | | This reverts merge request !3494
* Remove tests with back buttonDmitriy Zaporozhets2016-04-011-9/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-231-4/+0
|
* Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-221-0/+10
| | | | Fixes #12518
* Add tests for last commit info on project home pageDmitriy Zaporozhets2015-10-161-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added Spinach tests and updated CHANGELOGPatricio Cano2015-09-161-0/+6
|
* Make left menu more hierarchical and less contextual by adding back item at topDmitriy Zaporozhets2015-07-101-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project testsproject-home-pageDmitriy Zaporozhets2015-07-081-13/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project snippets button appearing when it is disabledStan Hu2015-05-271-0/+5
| | | | Closes #1705
* Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu2015-05-251-0/+6
| | | | | | disabled in project settings Closes #1676
* Fix DB error when trying to tag a repositoryStan Hu2015-04-271-0/+7
| | | | | | | | | | | | | | | | 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
* adding avatar to project settings page added avatar removal show project ↵Steven Thonus2015-01-241-0/+13
| | | | 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
* 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-1/+8
|
* Add useless test. Uncomment when we improve testingDmitriy Zaporozhets2014-07-211-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show VERSION information on project sidebarDmitriy Zaporozhets2014-06-251-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 error when rename repositoryDmitriy Zaporozhets2013-12-231-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project.show spinach testDmitriy Zaporozhets2013-06-041-0/+1
|
* remove unused specDmitriy Zaporozhets2013-03-191-3/+0
|
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-1/+1
|
* A bit of spinach testsDmitriy Zaporozhets2013-01-091-5/+14
|
* add spinach steps for remaining featuresNihad Abbasov2012-09-101-5/+8
|
* rewrite project commits features using spinachNihad Abbasov2012-09-101-0/+11