summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply aliases to sortspecJon Bratseth2022-09-084-27/+41
|
* Always dealias field referencesJon Bratseth2022-09-081-11/+20
|
* Use Java 17 constructsJon Bratseth2022-09-083-141/+86
|
* Merge pull request #23970 from ↵Valerij Fredriksen2022-09-075-9/+6
|\ | | | | | | | | vespa-engine/revert-23962-arnej/simpler-security-env Revert "switch to script-utils for security-env"
| * Revert "switch to script-utils for security-env"Henning Baldersheim2022-09-075-9/+6
|/
* Merge pull request #23967 from ↵Geir Storli2022-09-0741-1062/+199
|\ | | | | | | | | vespa-engine/geirst/remove-summarymap-from-config-model Remove producing summarymap config from the config model [run-systemtest]
| * Remove producing of summarymap config from the config model.Geir Storli2022-09-0740-847/+95
| | | | | | | | The search backend is no longer using this config.
| * Migrate unit tests that are still relevant after summarymap is removed.Geir Storli2022-09-072-219/+108
| |
* | Merge pull request #23962 from vespa-engine/arnej/simpler-security-envArne H Juul2022-09-075-6/+9
|\ \ | | | | | | switch to script-utils for security-env
| * | switch to script-utils for security-envArne Juul2022-09-075-6/+9
| | |
* | | Merge pull request #23965 from ↵Tor Egge2022-09-0713-48/+94
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/consolidate-juniper-separators Consolidate juniper separators.
| * | | Consolidate juniper separators.Tor Egge2022-09-0713-48/+94
|/ / /
* | | Merge pull request #23964 from ↵Geir Storli2022-09-0746-365/+340
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/revert-23950-balder/unify-access-to-ranking-assets Revert "Unify access to assets needed during rank-setup."
| * | Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-0746-365/+340
|/ /
* | Merge pull request #23941 from ↵Jon Marius Venstad2022-09-072-7/+0
|\ \ | | | | | | | | | | | | vespa-engine/revert-23930-jonmv/purge-target-major Revert "Clear target major"
| * | Revert "Clear target major"Jon Marius Venstad2022-09-062-7/+0
| | |
* | | Merge pull request #23960 from ↵Valerij Fredriksen2022-09-072-0/+8
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/show-compile-version-in-deployment-v1 Show compile version in deployment/v1
| * | | Show compile version in deployment/v1jonmv2022-09-072-0/+8
| | | |
* | | | Merge pull request #23963 from vespa-engine/bratseth/warn-on-old-majorJon Marius Venstad2022-09-072-43/+68
|\ \ \ \ | | | | | | | | | | Bratseth/warn on old major
| * | | | Warn if major is explicitly < 8Jon Bratseth2022-09-071-0/+14
| | | | |
| * | | | No functional changesJon Bratseth2022-09-072-43/+54
| | | | |
* | | | | Merge pull request #23939 from ↵gjoranv2022-09-0714-202/+450
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/cleanup-after-failed-component-graph-take2 Cleanup after failed component graph take2 [run-systemtest]
| * | | | | Add test verifying that bundles are uninstalled for generations..gjoranv2022-09-071-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | that fail in the graph setup phase.
| * | | | | Rename tests, extract common code and rearrange test order.gjoranv2022-09-071-36/+28
| | | | | |
| * | | | | Uninstall bundles from a failed generation also when failing to ...gjoranv2022-09-071-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | set up the graph, before component construction.
| * | | | | Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-077-27/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To be able to uninstall bundles from a config generation that has failed, without affecting the bundles from the last successful generation. (Component reconfig with unchanged bundles was not handled correctly.)
| * | | | | Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-055-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | - Only used for logging for now.
| * | | | | Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-052-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | unchanged bundles does not affect the already installed bundles.
| * | | | | Fix copy/paste error in comment.gjoranv2022-09-011-1/+1
| | | | | |
| * | | | | Reapply "Use a better name for map of active bundles."gjoranv2022-09-011-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 236bbd6745f7aba4ac0fddb6e8dbdd5b78963857.
| * | | | | Reapply "Add TODO for handling >2 generations of bundles."gjoranv2022-09-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 581adfacdb511725ae4867dc83b3d2987e7f7347.
| * | | | | Reapply "Set duplicate bundles to the set of bundles from the failed ↵gjoranv2022-09-012-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generation." This reverts commit c5d3f1d34c8dc637cc3cc38a8d3a246d3f32ce66.
| * | | | | Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-017-120/+183
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cbed8a40c2a72ca09b7b8e97f83c3acde3479ab3.
| * | | | | Reapply "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-09-011-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 60e7b087648bc3c5fa4c4a06ca75f740e176f9d5.
| * | | | | Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-0111-54/+124
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* | | | | | Merge pull request #23950 from ↵Henning Baldersheim2022-09-0746-340/+365
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/unify-access-to-ranking-assets Unify access to assets needed during rank-setup.
| * | | | | | Rename variables to reflect the extendend purpose.Henning Baldersheim2022-09-0712-27/+27
| | | | | | |
| * | | | | | Merge branch 'master' into balder/unify-access-to-ranking-assetsHenning Baldersheim2022-09-0762-973/+310
| |\ \ \ \ \ \
| * | | | | | | Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-0645-319/+344
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #23957 from ↵Martin Polden2022-09-073-13/+38
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/compatibility-platform-adjustments Ensure comp.platform for all changes of change, and do not override p…
| * | | | | | Ensure comp.platform for all changes of change, and do not override present onesjonmv2022-09-073-13/+38
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #23961 from vespa-engine/balder/gc-stringenumHenning Baldersheim2022-09-073-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add const to config using directives.
| * | | | | | Add const to config using directives.Henning Baldersheim2022-09-073-4/+4
| | | | | | |
* | | | | | | Merge pull request #23959 from ↵Henning Baldersheim2022-09-076-13/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/rename-search-docsummary-resconfig-bindname-member-variable-to-name Rename search::docsummary::ResConfigEntry::_bindname member variable …
| * | | | | | | Rename search::docsummary::ResConfigEntry::_bindname member variable to _name.Tor Egge2022-09-076-13/+13
|/ / / / / / /
* | | | | | | Merge pull request #23956 from ↵Håkon Hallingstad2022-09-071-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/extend-expiry-of-keep-storage-node-up Extend expiry of keep-storage-node-up
| * | | | | | | Extend expiry of keep-storage-node-upHåkon Hallingstad2022-09-071-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #23954 from vespa-engine/balder/gc-stringenumGeir Storli2022-09-0725-415/+103
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | GC unused StringEnum, and avoid including config in header files.
| * | | | | | GC unused codeHenning Baldersheim2022-09-075-82/+44
| | | | | | |
| * | | | | | GC unused StringEnum, and avoid including config in header files.Henning Baldersheim2022-09-0720-333/+59
| | |/ / / / | |/| | | |