summaryrefslogtreecommitdiffstats
path: root/standalone-container/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Redefine task and its context""Håkon Hallingstad2018-01-231-5/+16
|
* Revert "Redefine task and its context"Håkon Hallingstad2018-01-231-16/+5
|
* Redefine task and its contextHåkon Hallingstad2018-01-221-5/+16
| | | | | | | | | | | | | 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.
* Prepare for removal of RuleConfigDeriverHarald Musum2018-01-171-6/+3
|
* Revert "Revert "Revert "Revert "Jvenstad/zone cleanup 4""""Jon Marius Venstad2018-01-031-1/+1
| | | | This reverts commit 7b99d259bf378c0e5c43c9a199efffdf056678f4.
* Revert "Revert "Revert "Jvenstad/zone cleanup 4"""Harald Musum2018-01-021-1/+1
|
* Revert "Revert "Jvenstad/zone cleanup 4""Jon Marius Venstad2018-01-021-1/+1
|
* Revert "Jvenstad/zone cleanup 4"Jon Marius Venstad2018-01-021-1/+1
|
* Moved ZoneId to controller-api and added ZonesJon Marius Venstad2017-12-141-1/+1
|
* Fixed scala typeJon Marius Venstad2017-12-081-1/+1
|
* Fix review commentsHåkon Hallingstad2017-12-051-10/+101
| | | | | | - Rename *jdisc-container* to *standalone-container* (for files in this PR) - Implement stop standalone-container command - Avoid e.g. vespa user deletion on upgrade
* Support making standalone container and node admin RPMsHåkon Hallingstad2017-12-041-0/+218
|
* Add setting for turning off file distributorHarald Musum2017-11-271-2/+3
| | | | | | If set, will not start file distributor on config server host and on tenant nodes, will instead use config proxy and file distribution will be done with RPC calls between config proxy and config server
* Add static modifier + fix warningsBjørn Christian Seime2017-11-132-22/+17
|
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-131-60/+1
|
* Revert "Bjorncs/jdisc http service cleanup"Martin Polden2017-11-102-18/+82
|
* Add static modifier + fix warningsBjørn Christian Seime2017-11-092-22/+17
|
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-091-60/+1
|
* serviceproviderendpoing -> load_balancer_addressMorten Tokle2017-10-231-1/+1
|
* Add Athenz identity provider and configurationMorten Tokle2017-10-201-0/+1
|
* Suppress deprecation warning. Enable warnings-as-errorsBjørn Christian Seime2017-07-201-2/+11
|
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-134-28/+28
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1415-15/+15
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1415-15/+15
|
* Update copyright headersJon Bratseth2017-06-1415-15/+15
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1315-16/+16
|
* Copyright headerJon Bratseth2017-06-1315-16/+16
|
* Remove Manhattan integrationBjørn Christian Seime2017-05-162-62/+26
|
* Revert "Balder/latest felix 4"gjoranv2017-04-251-2/+0
|
* Implement additional required proxy methods by felix 4.6.1 compared to 4.2.1.Henning Baldersheim2017-04-221-0/+2
|
* Allow configuring docker registry and Docker Vespa base imageHarald Musum2016-12-051-0/+2
|
* Make sure that 'system' yinst setting is propagated to configserver configHarald Musum2016-11-141-0/+1
|
* Allow localhost.localdomainJon Bratseth2016-11-111-4/+4
|
* Revert "Use HostName for message bus, but fix HostName to work with dev ↵Eirik Nygaard2016-10-141-1/+1
| | | | machines"
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
|
* Merge pull request #738 from yahoo/bratseth/support-document-api-in-applicationsJon Bratseth2016-09-296-8/+19
|\ | | | | Bratseth/support document api in applications
| * Add todo for later cleanupJon Bratseth2016-09-291-1/+4
| |
| * CleanupJon Bratseth2016-09-291-1/+1
| |
| * Run Application with VespaModel instead of MockRootJon Bratseth2016-09-286-8/+16
| |
* | Remove unused argumentHarald Musum2016-09-271-4/+4
|/
* Allow source directories in standalone application.Jon Bratseth2016-09-191-1/+1
| | | | | | | This allows Application instances to run tests referencing config definitions without first building the jar containing those config definitions. Application currently instantiates Vespa models directly and (via dependency injection) through standalone container.
* remove namesKristian Aune2016-06-171-4/+4
|
* PublishJon Bratseth2016-06-1515-0/+1440