summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/main/java/ai/vespa/hosted/plugin/DeployMojo.java
Commit message (Expand)AuthorAgeFilesLines
* No default "instance" in plugins — require one for deploy, delete, suspendJon Marius Venstad2021-01-201-1/+5
* Throw more verbose exceptions, and avoid compile-version, in deployJon Marius Venstad2020-10-271-10/+1
* Handle empty valuesMorten Tokle2020-08-271-1/+1
* Fail more intelligibly when endpointCertificateTimeout occursJon Marius Venstad2020-03-251-9/+10
* Move deployment tailing logic to clientJon Marius Venstad2020-02-291-19/+1
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Direct user to console when application does not exist or is forbiddenJon Marius Venstad2019-10-111-0/+9
* error is first, not last ...Jon Marius Venstad2019-09-161-1/+1
* Use separate setting for Vespa log levels in deploy mojoJon Marius Venstad2019-09-161-6/+12
* Make debug log entries (from Vespa log) go to debug log methodJon Marius Venstad2019-09-161-3/+4
* Indent multi-line entries and strip all trailing whitespaceJon Marius Venstad2019-09-141-3/+6
* Reflect deployment job status when plugin existsJon Marius Venstad2019-09-101-3/+17
* Factor out abstract mojo on deployment levelJon Marius Venstad2019-08-221-7/+1
* Factor out getting the zone of a deployment given optional region and environ...Jon Marius Venstad2019-08-221-7/+1
* 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-141-10/+7
* 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-131-1/+1
* Deploy to the new deployment path, for asynch deploymentsJon Marius Venstad2019-05-091-1/+4
* Add DeployMojoJon Marius Venstad2019-05-071-0/+58