aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api/src/main/java/ai/vespa/hosted/api/ControllerHttpClient.java
Commit message (Expand)AuthorAgeFilesLines
* Add method for getting instance infoHarald Musum2021-10-131-0/+37
* Add methods for getting tenants and application instancesHarald Musum2021-10-011-0/+55
* Add method for getting application package from controllerHarald Musum2021-09-291-0/+11
* Add dryRun option to DeploymentHarald Musum2021-09-281-1/+3
* 'deployDirectly' is not used anymoreHarald Musum2021-09-271-1/+0
* Use TLSv1.2 for the Java std.lib. controller HTTP clientJon Marius Venstad2021-02-231-12/+21
* Force TLSv1.2 for controller clientJon Marius Venstad2021-02-221-1/+8
* Add suspension mojoJon Marius Venstad2021-01-111-0/+11
* Add URL and more logging when controller http client failsJon Marius Venstad2020-11-201-2/+2
* Throw more verbose exceptions, and avoid compile-version, in deployJon Marius Venstad2020-10-271-2/+5
* Reduce retry period for maven plugins against controllerJon Marius Venstad2020-10-271-1/+1
* Use SlimeUtils in more placesHarald Musum2020-08-211-7/+4
* Fail more intelligibly when endpointCertificateTimeout occursJon Marius Venstad2020-03-251-9/+10
* Use new path for compile versionJon Marius Venstad2020-03-091-1/+5
* Match server synch timeout in clientJon Marius Venstad2020-03-041-1/+1
* 1min connection timeout for deployment logsJon Marius Venstad2020-03-041-1/+1
* Allow aggregating deployment log in clientJon Marius Venstad2020-03-031-3/+4
* Expose controller client factory with SSL context argumentJon Marius Venstad2020-03-031-3/+12
* Move deployment tailing logic to clientJon Marius Venstad2020-02-291-0/+26
* Make mojo send only specified data, and make it all optionalJon Marius Venstad2020-01-201-4/+4
* Higher timeout due to slow CD controllers, for nowJon Marius Venstad2020-01-191-1/+1
* Set commit and sourceUrl fields when present, in submit mojoJon Marius Venstad2020-01-091-0/+1
* Use given environment, not dev, for default zoneJon Marius Venstad2019-12-101-1/+1
* Use "production" for prod job namesJon Marius Venstad2019-10-261-1/+1
* Check validity of certificate before creating controller clientJon Marius Venstad2019-10-111-18/+14
* Direct user to console when application does not exist or is forbiddenJon Marius Venstad2019-10-111-2/+2
* Use new instance paths in application/v4 in controller clientJon Marius Venstad2019-10-101-3/+2
* Adjust timeouts and add more retires, with increasing sleep, to controller cl...Jon Marius Venstad2019-10-021-7/+17
* Use separate setting for Vespa log levels in deploy mojoJon Marius Venstad2019-09-161-3/+4
* Retry timeouts and 5XXs from controllerJon Marius Venstad2019-09-151-16/+33
* Reflect deployment job status when plugin existsJon Marius Venstad2019-09-101-0/+15
* Add delete mojoJon Marius Venstad2019-08-221-3/+3
* Correct path for test configJon Marius Venstad2019-06-141-1/+1
* Wrap TestConfig in TestRuntime, which includes and Authenticator, and obtain ...Jon Marius Venstad2019-06-131-12/+31
* Revert "Revert "Remove vaas""Harald Musum2019-06-121-2/+1
* Revert "Remove vaas"Harald Musum2019-06-121-1/+2
* Fix todoValerij Fredriksen2019-06-111-2/+1
* Support creating controller client from key/cert stringsJon Marius Venstad2019-06-061-3/+30
* Delete unused codeJon Marius Venstad2019-05-141-13/+1
* Handle missing "lastId" items, and sleep between callsJon Marius Venstad2019-05-141-1/+3
* Encode path parts tooJon Marius Venstad2019-05-131-3/+53
* Return run number instead of undefined location URIJon Marius Venstad2019-05-131-1/+1
* Strip "vaas-" from region names for jobs >_<Jon Marius Venstad2019-05-131-1/+1
* Use correct API pathJon Marius Venstad2019-05-101-1/+1
* Deploy to the new deployment path, for asynch deploymentsJon Marius Venstad2019-05-091-10/+9
* Add CompileVersion mojoJon Marius Venstad2019-05-071-2/+11
* Add projectId as an optional argument to SubmitMojoJon Marius Venstad2019-05-071-0/+1
* Support deployments through the ControllerHttpClientJon Marius Venstad2019-05-071-0/+83
* Refactor out some common codeJon Marius Venstad2019-05-071-24/+31
* Remove traces of AthenzJon Marius Venstad2019-05-061-6/+6