summaryrefslogtreecommitdiff
path: root/spec/contexts
Commit message (Collapse)AuthorAgeFilesLines
* Replace context with service in specsDmitriy Zaporozhets2014-01-165-477/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary specDmitriy Zaporozhets2014-01-151-73/+0
|
* Remove unnecessary contextsDmitriy Zaporozhets2014-01-151-65/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Better search login for global context. Improved testsDmitriy Zaporozhets2014-01-091-21/+32
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve FilterContext testsDmitriy Zaporozhets2013-12-251-26/+32
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix most of warningsskv2013-12-151-1/+1
|
* Merge branch 'authenticated_public_mode' of ↵Dmitriy Zaporozhets2013-11-273-13/+207
|\ | | | | | | | | | | | | | | | | 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-13/+207
| | | | | | | | | | | | 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-13/+9
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added sorting to project issues pageJason Blanchard2013-11-231-0/+77
|
* Allow searching by namespace name, include public projectsIzaak Alpert2013-10-241-0/+27
| | | | | | GITLAB-1457 (GITLAB-836) Change-Id: If8e2474bc6908accca51f395f58937687f101b58
* Ignore owner_id for Group in testsDmitriy Zaporozhets2013-09-261-2/+4
|
* Drop support of root namespace in modelHiroyuki Sato2013-09-172-2/+9
|
* style fixesAngus MacArthur2013-09-101-1/+4
|
* make public/private setting for project creation configurableAngus MacArthur2013-09-091-0/+28
|
* Fix filter context. Dont duplicate target project name for MRDmitriy Zaporozhets2013-08-081-2/+4
|
* Rebase on masterIzaak Alpert2013-07-171-1/+1
| | | | | Trying to retrigger travis Change-Id: Ifd86fb4c6b2791ad176230254fbf69a9ade979fb
* Merge Request on forked projectsIzaak Alpert2013-07-171-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Added few tests on Issues::BulkUpdateContextAlexDenisov2013-05-161-28/+61
|
* Added spec on bulk issues updateAlexDenisov2013-05-161-0/+77
|
* Fix bug for repeated fork requestsAngus MacArthur2013-05-021-12/+28
| | | | | | | When asking to fork a project and a project with the same name already exists (likely from a previous fork), the recovery from the fork failure would inadvertantly delete the repo of the existing destination project.
* updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-151-0/+41
|
* Improve CreateContext call. Fixed testDmitriy Zaporozhets2013-01-181-0/+38