aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data migrati...Jon Marius Venstad2022-01-1216-151/+595
* Merge pull request #20763 from vespa-engine/arnej/only-one-javadoc-executionArnstein Ressem2022-01-121-7/+0
|\
| * drop redundant javadoc generationArne H Juul2022-01-111-7/+0
* | Merge pull request #20766 from vespa-engine/hakonhall/merge-form-into-templateValerij Fredriksen2022-01-1215-212/+228
|\ \
| * | Test that snapshot preserves list element and variablesHåkon Hallingstad2022-01-121-0/+15
| * | Also snapshot variable valuesHåkon Hallingstad2022-01-121-1/+3
| * | Remove newline after directive by defaultHåkon Hallingstad2022-01-125-19/+20
| * | Merge Form into TemplateHåkon Hallingstad2022-01-1211-189/+178
| * | Override template default for remove-newline in descriptorHåkon Hallingstad2022-01-123-9/+18
* | | Merge pull request #20767 from vespa-engine/balder/avoid-race-on-removeHenning Baldersheim2022-01-121-13/+13
|\ \ \
| * | | - Synchronize when removing nodes not present anymore. This simplifies code a...Henning Baldersheim2022-01-121-13/+13
|/ / /
* | | Merge pull request #20765 from vespa-engine/hmusum/allow-more-characters-in-j...Harald Musum2022-01-122-1/+2
|\ \ \
| * | | Allow more characters in JVM optionsHarald Musum2022-01-122-1/+2
| | |/ | |/|
* | | Merge pull request #20764 from vespa-engine/revert-20758-jonmv/remove-retired...Jon Bratseth2022-01-1216-595/+151
|\ \ \ | |/ / |/| |
| * | Revert "Jonmv/remove retired nodes from zk clusters when data migration compl...Harald Musum2022-01-1216-595/+151
|/ /
* | Merge pull request #20758 from vespa-engine/jonmv/remove-retired-nodes-from-z...Jon Marius Venstad2022-01-1116-151/+595
|\ \
| * | Smaller max portJon Marius Venstad2022-01-112-2/+2
| * | More than 1 port per teest ...Jon Marius Venstad2022-01-112-4/+4
| * | Specicfy test timeout of 2 minutesJon Marius Venstad2022-01-112-5/+2
| * | Use different ports for different ZK versionsJon Marius Venstad2022-01-114-8/+31
| * | Retry reading when ocnnection lossJon Marius Venstad2022-01-112-6/+20
| * | findbugs silliness warnings must be ignoredJon Marius Venstad2022-01-112-2/+0
| * | Unit testJon Marius Venstad2022-01-115-4/+428
| * | Verify reconfiguration complete by issuing a write operationJon Marius Venstad2022-01-112-3/+27
| * | Avoid NPE when using half-constructed zookeeper serverJon Marius Venstad2022-01-113-5/+4
| * | Shut down on container exit (not just let JVM die)Jon Marius Venstad2022-01-111-0/+5
| * | Do not die when reconfiguring to a single serverJon Marius Venstad2022-01-111-4/+0
| * | Always reconfigure (idempotent), and to only non-retired serversJon Marius Venstad2022-01-112-25/+21
| * | Use bulk reconfig modeJon Marius Venstad2022-01-115-54/+40
| * | Simplify, no functional changesJon Marius Venstad2022-01-116-57/+30
| * | Propagate whether node is retired in zk servers configJon Marius Venstad2022-01-114-7/+16
* | | Merge pull request #20761 from vespa-engine/bjorncs/cleanupgjoranv2022-01-115-18/+55
|\ \ \
| * | | Don't expose types that are not available from other bundlesBjørn Christian Seime2022-01-115-18/+55
* | | | Merge pull request #20762 from vespa-engine/bratseth/propagate-originalJon Bratseth2022-01-114-19/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | Propagate the original term in the evaluationJon Bratseth2022-01-114-19/+45
* | | | Merge pull request #20720 from vespa-engine/hakonhall/file-templatesHåkon Hallingstad2022-01-1128-0/+1265
|\ \ \ \
| * | | | Fix javadoc for Cursor::skipHåkon Hallingstad2022-01-111-5/+4
| * | | | Move some tests to TemplateTestHåkon Hallingstad2022-01-112-68/+79
| * | | | Improve documentationHåkon Hallingstad2022-01-111-4/+4
| * | | | Rename to Template::newFormHåkon Hallingstad2022-01-114-21/+14
| * | | | Implement the "else" of the if sectionHåkon Hallingstad2022-01-114-7/+41
| * | | | Name section that can be added any number of times "list"Håkon Hallingstad2022-01-1110-46/+46
| * | | | Use - to ignore newline after directiveHåkon Hallingstad2022-01-116-22/+22
| * | | | Add if sectionHåkon Hallingstad2022-01-1115-153/+273
| * | | | Parse SectionList and return sentinelHåkon Hallingstad2022-01-101-25/+24
| * | | | Moves adding sections to a SectionListHåkon Hallingstad2022-01-103-33/+69
| * | | | Move parse constants to TokenHåkon Hallingstad2022-01-103-7/+6
| * | | | Fail if variable name is used for subform name and vice versaHåkon Hallingstad2022-01-102-14/+25
| * | | | TemplateBuilderHåkon Hallingstad2022-01-103-54/+79
| * | | | Rename list to subformHåkon Hallingstad2022-01-109-53/+40