summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Generalize ContainerImageExpirer to ArtifactExpirerValerij Fredriksen2022-05-055-38/+46
| |
* | Merge pull request #22465 from vespa-engine/ldalves/Include-membership-indexLeandro Alves2022-05-061-9/+17
|\ \ | | | | | | Include node membership index
| * | Change node index typeValerij Fredriksen2022-05-051-6/+6
| | |
| * | Add membership index to nodesLeandro Alves2022-05-051-9/+17
| |/
* / Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-063-3/+3
|/
* Merge pull request #22424 from ↵Øyvind Grønnesby2022-05-052-2/+3
|\ | | | | | | | | vespa-engine/ogronnesby/accountant-can-change-plan Allow hostedAccountant to bypass some checks
| * Allow hostedAccountant to bypass some checksØyvind Grønnesby2022-05-032-2/+3
| |
* | Include architecture in ContainerImage tagMartin Polden2022-05-041-4/+23
| |
* | Revert "Merge pull request #22394 from ↵jonmv2022-05-033-5/+101
| | | | | | | | | | | | | | vespa-engine/revert-22374-jonmv/remove-last-controller-jersey-client" This reverts commit e046ae79779261b09f85bcf4c04c906b83075775, reversing changes made to d2066c0a0c04e2aa2ada12a5c85f5eae9ff65b02.
* | Revert "Jonmv/remove last controller jersey client [run-systemtest]"Jon Marius Venstad2022-05-023-101/+5
| |
* | Make IssueInfo public, and support attachments for Issuesjonmv2022-05-023-5/+101
|/
* Put submission stuff in a separate classjonmv2022-04-272-92/+0
|
* Move User from controller-api to jdisc-security-filtersBjørn Christian Seime2022-04-276-88/+9
|
* Merge pull request #22237 from vespa-engine/ean/support-html-emailsEirik Nygaard2022-04-261-0/+12
|\ | | | | Add support for html content
| * Add support for html contentEirik Nygaard2022-04-241-0/+12
| |
* | Notifications should link to tenant and application name combinationEirik Nygaard2022-04-241-0/+4
|/
* Merge pull request #22194 from vespa-engine/olaa/zms-quota-monitoringOla Aunrønning2022-04-221-0/+6
|\ | | | | Monitor ZMS quota
| * Monitor ZMS quotaOla Aunrønning2022-04-211-0/+6
| |
* | Improve job type sort orderjonmv2022-04-221-6/+8
| |
* | JobType now always has a zone, which simplifies thingsjonmv2022-04-223-277/+75
| |
* | Merge pull request #22168 from vespa-engine/ean/improve-notification-messageEirik Nygaard2022-04-211-0/+3
|\ \ | | | | | | Do not push notifications for none-production environments
| * | Include dashboard url in notification messagesEirik Nygaard2022-04-201-0/+3
| | |
* | | Merge pull request #22174 from vespa-engine/freva/expose-downValerij Fredriksen2022-04-212-2/+27
|\ \ \ | |_|/ |/| | Expose down in nodes API
| * | Add "down" to controller NodeRepositoryClientValerij Fredriksen2022-04-202-2/+27
| | |
* | | Merge pull request #22125 from vespa-engine/jonmv/serialize-job-type-with-zoneJon Marius Venstad2022-04-203-105/+88
|\ \ \ | |/ / |/| | Jonmv/serialize job type with zone
| * | Use JobType.fromJobName with zones all other places than in sdeserialisationjonmv2022-04-191-0/+5
| | |
| * | Add JobType.fromjobName with provided zones for system and staging testjonmv2022-04-192-2/+22
| | |
| * | Let JobType.allIn use provided zonesjonmv2022-04-191-5/+2
| | |
| * | Simplify declaration of static jobs (to be removed, most likely)jonmv2022-04-191-93/+49
| | |
| * | Serialise JobType with zone+test, and eliminate last == usagesjonmv2022-04-192-5/+10
| |/