aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/main/java/ai/vespa/hosted/plugin/AbstractVespaMojo.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add instance tagsJon Bratseth2022-10-121-0/+3
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Respect VESPA_CLI_HOME in Maven pluginMartin Polden2021-09-271-1/+4
* Look for API key in Vespa CLI homeMartin Polden2021-09-141-3/+15
* No default "instance" in plugins — require one for deploy, delete, suspendJon Marius Venstad2021-01-201-12/+18
* Add URL and more logging when controller http client failsJon Marius Venstad2020-11-201-1/+10
* Throw more verbose exceptions, and avoid compile-version, in deployJon Marius Venstad2020-10-271-1/+1
* Handle empty valuesMorten Tokle2020-08-271-5/+8
* Handle empty instance in parent pomMorten Tokle2020-08-241-1/+1
* Use relevant application/instance/deployment names in mojosJon Marius Venstad2020-04-151-1/+4
* Make mojo send only specified data, and make it all optionalJon Marius Venstad2020-01-201-0/+13
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* They are two different propertiesØyvind Grønnesby2019-11-181-1/+1
* Make error message match property nameØyvind Grønnesby2019-11-181-1/+1
* Change property names expected by plugins and test framework for auth filesJon Marius Venstad2019-10-251-12/+12
* Merge remote-tracking branch 'origin/master' into ogronnesby/let-plugin-get-k...Øyvind Grønnesby2019-10-081-1/+2
|\
| * Default instance name to user.nameJon Marius Venstad2019-10-071-1/+2
* | When the privateKey is set, assume we don't need the certificate parameterØyvind Grønnesby2019-10-081-9/+10
* | Make test for key presence symmetricØyvind Grønnesby2019-10-041-1/+1
* | Let plugin get the key as parameterØyvind Grønnesby2019-10-041-2/+12
|/
* Merge pull request #10590 from vespa-engine/jvenstad/reflect-deployment-statu...Jon Marius Venstad2019-09-121-1/+5
|\
| * Reflect deployment job status when plugin existsJon Marius Venstad2019-09-101-1/+5
* | Point OS Vespa Maven plugins to public API by defaultJon Marius Venstad2019-09-101-1/+1
|/
* Factor out abstract mojo on deployment levelJon Marius Venstad2019-08-221-13/+0
* Factor out getting the zone of a deployment given optional region and environ...Jon Marius Venstad2019-08-221-0/+13
* Improve output from mojosJon Marius Venstad2019-05-141-5/+11
* Name field the same as the property, so it can be set using the same name in ...Jon Marius Venstad2019-05-131-3/+3
* Default to "default" instance if set neither in pom.xml nor as propertyJon Marius Venstad2019-05-071-1/+1
* Factor out common Mojo code into AbstractVespaMojoJon Marius Venstad2019-05-071-0/+78