aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Add node type configserverhost and use it in EnvironmentHarald Musum2018-02-151-1/+6
|
* Add bouncycastle to vespa-node-admin RPMHåkon Hallingstad2018-02-111-0/+17
|
* Bouncycastle must be loaded as separate bundlesBjørn Christian Seime2018-02-081-0/+10
|
* Merge pull request #4744 from ↵Valerij Fredriksen2018-01-291-0/+6
|\ | | | | | | | | vespa-engine/freva/add-node-admin-hostname-verifier Add node-admin hostname verifier
| * Add node-admin hostname verifierValerij Fredriksen2018-01-231-0/+6
| |
* | Support file templatesHåkon Hallingstad2018-01-271-1/+5
| |
* | Move TestFileSystem to testutilHåkon Hallingstad2018-01-251-5/+0
| |
* | Revert "Revert "Redefine task and its context""Håkon Hallingstad2018-01-231-0/+5
| |
* | Revert "Redefine task and its context"Håkon Hallingstad2018-01-231-5/+0
|/
* Redefine task and its contextHåkon Hallingstad2018-01-221-0/+5
| | | | | | | | | | | | | After discussions with bratseth, we'll not organize tasks in a tree structure, and instead have tasks mostly 1:1 with components. Tasks are put in chains, and may have ordering constraints between them that the chain resolves. The FileSystem API has been removed and instead use the raw java NIO FileSystem, and use Jimfs to mock FileSystem in tests. NodeAdminStateUpdater has been made an interface, since the HTTP request handler needs to delegate to it when getting requests. Much of the public HTTP API will get internalized with standalone NodeAdmin.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Revert "Provide service-monitor and application-model""Håkon Hallingstad2017-10-191-0/+12
|
* Revert "Provide service-monitor and application-model"Håkon Hallingstad2017-10-191-12/+0
|
* Provide service-monitor and application-modelHåkon Hallingstad2017-10-021-0/+12
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Orchestrator support for setting host statusHåkon Hallingstad2017-06-121-6/+0
| | | | | | | | | | | | | | | | Directly setting the host status can be useful for an operator, e.g. to break a deadlock. Unfortunately, some code use the term "host status" while others use "host state". I haven't settled yet on which is preferred, e.g. 'state' is used in REST APIs, but 'status' is the original term and slightly more used. This PR maintains the local use of the terms, meaning it adds 'state' where that's normally used and 'status' other places. Setting the deadlock is done with a PATCH request, which is defined in jaxrs_utils. jaxrs_utils only defines PATCH, and that's not used anywhere else except in jaxrs_client_utils tests. So I remove this module as a dependency a couple of places.
* Revert and fix changes to dependenciesHarald Musum2017-04-261-7/+1
|
* Fix dependenciesJon Bratseth2017-04-251-0/+12
|
* NodeAgent improvementsvalerijf2017-03-231-0/+6
|
* Moved node-admin maintainer to own packagefreva2017-01-261-37/+7
|
* Remove unneded pluginHarald Musum2017-01-261-23/+0
| | | | * We deploy jar-with-dependencies as a bundle, so not needed anymore
* Deploy node-adminfreva2017-01-061-0/+23
|
* Created coredump handler for docker containersfreva2016-11-221-1/+7
|
* Remove applicationmodel, part 1Harald Musum2016-09-251-6/+0
| | | | * Get rid of HostName in docker-api and node-admin
* Use Node.State from node repo instead of duplicating value in our own classHarald Musum2016-09-191-1/+0
|
* Move back to working versions of libraries.Haakon Dybdahl2016-09-071-6/+9
|
* Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-52/+2
|
* Make node-admin depend on docker-apiHåkon Hallingstad2016-08-231-0/+6
|
* Move to socket and fix dependencies.Haakon Dybdahl2016-08-181-48/+4
|
* container-dev should have provided scopeHarald Musum2016-08-181-15/+1
|
* More exclusion and inclusions for fasterxml.Haakon Dybdahl2016-08-171-9/+46
|
* Fixed docker image pullvalerijf2016-08-151-0/+21
|
* Upgraded docker, downgraded docker APIvalerijf2016-08-121-1/+1
|
* Removed exclude of jersey-apache-connectorvalerijf2016-08-101-4/+0
|
* Fixed testsvalerijf2016-08-091-5/+10
|
* Added DNS IPv6 address to hostvalerijf2016-08-081-1/+8
|
* Cleaned up old methodsvalerijf2016-08-081-180/+176
|
* Fix dep, add error in exceptionHaakon Dybdahl2016-08-051-2/+3
|
* Fixed dependenciesvalerijf2016-08-041-5/+52
|
* Changed from spotify/docker to docker-java/docker-javavalerijf2016-08-041-45/+3
|
* Upgraded to airlift/airline 0.7valerijf2016-07-121-1/+1
|
* Added airlift.airline dependency and maintenance jar generationvalerijf2016-07-111-0/+24
|