summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into 5029-support-cluster-metr...5029-support-cluster-metrics-cePawel Chojnacki2018-03-069-6/+162
|\
| * 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
| * | Revert few more broken specs related to *_with_namespace methodsdz-use-less-deprecated-methodsDmitriy Zaporozhets2018-03-051-2/+2
| * | Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-2/+2
| * | Allow to include also descendant group labelsJan Provaznik2018-03-021-7/+7
| * | Support additional LabelsFinder parameters for group labelsJan Provaznik2018-03-021-0/+29
| * | 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-232-0/+12
| | |\ \ \
| | * | | | 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
| * | | | | Merge branch 'feature/edit_pages_domain' into 'master'Nick Thomas2018-02-281-0/+60
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | PagesDomain: Add edit/update functionalityRob Watson2018-02-281-0/+60
| | | |_|/ | | |/| |
| * | | | Specify base controller for Doorkeeperbvl-fix-qa-doorkeeperBob Van Landuyt2018-02-281-0/+2
| |/ / /
| * | | 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-232-5/+7
|\ \ \
| * \ \ 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
| | | |/ | | |/|
| * | | Merge branch 'users-autocomplete' into 'master'Douwe Maan2018-02-231-4/+6
| |\ \ \
| | * | | Removed pagination from AutocompleteUsersFinderYorick Peterse2018-02-221-4/+6
| | |/ /
* | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-231-1/+40
|/ / /
* | | Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan2018-02-235-1/+261
|\ \ \ | |/ / |/| |
| * | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-225-1/+261
* | | Merge branch 'fix-500-for-invalid-upload-path' into 'master'Sean McGivern2018-02-221-0/+8
|\ \ \ | |/ / |/| |
| * | Fix 500 error when loading an invalid upload URLSean McGivern2018-02-221-0/+8
| |/
* | Refactor IssuableFinder to extract model-specific logicrefactor-issuable-finder-to-use-inheritanceSean McGivern2018-02-211-0/+4
|/
* Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez2018-02-092-6/+14
* Replace $.post in importer status with axiosClement Ho2018-02-092-55/+118
* Merge branch '40744-hashed-storage-specs' into 'master'Sean McGivern2018-02-082-47/+89
|\
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-072-47/+89
* | Updating `HelpController` spec to use an existing imageMario de la Ossa2018-02-071-1/+1
|/
* Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-072-76/+33
|\
| * Extract Variables controllers specs to shared_examplesMatija Čupić2018-02-052-191/+12
| * Refactor Variable controllers specsMatija Čupić2018-02-052-42/+47
| * Extract Variable into separate JSON SchemaMatija Čupić2018-02-052-6/+6
| * Extract variable parameters in VariablesController specsMatija Čupić2018-02-052-28/+28
| * Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić2018-02-051-3/+3
| * Add VariableSerializer for Ci::VariableMatija Čupić2018-02-051-3/+3
| * Return all variables after UPDATEMatija Čupić2018-02-052-0/+24
| * Change POST to PATCH requests in the controller specsMatija Čupić2018-02-052-6/+6
| * Fix a typo in Groups::VariablesController specMatija Čupić2018-02-051-1/+1
| * Use `resource` in Group Variables routing schemeMatija Čupić2018-02-051-4/+18
| * Use `resource` in Project Variables routing schemeMatija Čupić2018-02-051-4/+23
| * Use all parameters in VariablesController specsMatija Čupić2018-02-052-10/+26