summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing feature flag to mr notes specDmitriy Zaporozhets2014-05-221-7/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Split feature tests out to different build jobJeroen van Baarsen2014-04-1323-23/+23
|
* Proposal for split testingJeroen van Baarsen2014-04-111-1/+1
|
* Merge pull request #6557 from tsigo/faster-merge-request-featuresDmitriy Zaporozhets2014-03-191-28/+21
|\ | | | | Speed up features/notes_on_merge_requests_spec
| * Speed up features/notes_on_merge_requests_specRobert Speicher2014-03-191-28/+21
| | | | | | | | | | | | | | | | | | | | | | | | This spec featured the slowest tests in the entire suite. After some debugging, the cause was found to be the large commit diff generated by comparing the stable and master branches. To fix this, the seed repository was modified to create a simple branch off of master that consists of three simple commits and minor changes. The spec was then updated to compare master to this branch instead of stable. The result is a spec group that runs in under 30 seconds, down from about 90.
* | Make use of project factory traitsRobert Speicher2014-03-194-10/+5
|/
* Added option to remove issue assignee on project issue page and issue edit pageJason Blanchard2014-03-021-0/+47
|
* Dont test models methods in security specsDmitriy Zaporozhets2014-02-254-22/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'feature/public_groups' into 'master'Dmitriy Zaporozhets2014-02-244-0/+268
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Public Groups This is the initial work (meaning no tests) for making groups public if they have a public project (or internal for logged in users). This allows issues and merge requests to be viewed, but _not_ group membership. As part of this I have also added back the link in the public project title section (it was removed as it didn't make sense before). This addesses the following suggestions/issues: http://feedback.gitlab.com/forums/176466-general/suggestions/5314461-groups-containing-one-or-more-public-projects-shou Issue #32 https://github.com/gitlabhq/gitlabhq/issues/5203 as well as a few closed issues. This also changes the public user page to only show groups that are accessible to the user in some manner.
| * Allow access to groups with public projects.Jason Hollingsworth2014-02-204-0/+268
| | | | | | | | | | Fixed Group avatars to only display when user has read permissions to at least one project in the group.
* | Fix testsDmitriy Zaporozhets2014-02-241-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2014-02-191-10/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2014-02-181-2/+2
|
* Fix dashboard atom feedDmitriy Zaporozhets2014-02-101-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix tests notes_on_merge_requestsDmitriy Zaporozhets2014-01-231-17/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make changes to testsDmitriy Zaporozhets2014-01-225-7/+7
| | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove Debug from testsAndrew Kumanyaev2014-01-141-2/+0
|
* Comment failing testDmitriy Zaporozhets2014-01-011-7/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix testsDmitriy Zaporozhets2013-12-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2013-12-201-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added dropdown menus to issue#show page for assignee and milestoneJason Blanchard2013-12-171-0/+78
|
* Capybara tests with first-child/last-child randomly fails so replaced with ↵Dmitriy Zaporozhets2013-11-271-10/+18
| | | | | | alternative method Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'authenticated_public_mode' of ↵Dmitriy Zaporozhets2013-11-273-1/+258
|\ | | | | | | | | | | | | | | | | https://github.com/jhollingsworth/gitlabhq into feature/internal_projects Conflicts: app/models/project.rb Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Adding authenticated public mode (internal).Jason Hollingsworth2013-11-263-1/+258
| | | | | | | | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* | Use 1.9 hash syntax for some testsDmitriy Zaporozhets2013-11-271-18/+14
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added sorting to project issues pageJason Blanchard2013-11-231-0/+83
|
* Fix rspec test after bdd3513f03a1db060051a29ffcf535821235eac1Dmitriy Zaporozhets2013-10-201-1/+1
|
* Fix profile specsDmitriy Zaporozhets2013-10-092-4/+4
|
* Remove test case that cause Mysql DeadlockDmitriy Zaporozhets2013-10-091-6/+0
|
* Remove issues search rspec since we test it with spinach tooDmitriy Zaporozhets2013-09-261-34/+0
|
* Ignore owner_id for Group in testsDmitriy Zaporozhets2013-09-261-5/+7
|
* Extend profile security specsDmitriy Zaporozhets2013-09-251-0/+27
|
* Dashboard security specsDmitriy Zaporozhets2013-09-251-0/+55
|
* Public/Private projects security specsDmitriy Zaporozhets2013-09-253-474/+469
|
* Group security testsDmitriy Zaporozhets2013-09-251-0/+83
|
* Drop support of root namespace in routingHiroyuki Sato2013-09-131-1/+1
|
* Remove commented tests since nobody is going to fix themDmitriy Zaporozhets2013-09-111-45/+0
|
* Fix user remove tests. Remove user even if he has projectsDmitriy Zaporozhets2013-09-041-15/+1
|
* Fix tests after can_create_team was removedDmitriy Zaporozhets2013-08-211-1/+0
|
* Fix testsDmitriy Zaporozhets2013-08-201-13/+13
|
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-081-8/+8
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: app/contexts/filter_context.rb app/contexts/search_context.rb app/models/merge_request.rb app/models/note.rb app/views/shared/_merge_requests.html.haml spec/controllers/commit_controller_spec.rb spec/services/notification_service_spec.rb
| * Fix testsDmitriy Zaporozhets2013-08-051-8/+8
| |
* | Style changes from review with @randxIzaak Alpert2013-07-171-1/+0
| | | | | | | | | | | | -Some changes around calling origional methods for !for_fork? merge requests. Other changes to follow Change-Id: I009c716ce2475b9efa3fd07aee9215fca7a1c150
* | Rebased on 6.0Izaak Alpert2013-07-171-1/+1
| | | | | | | | | | | | -Had to do some minor test clean up as well Change-Id: I8f378f1b5fe676d73b8691e870c11ca6def90cbf
* | MR on Fork multiple fixesIzaak Alpert2013-07-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Disable observers post test run -Allow db:seed_fu RAILS_ENV=test to be run more than once without error -fix diffs_in_between, was passing in the default_options for grit, but grit in this case doesn't take options, fixed the test to actually fail if the incorrect diffs are returned -make notes/commits render against proper project -MR discussion file links should reference note's project -Added tests for commit links on edit merge request -fixes edit issues (canceling an edited mr, updating an edited mr) -updates tests with checks for source code updates -still forked_merge_requests.feature (project_forked_merge_requests) test not passing (commented out -- "stable" not being set) MR API: error on bad target_project -If the target project id is specified and it is not the same as the project the request is being made on (the source), and the it isn't a fork of that project, error out, otherwise use it as the target -Fixes some busted (but hidden) test cases Conflicts: app/views/merge_requests/show/_diffs.html.haml spec/features/notes_on_merge_requests_spec.rb Change-Id: I20e595c156d0e8a63048baaead7be6330c738a05
* | Merge Request on forked projectsIzaak Alpert2013-07-175-52/+53
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* update tests with new routingDmitriy Zaporozhets2013-07-161-2/+2
|
* Fix tests and tab highlightDmitriy Zaporozhets2013-07-162-3/+3
|
* Remove randomly failing testDmitriy Zaporozhets2013-07-101-6/+0
|
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-021-0/+66
|\ | | | | | | | | | | | | Conflicts: app/views/dashboard/projects.html.haml app/views/layouts/_head_panel.html.haml config/routes.rb