aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add delete mojoJon Marius Venstad2019-08-221-0/+26
* Factor out getting the zone of a deployment given optional region and environ...Jon Marius Venstad2019-08-222-7/+14
* Wrap TestConfig in TestRuntime, which includes and Authenticator, and obtain ...Jon Marius Venstad2019-06-131-1/+6
* Delete unused codeJon Marius Venstad2019-05-141-19/+2
* Improve output from mojosJon Marius Venstad2019-05-144-18/+36
* Improve formatting, with colours based on levelJon Marius Venstad2019-05-141-5/+14
* Handle missing "lastId" items, and sleep between callsJon Marius Venstad2019-05-141-11/+26
* Encode path parts tooJon Marius Venstad2019-05-131-1/+21
* Remove usage of removed methodJon Marius Venstad2019-05-131-1/+0
* Name field the same as the property, so it can be set using the same name in ...Jon Marius Venstad2019-05-132-4/+4
* Deploy to the new deployment path, for asynch deploymentsJon Marius Venstad2019-05-091-1/+4
* Add CompileVersion mojoJon Marius Venstad2019-05-071-0/+18
* Default to "default" instance if set neither in pom.xml nor as propertyJon Marius Venstad2019-05-071-1/+1
* Add projectId as an optional argument to SubmitMojoJon Marius Venstad2019-05-071-7/+6
* Add DeployMojoJon Marius Venstad2019-05-071-0/+58
* Factor out common Mojo code into AbstractVespaMojoJon Marius Venstad2019-05-072-51/+84
* Remove traces of AthenzJon Marius Venstad2019-05-061-6/+1
* Allow key/cert identity for submit pluginJon Marius Venstad2019-05-061-3/+6
* Support key/certificate based authentication in ControllerHttpClientJon Marius Venstad2019-05-061-15/+12
* Add SubmitMojo for submitting things to the controller with signaturesJon Marius Venstad2019-05-031-0/+103