aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence
Commit message (Expand)AuthorAgeFilesLines
* Add invalidateUserSessionsBefore to CloudTenantValerij Fredriksen2022-08-121-1/+4
* Don't discard messages from the system, even though user log is truncatedjonmv2022-07-081-4/+8
* Consider major version compatibility when computing confidenceMartin Polden2022-07-061-3/+5
* Expose GCP archive member setting in APIEirik Nygaard2022-05-251-2/+4
* Merge pull request #22746 from vespa-engine/ean/user-permission-to-archive-bu...Eirik Nygaard2022-05-251-3/+28
|\
| * Setup structure needed to give a GCP member archive bucket accessEirik Nygaard2022-05-251-3/+28
* | Use a single last log timestamp, and upper bound with now - 1sjonmv2022-05-241-3/+0
* | Revert "Merge pull request #22721 from vespa-engine/revert-22720-jonmv/get-te...jonmv2022-05-231-2/+4
|/
* Revert "Jonmv/get tester logs"Jon Marius Venstad2022-05-231-4/+2
* Rename field to unique nameValerij Fredriksen2022-05-231-1/+1
* Fetch and merge tester Vespa log with Vespa log for system and staging testsjonmv2022-05-231-2/+4
* Fix javadoc warningBjørn Christian Seime2022-05-231-1/+0
* Fix request body sanitizingMartin Polden2022-05-131-0/+3
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
* Discard notification entires with outdated job typejonmv2022-04-281-0/+10
* Warn when application is built with a parent on lower major than the systemjonmv2022-04-271-0/+2
* Merge pull request #22260 from vespa-engine/jonmv/add-test-categories-headerJon Marius Venstad2022-04-261-0/+2
|\
| * Move test package logic to separate class, with validation, resulting in noti...jonmv2022-04-251-0/+2
* | Merge branch 'master' into hmusum/use-new-controller-lock-schemeHarald Musum2022-04-254-38/+17
|\|
| * JobType now always has a zone, which simplifies thingsjonmv2022-04-224-37/+14
| * Resolve some TODOsjonmv2022-04-211-1/+0
| * Add new run status noTests, which is a success, but not quite as shinyjonmv2022-04-211-0/+3
* | Use new controller lock scheme by defaultHarald Musum2022-04-212-98/+9
|/
* Serialise JobType with zone in remaining serializersjonmv2022-04-192-8/+20
* Serialise JobType with zone+test, and eliminate last == usagesjonmv2022-04-193-10/+12
* Revert "Merge pull request #22130 from vespa-engine/revert-22100-jonmv/remove...jonmv2022-04-194-45/+28
* Revert "Remove compatibility serialisation for revisions, and add (de-) for j...Harald Musum2022-04-194-28/+45
* Merge branch 'master' into jonmv/remove-compatibility-application-version-ser...Jon Marius Venstad2022-04-191-28/+31
|\
| * Take old locks firstjonmv2022-04-171-7/+7
| * Preserve reentrancyjonmv2022-04-171-27/+30
* | Make JobType non-enum, and prepare for serialisation with zone id insteadjonmv2022-04-121-3/+1
* | Remove compatiblity serialisation of revision idsjonmv2022-04-123-42/+27
|/
* avoid duplicate deserialisationJon Marius Venstad2022-04-111-1/+1
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-114-90/+103
* Fix static test controller versionjonmv2022-04-112-3/+3
* Optimise importsjonmv2022-04-112-2/+1
* Add description and risk to application versionsjonmv2022-04-112-5/+9
* Use a fixed time in controller rest api testsjonmv2022-04-111-1/+0
* Use correct default value for hasPackagejonmv2022-04-101-1/+2
* ** Add RevisionId as key for ApplicationVersion, and gather them all in Revis...jonmv2022-04-092-14/+50
* Remove unused application and instance fieldsjonmv2022-04-091-14/+2
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-092-3/+3
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-082-2/+2
* Revert "Merge pull request #22070 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-081-2/+2
* More DomainName instead of HostNamejonmv2022-04-081-2/+2
* Move ID part to HostName in config-provisioningjonmv2022-04-083-3/+3
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-083-5/+5
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-083-5/+5
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-083-5/+5
* Use feature flagHarald Musum2022-04-072-9/+50