summaryrefslogtreecommitdiff
path: root/features/steps/group
Commit message (Collapse)AuthorAgeFilesLines
* Fix rubocop complainnew-member-pageDmitriy Zaporozhets2015-11-251-2/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Split group feature testsDmitriy Zaporozhets2015-11-252-0/+234
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move group feature step to match test locationCiro Santilli2014-10-011-277/+0
|
* Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-09-221-16/+16
|\ | | | | | | | | | | | | | | | | cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb
| * Replace old spinach step definitions with step.Ciro Santilli2014-09-221-16/+16
| |
* | Merge pull request #7821 from cirosantilli/factor-spinach-classesDmitriy Zaporozhets2014-09-221-1/+1
|\ \ | | | | | | [factor] Prefix Spinach features with Spinach::Features::.
| * | Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-221-1/+1
| |/
* | Fix finder and tests for new membership modelsDmitriy Zaporozhets2014-09-151-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make sure the test fails in year 2114.Marin Jankovski2014-08-211-2/+2
|
* Fix test for no milestone description.Marin Jankovski2014-07-151-1/+0
|
* Update the tests with milestones descriptions.Marin Jankovski2014-07-101-1/+9
|
* Add feature tests for group milestone.Marin Jankovski2014-06-301-0/+94
|
* Fix group testsDmitriy Zaporozhets2014-05-291-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix spinach testsDmitriy Zaporozhets2014-05-231-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 error on group members searchDmitriy Zaporozhets2014-05-161-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix group test for new member add procedureDmitriy Zaporozhets2014-02-131-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* User can leave group from group page.Ciro Santillli2014-02-121-41/+64
|
* User pages are visible to users without loginCiro Santillli2014-02-111-8/+5
| | | | ... if the user is authorized to at least one public project.
* added group avatarsSteven Thonus2014-01-281-0/+34
|
* Remove deprecated findersskv2014-01-191-1/+1
|
* Fix group testDmitriy Zaporozhets2014-01-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Ignore owner_id for Group in testsDmitriy Zaporozhets2013-09-261-1/+2
|
* Drop support of root namespace in routingHiroyuki Sato2013-09-131-1/+1
|
* Few fixes to spinach testsDmitriy Zaporozhets2013-08-271-1/+1
|
* Merge Request on forked projectsIzaak Alpert2013-07-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
* Fix spinach groupDmitriy Zaporozhets2013-06-181-3/+3
|
* fix group:people tests after prev commitDmitriy Zaporozhets2013-06-111-1/+2
|
* Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-3/+3
|
* Merge branch 'team-and-group-descriptions' of ↵Dmitriy Zaporozhets2013-03-011-1/+3
|\ | | | | | | | | | | | | https://github.com/Undev/gitlabhq into Undev-team-and-group-descriptions Conflicts: db/schema.rb
| * Fixed notes from randxAndrew8xx82013-02-281-2/+2
| |
| * Tests for team and group descriptions addedAndrew8xx82013-02-281-0/+2
| |
* | Merge pull request #2249 from jouve/fix_possible_spec_failureDmitriy Zaporozhets2013-02-281-1/+1
|\ \ | |/ |/| fix one of the possible causes of build failures
| * fix build failureCyril2013-01-171-1/+1
| | | | | | | | (https://travis-ci.org/gitlabhq/gitlabhq/builds/3593153)
* | Ability to manage and remove group as owner outside of admin areaDmitriy Zaporozhets2013-02-011-0/+11
| |
* | User can create groupDmitriy Zaporozhets2013-01-241-0/+18
|/
* Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-1/+1
|
* Fixed admin -> group -> showDmitriy Zaporozhets2013-01-021-1/+1
|
* Fixed spinachDmitriy Zaporozhets2013-01-021-2/+2
|
* test reanimatedAndrey Kumanyaev2012-12-261-4/+3
|
* Add functional in user sectionAndrey Kumanyaev2012-12-261-0/+19
|
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-3/+3
|
* More group tests with spinachrandx2012-10-221-4/+34
|
* Spianch test for group dashboardDmitriy Zaporozhets2012-10-031-0/+32