summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6905 from vespa-engine/jvenstad/internal-step-runner-fixesJon Bratseth2018-09-112-0/+8
|\ | | | | Jvenstad/internal step runner fixes
| * Wait for explicit OK from testerJon Marius Venstad2018-09-112-0/+8
| |
* | Resolve a few TODOsJon Marius Venstad2018-09-111-2/+0
|/
* Add functionality for retrieving logsOla Aunrønning2018-09-101-0/+2
|
* Merge pull request #6784 from vespa-engine/mpolden/store-tenant-contact-infoMartin Polden2018-09-051-12/+28
|\ | | | | Periodically update and store tenant contact information
| * Periodically update and store tenant contact informationMartin Polden2018-09-041-12/+28
| |
* | Parse and expose config generation detailsJon Marius Venstad2018-09-041-9/+37
|/
* Replace log entry levels with typesJon Marius Venstad2018-08-271-9/+20
|
* Dummy commit to rebuild broken class file in SD cacheJon Marius Venstad2018-08-241-4/+4
|
* Merge pull request #6661 from vespa-engine/jvenstad/testrunner-loggingJon Marius Venstad2018-08-243-8/+90
|\ | | | | Get sub-list of LogEntry from TesterCloud
| * Use controller clock when job controller logs, and include tracesJon Marius Venstad2018-08-241-4/+0
| |
| * Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-233-8/+94
| |
* | Use bundle-plugin to attach bundle jar.gjoranv2018-08-241-26/+2
| |
* | Merge pull request #6651 from vespa-engine/mpolden/os-upgrade-rest-apiMartin Polden2018-08-231-15/+3
|\ \ | |/ |/| Implement REST API for OS upgrades
| * Remove old API compatibilityMartin Polden2018-08-221-15/+3
| |
* | Use Optional for get and delete on appliation level in RunDataStoreJon Marius Venstad2018-08-232-8/+13
| |
* | Rename LogStore to RunDataStore -- LogStore will deal with LogRecordsJon Marius Venstad2018-08-232-4/+3
| |
* | Change to a simpler LogStoreJon Marius Venstad2018-08-232-18/+10
|/
* Remove cloud from ZoneId.equalsMartin Polden2018-08-212-3/+9
| | | | Region and environment pairs are unique across clouds.
* Support per-cloud OS upgradesMartin Polden2018-08-211-3/+3
|
* Make controller aware of cloudsMartin Polden2018-08-204-12/+100
|
* Remove compatibility with old APIMartin Polden2018-08-172-11/+1
|
* Merge pull request #6588 from vespa-engine/mpolden/new-node-repo-fieldsMartin Polden2018-08-162-35/+71
|\ | | | | Support new fields in node-repository API
| * Support new fields in node-repository APIMartin Polden2018-08-152-35/+71
| |
* | Implement OsUpgraderMartin Polden2018-08-163-2/+33
| |
* | Use set for node statesMartin Polden2018-08-161-1/+2
| |
* | Make infrastructure upgrade logic reusableMartin Polden2018-08-161-1/+1
|/
* Merge pull request #6572 from vespa-engine/smorgrav/appstoreTorbjørn Smørgrav2018-08-141-0/+22
|\ | | | | Add application store interface for app and tester app
| * Add application store interface for app and tester apptoby2018-08-141-0/+22
| |
* | Test tester config generationJon Marius Venstad2018-08-131-1/+13
| |
* | Fix little thingsJon Marius Venstad2018-08-131-1/+1
|/
* CleanupJon Marius Venstad2018-08-091-1/+0
|
* Reduce Optional usageJon Marius Venstad2018-08-091-10/+15
|
* Minor cleanupJon Marius Venstad2018-08-091-5/+0
|
* Inline Delegating- and InternalBuildServiceJon Marius Venstad2018-08-071-5/+0
|
* Renamed Testers to TestCloudJon Marius Venstad2018-08-062-7/+5
|
* Move NTokenValidator to vespa-athenz + load pub keys from fileBjørn Christian Seime2018-07-253-35/+0
| | | | | | | - Move NTokenValidator from controller-server to vespa-athenz - Remodel ZmsKeystore as AthenzTruststore - Use file-backed truststore on controller (replaces download of public keys) - Remove ZmsClient.getPublicKey/getPublicKeys
* Update SubmitOptions to match SourceRevisionValerij Fredriksen2018-07-241-13/+13
|
* Rename test package ArtifactRepository methodsValerij Fredriksen2018-07-191-4/+4
|
* Merge pull request #6409 from vespa-engine/freva/add-aws-us-west-1bValerij Fredriksen2018-07-181-0/+1
|\ | | | | Add AWS us-west-1b to JobType
| * Add AWS us-west-1b to JobTypeValerij Fredriksen2018-07-171-0/+1
| |
* | Add equals() and static create methodValerij Fredriksen2018-07-172-4/+40
| |
* | Add SubmitOptions and SubmitResultValerij Fredriksen2018-07-173-0/+58
|/
* Revert "Move NTokenValidator to vespa-athenz + load pub keys from file"Harald Musum2018-07-093-0/+35
|
* Move NTokenValidator to vespa-athenz + load pub keys from fileBjørn Christian Seime2018-07-093-35/+0
| | | | | | | - Move NTokenValidator from controller-server to vespa-athenz - Remodel ZmsKeystore as AthenzTruststore - Use file-backed truststore on controller (replaces download of public keys) - Remove ZmsClient.getPublicKey/getPublicKeys
* Merge pull request #6347 from vespa-engine/bjorncs/remove-old-zts-clientBjørn Christian Seime2018-07-063-35/+4
|\ | | | | Bjorncs/remove old zts client
| * Remove ZtsClient in controller-api/controller-serverBjørn Christian Seime2018-07-053-35/+4
| | | | | | | | | | | | - Replace old ZtsClient with new one from vespa-athenz module - Add getControllerIdentity() to AthenzClientFactory - Remove dependency on athenz-zts-java-client
* | Expand Node interface and check for pending re[boot|start|sJon Marius Venstad2018-07-061-3/+50
| |
* | Interface with tester and almost done InternalStepRunnerJon Marius Venstad2018-07-052-0/+97
|/
* Append, rather than set, logs, and fix unstable unit testJon Marius Venstad2018-07-042-13/+16
|