summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-223-7/+7
|\ | | | | Remove deprecated finders
| * Remove deprecated findersskv2014-01-193-7/+7
| |
* | Merge pull request #5958 from brunoga/go-repository-fetchDmitriy Zaporozhets2014-01-211-0/+5
|\ \ | | | | | | Added support for Go's repository retrieval.
| * | Added a simple test to web_url_without_protocol.Bruno Albuquerque2014-01-201-0/+5
| | |
* | | Merge pull request #6072 from jvanbaarsen/fix-3516Dmitriy Zaporozhets2014-01-191-0/+21
|\ \ \ | | | | | | | | Better check on the validity of emails
| * | | Better check on the validity of emailsJeroen van Baarsen2014-01-161-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At this moment it was possible to enter emails like: mailto:info@example.com. This was causing some issue in the frontend, since those links became html mailto: links. Fixes: #3516
* | | | Merge branch 'add_website_url_to_user' of ↵Dmitriy Zaporozhets2014-01-191-0/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/jeromedalbert/gitlabhq into jeromedalbert-add_website_url_to_user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | | | Add website url to userJerome Dalbert2014-01-181-0/+46
| |/ / /
* | | | Fix search autocompleteDmitriy Zaporozhets2014-01-181-19/+8
| |_|/ |/| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Replace context with service in specsDmitriy Zaporozhets2014-01-166-19/+19
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #6061 from zzet/patch-8Dmitriy Zaporozhets2014-01-161-1/+6
|\ \ | | | | | | Fix deprecation in specs
| * | Fix deprecation in specsAndrew Kumanyaev2014-01-151-1/+6
| | | | | | | | | From https://github.com/gitlabhq/gitlabhq/pull/6053
* | | Merge branch 'refactoring/issues_filter' into 'master'Dmitriy Zaporozhets2014-01-162-84/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | Refactoring: Issues/MR filtering logic Move all issues, mr filtering logic into FilteringService
| * | | 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>
| * | | Specs for FilteringServiceDmitriy Zaporozhets2014-01-151-0/+65
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'refactoring/services' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2014-01-152-2/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Convert TestHookContext into TestHookService. Added testsDmitriy Zaporozhets2014-01-151-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Use instance methods for system_hooks_serviceDmitriy Zaporozhets2014-01-151-2/+2
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Move repo rename email to notification serviceDmitriy Zaporozhets2014-01-151-0/+25
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'feature/merge_commit_message' of ↵Dmitriy Zaporozhets2014-01-152-5/+5
|\ \ | | | | | | | | | /home/git/repositories/gitlab/gitlabhq
| * | Fix mr controller specsDmitriy Zaporozhets2014-01-141-2/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Use same code for diff and patch inside MergeActionDmitriy Zaporozhets2014-01-131-3/+3
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Revert "Fix deprecation in specs"Dmitriy Zaporozhets2014-01-141-1/+1
| | | | | | | | | | | | This reverts commit 414ead57ee294618e73ef62f521b11d98fdce3a0.
* | | Merge pull request #6053 from zzet/patch-6Dmitriy Zaporozhets2014-01-141-1/+1
|\ \ \ | | | | | | | | Fix deprecation in specs
| * | | Fix deprecation in specsAndrew Kumanyaev2014-01-141-1/+1
| |/ / | | | | | | DEPRECATION: `expect { }.not_to raise_error(SpecificErrorClass)` is deprecated. Use `expect { }.not_to raise_error` (with no args) instead. Called from /home/travis/build/gitlabhq/gitlabhq/spec/tasks/gitlab/backup_rake_spec.rb:42:in `block (4 levels) in <top (required)>'.
* | | Remove Debug from testsAndrew Kumanyaev2014-01-141-2/+0
|/ /
* | Merge pull request #5933 from dblessing/feature/assignee_changes_in_timelineDmitriy Zaporozhets2014-01-121-0/+31
|\ \ | | | | | | Add note for assignee changes
| * | Add note for assignee changesDrew Blessing2014-01-061-0/+31
| | | | | | | | | | | | Change to username per @PixnBits suggestion
* | | Remove chosen from testsDmitriy Zaporozhets2014-01-111-21/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Remove invalid testDmitriy Zaporozhets2014-01-091-18/+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>
* | | Merge pull request #5427 from karlhungus/feature_search_code_in_public_reposDmitriy Zaporozhets2014-01-091-0/+18
|\ \ \ | |/ / |/| | Allow public repo searching
| * | Updated convience method to privateIzaak Alpert2013-11-131-1/+1
| | |
| * | Allow public repo searchingIzaak Alpert2013-11-131-0/+18
| | | | | | | | | | | | | | | | | | GITLAB-1386 Change-Id: I9a0bbe8db1a9bb00cef33b3e1854d78844b70a45
* | | Add support for various archive formats.Jason Hollingsworth2014-01-022-2/+29
| | | | | | | | | | | | | | | | | | | | | Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
* | | Comment failing testDmitriy Zaporozhets2014-01-011-7/+8
| |/ |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add api support for raw blob searchThom Gerdes2013-12-261-0/+7
| | | | | | | | | | See issue http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api
* | fix testsDmitriy Zaporozhets2013-12-261-1/+1
| | | | | | | | 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>
* | Add User#avatar_type testsDmitriy Zaporozhets2013-12-241-0/+14
| | | | | | | | 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>
* | Fix broadcast message factoryDmitriy Zaporozhets2013-12-191-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'atomaka/feature/message-colors' of ↵Dmitriy Zaporozhets2013-12-193-0/+27
|\ \ | | | | | | | | | https://github.com/atomaka/gitlabhq into 6-5-dev
| * | Customization and previewing of broadcast messagesAndrew Tomaka2013-12-183-0/+27
| | |
* | | Merge branch 'feature-issue-actions' of ↵Dmitriy Zaporozhets2013-12-191-0/+78
|\ \ \ | |/ / |/| | | | | https://github.com/jasonblanchard/gitlabhq into 6-5-dev
| * | Added dropdown menus to issue#show page for assignee and milestoneJason Blanchard2013-12-171-0/+78
| | |
* | | Email on push mailer specDmitriy Zaporozhets2013-12-181-0/+24
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix testsDmitriy Zaporozhets2013-12-171-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-162-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects