aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Observe finicky setup orderJon Bratseth2016-09-301-0/+1
|
* Run Application with VespaModel instead of MockRootJon Bratseth2016-09-281-8/+0
|
* Whitespace changes onlyJon Bratseth2016-09-201-3/+2
|
* Refactoring onlyJon Bratseth2016-09-208-373/+371
|
* Refactoring to separate some business logic into ApplicationRepositoryHarald Musum2016-09-157-37/+55
| | | | * Start refactoring, no functional changes, more to be done
* Merge pull request #602 from yahoo/bratseth/dont-feed-files-to-zkHarald Musum2016-09-093-14/+5
|\ | | | | Bratseth/dont feed files to zk
| * Don't put files below files/ in ZooKeeperJon Bratseth2016-09-092-9/+0
| | | | | | | | | | This is undocumented and can only do harm as large files do not belong in ZooKeeper and are handled fine regardless of where they are put.
| * Whitespace changes onlyJon Bratseth2016-09-092-5/+5
| |
* | Merge pull request #584 from ↵Harald Musum2016-09-0713-124/+312
|\ \ | |/ |/| | | | | yahoo/bratseth/dont-validate-when-deploying-from-local Bratseth/dont validate when deploying from local
| * Don't fail on validation when deploying from an already active applicationJon Bratseth2016-09-078-15/+30
| |
| * Add test of local redepoyment after validation override expiryJon Bratseth2016-09-075-76/+99
| |
| * More testingJon Bratseth2016-09-042-2/+48
| |
| * Allow tests to inject a list of model factoriesJon Bratseth2016-09-021-7/+10
| |
| * Completely avoid test implementation superclass in new testsJon Bratseth2016-09-023-10/+14
| |
| * Refactor away from test implementation in superclass antipatternJon Bratseth2016-09-026-22/+77
| |
| * User shared deployment test setupJon Bratseth2016-09-023-28/+12
| |
| * Factor out deployment test setupJon Bratseth2016-09-026-58/+116
| |
* | Merge pull request #569 from yahoo/bratseth/dont-include-spource-filesHarald Musum2016-09-071-2/+2
|\ \ | | | | | | Don't include source files when creating with 'deploy data'
| * | Don't include source files when creating with 'deploy data'Jon Bratseth2016-09-061-2/+2
| | |
* | | Cleanup, no functional changesHarald Musum2016-09-0723-84/+22
|/ /
* | Blind fix to get factory goingHenning Baldersheim2016-09-061-2/+2
| |
* | Only read from source dirs when building from ApplicationJon Bratseth2016-09-061-2/+1
| |
* | Use Optional not null in ConfigDefinitionStoreJon Bratseth2016-09-051-0/+1
| |
* | Use a concurrent mapJon Bratseth2016-09-021-1/+2
| |
* | Persist node requet timesJon Bratseth2016-09-022-6/+0
| |
* | Track config requests and fail ready hosts which don't make themJon Bratseth2016-09-017-32/+101
|/
* Replace last usage of LinuxInetAddress by HostNameJon Bratseth2016-08-301-10/+2
|
* More activation-loggingJon Bratseth2016-08-222-2/+3
|
* Add provisioner info to activation loggingJon Bratseth2016-08-221-3/+5
|
* Merge pull request #342 from yahoo/bratseth/transactional-application-removeJon Bratseth2016-07-08138-604/+1160
|\ | | | | Bratseth/transactional application remove
| * Add some todo'sJon Bratseth2016-07-082-3/+6
| |
| * Truly test application deleteJon Bratseth2016-07-085-37/+85
| |
| * Support recursivetransactional delete in zkJon Bratseth2016-07-082-3/+9
| |
| * Add a test which tests application creation and deletion without mocking ↵Jon Bratseth2016-07-0718-122/+211
| | | | | | | | internal components
| * Give up using a type parameter for transaction operations, againJon Bratseth2016-07-077-31/+34
| |
| * RefactorJon Bratseth2016-07-067-16/+5
| |
| * RefactorJon Bratseth2016-07-0627-23/+33
| |
| * RefactorJon Bratseth2016-07-065-3/+8
| |
| * RefactorJon Bratseth2016-07-065-7/+5
| |
| * RefactorJon Bratseth2016-07-0631-26/+44
| |
| * RefactorJon Bratseth2016-07-0639-35/+87
| |
| * RefactorJon Bratseth2016-07-0670-75/+161
| |
| * RefactorJon Bratseth2016-07-0610-40/+38
| |
| * RefactorJon Bratseth2016-07-0633-119/+115
| |
| * Make application remove transactionalJon Bratseth2016-07-063-5/+6
| |
| * CleanupJon Bratseth2016-07-061-32/+25
| |
| * Dont support delete if exist in transactionJon Bratseth2016-07-063-4/+4
| |
| * Avoid delete if exist in transactionJon Bratseth2016-07-062-8/+1
| |
| * Avoid delete if exist in transactionJon Bratseth2016-07-061-3/+5
| |
| * Towards transactional application deleteJon Bratseth2016-07-0614-54/+131
| |