aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | some more cleanupArne Juul2018-06-2032-67/+47
| | | | |
| * | | | move LOG_SETUP after other includesArne Juul2018-06-2094-228/+253
| | | | |
| * | | | add and use HDR_ABORT insteadArne Juul2018-06-2020-35/+87
| | | | |
| * | | | Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-20428-4821/+8601
| |\ \ \ \
| * | | | | use LOG_ABORT not just abort()Arne Juul2018-06-12176-248/+488
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* | | | | | Merge pull request #6245 from vespa-engine/bjorncs/athenz-filterMorten Tokle2018-06-2121-36/+679
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Bjorncs/athenz filter
| * | | | | Fix typoBjørn Christian Seime2018-06-211-1/+1
| | | | | |
| * | | | | Rename 'AccessCheckResult' -> 'AuthorizationResult'Bjørn Christian Seime2018-06-215-24/+24
| | | | | |
| * | | | | Disable client caching of error responsesBjørn Christian Seime2018-06-201-0/+1
| | | | | |
| * | | | | Correct unintentional method nameBjørn Christian Seime2018-06-203-3/+3
| | | | | |
| * | | | | Add new Athenz security filter based on ZPEBjørn Christian Seime2018-06-209-0/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow flexible configuration of filter using a resource mapper - Add helper class to extract role and identity from role certificates
| * | | | | Add roles to AthenzPrincipalBjørn Christian Seime2018-06-201-3/+19
| | | | | |
| * | | | | Remove unused classBjørn Christian Seime2018-06-201-27/+0
| | | | | |
| * | | | | Add wrapper for ZPEBjørn Christian Seime2018-06-206-0/+133
| | | | | |
| * | | | | Add data type for resource nameBjørn Christian Seime2018-06-202-0/+95
| | | | | |
| * | | | | Parse role token and add getter for identityBjørn Christian Seime2018-06-201-6/+24
| | | | | |
* | | | | | Merge pull request #6254 from vespa-engine/bjorncs/keystoreBjørn Christian Seime2018-06-211-38/+13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Remove CA certificate from keystore
| * | | | | Remove CA certificate from keystoreBjørn Christian Seime2018-06-211-38/+13
|/ / / / /
* | | | | Merge pull request #6249 from ↵Geir Storli2018-06-201-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/correct-name-of-docs-matched-metrics Correct the name used for *.docs_matched metrics (which are of type L…
| * | | | | Correct the name used for *.docs_matched metrics (which are of type ↵Geir Storli2018-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | LongCountMetric).
* | | | | | Merge pull request #6248 from ↵Geir Storli2018-06-201-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/export-aggregated-visit-and-deletebuckets-metrics Export aggregated visit and deletebuckets metrics
| * | | | | Export aggregated visit and deletebuckets metricsTor Brede Vekterli2018-06-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings exported cross-thread aggregate metrics for persistence threads in line with SPI metrics. Note that "visit" here really means invocation of iterate() on the SPI, but the name remains due to historical reasons.
* | | | | | Merge pull request #6247 from ↵Tor Brede Vekterli2018-06-205-13/+37
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/also-log-config-changes-for-bouncer-component Log config changes from Bouncer component
| * | | | | Log config changes from Bouncer componentTor Brede Vekterli2018-06-205-13/+37
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Also change debug output to be Slime structure, since the encoded string does not seem to have had the intended semantics.
* | | | | Merge pull request #6243 from vespa-engine/bratseth/nonfunctional-changes-2gjoranv2018-06-2031-62/+85
|\ \ \ \ \ | |_|_|_|/ |/| | | | Nonfunctional changes
| * | | | Nonfunctional changesJon Bratseth2018-06-2031-62/+85
| | | | |
* | | | | Merge pull request #6246 from ↵Jon Bratseth2018-06-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/build-only-required-model-versions-in-ap-southeast-1 Build only the minimal set of models needed in prod.ap-southeast-1
| * | | | | Build only the minimal set of models needed in prod.ap-southeast-1Harald Musum2018-06-201-1/+1
|/ / / / /
* | | | | Merge pull request #6237 from ↵Håkon Hallingstad2018-06-2020-101/+272
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/add-timeout-to-set-node-state-calls-from-orchestrator Add timeout to set-node-state calls from Orchestrator
| * | | | | Add timeout to set-node-state calls from OrchestratorHåkon Hallingstad2018-06-1920-101/+272
| | | | | |
* | | | | | Merge pull request #6244 from ↵Jon Bratseth2018-06-202-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/double-account-internal-redeploy-correctly Propagate internalRedeploy to the RawConfig instance
| * | | | | | Propagate internalRedeploy to the RawConfig instanceJon Bratseth2018-06-202-0/+13
|/ / / / / /
* | | | | | Merge pull request #6242 from ↵Jon Bratseth2018-06-201-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/jvenstad/keep-revision-when-forcing-version-change Keep revision target when forcing version target
| * | | | | Keep revision target when forcing version targetJon Marius Venstad2018-06-201-1/+2
|/ / / / /
* | | | | Merge pull request #6241 from vespa-engine/jvenstad/deployment-pipelineJon Marius Venstad2018-06-2059-259/+644
|\ \ \ \ \ | | | | | | | | | | | | Jvenstad/deployment pipeline
| * | | | | Move files to correct moduleJon Marius Venstad2018-06-202-4/+5
| | | | | |
| * | | | | Revert "Revert "Jvenstad/hosted vespa deployment pipeline""Jon Marius Venstad2018-06-2059-259/+643
|/ / / / / | | | | | | | | | | | | | | | This reverts commit c6a24ec54ad6a59b5b5c602d9358372c41c314f7.
* | | | | Merge pull request #6240 from ↵Henning Baldersheim2018-06-1959-643/+259
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-6234-jvenstad/hosted-vespa-deployment-pipeline Revert "Jvenstad/hosted vespa deployment pipeline"
| * | | | | Revert "Jvenstad/hosted vespa deployment pipeline"Harald Musum2018-06-1959-643/+259
| | | | | |
* | | | | | Merge pull request #6239 from ↵Henning Baldersheim2018-06-191-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/geirst/reduce-feeding-concurrency-setting-in-proton Reduce default feeding.concurrency from 0.5 to 0.2.
| * | | | | Reduce default feeding.concurrency from 0.5 to 0.2.Geir Storli2018-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This should reduce problems with query latency spikes during re-distribution of data.
* | | | | | Merge pull request #6233 from ↵Geir Storli2018-06-191-26/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/debug-log-when-config-is-received-on-content-node Debug log when new config is received on content node
| * | | | | Debug log when new config is received on content nodeTor Brede Vekterli2018-06-191-26/+29
| | | | | |
* | | | | | Merge pull request #6238 from vespa-engine/arnej/handle-twitter-loggingJon Bratseth2018-06-191-5/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | translate any unknown log levels numerically (some customers chose to…
| * | | | | | translate any unknown log levels numerically (some customers chose to useArne Juul2018-06-191-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | com.twitter.logging.Logger which has ERROR but with a different number).
* | | | | | | Merge pull request #6236 from vespa-engine/bjorncs/pom-fixgjoranv2018-06-191-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix warning
| * | | | | | Fix warningBjørn Christian Seime2018-06-191-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6234 from ↵Jon Marius Venstad2018-06-1959-259/+643
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/hosted-vespa-deployment-pipeline Jvenstad/hosted vespa deployment pipeline
| * | | | | | Changed some types, added some docJon Marius Venstad2018-06-197-18/+65
| | | | | | |
| * | | | | | Forget-me-notJon Marius Venstad2018-06-191-0/+17
| | | | | | |