summaryrefslogtreecommitdiff
path: root/spec/routing
Commit message (Collapse)AuthorAgeFilesLines
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
|
* Merge pull request #3834 from ichord/gfm-autocompDmitriy Zaporozhets2013-05-081-0/+4
|\ | | | | improve gfm autocomplete
| * autocomplete issues and preload autocomplete data.ichord2013-05-041-0/+4
| | | | | | | | | | | | | | | | update jquery-atwho-rails to v0.3.0 add autocomplete_source action to project for gfm autocomplete move init_autocomplete layout from head_panel to project_resource
* | Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-052-19/+19
|/
* updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-151-0/+5
|
* Update capybara to 2.1, poltergeist to masterDmitriy Zaporozhets2013-04-111-0/+1
|
* remove outdated routing specsDmitriy Zaporozhets2013-04-071-8/+0
|
* notification scaffoldDmitriy Zaporozhets2013-03-271-0/+13
|
* Admin.projects: remove views and route specsDmitriy Zaporozhets2013-03-251-20/+0
|
* removed few outdated testsDmitriy Zaporozhets2013-03-191-5/+1
|
* Add and fix some tests for routing.Sato Hiroyuki2013-03-061-5/+15
| | | | It is linked to #2598.
* Test to show incorrect routing to Compare controllerYuri Feldman2013-02-121-0/+1
|
* fix routing specsDmitriy Zaporozhets2013-01-311-1/+1
|
* Fixed dashboard show specsDmitriy Zaporozhets2013-01-271-4/+4
|
* fix testsAndrey Kumanyaev2013-01-241-7/+7
|
* Fix routing specsDmitriy Zaporozhets2013-01-091-6/+6
|
* Cleanup after issues refactor and fix testDmitriy Zaporozhets2012-12-201-0/+3
|
* add help/raketasks to routing specJohannes Schleifenbaum2012-12-081-0/+5
|
* Refactored profile to resource. Added missing flash notice on successfull ↵Dmitriy Zaporozhets2012-12-021-18/+6
| | | | updated. Update username via ajax
* Merge pull request #2067 from ↵Dmitriy Zaporozhets2012-11-261-5/+6
|\ | | | | | | | | riyad/diff-and-patch-for-commits-and-merge-requests Diff and patch for commits and merge requests
| * Remove merge_request#raw and replace it with formats to #showRiyad Preukschas2012-11-251-5/+5
| | | | | | | | Needed to add a constraint on the id. Otherwise the format was parsed as part of the id.
| * Add diff format to commit#showRiyad Preukschas2012-11-221-0/+1
| |
* | Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-8/+0
|/
* Add Compare#index and Compare#create actionsRobert Speicher2012-09-261-0/+5
| | | | Create just redirects to our specially-formatted #show action
* Updates to routing specsRobert Speicher2012-09-261-46/+11
|
* Remove Commits#compare, add CompareControllerRobert Speicher2012-09-261-5/+7
|
* Update RefExtractor to handle atom feedsRobert Speicher2012-09-261-11/+5
|
* Add BlobController, remove Refs#blobRobert Speicher2012-09-261-11/+6
|
* Add BlameController, remove Refs#blame actionRobert Speicher2012-09-261-10/+7
|
* Enable tree resource, remove old tree routesRobert Speicher2012-09-261-14/+7
|
* Use Commit#show instead of Commits#show to view a single commitRobert Speicher2012-09-261-0/+9
| | | | | Commits#show (plural) is going to be for showing commit history on a specific path.
* Add routing specs for new routesRobert Speicher2012-09-261-0/+59
|
* Move project-related routing specs to their own fileRobert Speicher2012-09-162-397/+398
|
* Remove Projects#team actionRobert Speicher2012-09-161-5/+0
| | | | Uses TeamMembers#index instead, to be more RESTful
* Add routing specsRobert Speicher2012-09-162-0/+754