aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-275-88/+2
|
* 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
| |/
* | Merge pull request #22146 from vespa-engine/jonmv/more-validationJon Marius Venstad2022-04-191-18/+18
|\ \ | | | | | | Jonmv/more validation
| * | Fix test region namesjonmv2022-04-191-18/+18
| |/
* | Merge pull request #22119 from vespa-engine/jonmv/no-more-serviceview/v1Jon Marius Venstad2022-04-193-40/+0
|\ \ | |/ |/| Jonmv/no more serviceview/v1
| * Merge branch 'master' into jonmv/no-more-serviceview/v1Jon Marius Venstad2022-04-172-0/+4
| |\
| * | No more /serviceview/v1/jonmv2022-04-133-40/+0
| | |
* | | Revert "Merge pull request #22130 from ↵jonmv2022-04-195-105/+305
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-22100-jonmv/remove-compatibility-application-version-serialisation" This reverts commit d312f61b5bec68aa0e360cb5d0f4efca21dcbccd, reversing changes made to d8384ad07427e07c868915d3632620b7fca473d9.
* | | Revert "Remove compatibility serialisation for revisions, and add (de-) for ↵Harald Musum2022-04-195-305/+105
| | | | | | | | | | | | job types"
* | | Merge branch 'master' into ↵Jon Marius Venstad2022-04-192-0/+4
|\ \ \ | | |/ | |/| | | | jonmv/remove-compatibility-application-version-serialisation
| * | Proxy orchestrator/v1/ for a deploymentjonmv2022-04-132-0/+4
| |/
* / Make JobType non-enum, and prepare for serialisation with zone id insteadjonmv2022-04-125-105/+305
|/
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-113-80/+55
|
* Fix static test controller versionjonmv2022-04-112-0/+74
|
* Allow cancelling rollout of builds, through /application/v4/jonmv2022-04-113-4/+6
|
* Add description and risk to application versionsjonmv2022-04-111-20/+34
|
* Use a fixed time in controller rest api testsjonmv2022-04-112-3/+7
|
* Simplify ApplicationStorejonmv2022-04-111-19/+10
|
* Update revision history when revisions are no longer present in run datajonmv2022-04-101-1/+1
|