summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-checkIlpo Ruotsalainen2019-01-0468-4/+36616
|\ | | | | Enable ABI checking on modules with public APIs
| * Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-2134-396/+16
| | | | | | | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
| * Update ABI spec.Ilpo Ruotsalainen2018-12-181-2/+40
| |
| * Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-1866-0/+36945
| |
| * Ensure packages and classes are traversed in order.Ilpo Ruotsalainen2018-12-181-2/+11
| | | | | | | | | | This ensures the generated JSON is stable over regeneration to minimize diffs.
| * Improve check for project artifact type.Ilpo Ruotsalainen2018-12-181-1/+1
| | | | | | | | | | There are artifact types that are not "jar" in maven that still produce a JAR file, allow those to be used.
| * Disable HTML escaping in generated JSON.Ilpo Ruotsalainen2018-12-181-1/+1
| |
* | Merge pull request #8011 from ↵Valerij Fredriksen2019-01-042-13/+45
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/remove-unnecessary-dependencies-from-flags-module Remove unnecessary dependencies from flags module
| * | Add guice and annotationsHåkon Hallingstad2019-01-042-11/+27
| | |
| * | Remove unnecessary dependencies from flags moduleHåkon Hallingstad2019-01-041-2/+18
| | |
* | | Merge pull request #8002 from ↵Håvard Pettersen2019-01-045-263/+116
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/havardpe/use-portal-in-storage-framework-webserver use portal in storage webserver
| * | | log status server exceptionsHåvard Pettersen2019-01-041-0/+1
| | | |
| * | | move-construct function memberHåvard Pettersen2019-01-041-1/+1
| | | |
| * | | do not inherit from RunnableHåvard Pettersen2019-01-041-3/+1
| | | |
| * | | use portal in storage webserverHåvard Pettersen2019-01-025-261/+115
| | | |
* | | | Merge pull request #8010 from vespa-engine/jvenstad/mail-fixupJon Marius Venstad2019-01-044-49/+77
|\ \ \ \ | | | | | | | | | | Better API?
| * | | | Deep check for emptinessJon Marius Venstad2019-01-043-5/+3
| | | | |
| * | | | Better API?Jon Marius Venstad2019-01-044-48/+78
| | | | |
* | | | | Re-enable IPv6 check (#8012)olaaun2019-01-041-1/+1
| | | | |
* | | | | Merge pull request #8013 from vespa-engine/ollivir/unit-test-tweaksJon Bratseth2019-01-045-15/+25
|\ \ \ \ \ | | | | | | | | | | | | Make unit tests work when java dispatching is used by default
| * | | | | Make unit tests work when java dispatching is used by defaultOlli Virtanen2019-01-045-15/+25
| | | | | |
* | | | | | Merge pull request #8001 from vespa-engine/havardpe/tls-state-serverHåvard Pettersen2019-01-044-94/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | minimalistic portal integration into state server
| * | | | | minimalistic portal integration into state serverHåvard Pettersen2019-01-024-94/+18
| | |_|/ / | |/| | |
* | | | | Merge pull request #8004 from ↵Håkon Hallingstad2019-01-0426-198/+513
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/hakonhall/reintroduce-typed-flag-classes Typed flag classes
| * | | | Typed flag classesHåkon Hallingstad2019-01-0326-198/+513
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reintroduces the non-generic flag classes: - a value() returns the primitive type for flags wrapping a primitive type - easier to use in testing - Serializer is moved to internals of typed class Defines the flag backed by boolean BooleanFlag instead of FeatureFlag since not all boolean flags are necessarily guarding a feature.
* | | | | Merge pull request #8009 from vespa-engine/aressem/skip-unstable-repoJon Marius Venstad2019-01-041-5/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Better option for skipping repo than ugly sed hack.
| * | | | Better option for skipping repo than ugly sed hack.Arnstein Ressem2019-01-041-5/+1
|/ / / /
* | | | Merge pull request #8006 from ↵Jon Marius Venstad2019-01-041-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/aressem/redirect-removed-centos-source-folder Installing build dependencies via yum-builddep is broken due to remov…
| * | | | Installing build dependencies via yum-builddep is broken due to removed ↵Arnstein Ressem2019-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | folder in CentOS sources. Workaround is here.
* | | | | Merge pull request #8008 from ↵Morten Tokle2019-01-044-3/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/mortent/global-rotation-incluce-oathurl Include Oath url in global rotations
| * | | | | Include Oath urlMorten Tokle2019-01-044-3/+7
|/ / / / /
* | | | | Merge pull request #7999 from vespa-engine/mpolden/adjust-throttlingMartin Polden2019-01-043-48/+81
|\ \ \ \ \ | | | | | | | | | | | | Adjust NodeFailer throttling
| * | | | | Clarify physical nodesMartin Polden2019-01-032-4/+4
| | | | | |
| * | | | | Increase allowed to fail fractionMartin Polden2019-01-032-11/+11
| | | | | |
| * | | | | Always allow 2 parent hosts to fail in a 24 hour periodMartin Polden2019-01-033-36/+69
| | | | | |
* | | | | | Merge pull request #8007 from ↵Henning Baldersheim2019-01-0320-128/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/revert-7998-toregge/compact-lid-space-on-source-selector Revert "Compact lid space on source selector."
| * | | | | Revert "Compact lid space on source selector."Henning Baldersheim2019-01-0320-128/+10
|/ / / / /
* | | | | Merge pull request #8003 from vespa-engine/jvenstad/mailJon Bratseth2019-01-039-95/+191
|\ \ \ \ \ | | | | | | | | | | | | Jvenstad/mail
| * | | | | Move Notifications to upper levelJon Marius Venstad2019-01-035-114/+122
| | | | | |
| * | | | | Update notifications syntaxJon Marius Venstad2019-01-038-67/+155
|/ / / / /
* | | | | Merge pull request #8000 from ↵Jon Bratseth2019-01-036-34/+335
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/ollivir/increase-dispatcher-test-coverage Increased java dispatcher test coverage
| * | | | | Increased java dispatcher test coverageOlli Virtanen2019-01-036-34/+335
| | | | | |
* | | | | | Merge pull request #7998 from ↵Geir Storli2019-01-0320-10/+128
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/compact-lid-space-on-source-selector Compact lid space on source selector.
| * | | | | Compact lid space on source selector.Tor Egge2019-01-0320-10/+128
| | | | | |
* | | | | | Merge pull request #7993 from vespa-engine/freva/add-wantToRetire-to-historyMartin Polden2019-01-035-1/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | [VESPA-13861] Add wantToRetire to node history
| * | | | | | Add wantToRetire to node historyValerij Fredriksen2019-01-035-1/+22
| | | | | | |
* | | | | | | Merge pull request #7995 from ↵Martin Polden2019-01-032-7/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/throw-first-artifact-exception Rethrow first exception, which is more likely relevant
| * | | | | | | Rethrow first exception, which is more likely relevantJon Marius Venstad2019-01-032-7/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #7996 from vespa-engine/balder/update-comments-and-copyrightGeir Storli2019-01-032-2/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Create class comment and correct copyright year.
| * | | | | | | Create class comment and correct copyright year.Henning Baldersheim2019-01-032-2/+6
| | |_|_|_|/ / | |/| | | | |