| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'dz-refactor-project-routes' into 'master'
| Dmitriy Zaporozhets | 2016-11-08 | 4 | -177/+169 |
|\ |
|
| * | Refactor project routingdz-refactor-project-routes | Dmitriy Zaporozhets | 2016-11-07 | 4 | -177/+169 |
* | | Merge branch 'dz-refactor-namespace-regex' into 'master'
| Sean McGivern | 2016-11-08 | 2 | -23/+24 |
|\ \ |
|
| * | | Refactor namespace regexdz-refactor-namespace-regex | Dmitriy Zaporozhets | 2016-11-07 | 2 | -23/+24 |
| |/ |
|
* | | Merge branch 'dz-refactor-group-routes' into 'master'
| Dmitriy Zaporozhets | 2016-11-08 | 1 | -19/+19 |
|\ \ |
|
| * | | Refactor group routingdz-refactor-group-routes | Dmitriy Zaporozhets | 2016-11-07 | 1 | -19/+19 |
| |/ |
|
* | | implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-email | tiagonbotelho | 2016-11-07 | 1 | -0/+1 |
* | | Use separate email-friendly token for incoming email and let incoming | Douwe Maan | 2016-11-07 | 1 | -0/+1 |
|/ |
|
* | Revert "Revert "Change "Group#web_url" to return "/groups/twitter" rather tha...dz-revert-revert | Dmitriy Zaporozhets | 2016-10-27 | 1 | -15/+18 |
* | Revert "Change "Group#web_url" to return "/groups/twitter" rather than "/twit... | Dmitriy Zaporozhets | 2016-10-24 | 1 | -18/+15 |
* | Change "Group#web_url" to return "/groups/twitter" rather than "/twitter". | Adam Niedzielski | 2016-10-21 | 1 | -15/+18 |
* | Disable subscribing to group-level labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -5/+1 |
* | Add CRUD for Group Labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -0/+6 |
* | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-18 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'merge-conflicts-editor-2' into 'master'
| Jacob Schatz | 2016-10-18 | 1 | -0/+1 |
| |\ |
|
| | * | Merge branch 'master' into merge-conflicts-editor-2 | Sean McGivern | 2016-10-17 | 3 | -2/+10 |
| | |\ |
|
| | * | | Allow setting content for resolutions | Sean McGivern | 2016-10-13 | 1 | -0/+1 |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 22191-delete-dy... | Kamil Trzcinski | 2016-10-17 | 1 | -4/+10 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'dz-rename-user-routes' into 'master' | Robert Speicher | 2016-10-17 | 1 | -4/+10 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Add todo for deprecated user routes and more information about deprecation to...dz-rename-user-routes | Dmitriy Zaporozhets | 2016-10-17 | 1 | -0/+2 |
| | * | | Rename users routing from /u/:username to /users/:username for consistency wi... | Dmitriy Zaporozhets | 2016-10-12 | 1 | -4/+8 |
* | | | | Remove destroy from environments [ci skip] | Kamil Trzcinski | 2016-10-17 | 1 | -1/+1 |
* | | | | Add environment stop action [ci skip] | Kamil Trzcinski | 2016-10-17 | 1 | -1/+5 |
|/ / / |
|
* | | | Fix 404 when group path has dot in the namedz-fix-group-with-dot | Dmitriy Zaporozhets | 2016-10-16 | 1 | -1/+4 |
* | | | Add exists to users routes and fix endpoint. | Bryce Johnson | 2016-10-15 | 1 | -0/+1 |
* | | | Merge branch 'issue-23306-fix' into 'master'
| Dmitriy Zaporozhets | 2016-10-14 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Move edit group scenario to rspec and refactor groups_spec | Dmitriy Zaporozhets | 2016-10-14 | 1 | -1/+0 |
| * | | | Add missing routes to make group edits work | Stan Hu | 2016-10-13 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'members-ui' into 'master'
| Fatih Acet | 2016-10-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Merge branch 'master' into members-ui | Phil Hughes | 2016-10-06 | 1 | -1/+1 |
* | | | | Moved ci_status environments logic to new action ci_envrionments_status and s... | Luke Bennett | 2016-10-14 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'feature/issues-board' into 'master'
| Sean McGivern | 2016-10-13 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add index action to Projects::BoardsController to return project boards | Douglas Barbosa Alexandre | 2016-10-11 | 1 | -1/+1 |
* | | | Merge branch 'download_snippets' into 'master'
| Sean McGivern | 2016-10-12 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Added 'Download' button to snippet view | Justin DiPierro | 2016-10-11 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'assign-issues-for-merge-request-18876' into 'master'
| Douwe Maan | 2016-10-11 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Added link to bulk assign issues to MR author. (Issue #18876) | James | 2016-10-06 | 1 | -0/+1 |
* | | | | Merge branch 'atom-routes' into 'master'
| Robert Speicher | 2016-10-11 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Allow browsing branches that end with '.atom' | Sean McGivern | 2016-10-11 | 1 | -1/+1 |
* | | | | Fix missing constraints causing route failures when usernames with periods ar...sh-add-user-constraints | Stan Hu | 2016-10-08 | 1 | -1/+4 |
|/ / / |
|
* | | | Change user & group landing page routing from /u/:name & /groups/:name to /:name | Dmitriy Zaporozhets | 2016-10-06 | 2 | -12/+31 |
* | | | Merge branch 'issue-boards-new-issue' into 'master'
| Fatih Acet | 2016-10-06 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Added ability to save the new issue | Phil Hughes | 2016-10-06 | 1 | -1/+1 |
| |/ |
|
* | | MergeRequest new form load diff asynchronouslynew-merge-requests-commit-tab-active | Paco Guzman | 2016-10-06 | 1 | -0/+1 |
|/ |
|
* | Cleanup config/routes.rb even further by extracting more routes into separate...dz-more-route-cleanup | Dmitriy Zaporozhets | 2016-10-05 | 7 | -0/+58 |
* | Put user keys routing back below project routing | Dmitriy Zaporozhets | 2016-10-05 | 1 | -3/+0 |
* | Split routes on multiple filesdz-split-routes | Dmitriy Zaporozhets | 2016-10-05 | 9 | -0/+759 |