summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17827 from vespa-engine/hmusum/run-jobs-more-often-in-cdJon Marius Venstad2021-05-121-1/+1
|\ | | | | Run jobs twice as often in cd
| * Run jobs twice as often in cdHarald Musum2021-05-121-1/+1
| | | | | | | | Integration tests take too much time, try to save some time here
* | Merge pull request #17828 from vespa-engine/jonmv/badge-adjustmentsJon Marius Venstad2021-05-125-194/+198
|\ \ | |/ |/| Jonmv/badge adjustments
| * Readjust historic badge widthJon Marius Venstad2021-05-122-101/+101
| |
| * Smaller "deploy / test", and show "deploy" when there are any "test"Jon Marius Venstad2021-05-123-171/+184
| |
| * Slightly darker success greenJon Marius Venstad2021-05-123-8/+8
| |
| * 11px font, up from 10pxJon Marius Venstad2021-05-123-164/+164
| |
| * Only show declared jobs in overview badgeJon Marius Venstad2021-05-122-46/+44
| |
| * Print "deploy / test" only when both are present for a zoneJon Marius Venstad2021-05-123-36/+29
| |
* | Revert "Include legacy endpoint in certificate in public"Harald Musum2021-05-105-244/+214
| |
* | Merge pull request #17801 from ↵Martin Polden2021-05-105-214/+244
|\ \ | | | | | | | | | | | | vespa-engine/mpolden/include-legacy-endpoint-in-cert Include legacy endpoint in certificate in public
| * | Include legacy endpoint in certificate in publicMartin Polden2021-05-102-3/+41
| | |
| * | Rename EndpointCertificateManager -> EndpointCertificatesMartin Polden2021-05-103-20/+22
| | |
| * | Move wildcard endpoint building to RoutingControllerMartin Polden2021-05-104-113/+103
| | |
* | | Merge pull request #17748 from vespa-engine/ogronnesby/billing-api-v2Øyvind Grønnesby2021-05-106-30/+528
|\ \ \ | |/ / |/| | Some API changes for Billing API
| * | Force datetime to use Z timezone in testØyvind Grønnesby2021-05-052-2/+3
| | |
| * | Merge remote-tracking branch 'origin/master' into ogronnesby/billing-api-v2Øyvind Grønnesby2021-05-0530-296/+417
| |\ \ | | | | | | | | | | | | | | | | Conflicts: controller-server/src/test/java/com/yahoo/vespa/hosted/controller/integration/ServiceRegistryMock.java
| * | | Accountant methods for BillingApiHandlerV2Øyvind Grønnesby2021-05-042-25/+93
| | | | | | | | | | | | | | | | | | | | | | | | - Create the accountant methods to preview and create bills - Make sure classes take a Clock through constructor to help with testing - Update path groups for accountant view
| * | | Inject Clock into BillingApiHandlerV2Øyvind Grønnesby2021-04-293-8/+17
| | | | | | | | | | | | | | | | | | | | - Injects the clock instance to make tests with date output work - Rename invoice -> bill in the API path
| * | | Merge remote-tracking branch 'origin/master' into ogronnesby/billing-api-v2Øyvind Grønnesby2021-04-2850-154/+1876
| |\ \ \
| * | | | Billing API v2 draft - tenat API done, accountant not startedØyvind Grønnesby2021-04-195-28/+448
| | | | |
* | | | | Merge pull request #17776 from vespa-engine/mpolden/new-endpointsMartin Polden2021-05-1021-138/+380
|\ \ \ \ \ | |_|_|_|/ |/| | | | Register new endpoints in DNS
| * | | | Allow listing legacy endpoints in application APIMartin Polden2021-05-079-13/+105
| | | | |
| * | | | Register new endpoints in DNSMartin Polden2021-05-077-92/+175
| | | | |
| * | | | Simplify testing with custom zones and systemMartin Polden2021-05-075-27/+34
| | | | |
| * | | | Rename fieldMartin Polden2021-05-071-3/+3
| | | | |
| * | | | Support building vespa-app.cloud endpointsMartin Polden2021-05-072-6/+66
| | | | |
* | | | | Version varies with buildJon Marius Venstad2021-05-071-1/+1
|/ / / /
* | | | Merge pull request #17772 from vespa-engine/andreer/remove-s3-upload-flagValerij Fredriksen2021-05-0714-105/+114
|\ \ \ \ | | | | | | | | | | Remove s3 upload flag
| * | | | don't start container for Archive Access test eitherandreer2021-05-071-2/+1
| | | | |
| * | | | Test against public systemValerij Fredriksen2021-05-076-19/+71
| | | | |
| * | | | Support public systems in ControllerTester & ZoneRegistryMockValerij Fredriksen2021-05-073-47/+33
| | | | |
| * | | | Remove archiveUri from on-prem deploymentsValerij Fredriksen2021-05-073-3/+0
| | | | |
| * | | | remove SYNC_HOST_LOGS_TO_S3_BUCKET feature flagandreer2021-05-075-37/+12
| | | | |
* | | | | Merge pull request #17775 from vespa-engine/jonmv/badgesValerij Fredriksen2021-05-079-169/+654
|\ \ \ \ \ | |/ / / / |/| | | | Jonmv/badges
| * | | | Generate deployment badges in the controllerJon Marius Venstad2021-05-075-18/+654
| | | | |
| * | | | Remove old badge redirect implementationJon Marius Venstad2021-05-074-151/+0
| | | | |
* | | | | Merge pull request #17769 from vespa-engine/freva/remove-migrationMartin Polden2021-05-072-32/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove temporary notifications DB cleanup
| * | | | | Remove temporary notifications DB cleanupValerij Fredriksen2021-05-072-32/+0
| | | | | |
* | | | | | Merge pull request #17762 from vespa-engine/ogronnesby/tenant-plan-metricØyvind Grønnesby2021-05-073-4/+75
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Create metric for nr of tenants on each plan
| * | | | | Review comment fixesØyvind Grønnesby2021-05-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Map.merge is more elegant - Put metric in a billing namespace
| * | | | | Create metric for nr of tenants on each planØyvind Grønnesby2021-05-063-4/+76
| | | | | |
* | | | | | Merge pull request #17755 from vespa-engine/mpolden/endpoint-cleanupMorten Tokle2021-05-064-27/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for multiple endpoints per routing policy
| * | | | | | Only return legacy global endpoints if they existMartin Polden2021-05-052-4/+23
| | | | | | |
| * | | | | | Improve test namesMartin Polden2021-05-051-7/+7
| | | | | | |
| * | | | | | Include zone legacy endpointsMartin Polden2021-05-054-16/+44
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #17758 from vespa-engine/mpolden/reduce-upgrade-frequencyHarald Musum2021-05-062-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Wait longer between automatic OS upgrades
| * | | | | Wait longer between automatic OS upgradesMartin Polden2021-05-062-4/+4
| |/ / / /
* / / / / Fix bug with non-prod deploymentsMorten Tokle2021-05-062-9/+13
|/ / / /
* / / / Remove the correct notificationsValerij Fredriksen2021-05-052-2/+16
|/ / /