summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Allow getting status page for other services in /application/v4Valerij Fredriksen2021-07-061-1/+1
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-0/+7
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-7/+0
|
* Include instance in ownership summaryJon Marius Venstad2021-07-051-3/+4
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-0/+7
|
* Merge pull request #18375 from vespa-engine/mpolden/schedule-stable-os-versionMartin Polden2021-06-232-0/+55
|\ | | | | Schedule upgrade to stable OS version
| * Schedule upgrade to stable OS versionMartin Polden2021-06-232-0/+55
| |
* | Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-7/+0
|/
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-0/+7
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-7/+0
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-0/+7
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-7/+0
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-0/+7
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-7/+0
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Merge pull request #18331 from vespa-engine/mortent/access-request-improvementsMorten Tokle2021-06-211-1/+1
|\ | | | | Add optional reason to membership request
| * Add optional reason to membership requestMorten Tokle2021-06-211-1/+1
| |
* | Merge pull request #18294 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-06-211-0/+7
|\ \ | |/ |/| Package Apache http client libraries as a single osgi bundle [run-systemtest]
| * Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-0/+7
| |
* | Only approve allowed operatorsMorten Tokle2021-06-212-0/+18
| |
* | Create reindex notifications from deployment metricsValerij Fredriksen2021-06-181-1/+6
|/
* Merge pull request #18258 from vespa-engine/add_user_infoTorbjørn Smørgrav2021-06-161-2/+29
|\ | | | | Additional fields to User - verified and lastLogin
| * Require date to be non-nullsmorgrav2021-06-151-1/+1
| |
| * Use pre defined EPOC and rename no datesmorgrav2021-06-151-2/+2
| |
| * Additional fields to User - verified and lastLoginsmorgrav2021-06-151-2/+29
| |
* | Actually add unit test, and verify deployment spec before storing itJon Marius Venstad2021-06-141-0/+28
| |
* | Add unit test to verify setupJon Marius Venstad2021-06-141-1/+4
| |
* | Add missing test typesJon Marius Venstad2021-06-141-3/+7
| |
* | Allow closing HorizionResponseValerij Fredriksen2021-06-141-1/+7
| |
* | Proxy Horzion HTTP response codeValerij Fredriksen2021-06-143-28/+54
| |
* | Proxy filtered metadata requestOla Aunrønning2021-06-142-0/+7
| |
* | HorizonApiHandler closes streamOla Aunrønning2021-06-111-1/+0
|/
* Make agent a stringMartin Polden2021-06-101-22/+2
| | | | This way we don't have to keep this in sync with node-repository enum.
* Change getMetrics parameter to byte[]Valerij Fredriksen2021-06-102-4/+2
|
* Fix path typoValerij Fredriksen2021-06-101-1/+1
|
* ServiceRegistry provides HorizonClientOla Aunrønning2021-06-091-0/+3
|
* Add Horizon clientOla Aunrønning2021-06-093-0/+78
|
* Set up authorization for /horizon/v1Valerij Fredriksen2021-06-083-3/+11
|
* Remove unused path group (from when console/dashboard was served from ↵Valerij Fredriksen2021-06-081-4/+0
| | | | controller)
* Propagate autoscalingStatusCodeJon Bratseth2021-06-042-0/+7
|
* Implement listMembersMorten Tokle2021-06-032-1/+10
|
* Handle required fieldsMorten Tokle2021-06-032-1/+6
|
* Move operator APIMorten Tokle2021-06-031-2/+1
|
* Include operator certs on deployMorten Tokle2021-06-021-1/+8
|
* Register operator grantsMorten Tokle2021-06-024-7/+10
|
* Api to let operators request approvalMorten Tokle2021-06-015-0/+99
|
* Tolerate missing valuesJon Bratseth2021-06-011-3/+3
|
* Merge pull request #18041 from vespa-engine/freva/fix-todoJon Marius Venstad2021-05-311-0/+4
|\ | | | | Add quota and cost to deployment and expose in /application/v4
| * Periodically update deployment costValerij Fredriksen2021-05-311-0/+4
| |
* | Update installation-failed-messageJon Marius Venstad2021-05-311-2/+2
|/
* API for granting support access and registering granted certificates (#17987)Andreas Eriksen2021-05-281-0/+1
| | | | | | | | | | | | | | | | | * WIP - api for granting support access and registering granted certificates * comment out WIP test * fix access, test api * rename package * copyright headers * always include notAfter/notBefore when serializing * make double sure lists remain unmodifiable * add minimal javadoc