aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api
Commit message (Collapse)AuthorAgeFilesLines
* Use "production" for prod job namesJon Marius Venstad2019-10-261-1/+1
|
* Change property names expected by plugins and test framework for auth filesJon Marius Venstad2019-10-251-5/+5
|
* Propagate more properties and rename some auth propertiesJon Marius Venstad2019-10-251-2/+2
|
* 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
|
* Indicate whether test runtime is CI or not, in TestConfigJon Marius Venstad2019-10-083-6/+17
|
* Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2019-10-081-5/+30
|\ | | | | | | | | | | | | ogronnesby/let-plugin-get-key-as-parameter Conflicts: hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java
| * Default instance name to user.nameJon Marius Venstad2019-10-071-2/+18
| |
| * Move definition of data plane key/cert to Properties, and rename api thingsJon Marius Venstad2019-10-071-3/+11
| |
* | Add "privateKey" to the Properties utility classØyvind Grønnesby2019-10-081-0/+4
|/
* Expose content clusters in TestConfigJon Marius Venstad2019-10-044-5/+32
|
* List content clusters also for application/v4 test-config responsesJon Marius Venstad2019-10-041-1/+1
|
* Merge pull request #10851 from ↵Jon Marius Venstad2019-10-032-5/+44
|\ | | | | | | | | vespa-engine/jvenstad/differentiate-between-deploy-and-developer-keys Jvenstad/differentiate between deploy and developer keys
| * Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-022-5/+44
| |
* | Adjust timeouts and add more retires, with increasing sleep, to controller ↵Jon Marius Venstad2019-10-021-7/+17
|/ | | | client
* Use separate setting for Vespa log levels in deploy mojoJon Marius Venstad2019-09-162-6/+31
|
* Retry timeouts and 5XXs from controllerJon Marius Venstad2019-09-151-16/+33
|
* Reflect deployment job status when plugin existsJon Marius Venstad2019-09-103-3/+34
|
* Update unit test as wellJon Marius Venstad2019-09-101-1/+1
|
* Local endpoints field must be named something else than "clusters"Jon Marius Venstad2019-09-101-2/+2
|
* Add delete mojoJon Marius Venstad2019-08-221-3/+3
|
* Remove currently unused things from test library APIJon Marius Venstad2019-08-211-2/+4
|
* Fix javadocJon Marius Venstad2019-08-201-1/+1
|
* Rename EndpointAuthenticator -> Authenticator, and doc fixesJon Marius Venstad2019-08-191-20/+0
|
* Support self-hosted test config fileJon Marius Venstad2019-08-194-4/+76
|
* Surefire 2.22 and junit5 dependency management, with POCJon Marius Venstad2019-06-213-20/+20
|
* Use correct field name when deserialising test configJon Marius Venstad2019-06-143-1/+51
|
* Correct path for test configJon Marius Venstad2019-06-141-1/+1
|
* Separate API and deployment authenticatorsJon Marius Venstad2019-06-133-9/+11
|
* Wrap TestConfig in TestRuntime, which includes and Authenticator, and obtain ↵Jon Marius Venstad2019-06-134-12/+179
| | | | the former from controller
* 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
|
* Split reading and parsing of test config, and read properties to set up ↵Jon Marius Venstad2019-06-071-0/+1
| | | | controller client
* Support creating controller client from key/cert stringsJon Marius Venstad2019-06-061-3/+30
|
* Delete unused codeJon Marius Venstad2019-05-142-52/+6
|
* Handle missing "lastId" items, and sleep between callsJon Marius Venstad2019-05-142-4/+7
|
* Add the darned classJon Marius Venstad2019-05-131-0/+65
|
* Encode path parts tooJon Marius Venstad2019-05-131-3/+53
|
* Return run number instead of undefined location URIJon Marius Venstad2019-05-132-6/+6
|
* 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-092-15/+22
|
* Add CompileVersion mojoJon Marius Venstad2019-05-071-2/+11
|
* Add projectId as an optional argument to SubmitMojoJon Marius Venstad2019-05-072-1/+6
|
* Support deployments through the ControllerHttpClientJon Marius Venstad2019-05-073-0/+171
|
* Refactor out some common codeJon Marius Venstad2019-05-072-25/+32
|
* Remove traces of AthenzJon Marius Venstad2019-05-061-6/+6
|
* Allow key/cert identity for submit pluginJon Marius Venstad2019-05-061-1/+1
|