aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin
Commit message (Expand)AuthorAgeFilesLines
...
* Stop using deprecated constructorHarald Musum2020-04-172-6/+14
* Use relevant application/instance/deployment names in mojosJon Marius Venstad2020-04-152-4/+17
* Fail more intelligibly when endpointCertificateTimeout occursJon Marius Venstad2020-03-251-9/+10
* Move deployment tailing logic to clientJon Marius Venstad2020-02-291-19/+1
* Make mojo send only specified data, and make it all optionalJon Marius Venstad2020-01-202-9/+22
* Set commit and sourceUrl fields when present, in submit mojoJon Marius Venstad2020-01-091-1/+5
* Skip headers hereJon Bratseth2020-01-035-5/+0
* Add/corect copyright headersJon Bratseth2020-01-0313-1/+14
* 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
* Direct user to console when application does not exist or is forbiddenJon Marius Venstad2019-10-111-0/+9
* 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
|/
* 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
* Merge pull request #10590 from vespa-engine/jvenstad/reflect-deployment-statu...Jon Marius Venstad2019-09-122-4/+22
|\
| * Reflect deployment job status when plugin existsJon Marius Venstad2019-09-102-4/+22
* | Point OS Vespa Maven plugins to public API by defaultJon Marius Venstad2019-09-101-1/+1
|/
* Add effective services mojoJon Marius Venstad2019-08-228-2/+164
* Factor out abstract mojo on deployment levelJon Marius Venstad2019-08-224-27/+33
* Fix javadocJon Marius Venstad2019-08-221-1/+1
* Add guard against production deletionsJon Marius Venstad2019-08-221-0/+5
* 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-145-23/+36
* Improve formatting, with colours based on levelJon Marius Venstad2019-05-142-5/+19
* 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-032-0/+128
* Move API things to new module: hosted-apiJon Marius Venstad2019-04-294-243/+2
* Make InputStream of MultiPartStreamer publicJon Marius Venstad2019-04-252-7/+7