summaryrefslogtreecommitdiff
path: root/config/routes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett2018-07-262-4/+6
| | | | |
* | | | | Merge remote-tracking branch 'dev/master'Felipe Artur2018-07-262-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Changing the hook test action to use POSTFrancisco Javier López2018-07-232-2/+2
| | |_|/ | |/| |
* | | | Merge branch '31576-redirect-commits-to-root-if-no-ref' into 'master'Douwe Maan2018-07-261-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Define /commits/ behaviour" Closes #31576 See merge request gitlab-org/gitlab-ce!20738
| * | | Transfer to commits_controller, add test, and update changelogKia Mei Somabes2018-07-241-1/+1
| | | |
| * | | Redirect commits to root_ref if no ref is providedKia Mei Somabes2018-07-201-0/+1
| | |/ | |/|
* | | Add manifest import featureDmitriy Zaporozhets2018-07-111-0/+6
|/ / | | | | | | | | | | | | | | | | It allows user to automatically import multiple repositories with nested structure by uploading a manifest xml file. AOSP project was used as an example during development of this feature. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Web Terminal Ci BuildFrancisco Javier López2018-07-051-0/+2
| |
* | Merge branch '45739-add-metrics-to-operations-tab' into 'master'Filipa Lacerda2018-07-041-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Add Metrics to Operations Tab" Closes #45739 See merge request gitlab-org/gitlab-ce!20025
| * | Remove GET empty from EnvironmentsControllerTiago Botelho2018-06-291-1/+0
| | |
| * | Prevents project first environment from being fetched in every project viewTiago Botelho2018-06-281-0/+1
| | |
| * | Adds empty environments pageTiago Botelho2018-06-261-0/+1
| |/
* | Merge branch '43446-new-cluster-page-tabs' into 'master'Kamil Trzciński (OoO till 3th)2018-07-041-8/+2
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Change new cluster page design to use tabs" Closes #43446 and #46304 See merge request gitlab-org/gitlab-ce!18963
| * \ Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang2018-06-194-2/+8
| |\ \ | | |/
| * | consolidate back into one controllerDennis Tang2018-06-191-4/+2
| | |
| * | split into gcp and user controllers againDennis Tang2018-06-051-1/+8
| | |
| * | Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang2018-05-314-2/+5
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/_merge_request_merge_method_settings.html.haml
| * \ \ Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang2018-05-311-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/clusters/gcp_controller.rb # app/views/projects/clusters/gcp/_form.html.haml # app/views/projects/clusters/gcp/login.html.haml
| * | | | use implied route for clusters#createDennis Tang2018-05-261-5/+1
| | | | |
| * | | | revisionsDennis Tang2018-05-261-1/+1
| | | | |
| * | | | combine "create" and "existing" GKE cluster views into one new pageDennis Tang2018-05-261-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/clusters/gcp_controller.rb # app/views/projects/clusters/gcp/_form.html.haml
* | | | | Add workhorse authorize method for project/group uploadsJan Provaznik2018-06-182-0/+2
| |_|_|/ |/| | | | | | | | | | | | | | | This method can be used by workhorse to get presigned URLs used for direct upload of files.
* | | | Resolve "[Rails5] `ActionView::MissingTemplate` in ↵blackst0ne2018-06-121-1/+1
| | | | | | | | | | | | | | | | spec/features/projects/wiki/user_views_wiki_page_spec.rb"
* | | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-072-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * | | | allow uploading favicon in appearance settingsAlexis Reigel2018-06-052-1/+2
| | |_|/ | |/| |
* | | | Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
* | | | Add a minimal GraphQL APINick Thomas2018-06-051-0/+3
|/ / /
* | | Export assigned issues in iCalendar feedImre Farkas2018-05-314-2/+5
| |/ |/|
* | Add `shared_projects` endpointBob Van Landuyt2018-05-291-0/+1
|/ | | | | | | This endpoint lists projects shared with a group visible to the current user. The `filter` and `sort` params are supported like on the `children` endpoint.
* Merge branch '10244-ux-improvements-for-group-runners' into 'master'Kamil Trzciński2018-05-071-0/+7
|\ | | | | | | | | Improve UX For Group Runners See merge request gitlab-org/gitlab-ce!18649
| * Allow to pause,resume,show,edit,destroy group runners (#10244)Dylan Griffith2018-05-071-0/+7
| |
* | Adds remote mirror table migrationTiago Botelho2018-05-071-0/+6
| |
* | Add signature verification badge to compare viewMarc2018-05-071-0/+1
| |
* | Merge branch '33697-pipelines-json-endpoint' into 'master'Kamil Trzciński2018-05-071-0/+1
|\ \ | |/ |/| | | | | | | | | Resolve "CI retry/cancel job or pipeline redirect the user and can't be open in a new tab" Closes #33697 See merge request gitlab-org/gitlab-ce!18451
| * Merge branch 'master' into 33697-pipelines-json-endpointMatija Čupić2018-05-021-0/+1
| |\
| * | Add stages_ajax endpoint to serve old HTMLKamil Trzciński2018-05-021-0/+1
| | |
* | | Display terms to a userBob Van Landuyt2018-05-041-0/+7
| | | | | | | | | | | | When terms are present, they can be viewed on `/-/users/terms`.
* | | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-032-1/+1
|\ \ \
| * | | Load branches on new merge request page asynchronouslyWinnie Hellmann2018-05-021-1/+0
| | |/ | |/|
| * | Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-021-0/+1
| |/
* | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-261-0/+18
|\ \ | |/
| * Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-221-0/+18
| | | | | | | | | | Moves LDAP to its own controller with tests Provides path forward for implementing GroupSaml
* | allow disabling/enabling group runners per projectAlexis Reigel2018-04-231-0/+1
|/
* Projects and groups badges settings UIFrancisco Javier López2018-04-082-0/+2
|
* Get rid of Redis when dealing with deploy tokensKamil Trzciński2018-04-061-2/+4
| | | | We use controller actions to pass a newly created token and errors
* Create barebones for DeploytokenMayra Cabrera2018-04-061-0/+6
| | | | | | | | | | Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
* Merge branch 'jramsay-38830-tarball' into 'master'Douwe Maan2018-04-062-3/+6
|\ | | | | | | | | | | | | Add alternative archive route Closes #38830 See merge request gitlab-org/gitlab-ce!17225
| * Add new repository archive routeJames Ramsay2018-04-062-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
* | Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin2018-04-041-1/+1
|/
* Move project ci lint under '-' scope43603-ci-lint-supportMayra Cabrera2018-03-261-4/+4
|