summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Revert "Add and use cross cluster bucket space config"Tor Brede Vekterli2018-12-0610-126/+19
|/ / / / / /
* | | | | | Merge pull request #7879 from vespa-engine/bratseth/sync-http-feed-wrapperJon Bratseth2018-12-069-37/+300
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add simple sync wrapper client
| * | | | | | Specify typeJon Bratseth2018-12-061-2/+1
| | | | | | |
| * | | | | | Add simple sync wrapper clientJon Bratseth2018-12-059-37/+301
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #7893 from ↵Tor Brede Vekterli2018-12-0610-19/+126
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/add-and-use-cross-cluster-bucket-space-config Add and use cross cluster bucket space config
| * | | | | | Also generate config for C++Tor Brede Vekterli2018-12-061-0/+2
| | | | | | |
| * | | | | | Add and use cross-cluster bucket space configTor Brede Vekterli2018-12-059-19/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new config `AllClustersBucketSpacesConfig` which includes all document type to bucket space mappings across all configured content clusters. Inject this config into `RestApi` to ensure all changes to the mapping is observed. This also removes the remaining per-request config fetching during Document V1 visit ops.
* | | | | | | Merge pull request #7894 from ↵Jon Marius Venstad2018-12-062-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/allow-emergency-deployments-through-controller Follow zone change further up in test
| * | | | | | | Follow zone change further up in testJon Marius Venstad2018-12-062-3/+3
| | | | | | | |
* | | | | | | | Merge pull request #7892 from ↵Jon Marius Venstad2018-12-063-17/+82
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/allow-emergency-deployments-through-controller Allow operator deployments to prod of known packages
| * | | | | | | Optimize importsJon Marius Venstad2018-12-062-9/+4
| | | | | | | |
| * | | | | | | Allow operator deployments to prod of known packagesJon Marius Venstad2018-12-063-16/+86
| | | | | | | |
* | | | | | | | Merge pull request #7890 from vespa-engine/gjoranv/update-javacc-plugingjoranv2018-12-0613-113/+76
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Gjoranv/update javacc plugin
| * | | | | | | Remove javadoc excludes - javacc now generates legal javadoc.gjoranv2018-12-061-8/+0
| | | | | | | |
| * | | | | | | Update to latest ph-javacc-maven-plugin.gjoranv2018-12-068-56/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
| * | | | | | | Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-066-50/+13
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | + Remove unused management for old javacc plugin.
* | | | | | | Merge pull request #7888 from vespa-engine/mpolden/remove-corp-from-testsMartin Polden2018-12-0614-94/+98
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove corp zone from controller tests
| * | | | | | Remove corp zone from testsMartin Polden2018-12-0614-94/+98
|/ / / / / /
* | | | | | Merge pull request #7884 from ↵Håkon Hallingstad2018-12-063-29/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/make-bootstrap-in-separate-thread-configurable Make it configurable if bootstrap is done in separate thread
| * | | | | | Make it configurable if bootstrap is done in separate threadHarald Musum2018-12-063-29/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Default value for config is true (unchanged from how we do it today)
* | | | | | | Merge pull request #7886 from ↵Martin Polden2018-12-065-31/+50
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/mpolden/throttled-node-failures-metric Emit metric for throttled node failures
| * | | | | | | Include throttled active nodesMartin Polden2018-12-062-8/+17
| | | | | | | |
| * | | | | | | Emit metric for throttled node failuresMartin Polden2018-12-062-11/+32
| | | | | | | |
| * | | | | | | CleanupMartin Polden2018-12-063-16/+5
| |/ / / / / /
* | | | | | | Merge pull request #7875 from vespa-engine/bjorncs/tls-certificate-validationBjørn Christian Seime2018-12-0611-122/+271
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Bjorncs/tls certificate validation
| * | | | | | Fix spelling error ('suits' -> 'suites')Bjørn Christian Seime2018-12-052-8/+8
| | | | | | |
| * | | | | | Remove whitelisting of AES-CBC ciphersBjørn Christian Seime2018-12-051-5/+1
| | | | | | |
| * | | | | | Use AuthorizationMode to configure behaviour of PeerAuthorizerTrustManagerBjørn Christian Seime2018-12-058-32/+35
| | | | | | |
| * | | | | | Add AutorizationModeBjørn Christian Seime2018-12-051-0/+30
| | | | | | |
| * | | | | | Move MixedMode to separate classBjørn Christian Seime2018-12-053-24/+30
| | | | | | |
| * | | | | | Use DefaultTlsContext in jrt unit testsBjørn Christian Seime2018-12-051-53/+17
| | | | | | |
| * | | | | | Split ConfigFileManagedTlsContext into ReloadingTlsContext and DefaultTlsContextBjørn Christian Seime2018-12-054-51/+171
| | | | | | |
| * | | | | | Specify keystore with certificate chainBjørn Christian Seime2018-12-051-1/+5
| | | | | | |
| * | | | | | Only allowed whitelisted cipher suitsBjørn Christian Seime2018-12-051-1/+27
| | | | | | |
| * | | | | | Update TODO commentBjørn Christian Seime2018-12-051-1/+1
| | | | | | |
* | | | | | | Merge pull request #7881 from ↵Morten Tokle2018-12-062-15/+55
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/mortent/improve-error-message-personal-tenants-with-athenz Improve error message for personal tenants
| * | | | | | Improve error message for personal tenantsMorten Tokle2018-12-062-15/+55
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #7882 from vespa-engine/mpolden/disable-caching-in-cdHarald Musum2018-12-061-1/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Temporarily disable node repository caching in CD
| * | | | | | Temporarily node repository disable caching in CDMartin Polden2018-12-061-1/+9
|/ / / / / /
* | | | | | Merge pull request #7880 from ↵Geir Storli2018-12-0612-562/+42
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/revert-7876-toregge/process-positon-summary-entries Revert "Process position summary entries."
| * | | | | Revert "Process position summary entries."Henning Baldersheim2018-12-0612-562/+42
|/ / / / /
* | | | | Merge pull request #7877 from ↵Henning Baldersheim2018-12-051-6/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-7874-balder/add-disaster-assert Revert "Add assert to check sanity of input."
| * | | | | Revert "Add assert to check sanity of input."Henning Baldersheim2018-12-051-6/+1
|/ / / / /
* | | | | Merge pull request #7876 from ↵Geir Storli2018-12-0512-42/+562
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/process-positon-summary-entries Process position summary entries.
| * | | | | Process position summary entries.Tor Egge2018-12-0512-42/+562
| | |/ / / | |/| | |
* | | | | Merge pull request #7874 from vespa-engine/balder/add-disaster-assertHenning Baldersheim2018-12-051-1/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Add assert to check sanity of input.
| * | | | Add assert to check sanity of input.Henning Baldersheim2018-12-051-1/+6
|/ / / /
* | | | Merge pull request #7873 from ↵Valerij Fredriksen2018-12-052-3/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/jvenstad/disallow-reports-from-component-job-only Allow fake reports for new pipeline as well
| * | | Allow fake reports for new pipeline as wellJon Marius Venstad2018-12-052-3/+4
| | | |
* | | | Merge pull request #7872 from ↵Tor Brede Vekterli2018-12-052-4/+17
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/vekterli/inject-restapi-cluster-list-config Inject RestApi ClusterListConfig instead of fetching it every time