summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove mockito version overrides in node-admin and logserverHåkon Hallingstad2019-10-181-1/+0
|
* Upgrade to ZooKeeper 3.4.14Harald Musum2019-09-011-0/+7
|
* Revert "Upgrade to zookeeper 3.4.14, take 5"Harald Musum2019-08-291-7/+0
|
* Revert "Revert " Upgrade to zookeeper 3.4.14, take 4""Harald Musum2019-08-281-0/+7
|
* Revert " Upgrade to zookeeper 3.4.14, take 4"Harald Musum2019-08-271-7/+0
|
* Depend on zkfacade for testsHarald Musum2019-08-261-0/+7
|
* Depend on parent apache clients versionValerij Fredriksen2019-03-081-2/+0
|
* Remove unused dependencyValerij Fredriksen2019-02-221-6/+0
|
* Depend on node-repository in test scopeValerij Fredriksen2019-02-221-6/+6
|
* Specify jackson dependencies explicitHåkon Hallingstad2019-02-101-0/+10
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Flag repository cfg client and flag directoryHåkon Hallingstad2019-01-091-0/+6
| | | | | | | | | | | | - Makes new FlagRepository config server client to retrieve all flag data. - Makes WireFlagDataList to be used for creating the HTTP response in the config server, and parse the HTTP response in host admin. - Fixes problem with URL generation for controller: when port is not present in the request, remove ":-1" port specification in the url. - Makes a new FlagDirectory class, responsible for reading flags from /opt/vespa/var/vespa/flags (in FlagData JSON format), and reversely, sync that directory to exactly match a set of FlagData. - No longer have 'State state()' as a default method in interface.
* Use latest mockitoValerij Fredriksen2018-10-241-0/+1
|
* Remove unused net.jpountz.lz4 dependencyValerij Fredriksen2018-09-101-5/+0
|
* Organize dependencies, no functional changesValerij Fredriksen2018-09-101-26/+33
|
* Rename config param to attach bundle artifactgjoranv2018-08-241-1/+1
| | | | .. to better follow maven convention and terminology.
* Attach bundle jar to the build.gjoranv2018-08-241-4/+3
| | | | + Remove unnecessary plugin declaration.
* Revert "Change vespa-athenz to scope compile to ease node-admin upgrades"Bjørn Christian Seime2018-05-311-1/+1
|
* Change vespa-athenz to scope compile to ease node-admin upgradesBjørn Christian Seime2018-05-301-1/+1
|
* Move test scope dependencies lastValerij Fredriksen2018-05-071-18/+18
|
* Remove unused dependencyValerij Fredriksen2018-05-071-6/+0
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-9/+0
|
* Use bouncycastle from container-dev.gjoranv2018-03-071-10/+0
|
* Don't package BouncyCastle artifacts in node-adminBjørn Christian Seime2018-03-071-17/+0
|
* Revert "Revert "Add vespa-athenz dependency""Valerij Fredriksen2018-02-281-1/+1
|
* Revert "Add vespa-athenz dependency"Harald Musum2018-02-271-1/+1
|
* Set vespa-athenz to providedValerij Fredriksen2018-02-271-1/+1
|
* Add node type 'confighost' and use it in EnvironmentHarald Musum2018-02-161-1/+7
|
* Revert "Add node type confighost and use it in Environment"Harald Musum2018-02-161-8/+2
|
* Make config-provisioning provided and include in rpmHarald Musum2018-02-151-2/+2
|
* Set scopeHarald Musum2018-02-151-0/+1
|
* 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
|