Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-07Updates from last code review.Rubén Dávila
2016-03-05Add some spinach specs.Rubén Dávila
2016-01-08Fix feature stepRobert Speicher
2015-11-25Fix rubocop complainDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-25Split group feature testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-01Move group feature step to match test locationCiro Santilli
2014-09-22Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets
cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb
2014-09-22Merge pull request #7821 from cirosantilli/factor-spinach-classesDmitriy Zaporozhets
[factor] Prefix Spinach features with Spinach::Features::.
2014-09-22Prefix Spinach features with Spinach::Features::.Ciro Santilli
2014-09-22Replace old spinach step definitions with step.Ciro Santilli
2014-09-15Fix finder and tests for new membership modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-21Make sure the test fails in year 2114.Marin Jankovski
2014-07-15Fix test for no milestone description.Marin Jankovski
2014-07-10Update the tests with milestones descriptions.Marin Jankovski
2014-06-30Add feature tests for group milestone.Marin Jankovski
2014-05-29Fix group testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-23Fix spinach testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-16Fix 500 error on group members searchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-13Fix group test for new member add procedureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-12User can leave group from group page.Ciro Santillli
2014-02-11User pages are visible to users without loginCiro Santillli
... if the user is authorized to at least one public project.
2014-01-28added group avatarsSteven Thonus
2014-01-19Remove deprecated findersskv
2014-01-06Fix group testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-09-26Ignore owner_id for Group in testsDmitriy Zaporozhets
2013-09-13Drop support of root namespace in routingHiroyuki Sato
2013-08-27Few fixes to spinach testsDmitriy Zaporozhets
2013-07-18Merge Request on forked projectsIzaak Alpert
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
2013-06-18Fix spinach groupDmitriy Zaporozhets
2013-06-11fix group:people tests after prev commitDmitriy Zaporozhets
2013-05-05Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev
2013-03-01Merge branch 'team-and-group-descriptions' of ↵Dmitriy Zaporozhets
https://github.com/Undev/gitlabhq into Undev-team-and-group-descriptions Conflicts: db/schema.rb
2013-02-28Fixed notes from randxAndrew8xx8
2013-02-28Merge pull request #2249 from jouve/fix_possible_spec_failureDmitriy Zaporozhets
fix one of the possible causes of build failures
2013-02-28Tests for team and group descriptions addedAndrew8xx8
2013-02-01Ability to manage and remove group as owner outside of admin areaDmitriy Zaporozhets
2013-01-24User can create groupDmitriy Zaporozhets
2013-01-17fix build failureCyril
(https://travis-ci.org/gitlabhq/gitlabhq/builds/3593153)
2013-01-04Continue refactoring. Use repostory and teamDmitriy Zaporozhets
2013-01-02Fixed admin -> group -> showDmitriy Zaporozhets
2013-01-02Fixed spinachDmitriy Zaporozhets
2012-12-26test reanimatedAndrey Kumanyaev
2012-12-26Add functional in user sectionAndrey Kumanyaev
2012-11-13Remove backward compatibility of factories.Vincent Bonmalais
2012-10-22More group tests with spinachrandx
2012-10-03Spianch test for group dashboardDmitriy Zaporozhets