aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Removed redundant throwsfreva2017-01-0512-30/+22
|/
* Remove unused importsfreva2017-01-041-2/+0
|
* Add VESPA_TOTAL_MEMORY_MB enviroment variablefreva2017-01-041-0/+5
|
* Check that java coredump path exist before trying to delete its contentsfreva2017-01-041-0/+3
|
* Disable docker image GC locallyfreva2016-12-221-0/+1
|
* Fix docker core dump reportingfreva2016-12-225-24/+36
|
* Move basic-search-for-docker to node-admin root to fix testsfreva2016-12-2118-599/+3
|
* Moved basic-search-for-docker to node-admin test/resourcesfreva2016-12-2117-0/+597
|
* Updated RunVespaLocal to use sample-apps/basic-search-for-dockerfreva2016-12-213-9/+40
|
* Set kernel.core_pattern manually in node-adminfreva2016-12-201-5/+5
|
* Set kernel.core_pattern in node-adminfreva2016-12-191-1/+9
|
* Fix typoHarald Musum2016-12-191-1/+1
|
* Always initialize vespaVersion for docker metricsfreva2016-12-192-2/+7
|
* Set isRunningLocally to true in services xml for vespa-localfreva2016-12-142-2/+5
|
* Moved path resolving to Enviroment through PathResolverfreva2016-12-1416-212/+245
|
* Added node-admin configfreva2016-12-1413-63/+73
|
* Remove redundant log text in testsfreva2016-12-1310-59/+58
|
* Simplified some Optional operationsfreva2016-12-135-56/+39
|
* No point in starting secret agent if the schedule was not writtenfreva2016-12-131-1/+1
|
* Merged with masterfreva2016-12-122-3/+0
|
* Merge branch 'master' into freva/docker-coredump-handlerfreva2016-12-1219-380/+442
|\ | | | | | | | | | | # Conflicts: # node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/maintenance/StorageMaintainer.java # node-admin/src/main/java/com/yahoo/vespa/hosted/node/maintenance/Maintainer.java
| * Merge pull request #1278 from yahoo/freva/update-node-admin-readmeHarald Musum2016-12-092-100/+191
| |\ | | | | | | Freva/update node admin readme
| | * Renamed undeployApplication to deleteApplicationfreva2016-12-091-1/+1
| | |
| | * Split up RunVespaLocal is multiple smaller methods, update READMEsfreva2016-12-081-78/+71
| | |
| | * Added method to start node-admin as container, method to provision host, and ↵freva2016-12-081-22/+120
| | | | | | | | | | | | generate Maintainer
| * | Do not set current restart generation unless in specHarald Musum2016-12-082-3/+3
| |/ | | | | | | | | | | * Node repo only allows updateing current restart generation for allocated nodes, set to null (so that it will not be a part of request) unless wanted restart generation exists
| * Remove the call to getVespaVersion itselffreva2016-12-081-1/+0
| |
| * Do not run vespa-version inside container when it's not upfreva2016-12-082-8/+14
| |
| * Fixed tests that failed because of changes to updateNodeRepoAndMarkNodeAsReady()freva2016-12-071-1/+5
| |
| * Set restart generation in updateNodeRepoAndMarkNodeAsReady()freva2016-12-071-1/+2
| |
| * Removed Optional arguments from ContainerNodeSpec.Builder methodsfreva2016-12-0713-200/+148
| |
| * Fixed testsfreva2016-12-074-11/+40
| |
| * Update node repo with current attributes for all node statesfreva2016-12-071-10/+8
| |
| * Remove clean-home from Maintainerfreva2016-12-022-27/+1
| |
| * Merge pull request #1229 from yahoo/freva/run-systemtests-improvementsHarald Musum2016-12-022-27/+32
| |\ | | | | | | RunSystemTests improvements
| | * Added example usage codefreva2016-12-021-0/+7
| | |
| | * RunVespaLocal and RunSystemTests no longer regular testsfreva2016-12-012-27/+25
| | |
| * | Fix failing node-admin testfreva2016-12-012-4/+2
| |/
| * Fix docker metrics unset race condition after vespa upgradefreva2016-12-011-1/+5
| |
| * Docker metrics fixfreva2016-11-301-11/+4
| |
| * Handle non-existing node betterHarald Musum2016-11-302-8/+21
| |
| * Use simplest form of API call for getting info about one nodeHarald Musum2016-11-291-10/+5
| |
| * Added function to start systemtests containerfreva2016-11-283-5/+5
| |
* | Cleaned up CoredumpHandlerTestfreva2016-12-123-105/+107
| |
* | Fixed testsfreva2016-12-052-7/+16
| |
* | Move processed core dumps outside of container storagefreva2016-12-054-52/+47
| |
* | Created CoreCollector tests, added few more tests to CoredumpHandlerfreva2016-11-235-29/+329
| |
* | Do not abord collection process on failurefreva2016-11-221-8/+15
| |
* | Added CoredumpHandlerTest, fixed broken testsfreva2016-11-225-4/+153
| |
* | Created coredump handler for docker containersfreva2016-11-223-12/+361
|/