aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Fix s3 log sync for proxy logsMorten Tokle2023-10-201-0/+4
* Write proxy error logs to archiveMorten Tokle2023-10-201-0/+3
* Trigger service dump earlier in lifecycle flowBjørn Christian Seime2023-10-171-1/+2
* Resume while allowing CPU boost, for first-time deploymentsjonmv2023-10-101-1/+2
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-10251-253/+257
|\
| * Update copyrightJon Bratseth2023-10-09251-253/+257
* | Stop rotating key on every refreshMorten Tokle2023-10-091-5/+13
|/
* Encapsulate wiregaurd key + timestamp in new classgjoranv2023-09-255-68/+91
* Rename dimension APPLICATION_ID -> INSTANCE_IDMorten Tokle2023-09-221-2/+2
* Unbox timestamp with default, to prevent NPE.gjoranv2023-09-141-2/+8
* Output expected and actual command lines upon exception.gjoranv2023-09-141-1/+10
* Add wireguard key timestamp to node repo and WireguardPeergjoranv2023-09-145-8/+39
* Revert "Wg timestamp in node repo"Andreas Eriksen2023-09-146-49/+9
* Remove remains of wgKeyTimestamp in NodeAttributesgjoranv2023-09-132-7/+1
* Set wg timestamp from NodePatcher clockgjoranv2023-09-132-6/+0
* Output expected and actual command lines upon exception.gjoranv2023-09-111-1/+10
* Add wireguard key timestamp to WireguardPeergjoranv2023-09-113-5/+15
* Add wireguard key timestamp to node repo.gjoranv2023-09-114-4/+37
* Log Wireguard commands (#28443)Håkon Hallingstad2023-09-114-4/+30
* Add SystemCtlReloadOla Aunronning2023-08-312-0/+16
* MemoryController reads memory pressureOla Aunronning2023-08-301-0/+33
* Remove vespa user flag and cleanup.Arnstein Ressem2023-08-302-12/+3
* Add additional metrics for container memoryBjørn Christian Seime2023-08-243-6/+25
* Add vespa user to UnixUserValerij Fredriksen2023-08-171-0/+1
* Only run important node maintainers if container is runningHåkon Hallingstad2023-08-171-3/+4
* Always run acl and wireguard maintainers if container is presentHåkon Hallingstad2023-08-111-21/+13
* Allow deleting metrics by nameOla Aunronning2023-08-101-0/+11
* Handle default case and remove handling for provisioned stateValerij Fredriksen2023-08-091-1/+1
* Start downloading container image while in reservedValerij Fredriksen2023-08-091-0/+1
* Use enhanced switchValerij Fredriksen2023-08-091-15/+7
* Log time it takes to download imageValerij Fredriksen2023-08-092-2/+9
* Delay getting regitry credentials until they are neededValerij Fredriksen2023-08-093-8/+6
* Sync start-services.out logs to archiveValerij Fredriksen2023-08-081-0/+3
* Remove unused FlagSourceOla Aunronning2023-08-071-1/+0
* Remove node-admin-tenant-service-registry flagOla Aunronning2023-08-071-35/+1
* Add device major & minor to FileAttributesValerij Fredriksen2023-08-042-31/+10
* Fix HTMLValerij Fredriksen2023-08-041-4/+4
* Support reading and updating io.max cgroup in node-adminValerij Fredriksen2023-08-043-3/+121
* Remove orchestratorStatus metric tagHåkon Hallingstad2023-07-241-1/+0
* Add ConfigDumperHarald Musum2023-07-122-1/+37
* Remove dead code only used for Vespa 7 nodesHarald Musum2023-07-121-12/+1
* Set ZTS trust store for in registerIdentity() as wellValerij Fredriksen2023-07-071-16/+15
* Always get ztsUrl from ID docValerij Fredriksen2023-07-071-21/+7
* Merge pull request #27519 from vespa-engine/use-metrics-constants-2Henning Baldersheim2023-06-221-3/+4
|\
| * Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-3/+4
* | Always request default documentversionMorten Tokle2023-06-221-12/+1
|/
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-4/+3
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-3/+4
* Add ZooKeeperSnapshotDumperHarald Musum2023-06-132-1/+29
* Merge pull request #27408 from vespa-engine/mpolden/cancel-retirementMartin Polden2023-06-131-1/+1
|\