aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* 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
|\
| * 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
|/
* Allow random order of concurrently triggered jobs in testsJon Marius Venstad2018-04-251-7/+18
* Test explicitly that production jobs wait until both tests are doneJon Marius Venstad2018-04-251-6/+13
* Trigger system and staging tests in parallelJon Marius Venstad2018-04-2512-109/+99
* Get rid of 1 millisecond delay, as it is no longer neededJon Marius Venstad2018-04-253-16/+10
* Add missing condition on what version is upgraded toJon Marius Venstad2018-04-251-14/+15
* Merge pull request #5694 from vespa-engine/bjorncs/json-security-filter-baseBjørn Christian Seime2018-04-254-8/+8
|\
| * Make CorsRequestFilterBase extend JsonSecurityRequestFilterBaseBjørn Christian Seime2018-04-244-8/+8
* | Add config server VIP to list of servers to use if it exists (AWS only for now)Harald Musum2018-04-251-0/+9
* | Merge pull request #5695 from vespa-engine/jvenstad/DO-unifiedMartin Polden2018-04-2511-204/+90
|\ \
| * | Update ApplicationController.javaJon Marius Venstad2018-04-251-5/+0
| * | Update JobStatus.javaJon Marius Venstad2018-04-251-1/+0
| * | Add helper for triggering all ready jobsJon Marius Venstad2018-04-257-165/+78
| * | Misc cleaningJon Marius Venstad2018-04-255-39/+18
* | | Merge pull request #5699 from vespa-engine/bjorncs/improve-error-messageBjørn Christian Seime2018-04-251-1/+1
|\ \ \
| * | | Include path in error message for unhandled pathsBjørn Christian Seime2018-04-251-1/+1
* | | | Differentiate between idle, running, queued, disabled build jobsJon Marius Venstad2018-04-251-4/+16
|/ / /
* | | Merge pull request #5676 from vespa-engine/mortent/rename-ckmsMorten Tokle2018-04-253-16/+16
|\ \ \
| * | | Deprecate legacy SecretStore interfaceMorten Tokle2018-04-243-3/+3
| * | | Rename Ckms -> SecretStoreMorten Tokle2018-04-233-16/+16
* | | | Merge pull request #5691 from vespa-engine/jvenstad/DO-unifiedJon Marius Venstad2018-04-2517-181/+283
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Rename parameter correctlyJon Marius Venstad2018-04-241-3/+3
| * | Stricter equals for JobRun and more accurate test assertionsJon Marius Venstad2018-04-242-22/+35
| * | Require equal source versions in tests and upgradesJon Marius Venstad2018-04-246-21/+83
| * | Avoid re-triggering jobs that just completedJon Marius Venstad2018-04-241-4/+9
| * | Added source versions to JobRunJon Marius Venstad2018-04-2315-151/+173
* | | Merge pull request #5667 from vespa-engine/jvenstad/DO-unifiedJon Marius Venstad2018-04-2317-266/+427
|\| |
| * | Add method used in conditionJon Marius Venstad2018-04-231-0/+15
| * | Avoid continuously running tests in delay with more than one targetJon Marius Venstad2018-04-231-2/+4
| * | Reintroduce delay before first production jobJon Marius Venstad2018-04-232-2/+11
| * | More minorsJon Marius Venstad2018-04-231-26/+34
| * | Minor cleanupJon Marius Venstad2018-04-231-22/+1
| * | Test that force triggering triggers prerequisitesJon Marius Venstad2018-04-204-56/+86