summaryrefslogtreecommitdiff
path: root/config/routes
Commit message (Collapse)AuthorAgeFilesLines
* PagesDomain: Add edit/update functionalityRob Watson2018-02-281-1/+1
|
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-0/+1
|
* Backport custom metrics ce componentsPaweł Chojnacki2018-02-231-1/+3
|
* Add DNS verification to Pages custom domainsNick Thomas2018-02-231-1/+5
|
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-0/+7
|
* Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-072-2/+3
|\ | | | | | | | | Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
| * Use `resource` in Group Variables routing schemeMatija Čupić2018-02-051-3/+1
| |
| * Use `resource` in Project Variables routing schemeMatija Čupić2018-02-051-3/+1
| |
| * Remove redundant routes in Groups::VariablesControllerMatija Čupić2018-02-051-4/+2
| |
| * Port #save_multiple to Groups::VariablesControllerMatija Čupić2018-02-051-1/+5
| |
| * Remove redundant routes in VariablesControllerMatija Čupić2018-02-051-4/+2
| |
| * Stub multiple variable controller methodMatija Čupić2018-02-051-1/+6
| |
* | 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-0/+1
|/
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-014-13/+13
|
* Gitaly Server info for admin panelZeger-Jan van de Weg2018-01-311-0/+2
| | | | | | | | | | | | Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
* Handle special characters on API request of issuable templatesTakuya Noguchi2018-01-251-1/+1
|
* Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-0/+1
|
* Change reset_cache action from get to postMatija Čupić2018-01-051-1/+1
|
* Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-051-0/+1
|\
| * Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
* | Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-041-2/+2
|\ \ | |/
| * Add pause/resume button to specific project runnersMario de la Ossa2017-12-271-2/+2
| |
* | Move cache reset to ci_cd_settings controllerMatija Čupić2018-01-041-2/+3
| |
* | Stub out project#reset_cacheMatija Čupić2017-12-211-0/+1
|/
* Address some comments with running a pipeline scheduleStan Hu2017-12-121-1/+1
|
* Add button to run scheduled pipeline immediatelyStan Hu2017-12-121-0/+1
| | | | Closes #38741
* Support uploads for groupsJarka Kadlecova2017-12-071-0/+6
|
* Merge branch 'feature/custom-text-for-new-projects' into 'master'Rémy Coutable2017-12-051-1/+1
|\ | | | | | | | | | | | | Add custom brand text on new project pages Closes #15265 See merge request gitlab-org/gitlab-ce!15541
| * Add custom brand text on new project pagesMarkus Koller2017-12-041-1/+1
| |
* | Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern2017-12-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Create merge request from email Closes #32878 See merge request gitlab-org/gitlab-ce!13817
| * | Create merge request from emailJan Provaznik2017-12-051-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | * new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
* | Second iteration of Move Kubernetes from service to Cluster pageFilipa Lacerda2017-12-051-3/+9
|/
* Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas2017-11-221-2/+0
|
* Free up some group reserved wordsBob Van Landuyt2017-11-071-27/+30
|
* Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt2017-11-071-15/+16
|
* Free up `labels` as a group nameBob Van Landuyt2017-11-071-4/+10
|
* Fix wildcard route and use param styleShinya Maeda2017-11-071-1/+1
|
* Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-071-0/+1
|\
| * Merge branch '35616-move-gke-form-1st-iteration' into ↵Shinya Maeda2017-11-041-0/+1
| |\ | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| | * Fix pipeline. Fix routing when validation failed.Shinya Maeda2017-11-011-1/+1
| | |
| | * Fix paths to the first pageKamil Trzcinski2017-11-011-0/+1
| | |
* | | Add Projects::Clusters::ApplicationsController testsAlessio Caiazza2017-11-031-1/+1
| | |
* | | Fix typosAlessio Caiazza2017-11-031-1/+1
| | |
* | | Merge remote-tracking branch 'origin/master' into 38464-k8s-appsKamil Trzcinski2017-11-031-1/+0
|\ \ \ | |/ /
| * | Remove Private Token from User Settings > AccountDouwe Maan2017-11-021-1/+0
| | |
* | | Fix and add applications controllerKamil Trzcinski2017-11-021-2/+2
| | |
* | | Improve backend structure of dataKamil Trzcinski2017-11-021-0/+4
|/ /
* | Allow promoting project milestones to group milestonesFelipe Artur2017-10-311-0/+1
| |
* | Fix broken Members link when relative URL root paths are usedsh-fix-broken-redirection-relative-url-rootStan Hu2017-10-274-9/+9
|/ | | | | | | | Navigating to the "Members" section of a project would omit the relative URL root path. Fix the redirection and eliminate the need for a redirection in the first place. Fix other redirections failing to work with relative roots
* Added ssh fingerprint, gitlab ci and pages information in an instance ↵Francisco Lopez2017-10-251-4/+5
| | | | | | configuration page Closes #25142