summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '43770-change-clear-runners-cache-ujs-action-to-an-axios-request...Kamil Trzciński2018-03-081-14/+5
|\
| * [ci skip] Merge branch 'master' into 43770-change-clear-runners-cache-ujs-act...Filipa Lacerda2018-03-071-4/+2
| |\
| * \ [ci skip] Merge branch 'master' into 43770-change-clear-runners-cache-ujs-act...Filipa Lacerda2018-03-073-8/+54
| |\ \
| * \ \ [ci skip] Merge branch 'master' into 43770-change-clear-runners-cache-ujs-act...Filipa Lacerda2018-03-062-1/+7
| |\ \ \
| * | | | Update Projects::Settings::CiCdController#reset_cache specsMatija Čupić2018-03-011-14/+5
* | | | | Merge branch 'ce-jej/github-project-service-for-ci' into 'master'Douwe Maan2018-03-081-0/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Service integration displays validation errors on test failJames Edwards-Jones2018-03-071-0/+12
| | |_|/ | |/| |
* | | | Merge branch 'jivl-new-modal-project-labels-milestones' into 'master'Filipa Lacerda2018-03-071-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | used respond_to formats for persisting flash messages insteadjivl-new-modal-project-labels-milestonesJose Ivan Vargas2018-03-062-2/+3
| * | | Add persistent flash messagesJose Ivan Vargas2018-03-012-4/+2
| * | | Added vue based promotion modals for labels and milestonesJose Ivan Vargas2018-03-011-1/+0
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into 5029-support-cluster-metr...5029-support-cluster-metrics-cePawel Chojnacki2018-03-066-2/+127
|\ \ \
| * \ \ Merge branch '40187-project-branch-dashboard-with-active-stale-branches' into...Rémy Coutable2018-03-061-0/+33
| |\ \ \ | | |/ / | |/| |
| | * | Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-0/+33
| * | | Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan2018-03-011-1/+1
| |\ \ \
| | * | | Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-011-1/+1
| | |/ /
| * | | Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-011-0/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith2018-02-231-0/+8
| | |\ \
| | * | | Fix clusters_controller_spec (#42643)Dylan Griffith2018-02-231-2/+2
| | * | | Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-201-0/+6
| * | | | PagesDomain: Add edit/update functionalityRob Watson2018-02-281-0/+60
| | |_|/ | |/| |
| * | | Render MR Notes with Vue with behind a cookieFatih Acet2018-02-282-1/+27
* | | | Check if prometheus_adapter is properly calledPawel Chojnacki2018-03-051-2/+16
* | | | Implement PrometheusDeploymentLocator + fix metrics controllerPawel Chojnacki2018-03-011-2/+1
* | | | Squashed commit of the following:Pawel Chojnacki2018-02-242-6/+6
|/ / /
* | | Backport custom metrics ce componentsPaweł Chojnacki2018-02-231-8/+8
* | | Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-231-1/+1
|\ \ \
| * \ \ Merge branch '43496-error-message-for-gke-clusters-persists-in-the-next-page'...bjk/kube_state_metricsKamil Trzciński2018-02-231-1/+1
| |\ \ \
| | * | | Do not persist Google Project Billing Failure errors after a reloadMatija Čupić2018-02-221-1/+1
| | | |/ | | |/|
* | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-231-1/+40
|/ / /
* | | Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan2018-02-231-1/+63
|\ \ \ | |/ / |/| |
| * | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-1/+63
| |/
* | Fix 500 error when loading an invalid upload URLSean McGivern2018-02-221-0/+8
|/
* Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-071-39/+17
|\
| * Extract Variables controllers specs to shared_examplesMatija Čupić2018-02-051-101/+8
| * Refactor Variable controllers specsMatija Čupić2018-02-051-22/+24
| * Extract Variable into separate JSON SchemaMatija Čupić2018-02-051-3/+3
| * Extract variable parameters in VariablesController specsMatija Čupić2018-02-051-14/+14
| * Add VariableSerializer for Ci::VariableMatija Čupić2018-02-051-3/+3
| * Return all variables after UPDATEMatija Čupić2018-02-051-0/+12
| * Change POST to PATCH requests in the controller specsMatija Čupić2018-02-051-3/+3
| * Use `resource` in Project Variables routing schemeMatija Čupić2018-02-051-4/+23
| * Use all parameters in VariablesController specsMatija Čupić2018-02-051-5/+13
| * Remove redundant routes in VariablesControllerMatija Čupić2018-02-051-47/+0
| * Use nested attributes for updating multiple variablesMatija Čupić2018-02-051-5/+6
| * Add destroy functionality to save_multipleMatija Čupić2018-02-051-0/+20
| * Implement multiple variable handling actionMatija Čupić2018-02-051-3/+52
| * Stub multiple variable controller methodMatija Čupić2018-02-051-0/+7
* | Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes2018-02-061-5/+5
|\ \
| * | Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-5/+5
| |/