aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Implement content API in application v4Valerij Fredriksen2020-09-173-3/+25
|
* Use full name in config definition file namesHarald Musum2020-09-106-0/+0
|
* Let relevant jobs finish when new application change rolls outJon Marius Venstad2020-09-082-3/+19
|
* Assume ongoing upgrade will succeed when computing eager test parametersJon Marius Venstad2020-09-073-11/+61
|
* Only add tombstones to deactivation in manual environmentsJon Marius Venstad2020-09-043-2/+44
|
* Store meta data for deployment and deactivation of manual deploymentsJon Marius Venstad2020-09-032-2/+20
|
* Remove unused methodJon Marius Venstad2020-09-031-7/+0
|
* Preprocess services.xml in package to find relevant files for meta dataJon Marius Venstad2020-09-032-63/+184
|
* Wrap xml files in a file(system)wrapper in preprocessingJon Marius Venstad2020-09-031-0/+7
|
* Update http response with maintainersJon Marius Venstad2020-09-021-0/+3
|
* Revert "Revert "Add maintainer to do GC""Jon Marius Venstad2020-09-022-0/+31
| | | | This reverts commit 6da834e19f900c76bddbc981eabb3e8ecd2fd51e.
* Revert "Add maintainer to do GC"Harald Musum2020-09-012-31/+0
|
* Actually set up the maintainerJon Marius Venstad2020-09-012-2/+4
|
* Add maintainer to do GCJon Marius Venstad2020-09-011-0/+29
|
* Add and use API for storing deployment meeta dataJon Marius Venstad2020-09-014-14/+67
|
* Include test report in job run detailsMorten Tokle2020-09-017-2/+370
|
* set quota to 0 outside dev system for trial plan (#14163)Andreas Eriksen2020-08-271-1/+1
|
* pass quota from plans to configserver (overridable by feature flag) (#14087)Andreas Eriksen2020-08-262-4/+9
| | | | | * pass quota from plans to configserver (overridable by feature flag) * make quota optional
* Allow deployment of application package without deployOptionsJon Marius Venstad2020-08-253-3/+19
|
* Merge pull request #14147 from vespa-engine/mpolden/loosen-version-requirementMartin Polden2020-08-242-20/+12
|\ | | | | Consider only compile version of last submission
| * Consider only compile version of last submissionMartin Polden2020-08-242-20/+12
| |
* | Remove unused parts of API response, and code generating itJon Marius Venstad2020-08-246-1702/+17
|/
* Keep only sequences of failing production jobs in version historyJon Marius Venstad2020-08-173-6/+99
|
* Revert "Revert "record when endpoint certificates have last been requested""Andreas Eriksen2020-08-124-12/+30
|
* Revert "record when endpoint certificates have last been requested (#14026)"Arnstein Ressem2020-08-114-30/+12
| | | | This reverts commit 2489d302d50567e7f145c8aff971bb892c9ce87c.
* record when endpoint certificates have last been requested (#14026)Andreas Eriksen2020-08-114-12/+30
|
* Initial structure and functions (#13789)Amund Bergland Kvalsvik2020-08-105-3/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial structure and functions * Finsihed Cluster. Working on MetricsAggregator * WIP. Nearly fixed ClusterMetrics * Debugging getMetrics issues * Renaming and attempting to fix configServer issues * Added some necessary functions. Finishing ConfigServer * Finishing renaming and starting getting ready for impl * Fixed bindings * Finished pipeline. Added Metrics type * Implemented necessary methods to make it pass testing, no unit tests yet * Renamed versioning from metrics * Extracted reused functions to new helper class * Changed format and response structure of ProtonMetrics * Removed list of metrics name * fixed aggregation for proton metrics * updated aggregator to use cluster format and more aligned with metric format * added unit tests and resources * Added correct return object * fixed according to review. added second host. not tested * removes superfluous roles * Fixed ConfigServer to align with previous impl * Updated test to use 2 different hosts and clusters * Added processing to build proper JsonResponse for proton metrics * changed proton metrics format to be consistent * Moved response construction to api handler * Removed unused import. Removed superfluos name * Updated ConfigServerMock to match new ConfigServer * developing metrics test * added working unit test * updated metrics path to ignore instance
* Hide shared routing method endpointsMorten Tokle2020-08-102-0/+49
|
* Revert "Hide shared routing method endpoints"Henning Baldersheim2020-08-082-49/+0
|
* Hide shared routing methodsMorten Tokle2020-08-072-0/+49
|
* Merge pull request #14004 from vespa-engine/ogronnesby/keep-user-creating-tenantJon Marius Venstad2020-08-068-9/+30
|\ | | | | keep which user created a tenant
| * Use SlimeUtils.optionalStringØyvind Grønnesby2020-08-061-5/+1
| |
| * keep which user created a tenantØyvind Grønnesby2020-08-068-9/+34
| |
* | BillingController deletes billing infoOla Aunrønning2020-08-062-82/+11
|/
* Stop reading BillingInfo but write the default valueØyvind Grønnesby2020-08-056-31/+14
| | | | | | Preparing to completely remove BillingInfo as it was never used. First step is to stop reading it. Once that has propagated we can remove the class completely.
* Merge pull request #13983 from ↵Øyvind Grønnesby2020-08-042-6/+80
|\ | | | | | | | | vespa-engine/olaa/disallow-deleting-tenant-with-outstanding-charges Disallow deleting tenants with outstanding charges
| * Add unit testOla Aunrønning2020-08-041-0/+70
| |
| * Disallow deleting tenants with outstanding chargesOla Aunrønning2020-08-041-6/+10
| |
* | Add metric for number of infrastructure instance events (#13970)Ola Aunrønning2020-08-043-5/+17
|/
* Have URL query parameters handled appropriately to fix URL encoding issuesFrode Lundgren2020-08-035-8/+13
|
* Change CloudEventReporter interval to 30 minutes (#13943)Ola Aunrønning2020-07-282-27/+32
| | | | | * Ignore unknown instances * Change CloudEventReporter interval to 30 minutes
* Merge pull request #13935 from vespa-engine/mpolden/rename-scopeMartin Polden2020-07-228-33/+40
|\ | | | | Rename endpoint scope weighted -> region
| * Rename endpoint scope weighted -> regionMartin Polden2020-07-228-33/+40
| |
* | Allow restart filtering on cluster id and typeOla Aunrønning2020-07-224-16/+19
|/
* Merge pull request #13929 from vespa-engine/freva/delete-all-deploymentsValerij Fredriksen2020-07-219-19/+106
|\ | | | | Add endpoint to delete all prod deployments
| * Code review fixesValerij Fredriksen2020-07-214-7/+8
| |
| * Add endpoint to remove all prod deploymentsValerij Fredriksen2020-07-212-0/+34
| |
| * Create application package to remove all deploymentsValerij Fredriksen2020-07-213-4/+60
| |
| * Remove redundant commit argumentValerij Fredriksen2020-07-215-15/+11
| |
* | Merge pull request #13928 from vespa-engine/mpolden/measure-consecutive-failuresBjørn Meland2020-07-212-20/+38
|\ \ | | | | | | Measure consecutive maintenance failures