summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4911 from vespa-engine/mpolden/application-versionMartin Polden2018-02-0519-292/+443
|\
| * Determine application version in test environmentsMartin Polden2018-02-058-88/+107
| * Let outstanding change know the application versionMartin Polden2018-02-059-49/+68
| * Migrate to new application versionMartin Polden2018-02-0515-221/+334
* | Update testsJon Marius Venstad2018-02-054-4/+7
* | Expose new global endpoints in apiJon Marius Venstad2018-02-021-0/+1
* | CleanerJon Marius Venstad2018-02-022-7/+7
* | CleanJon Marius Venstad2018-02-023-43/+10
|/
* Revert "Migrate to new application version"Martin Polden2018-02-0215-334/+221
* Revert "Let outstanding change know the application version"Martin Polden2018-02-029-68/+49
* Remove unused token and make tests complyJon Marius Venstad2018-02-025-24/+11
* Create application in Athenz only for defaultsJon Marius Venstad2018-02-021-7/+2
* Add testJon Marius Venstad2018-02-013-28/+63
* Cleanup and proper application creation on deployJon Marius Venstad2018-02-016-24/+19
* Let outstanding change know the application versionMartin Polden2018-02-019-49/+67
* Migrate to new application versionMartin Polden2018-02-0115-222/+336
* Move test data to separate fileMartin Polden2018-02-012-4/+521
* Revert "Application version migration"Morten Tokle2018-01-3116-857/+226
* Limit deployment statistics to applications with deploymentsMartin Polden2018-01-312-6/+18
* Migrate to new application versionMartin Polden2018-01-3115-222/+336
* Move test data to separate fileMartin Polden2018-01-302-4/+521
* Make Change.empty finalJon Bratseth2018-01-292-2/+2
* Application.deploying -> Application.changeJon Bratseth2018-01-2616-97/+97
* Improve change completeness logicJon Bratseth2018-01-261-5/+3
* Simplify ChangeJon Bratseth2018-01-2619-222/+159
* Make Application.deploying mandatoryJon Bratseth2018-01-2615-107/+128
* Make ApplicationChange mandatory on JobStatusJon Bratseth2018-01-2610-45/+32
* Make ApplicationChange mandatoryJon Bratseth2018-01-269-98/+121
* Merge pull request #4702 from vespa-engine/mpolden/application-versionMartin Polden2018-01-2630-344/+627
|\
| * Introduce application version numberMartin Polden2018-01-2529-310/+626
| * Remove dead codeMartin Polden2018-01-241-34/+1
* | Add copyright headersJon Bratseth2018-01-255-0/+5
|/
* Cleanup of erroneous issues, and testing of this, removedJon Marius Venstad2018-01-241-4/+1
* Repent for old sinsJon Marius Venstad2018-01-231-15/+19
* Update filter too, and add testJon Marius Venstad2018-01-232-4/+7
* Allow pr instance names which are just the numberJon Marius Venstad2018-01-231-2/+5
* Merge pull request #4721 from vespa-engine/jvenstad/secure-endpointsJon Marius Venstad2018-01-237-55/+116
|\
| * Separate out some logicJon Marius Venstad2018-01-191-15/+22
| * Remove all aliases for each rotation, when unusedJon Marius Venstad2018-01-191-9/+8
| * Pass new secure global endpoint in deploymentJon Marius Venstad2018-01-196-44/+99
* | Restrict tenant and application names to not have double dashes, upon creationgdJon Marius Venstad2018-01-221-4/+6
* | Copy Content-Type header from original requestBjørn Christian Seime2018-01-211-3/+4
* | Improve error message from Athenz principal filterBjørn Christian Seime2018-01-191-1/+1
|/
* Cache SSLContext in AthenzSslContextProviderImplBjørn Christian Seime2018-01-181-4/+31
* Move AthenzIdentityVerifier to tls packageBjørn Christian Seime2018-01-181-1/+1
* Add builder helper for SSLContext in vespa-athenzBjørn Christian Seime2018-01-181-59/+6
* Revert "Add builder helper for SSLContext in vespa-athenz"Harald Musum2018-01-171-6/+59
* Add builder helper for SSLContext in vespa-athenzBjørn Christian Seime2018-01-171-59/+6
* Move Athenz types from controller-api to vespa-athenzBjørn Christian Seime2018-01-1727-105/+105
* Merge pull request #4687 from vespa-engine/mpolden/source-revision-in-job-reportMorten Tokle2018-01-179-25/+29
|\