aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23285 from vespa-engine/ogronnesby/scaling-event-pathgroupØyvind Grønnesby2022-07-011-0/+1
|\ | | | | Add the scaling events to the appInfo pathgroup
| * Add the scaling events to the appInfo pathgroupØyvind Grønnesby2022-06-301-0/+1
| |
* | Add proxy principal spiffe urisMorten Tokle2022-06-301-1/+1
| |
* | Merge pull request #23139 from vespa-engine/andreer/java-17-examplesMartin Polden2022-06-301-215/+22
|\ \ | |/ |/| Java 17 examples
| * records remove a lot of boilerplateAndreas Eriksen2022-06-161-215/+22
| | | | | | | | | | | | This takes away a lot of very boring and failure prone code. (imagine forgetting to add a new field to equals or hashcode) while still allowing you to extend the class as usual later.
* | Detect when using .zone() on incomplete job typejonmv2022-06-291-8/+13
| |
* | Merge pull request #23254 from vespa-engine/mortent/cms-aws-supportMorten Tokle2022-06-281-2/+2
|\ \ | | | | | | Support CMS from AWS
| * | Reduce role token expiry to 10 minutesMorten Tokle2022-06-281-2/+2
| | |
* | | Correctly compare run and expected cloudjonmv2022-06-281-2/+3
| | |
* | | Revert "Merge pull request #23247 from ↵jonmv2022-06-282-20/+36
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-23218-jonmv/multiple-test-and-staging-zones" This reverts commit 94a5a63b92cf7a05ed987a5f01fab5bc8d56bd2d, reversing changes made to 24c7eee36b9c251fc754e6ca51c921e97be44aeb.
* | | Revert "Jonmv/multiple test and staging zones"Jon Marius Venstad2022-06-272-36/+20
| | |
* | | Merge pull request #23218 from ↵Jon Marius Venstad2022-06-272-20/+36
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/jonmv/multiple-test-and-staging-zones Jonmv/multiple test and staging zones
| * | Allow system test with different zones, test with different clouds (but not ↵jonmv2022-06-231-21/+11
| | | | | | | | | | | | tests yet)
| * | Stash with partial multile job typesjonmv2022-06-232-18/+44
| | |
* | | Expose scaling events in the application apiØyvind Grønnesby2022-06-232-3/+4
|/ /
* | Merge remote-tracking branch 'origin/master' into ↵Ola Aunrønning2022-06-217-88/+98
|\ \ | | | | | | | | | | | | | | | | | | | | | olaa/metering-monitoring-metrics # Conflicts: # controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/resource/ResourceDatabaseClient.java # controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/resource/ResourceDatabaseClientMock.java
| * | Implement persisting and retrieval of scaling eventsØyvind Grønnesby2022-06-154-1/+95
| | |
| * | Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2022-06-1418-110/+230
| |\| | | | | | | | | | | | | | | | | | | ogronnesby/persist-scaling-events Conflicts: controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance/ControllerMaintenance.java
| * | Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2022-05-231-0/+16
| |\ \ | | | | | | | | | | | | ogronnesby/persist-scaling-events
| * \ \ Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2022-05-201-0/+6
| |\ \ \ | | | | | | | | | | | | | | | ogronnesby/persist-scaling-events
| * | | | Remove last use of MeteringClientØyvind Grønnesby2022-05-161-24/+0
| | | | |
| * | | | Remove MeteringClientØyvind Grønnesby2022-05-163-62/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MeteringClient was just a thin shim around ResourceDatabaseClient now. Use RDC directly instead.
* | | | | Get age of oldest snapshotOla Aunrønning2022-06-172-6/+6
| | | | |
* | | | | Monitor metering freshnessOla Aunrønning2022-06-132-2/+17
| |_|_|/ |/| | |
* | | | Merge pull request #22992 from ↵Jon Marius Venstad2022-06-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/include-all-reachable-zones-in-JobType.all Include jobs for all reachable zones in JobType.allIn(zones)
| * | | | Include jobs for all reachable zones in JobType.allIn(zones)jonmv2022-06-081-1/+1
| | | | |
* | | | | Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
| | | | |
* | | | | Stop providing bouncycastle via the 'container' artifact.gjoranv2022-06-081-0/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | - Add missing dependencies for security-utils so that bouncycastle import-packages are generated for modules that formerly relied only on container-dev or provided-dependencies. - Add bouncycastle to container-test
* | | | Copy endpoint certs to GCP (#22806)Andreas Eriksen2022-06-074-0/+57
| | | | | | | | | | | | Co-authored-by: Ola Aunrønning <olaa@yahooinc.com>
* | | | Remove CloudEventTrackerMartin Polden2022-06-014-77/+0
| | | |
* | | | Expose all plans in billing APIØyvind Grønnesby2022-05-313-1/+12
| | | |
* | | | Add /contacts to PathGroup as wellØyvind Grønnesby2022-05-311-0/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2022-05-307-29/+148
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ogronnesby/contact-info-resources Conflicts: controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiHandler.java
| * | | | Expose GCP archive member setting in APIEirik Nygaard2022-05-252-6/+25
| | | | |
| * | | | Use ArchiveAccess instead of directly accessing AWS IAM roleEirik Nygaard2022-05-253-19/+13
| | | | |
| * | | | Setup structure needed to give a GCP member archive bucket accessEirik Nygaard2022-05-252-14/+104
| | | | |
| * | | | Merge pull request #22691 from vespa-engine/ean/gcp-archive-serviceEirik Nygaard2022-05-232-0/+16
| |\ \ \ \ | | | | | | | | | | | | Ean/gcp archive service
| | * | | | Move zone and system specific settings to ArchiveService implementationEirik Nygaard2022-05-232-0/+16
| | | |/ / | | |/| |
| * | | | Fix typoHarald Musum2022-05-232-2/+2
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2022-05-303-14/+31
|\| | | | | | | | | | | | | | | ogronnesby/contact-info-resources
| * | | Use config server SSLSocketFactory in FlagsClient and ConfigServerRestExecutorValerij Fredriksen2022-05-201-0/+16
| |/ /
| * / ZmsClient: Add method to update service public keyValerij Fredriksen2022-05-181-0/+6
| |/
| * Send cloud account on deployMartin Polden2022-05-111-14/+9
| |
* | Fix PathGroup overlap issueØyvind Grønnesby2022-05-301-1/+2
| |
* | Split tenant info into separate rest resourcesØyvind Grønnesby2022-05-131-0/+1
|/
* Getting system as zoneHåkon Hallingstad2022-05-091-0/+3
|
* Merge pull request #22478 from vespa-engine/freva/gcp-artifact-retentionMartin Polden2022-05-065-54/+43
|\ | | | | Prepare for adding GCP ArtifactExpirer
| * Code review fixesValerij Fredriksen2022-05-062-21/+10
| |
| * Use tag instead of architectureValerij Fredriksen2022-05-051-24/+14
| |
| * Support different artifact registry per cloudValerij Fredriksen2022-05-051-1/+3
| |