summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #8074 from vespa-engine/jvenstad/allow-v4-applications-wit...Jon Marius Venstad2019-01-093-13/+16
|\ \
| * | Allow submissions of applications without an athenz serviceJon Marius Venstad2019-01-093-13/+16
| |/
* / Allow unpinning when change is otherwise emptyJon Marius Venstad2019-01-091-1/+1
|/
* Fix list length checkJon Marius Venstad2019-01-091-2/+2
* Merge pull request #8058 from vespa-engine/jvenstad/pin-versionsJon Marius Venstad2019-01-0915-63/+202
|\
| * Rename isPinning to isPinnedJon Marius Venstad2019-01-097-23/+23
| * Allow (un)pinning through application APIJon Marius Venstad2019-01-086-39/+63
| * Allow removal of more parts of change, and test pin scenarioJon Marius Venstad2019-01-082-1/+69
| * Update toString, hashCode and equals for ChangeJon Marius Venstad2019-01-082-9/+15
| * Allow downgrades when pinned, and make sure deployment is on pinned versionJon Marius Venstad2019-01-083-1/+12
| * Make Upgrader leave pinned applications aloneJon Marius Venstad2019-01-083-2/+12
| * Add isPinning to ChangeJon Marius Venstad2019-01-083-12/+32
* | Merge pull request #8055 from vespa-engine/mortent/athenzidp-allow-developer-...Bjørn Christian Seime2019-01-083-23/+81
|\ \ | |/ |/|
| * Allow developers deploy applications with athenz credentials if they have adm...Morten Tokle2019-01-083-24/+82
* | Merge pull request #8042 from vespa-engine/jvenstad/badgesJon Marius Venstad2019-01-087-2/+193
|\ \
| * | More readable conditionalJon Marius Venstad2019-01-081-4/+8
| * | Improve logic for last completedJon Marius Venstad2019-01-074-20/+17
| * | Limit history length to [2, 32]Jon Marius Venstad2019-01-071-1/+1
| * | Test both paths and avoid negative list sizeJon Marius Venstad2019-01-073-2/+5
| * | Serve 302 badge URLs through application APIJon Marius Venstad2019-01-076-2/+184
| * | Add badge url to zone registryJon Marius Venstad2019-01-071-0/+5
* | | Merge pull request #8033 from vespa-engine/mpolden/fix-rotation-overrideMorten Tokle2019-01-0810-151/+140
|\ \ \ | |_|/ |/| |
| * | Fix global rotation overrideMartin Polden2019-01-0710-151/+140
| |/
* | Upgrading routing app in empty zone will deploy itJon Marius Venstad2019-01-071-13/+7
* | Remove AWS hackJon Marius Venstad2019-01-072-9/+1
* | Revert "Skip checking config convergence for zone application"Jon Marius Venstad2019-01-072-20/+11
|/
* Ignore zones for which there are no jobs in deployment step to job mappingJon Marius Venstad2019-01-054-6/+8
* Deep check for emptinessJon Marius Venstad2019-01-041-2/+0
* Better API?Jon Marius Venstad2019-01-041-12/+14
* Include Oath urlMorten Tokle2019-01-044-3/+7
* Move Notifications to upper levelJon Marius Venstad2019-01-031-1/+1
* Update notifications syntaxJon Marius Venstad2019-01-033-33/+34
* Merge pull request #7995 from vespa-engine/jvenstad/throw-first-artifact-exce...Martin Polden2019-01-032-7/+13
|\
| * Rethrow first exception, which is more likely relevantJon Marius Venstad2019-01-032-7/+13
* | Merge pull request #7985 from vespa-engine/hakonhall/configserver-flags-rest-apiHåkon Hallingstad2019-01-031-0/+1
|\ \
| * | Expose defined flagsHåkon Hallingstad2018-12-311-0/+1
| |/
* | Merge pull request #7992 from vespa-engine/jvenstad/mailJon Bratseth2019-01-024-34/+60
|\ \
| * | Remove unused methodJon Marius Venstad2019-01-021-8/+0
| * | Send mail only when configuredJon Marius Venstad2019-01-024-27/+38
| * | Add notification settings to test app package builderJon Marius Venstad2019-01-022-0/+23
| |/
* / Upgrade commons-fileupload to 1.3.3Jon Bratseth2019-01-021-1/+1
|/
* Use valid URI in mock >_<Jon Marius Venstad2018-12-191-1/+1
* Better URLsJon Marius Venstad2018-12-191-0/+11
* Fix subjectJon Marius Venstad2018-12-191-1/+1
* Send more details in mail, and fix crash when author is unknownJon Marius Venstad2018-12-191-4/+17
* Let ZoneRegistry give some helpful URLsJon Marius Venstad2018-12-191-0/+11
* Send mail to author of failing commit when commit is new for jobJon Marius Venstad2018-12-192-12/+53
* Let author be a proper part of ApplicationVersionJon Marius Venstad2018-12-195-8/+6
* Add author email to ApplicationVersion, and store it with submissionsJon Marius Venstad2018-12-1919-98/+124
* Add Mailer to controller's componentsJon Marius Venstad2018-12-192-3/+12