summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Revert "ContactInformationMaintainer now feeds to ContactInfoAPI instead of d...olaaun2018-10-153-102/+32
* ContactInformationMaintainer now feeds to ContactInfoAPI instead of d… (#7274)olaaun2018-10-153-32/+102
* Never downgrade system versionMartin Polden2018-10-104-8/+26
* Avoid ZK read when checking maintainer systemMartin Polden2018-10-103-14/+12
* Remove unused injected classMartin Polden2018-10-101-2/+1
* Replaced Slime usage with String. Removed unused importsOla Aunrønning2018-10-091-5/+0
* Only use persistent contact info. Moved slime serialization. Several other fi...Ola Aunrønning2018-10-094-97/+57
* Added slime functionality to Contact,tests, and system check for MaintainerOla Aunrønning2018-10-084-31/+57
* Expect request body to be JSONOla Aunrønning2018-10-081-7/+27
* Added API for feeding and getting tenant contact infoOla Aunrønning2018-10-081-0/+162
* Merge pull request #7215 from vespa-engine/jvenstad/prune-job-run-historyJon Marius Venstad2018-10-065-32/+45
|\
| * Add unit testJon Marius Venstad2018-10-051-3/+2
| * Keep one less job, i.e., historyLength finished onesJon Marius Venstad2018-10-051-1/+1
| * Relax reaction to trying to modify inactive run, and simplifyJon Marius Venstad2018-10-051-15/+10
| * Limit run data and logs to a history of the 256 last onesJon Marius Venstad2018-10-053-5/+22
| * Use a SortedMap to communicate order of map entriesJon Marius Venstad2018-10-053-9/+11
* | Merge pull request #7216 from vespa-engine/mortent/new-copper-argos-reqsBjørn Christian Seime2018-10-051-2/+2
|\ \
| * | Implement role CSR requirementsMorten Tokle2018-10-051-2/+2
* | | Include detailed step information with all run responsesJon Marius Venstad2018-10-051-7/+5
* | | Remove pointless Optional and clean up API responseJon Marius Venstad2018-10-052-4/+8
| |/ |/|
* | Merge pull request #7197 from vespa-engine/smorgrav/expand_nameserviceTorbjørn Smørgrav2018-10-041-7/+10
|\ \
| * | Remove rests from a bad ideatoby2018-10-041-3/+1
| * | Add method to look up multiple records by name and apply thistoby2018-10-041-8/+13
| |/
* / Outer try-catch was in error; reduce log impact of inner one insteadJon Marius Venstad2018-10-042-19/+9
|/
* Add systemname to global rotation nameMorten Tokle2018-10-028-36/+46
* Add copyright headerJon Bratseth2018-10-0114-0/+14
* No platform issues in the cd systemJon Marius Venstad2018-09-281-0/+4
* Merge pull request #7122 from vespa-engine/jvenstad/give-up-when-job-no-longe...Torbjørn Smørgrav2018-09-271-3/+8
|\
| * Give up when job is removed from deployment.xmlJon Marius Venstad2018-09-271-3/+8
* | Conform to styleJon Marius Venstad2018-09-271-16/+16
* | Validate before storing, and make clear that method has side effects (storing)Jon Marius Venstad2018-09-272-10/+6
* | Validate zones w.r.t. deployment jobs as well!Jon Marius Venstad2018-09-262-0/+3
|/
* Merge pull request #7091 from vespa-engine/jvenstad/delay-new-revisions-when-...Jon Bratseth2018-09-251-0/+3
|\
| * Let successful revision finish when in block windowJon Marius Venstad2018-09-251-0/+3
* | Merge pull request #7086 from vespa-engine/mpolden/more-details-in-warningMorten Tokle2018-09-251-8/+15
|\ \
| * | Log number of applications failing metrics updateMartin Polden2018-09-251-8/+15
| |/
* / Ignore job reports for jobs we did not triggerJon Marius Venstad2018-09-251-2/+7
|/
* 404 when requesting endpoints for non-existent deploymentsJon Marius Venstad2018-09-241-0/+5
* Remove redundant codeJon Marius Venstad2018-09-241-6/+4
* Use cached rotation status in application APIMartin Polden2018-09-243-55/+18
* Merge pull request #7059 from vespa-engine/jvenstad/no-issues-for-integration...Jon Marius Venstad2018-09-242-3/+12
|\
| * Ignore apps without project IdsJon Marius Venstad2018-09-242-3/+12
* | Revert "Revert to single-threaded update of metrics"Martin Polden2018-09-241-1/+1
|/
* Revert to single-threaded update of metricsMartin Polden2018-09-211-1/+1
* Merge pull request #7046 from vespa-engine/jvenstad/confirmation-issues-after...Jon Bratseth2018-09-215-41/+52
|\
| * Record time of creation of new applicationsJon Marius Venstad2018-09-215-41/+52
* | Allow operator access to /nodes/v2/ on controllersMartin Polden2018-09-211-1/+2
|/
* Merge pull request #7041 from vespa-engine/mpolden/use-rotation-fqdnMartin Polden2018-09-211-8/+8
|\
| * Pass rotation FQDN to metrics serviceMartin Polden2018-09-211-8/+8
* | Merge pull request #7040 from vespa-engine/jvenstad/catch-unchecked-io-except...Jon Marius Venstad2018-09-212-5/+19
|\ \ | |/ |/|