summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.297.80-1].vespa-6.297.80-1by-screwdriver2018-10-084-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.297.80 --no-auto-changelog
* Merge pull request #7226 from ↵Henning Baldersheim2018-10-076-53/+35
|\ | | | | | | | | vespa-engine/revert-7225-balder/limit-selection-by-documenttype Revert "Limit document selection per cluster by the document type of the clus…"
| * Revert "Limit document selection per cluster by the document type of the ↵Henning Baldersheim2018-10-076-53/+35
|/ | | | clus…"
* Merge pull request #7225 from ↵Henning Baldersheim2018-10-076-35/+53
|\ | | | | | | | | vespa-engine/balder/limit-selection-by-documenttype Limit document selection per cluster by the document type of the clus…
| * Limit document selection per cluster by the document type of the cluster.Henning Baldersheim2018-10-056-35/+53
| |
* | Merge pull request #7215 from vespa-engine/jvenstad/prune-job-run-historyJon Marius Venstad2018-10-068-32/+80
|\ \ | | | | | | Jvenstad/prune job run history
| * | Add unit testJon Marius Venstad2018-10-052-3/+29
| | |
| * | Keep one less job, i.e., historyLength finished onesJon Marius Venstad2018-10-051-1/+1
| | |
| * | Relax reaction to trying to modify inactive run, and simplifyJon Marius Venstad2018-10-051-15/+10
| | |
| * | Limit run data and logs to a history of the 256 last onesJon Marius Venstad2018-10-055-5/+30
| | |
| * | Use a SortedMap to communicate order of map entriesJon Marius Venstad2018-10-053-9/+11
| | |
* | | Merge pull request #7193 from vespa-engine/arnej/drop-dimension-keyArne H Juul2018-10-0610-49/+20
|\ \ \ | | | | | | | | Arnej/drop dimension key
| * | | totally remove dimension key conceptArne Juul2018-10-034-41/+6
| | | |
| * | | avoid using old "dimensionkey" conceptArne Juul2018-10-034-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding a "dimensionkey" would add an extra dimension to json reporting, but used the Metric name as the value in that dimension. This means there was no added information at all. Also, the "operationtype" dimension wasn't populated with operation types, even if it looked that way, because it wasn't used directly but was cloned and the actual name would be the loadtype instead, making it very confusing.
| * | | re-compute mangled nameArne Juul2018-10-032-1/+7
| | | | | | | | | | | | | | | | | | | | * must re-compute mangled name whenever name or tags change, including when tags are set to empty set.
* | | | Merge pull request #7220 from ↵Håkon Hallingstad2018-10-061-1/+3
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/hakonhall/trust-ports-443-and-4080-on-proxies Trust ports 443 and 4080 on proxies
| * | | Trust ports 443 and 4080 on proxiesHåkon Hallingstad2018-10-051-1/+3
| | | |
* | | | Merge pull request #7223 from ↵Henning Baldersheim2018-10-052-2/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/let-createiterator-inherit-parent-visitor-priority Let CreateIterator inherit priority of parent visitor
| * | | | Let CreateIterator inherit priority of parent visitorTor Brede Vekterli2018-10-052-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Since CreateIterator now does more than just in-memory metadata work (i.e. it may hit the disk), it should not be given a fixed, very high priority.
* | | | | Merge pull request #7216 from vespa-engine/mortent/new-copper-argos-reqsBjørn Christian Seime2018-10-0510-96/+134
|\ \ \ \ \ | | | | | | | | | | | | Implement new copper argos reqs
| * | | | | Rename InstanceCsrGenerator -> CsrGeneratorMorten Tokle2018-10-055-20/+20
| | | | | |
| * | | | | Implement role CSR requirementsMorten Tokle2018-10-055-36/+34
| | | | | |
| * | | | | Add OU field to csrMorten Tokle2018-10-045-8/+48
| | |/ / / | |/| | |
* | | | | Merge pull request #7221 from vespa-engine/balder/use-exiting-constructorJon Bratseth2018-10-052-15/+14
|\ \ \ \ \ | |_|/ / / |/| | | | Reduce code duplication
| * | | | Reduce code duplicationHenning Baldersheim2018-10-052-15/+14
|/ / / /
* | | | Merge pull request #7188 from vespa-engine/arnej/add-static-metric-name-repoHåvard Pettersen2018-10-058-39/+171
|\ \ \ \ | | | | | | | | | | Arnej/add static metric name repo
| * | | | allow re-assignment of handlesArne Juul2018-10-051-1/+1
| | | | |
| * | | | make constructor/destructor privateArne Juul2018-10-041-1/+1
| | | | |
| * | | | use NameRepo instanceArne Juul2018-10-032-37/+39
| | | | |
| * | | | ensure empty string is always id 0Arne Juul2018-10-032-1/+11
| | | | |
| * | | | add NameRepo classArne Juul2018-10-033-0/+120
| | | | |
* | | | | Merge pull request #7214 from vespa-engine/bratseth/nonfunctional-changesgjoranv2018-10-054-22/+38
|\ \ \ \ \ | | | | | | | | | | | | Nonfunctional changes only
| * | | | | Nonfunctional changes onlyJon Bratseth2018-10-054-22/+38
| | | | | |
* | | | | | Merge pull request #7213 from vespa-engine/bjorncs/athenz-passthrough-modeMorten Tokle2018-10-053-17/+66
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add passthrough mode to AthenzPrincipalFilter
| * | | | | | Add passthrough mode to AthenzPrincipalFilterBjørn Christian Seime2018-10-043-17/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No http response when passthrough mode is enable - Introduce attributes for error code and message - Introduce attribute for AthenzPrincipal instance
* | | | | | | Merge pull request #7212 from vespa-engine/jvenstad/job-controller-api-cleanupLeandro Alves2018-10-056-22/+181
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Jvenstad/job controller api cleanup
| * | | | | | | Include detailed step information with all run responsesJon Marius Venstad2018-10-053-7/+162
| | | | | | | |
| * | | | | | | Remove pointless Optional and clean up API responseJon Marius Venstad2018-10-054-15/+19
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #7211 from ↵Jon Bratseth2018-10-059-8/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/reduce-probability-of-accidentially-enabling-optimiaze Do not create huge optimaize structures when not necessary.
| * | | | | | | Do not create huge optimaize structures when not necessary.Henning Baldersheim2018-10-059-8/+16
| |/ / / / / /
* | | | | | | Merge pull request #7201 from vespa-engine/freva/remove-node-admin-stuffValerij Fredriksen2018-10-0518-655/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | NodeAdmin: Simplify docker networking
| * | | | | | Add package-info backValerij Fredriksen2018-10-041-0/+5
| | | | | | |
| * | | | | | Do not delete unused images from NodeAdminValerij Fredriksen2018-10-043-10/+0
| | | | | | |
| * | | | | | Remove macvlan from docker-apiValerij Fredriksen2018-10-044-132/+2
| | | | | | |
| * | | | | | Remove macvlan from DockerNetworkingValerij Fredriksen2018-10-045-81/+8
| | | | | | |
| * | | | | | Simplify EnvironmentValerij Fredriksen2018-10-041-47/+1
| | | | | | |
| * | | | | | Remove NodeAdminProvider and DockerAdminComponentValerij Fredriksen2018-10-043-226/+0
| | | | | | |
| * | | | | | Remove node-admin REST APIValerij Fredriksen2018-10-042-153/+0
| | | | | | |
| * | | | | | Remove unused config optionsValerij Fredriksen2018-10-042-11/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #7210 from vespa-engine/balder/ensure-it-is-doneHenning Baldersheim2018-10-051-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ensure the thread has passed the _pseudo_thread