summaryrefslogtreecommitdiff
path: root/spec/routing
Commit message (Collapse)AuthorAgeFilesLines
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+17
| | | | | | | | Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
* sync with upstream for ease to mergeGitLab2014-02-062-8/+30
|\
| * Add files to path blacklist.Jason Hollingsworth2014-01-241-7/+0
| | | | | | | | Remove empty ErrorsController
| * Add support for various archive formats.Jason Hollingsworth2014-01-021-0/+8
| | | | | | | | | | | | | | 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}
| * Issue 5716 - Allow removal of avatarDrew Blessing2013-12-021-0/+7
| | | | | | | | | | | | | | | | | | | | Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
| * Expand refs constraints to include valid charactersPeter Fern2013-10-241-0/+14
| | | | | | | | Fixes #4831, #4865, #4932
| * Fix profile specsDmitriy Zaporozhets2013-10-091-1/+1
| |
* | adding tests for the ssh keys featureGitLab2014-02-061-0/+5
|/
* Drop support of root namespace in routingHiroyuki Sato2013-09-132-63/+63
|
* Remove old specsDmitriy Zaporozhets2013-08-271-7/+0
|
* Fix routing specsDmitriy Zaporozhets2013-07-171-8/+13
|
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-021-1/+1
|\ | | | | | | | | | | | | Conflicts: app/views/dashboard/projects.html.haml app/views/layouts/_head_panel.html.haml config/routes.rb
| * Prevent 'toplevel constant SnippetsController referenced by ↵Jack Weeden2013-07-011-1/+1
| | | | | | | | Project::SnippetsController' warning
* | Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-06-301-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: app/controllers/admin/teams/projects_controller.rb app/views/team_members/_team_member.html.haml app/views/teams/members/_member.html.haml
| * fix bad constant reference in `project_routing_spec.rb`.Yves Senn2013-06-241-1/+1
| |
* | Fix route specsDmitriy Zaporozhets2013-06-261-2/+2
| |
* | Move Profile related controllers under Profiles:: moduleDmitriy Zaporozhets2013-06-242-11/+11
| |
* | Fix routing/controller specs for refactored controllersDmitriy Zaporozhets2013-06-231-94/+94
| |
* | remove useless routing tests. Added symlink creation for project with codeDmitriy Zaporozhets2013-06-222-35/+0
|/
* Merge pull request #4257 from jojosch/fix/routing-commit-with-#Dmitriy Zaporozhets2013-06-111-0/+4
|\ | | | | Routing fix Commit-List: branch with # and + in name
| * Commit List and Tree allow also + in branch nameJohannes Schleifenbaum2013-06-091-0/+2
| |
| * Routing fix Commit-List: switch to branch with # in nameJohannes Schleifenbaum2013-06-091-0/+2
| |
* | Solve inconsistency between network graph & stat graphsDmitriy Zaporozhets2013-06-111-3/+9
|/
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵Dmitriy Zaporozhets2013-06-042-4/+73
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
| * Routing updated to support global snippetsAndrew8xx82013-03-241-0/+45
| |
| * Project snippets moved to /projectsAndrew8xx82013-03-231-4/+28
| |
* | Fix routiong specs after rename of resque controllerDmitriy Zaporozhets2013-05-302-9/+3
| |
* | 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
|/