summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* add trivial gettersArne Juul2018-01-051-0/+3
|
* add optional constructor with Context objectArne Juul2017-12-201-0/+35
|
* add jdisc Metric wiringArne Juul2017-12-144-7/+12
| | | | rename metric (will be tagged as a "container" metric anyway)
* Log when changing status and set status to 'down' when RPC server is shutdownHarald Musum2017-12-091-4/+4
|
* Remove debug lineHarald Musum2017-12-081-1/+0
|
* Make it possible to configure and change status code in /state/v1/health APIHarald Musum2017-12-083-9/+24
| | | | | Make inital value configurable and make it possible to get and set it in StateMonitor
* 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.
* use timeElapsed methodArne Juul2017-11-131-1/+1
|
* add metrics for handled requestsArne Juul2017-11-131-1/+24
|
* Always try to upgrade to the latest good versionJon Bratseth2017-11-011-1/+0
|
* Add copyright headerJon Bratseth2017-10-272-1/+3
|
* Add load balancer address to identity configMorten Tokle2017-10-261-0/+1
|
* Update copyrightMorten Tokle2017-10-241-3/+1
|
* Expose domain and service from AthenzIDPMorten Tokle2017-10-241-1/+1
|
* Add Athenz identity provider and configurationMorten Tokle2017-10-202-0/+11
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+16
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-16/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-30/+15
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+31
|
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-141-4/+0
|
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-141-0/+4
| | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3013-13/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-3013-0/+13
|
* version in def files are deprecatedHarald Musum2017-08-3013-13/+0
|
* Nonfunctional changes onlyJon Bratseth2017-08-2221-30/+29
|
* Use @Before instead of ctor.gjoranv2017-08-151-5/+7
| | | | | - It's less obscure. Also, if an exception is thrown in the ctor @After is not run.
* Fix bug where trailing security filters disappearBjørn Christian Seime2017-07-251-0/+3
|
* Add missing wrapping of security filtersBjørn Christian Seime2017-07-241-6/+27
|
* Remove Scala from container-coreBjørn Christian Seime2017-07-203-185/+165
|
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-131-17/+17
|
* Remove dead Scala code that triggers a Scala compiler crashBjørn Christian Seime2017-07-114-209/+0
|
* Revert "Bjorncs/scala stuff"Bjørn Christian Seime2017-07-114-0/+209
|
* Remove dead Scala code that triggers a Scala compiler crashBjørn Christian Seime2017-07-114-209/+0
|
* Make mock accessibleJon Bratseth2017-07-041-2/+1
|
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-2/+2
|
* Update copyright headersJon Bratseth2017-06-14149-149/+149
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14149-149/+149
|
* Update copyright headersJon Bratseth2017-06-14149-149/+149
|
* Remove carriage returnJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-13149-152/+152
|
* Copyright headerJon Bratseth2017-06-13149-152/+152
|
* Simplify methodBjørn Christian Seime2017-05-291-14/+8
|
* Remove unused methodBjørn Christian Seime2017-05-291-10/+1
|
* remove old unused ignoresArne Juul2017-05-195-0/+0
|
* Add missing module bindings to necessary config instances.gjoranv2017-05-091-0/+3
|
* disallow some warningsArne H Juul2017-04-251-0/+10
| | | | | | | * note that "rawtypes" and "unchecked" warnings are not enabled, since some design choices (especially the type parametrization of DataList and Renderer) means we would have to suppress those warnings a lot.