aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Group fingerprints by token idjonmv2023-09-282-6/+10
|
* Fetch active tokens for an application, through /application/v2/jonmv2023-09-282-0/+136
|
* Use switch expressionsjonmv2023-09-281-1/+3
|
* Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-264-3/+11
|
* Merge pull request #28663 from ↵Jon Marius Venstad2023-09-262-3/+3
|\ | | | | | | | | vespa-engine/jonmv/log-tenant-with-session-not-found Log tenant name when session not found
| * Log tenant name when session not foundjonmv2023-09-262-3/+3
| |
* | Remove fallback to zone-scoped endpoint buildingMartin Polden2023-09-251-2/+3
| |
* | Revert "Remove unused endpoint name building from config-model"Martin Polden2023-09-251-3/+2
| |
* | Update testMartin Polden2023-09-251-2/+3
| |
* | Remove unnecessary flag settingHarald Musum2023-09-151-1/+0
| |
* | Always write application data as jsonHarald Musum2023-09-151-12/+21
| | | | | | | | | | Test of transition from old to new format, need to keep some fucntionality around this until Vespa 9
* | Update testHarald Musum2023-09-151-2/+4
|/
* Translate state to "pending" for reindexing known only to config server at ↵jonmv2023-09-081-9/+15
| | | | the time
* Add auth method to ApplicationClusterEndpointMartin Polden2023-09-041-6/+3
|
* Revert "Add auth method to ApplicationClusterEndpoint"Harald Musum2023-09-041-3/+6
|
* Add auth method to ApplicationClusterEndpointMartin Polden2023-09-041-6/+3
|
* Make sure not to overwrite application data if data already existsHarald Musum2023-08-312-16/+81
|
* Trigger periodic redeployment for apps with readied reindexingjonmv2023-08-301-0/+5
|
* Use deploy time (prepare time) when considering applications for maintenance ↵Harald Musum2023-08-301-2/+1
| | | | deployment
* Read session data in just one place and always fallback to reading old ↵Harald Musum2023-08-291-16/+16
| | | | format if new is unreadable
* Support reading and writing application data as jsonHarald Musum2023-08-281-1/+73
| | | | | Controlled by feature flags. Also write last deployed session when preparing a session
* Rename methodsHarald Musum2023-08-283-15/+41
|
* Rename a class and some methodsHarald Musum2023-08-269-53/+53
|
* Merge pull request #28126 from vespa-engine/hmusum/configserver-refactoringHåkon Hallingstad2023-08-243-182/+152
|\ | | | | Hmusum/configserver refactoring
| * Write time when session was created, add support for reading sessiond dataHarald Musum2023-08-211-0/+1
| |
| * Make ZooKeeperClient inner class of the only class that uses itHarald Musum2023-08-182-182/+151
| |
* | Assert that server is runningHarald Musum2023-08-221-0/+2
| |
* | Remove unused method, wait for server thread to finishHarald Musum2023-08-221-8/+2
| |
* | Make sure we use a free port when creating RpcServerHarald Musum2023-08-211-25/+43
|/
* Extract method for writing session data into a new classHarald Musum2023-08-171-1/+1
|
* Return optional of File instead of booleanHarald Musum2023-08-161-6/+12
|
* Return optional from getFileHarald Musum2023-08-161-9/+9
|
* Make application package file reference optionalHarald Musum2023-08-161-1/+1
|
* Write session data to zk as a blob if feature flag is setHarald Musum2023-08-152-3/+28
|
* Test that exception is not swallowedHarald Musum2023-08-031-0/+37
| | | | (Test fails)
* Add cluster name to service convergence responseMartin Polden2023-08-011-8/+10
|
* Remove active attributeMartin Polden2023-07-271-56/+14
|
* Remove global-service-idMartin Polden2023-07-271-3/+0
|
* Revert "Remove global-service-id"Martin Polden2023-07-272-14/+59
|
* Remove active attributeMartin Polden2023-07-261-56/+14
|
* Remove global-service-idMartin Polden2023-07-261-3/+0
|
* Revert "Throw if file reference or vespa version not found for session in zk"Harald Musum2023-07-201-1/+1
|
* SimplifyHarald Musum2023-07-191-1/+1
|
* Remove extraneous semicolongjoranv2023-07-131-3/+0
|
* Add expiration concept to data plane tokensBjørn Christian Seime2023-07-122-4/+7
|
* Merge pull request #27394 from ↵Håkon Hallingstad2023-06-152-16/+104
|\ | | | | | | | | vespa-engine/hmusum/log-or-fail-when-upgrading-config-server-between-two-versions-too-far-apart Log or fail config server startup when upgrading between 2 versions t…
| * SKip upgrade checks if VESPA_SKIP_UPGRADE_CHECK is trueHarald Musum2023-06-152-16/+53
| |
| * Log or fail config server startup when upgrading between 2 versions too far ↵Harald Musum2023-06-132-16/+67
| | | | | | | | | | | | apart Fail on hosted, log on self serve Vespa
* | value -> versionMorten Tokle2023-06-122-4/+4
| |
* | Persist tokens on deployMorten Tokle2023-06-123-1/+51
|/