summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Filter `authentication_token` parameterRémy Coutable2016-12-141-0/+1
* Merge branch 'rs-filter-params' into 'security'Rémy Coutable2016-12-141-1/+3
* Merge branch 'sh-fix-mailroom-config' into 'master'Yorick Peterse2016-10-251-1/+1
* Merge branch 'sh-add-mailers-to-sidekiq-config' into 'master' Stan Hu2016-10-211-0/+1
* Merge branch 'separate-sidekiq-queues' into 'master' Douwe Maan2016-10-212-1/+48
* Merge branch 'adam-fix-group-web-url' into 'master' Sean McGivern2016-10-211-15/+18
* Merge branch 'protected-branches-bundle' into 'master' Jacob Schatz2016-10-211-0/+1
* Merge branch '22191-delete-dynamic-envs-mr' into 'master'Rémy Coutable2016-10-201-1/+5
* Merge branch 'feature/group-level-labels' into 'master'Douwe Maan2016-10-202-0/+3
* Merge branch 'merge-conflicts-editor-2' into 'master' Jacob Schatz2016-10-183-0/+3
|\
| * Merge branch 'master' into merge-conflicts-editor-2Sean McGivern2016-10-174-2/+12
| |\
| * | Refactor JS codeAlfredo Sumaran2016-10-131-0/+1
| * | Allow setting content for resolutionsSean McGivern2016-10-131-0/+1
| * | Add instrumentation to conflict classesSean McGivern2016-10-131-0/+1
* | | Merge branch 'dz-rename-user-routes' into 'master'Robert Speicher2016-10-171-4/+10
|\ \ \ | |_|/ |/| |
| * | Add todo for deprecated user routes and more information about deprecation to...dz-rename-user-routesDmitriy Zaporozhets2016-10-171-0/+2
| * | Rename users routing from /u/:username to /users/:username for consistency wi...Dmitriy Zaporozhets2016-10-121-4/+8
* | | Fix 404 when group path has dot in the namedz-fix-group-with-dotDmitriy Zaporozhets2016-10-161-1/+4
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceJacob Schatz2016-10-151-0/+2
|\ \ \
| * | | Handle unmatched routing with not_found methodDmitriy Zaporozhets2016-10-151-0/+2
* | | | Add exists to users routes and fix endpoint.Bryce Johnson2016-10-151-0/+1
* | | | Revert conflict resolution in routes.rb.Bryce Johnson2016-10-151-792/+0
* | | | Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-151-0/+792
|/ / /
* | | Merge branch 'issue-23306-fix' into 'master' Dmitriy Zaporozhets2016-10-141-0/+3
|\ \ \
| * | | Move edit group scenario to rspec and refactor groups_specDmitriy Zaporozhets2016-10-141-1/+0
| * | | Add missing routes to make group edits workStan Hu2016-10-131-0/+4
| | |/ | |/|
* | | Merge branch 'members-ui' into 'master' Fatih Acet2016-10-141-1/+1
|\ \ \
| * | | Changed how collections are renderedPhil Hughes2016-10-061-794/+0
| * | | Merge branch 'master' into members-uiPhil Hughes2016-10-0619-75/+845
| |\ \ \
| * \ \ \ Merge branch 'master' into members-uiPhil Hughes2016-10-049-38/+64
| |\ \ \ \
| * | | | | Included groups on project_members pagePhil Hughes2016-09-131-1/+1
* | | | | | Rename method in testZ.J. van de Weg2016-10-141-0/+5
* | | | | | Moved ci_status environments logic to new action ci_envrionments_status and s...Luke Bennett2016-10-142-5/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'feature/issues-board' into 'master' Sean McGivern2016-10-131-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-1/+1
* | | | | Merge branch 'download_snippets' into 'master' Sean McGivern2016-10-121-0/+1
|\ \ \ \ \
| * | | | | Added 'Download' button to snippet viewJustin DiPierro2016-10-111-0/+1
* | | | | | Merge branch 'assign-issues-for-merge-request-18876' into 'master' Douwe Maan2016-10-111-0/+1
|\ \ \ \ \ \
| * | | | | | Added link to bulk assign issues to MR author. (Issue #18876)James2016-10-061-0/+1
* | | | | | | Merge branch 'atom-routes' into 'master' Robert Speicher2016-10-111-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Allow browsing branches that end with '.atom'Sean McGivern2016-10-111-1/+1
* | | | | | | Merge branch 'docs/refactor-reply-by-email' into 'master' Achilleas Pipinellis2016-10-111-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Move reply by email docs to a new locationdocs/refactor-reply-by-emailAchilleas Pipinellis2016-09-251-1/+1
* | | | | | | | Merge branch 'precalculate-trending-projects' into 'master' Robert Speicher2016-10-111-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-0/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Remove NamespacesControllerDmitriy Zaporozhets2016-10-101-2/+0
|/ / / / / / /
* | | | | | | Fix missing constraints causing route failures when usernames with periods ar...sh-add-user-constraintsStan Hu2016-10-081-1/+4
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'memoize_shell_secret_token' into 'master' Rémy Coutable2016-10-071-1/+1
|\ \ \ \ \ \
| * | | | | | Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro2016-10-061-1/+1
* | | | | | | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+41