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
path: root/spec
AgeCommit message (Collapse)Author
2013-11-27Capybara tests with first-child/last-child randomly fails so replaced with ↵Dmitriy Zaporozhets
alternative method Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Merge branch 'authenticated_public_mode' of ↵Dmitriy Zaporozhets
https://github.com/jhollingsworth/gitlabhq into feature/internal_projects Conflicts: app/models/project.rb Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Use 1.9 hash syntax for some testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
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.
2013-11-26Fix session spec because of password lengthDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-25More fixes to test because of long passwordDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-25Fix tests after user password length was changedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-25Fix markdown testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-24Merge pull request #5661 from jasonblanchard/sorting-project-issuesDmitriy Zaporozhets
Added sorting to project issues page
2013-11-24Added sorting to project issues pageJason Blanchard
2013-11-21Integration with AssemblaCarlos Paramio
2013-11-20Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-20Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-19Tests for delete file by APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-18API: projects/all testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-15Namespaces api specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-13AnnotateDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-12Merge branch 'relative' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-11-12Clear state in test satellite dir.Marin Jankovski
2013-11-12Show broadcast message to usersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-12Broadcast message model + migrationsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-11API: Edit file in repositoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-09Merge branch 'feature/api_create_file' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-11-09Merge pull request #5571 from bke-drewb/emailDmitriy Zaporozhets
Fix minor errors/annoyances in email templates
2013-11-08Add specs for Email confirmationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-08Fix minor errors/annoyances in email templatesDrew Blessing
There was some funny syntax in merge request email templates. There was a ! before the merge request number when there probably should be a #. This may be some carry over from markdown but should not be in email templates. There were also some capitalization discrepancies among the subject lines. For those OCD people out there I standardized the capitalization. :)
2013-11-07Specs for Create file APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-06Remove default_branch support from API project creationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-06Replace assign with stub for default_branchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-05Remove User#namespaces method from codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-05Revert "More escaping"Dmitriy Zaporozhets
This reverts commit c46eaca91247ccf8e6fb3b691dad028e1b084ae3.
2013-11-05Merge pull request #5500 from nkukard/esc-strings2Jacob Vosmaer
More escaping
2013-11-05More escapingNigel Kukard
- Database name may contain characters which are not shell friendly - Database password could contain the same - While we at it there is no harm in escaping generated paths too - Refactored 2-line system(command) Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
2013-11-01Preselect the current issue tracker with selected="selected"Johannes Schleifenbaum
The previous behavior was, that the first element of the select was preselected, thus upon saving the project, the previous selected could be overwritten.
2013-10-31Merge pull request #5435 from ↵Dmitriy Zaporozhets
karlhungus/feature_search_namespace_name_and_public Allow searching by namespace name, include public projects
2013-10-29API: set gitlab-ci service for projectDmitriy Zaporozhets
2013-10-24Allow searching by namespace name, include public projectsIzaak Alpert
GITLAB-1457 (GITLAB-836) Change-Id: If8e2474bc6908accca51f395f58937687f101b58
2013-10-24Expand refs constraints to include valid charactersPeter Fern
Fixes #4831, #4865, #4932
2013-10-21Add specs for NotificationsHelperRobert Speicher
2013-10-20Fix rspec test after bdd3513f03a1db060051a29ffcf535821235eac1Dmitriy Zaporozhets
2013-10-20Refactor and cover search_autocomplete_sourceRobert Speicher
2013-10-20Cover the simple_sanitize helperRobert Speicher
2013-10-17Merge branch 'issue_tracker' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-10-17Fallback to internal issue tracker if config is invalid.Marin Jankovski
2013-10-17Speed up testsDmitriy Zaporozhets
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-10-15set current_user for project specDmitriy Zaporozhets
2013-10-15Oauth users and users created by admin should be confirmed immediatlyDmitriy Zaporozhets
2013-10-14Merge branch 'feature/api_iids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-10-14Merge branch 'readding_group_member' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets