aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move overloading of request data variants to clientJon Marius Venstad2019-05-063-89/+35
|
* Support key/certificate based authentication in ControllerHttpClientJon Marius Venstad2019-05-061-27/+117
|
* Name change, doc change, unused import GCJon Marius Venstad2019-05-062-4/+3
|
* Use correct path for submission >_<Jon Marius Venstad2019-05-061-1/+1
|
* Add ControllerHttpClient and SubmissionJon Marius Venstad2019-05-032-0/+159
|
* Merge pull request #9270 from vespa-engine/jvenstad/submission-minorsJon Marius Venstad2019-05-037-0/+7
|\ | | | | Jvenstad/submission minors
| * Copyright headersJon Marius Venstad2019-05-037-0/+7
| |
* | Move Signature factories to separate classBjørn Christian Seime2019-05-032-2/+7
|/
* Add test for SignatureFilterJon Marius Venstad2019-05-021-4/+4
|
* Add filter which accepts only requests with verified signaturesJon Marius Venstad2019-05-022-8/+4
|
* BCP for Signature, to handle ECDSA keysJon Marius Venstad2019-04-304-61/+27
|
* Change signatures to use SHA256ECDSA Signature implementationJon Marius Venstad2019-04-304-153/+74
|
* Use KeyUtils to read keysJon Marius Venstad2019-04-305-38/+17
|
* Fix parent of new moduleJon Marius Venstad2019-04-291-2/+4
|
* Test signaturesJon Marius Venstad2019-04-291-0/+238
|
* Add HTTP request signer and verifierJon Marius Venstad2019-04-292-0/+143
|
* Add crypto utilities for HTTP request signaturesJon Marius Venstad2019-04-291-0/+123
|
* Make dependencies providedJon Marius Venstad2019-04-292-4/+6
|
* Use MultiPartStreamer in ApplicationApiTest for verificationJon Marius Venstad2019-04-291-0/+8
|
* Move API things to new module: hosted-apiJon Marius Venstad2019-04-296-0/+270