aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* add oath CNAMES for global rotations (#5549)Andreas Eriksen2018-05-075-8/+68
|
* Do explicit check for hosted operator membership if user tenantBjørn Christian Seime2018-05-071-1/+1
|
* Reduce loggingMartin Polden2018-05-041-1/+3
|
* Reduce complexity which is no longer neededJon Marius Venstad2018-05-041-15/+11
|
* Increase readability at the cost of code duplicationJon Marius Venstad2018-05-041-4/+4
|
* Change signature and name of jobState methodJon Marius Venstad2018-05-041-7/+8
|
* Improved commentaryJon Marius Venstad2018-05-041-2/+2
|
* Avoid mangling semantics for no reasonJon Marius Venstad2018-05-041-4/+4
|
* Increase consistency and readabilityJon Marius Venstad2018-05-041-11/+9
|
* Increase readabilityJon Marius Venstad2018-05-041-17/+14
|
* Restore correctness to method nameJon Marius Venstad2018-05-041-4/+4
|
* Improve completion criterion for changeJon Marius Venstad2018-05-042-23/+30
|
* Handle arbitrary order of triggering for parallel jobsJon Marius Venstad2018-05-041-11/+13
|
* Revert "Revert "Dont override test status if its needed for a production job""Jon Marius Venstad2018-05-042-11/+17
| | | | This reverts commit bf75b7789716e31d658763ea40fc46350dbe0a77.
* Revert "Dont override test status if its needed for a production job"Jon Marius Venstad2018-05-032-17/+11
|
* Dont override test status if its needed for a production jobJon Marius Venstad2018-05-032-11/+17
|
* Add user which triggered job to its reasonJon Marius Venstad2018-05-033-14/+10
|
* make message usefulKristian Aune2018-05-031-1/+1
|
* Merge pull request #5772 from vespa-engine/mpolden/update-test-reasonJon Bratseth2018-05-036-77/+105
|\ | | | | Update test reason
| * Add version combinations to test reasonMartin Polden2018-05-034-19/+33
| |
| * CleanupMartin Polden2018-05-033-44/+54
| |
| * Avoid passing around streamsMartin Polden2018-05-031-4/+8
| |
| * Avoid unnecessary Optional (un)wrappingMartin Polden2018-05-031-8/+9
| |
| * Use explicit type argumentsMartin Polden2018-05-031-5/+4
| |
* | Shorten log messages in zone API handlersMartin Polden2018-05-032-2/+4
| |
* | Shorten log messageMartin Polden2018-05-031-8/+13
|/
* Define and upgrade system applicationsMartin Polden2018-05-0218-137/+432
|
* Purely nonfunctional (reordering and comments)Jon Marius Venstad2018-04-301-129/+139
|
* Shorter period for version status maintainerJon Marius Venstad2018-04-301-1/+1
|
* Merge pull request #5736 from vespa-engine/jvenstad/controller-shmanagedJon Marius Venstad2018-04-272-7/+2
|\ | | | | Differentiate between reachable and controller upgraded zones
| * Differentiate between reachable and controller upgraded zonesJon Marius Venstad2018-04-272-7/+2
| |
* | Merge pull request #5726 from vespa-engine/jvenstad/DO-unifiedMartin Polden2018-04-275-153/+102
|\ \ | |/ |/| Refactoring
| * Remove dangling TODOJon Marius Venstad2018-04-271-3/+0
| |
| * Don't count outOfCapacity errors as failing jobsJon Marius Venstad2018-04-271-2/+4
| |
| * More cleanupJon Marius Venstad2018-04-272-86/+51
| |
| * CleanerJon Marius Venstad2018-04-261-3/+4
| |
| * Div refactoringJon Marius Venstad2018-04-262-50/+32
| |
| * Non-functionalJon Marius Venstad2018-04-264-40/+42
| |
* | Use separate types for tenant and vespa identity providersBjørn Christian Seime2018-04-263-30/+8
|/ | | | | | | | - Add ServiceIdentityProvider - Remove AthenzSslContextProvider - Change SiaIdentityProvider to implement ServiceIdentityProvider - Change AthenzIdentityProviderImpl to implement both ServiceIdentityProvider and AthenzIdentityProvider - Stop using AthenzIdentityProvider for internal use
* Refactor system upgrade test helpersMartin Polden2018-04-2613-125/+105
|
* Fix exception messageMartin Polden2018-04-261-1/+7
|
* Rename deployApplication -> deployMartin Polden2018-04-265-16/+16
|
* Inject NodeRepositoryClientInterface only where neededMartin Polden2018-04-265-54/+52
|
* Merge pull request #5716 from vespa-engine/jvenstad/DO-unifiedMartin Polden2018-04-265-61/+151
|\ | | | | Jvenstad/suppress parts of change to roll out unsuppressed part or test full change
| * Ignore more no-op deploymentsJon Marius Venstad2018-04-261-8/+9
| |
| * Always clear outstanding change when triggering new application changeJon Marius Venstad2018-04-261-1/+2
| |
| * Suppress blocked parts of Change, with testJon Marius Venstad2018-04-262-34/+90
| |
| * Better condition for completedAtJon Marius Venstad2018-04-261-10/+8
| |
| * Consider completion of separate parts of ChangeJon Marius Venstad2018-04-263-14/+48
| |
* | Remove infinite loop on request in UserAuthWithAthenzPrincipalFilterBjørn Christian Seime2018-04-261-1/+1
|/