summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Bind required configsJon Bratseth2018-12-015-1/+18
| * | | | Register the container with SlobrokJon Bratseth2018-12-012-2/+28
| * | | | Revert "Merge pull request #7831 from vespa-engine/revert-7818-bratseth/remov...Jon Bratseth2018-12-0121-471/+74
|/ / / /
* | | | Merge pull request #7831 from vespa-engine/revert-7818-bratseth/remove-unused...Jon Bratseth2018-11-3021-74/+471
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Remove zombie code"HÃ¥kon Hallingstad2018-12-0121-74/+471
|/ / /
* | | Merge pull request #7829 from vespa-engine/iruotsalainen/abi-check-pluginJon Bratseth2018-11-3020-0/+1174
|\ \ \
| * | | Fix whitespace.Ilpo Ruotsalainen2018-11-301-1/+1
| * | | Reformat source.Ilpo Ruotsalainen2018-11-301-8/+8
| * | | Disable instrumentation on tedious to test method.Ilpo Ruotsalainen2018-11-301-0/+3
| * | | Add more unit tests.Ilpo Ruotsalainen2018-11-302-6/+53
| * | | Add more unit tests.Ilpo Ruotsalainen2018-11-304-13/+37
| * | | Extract a method for easier unit testing.Ilpo Ruotsalainen2018-11-301-4/+9
| * | | Disable coverage on a few more methods.Ilpo Ruotsalainen2018-11-306-0/+68
| * | | Improve test coverage.Ilpo Ruotsalainen2018-11-301-14/+17
| * | | Restrict exceptions from ClassFileTree.close()Ilpo Ruotsalainen2018-11-301-0/+2
| * | | Remove exception never thrown.Ilpo Ruotsalainen2018-11-301-1/+1
| * | | Add justification for disabling coverage.Ilpo Ruotsalainen2018-11-301-0/+2
| * | | Reformat file, no semantic changes.Ilpo Ruotsalainen2018-11-301-34/+34
| * | | Refactor methods to static for easier testing.Ilpo Ruotsalainen2018-11-301-8/+7
| * | | Add clover plugin for coverage.Ilpo Ruotsalainen2018-11-301-0/+5
| * | | Add unit tests for SetMatcher.Ilpo Ruotsalainen2018-11-301-0/+89
| * | | No need to test debug methods.Ilpo Ruotsalainen2018-11-301-0/+4
| * | | Generalize set comparison method.Ilpo Ruotsalainen2018-11-302-46/+58
| * | | Refactor to extract a method.Ilpo Ruotsalainen2018-11-301-13/+16
| * | | Refactor some methods to static.Ilpo Ruotsalainen2018-11-301-6/+8
| * | | Add missing mockito dependency.Ilpo Ruotsalainen2018-11-301-0/+6
| * | | Build abi-checker-plugin as part of bootstrap.Ilpo Ruotsalainen2018-11-301-0/+1
| * | | Add unit test for ClassFileTree.Ilpo Ruotsalainen2018-11-291-0/+41
| * | | Refactor for easier testing.Ilpo Ruotsalainen2018-11-292-5/+4
| * | | Add test for PublicSignatureCollector.Ilpo Ruotsalainen2018-11-291-0/+92
| * | | Fix inverted access check logic.Ilpo Ruotsalainen2018-11-291-1/+1
| * | | Add test for AnnotationCollector.Ilpo Ruotsalainen2018-11-291-0/+28
| * | | Remove unwanted dependencies and use JUnit5.Ilpo Ruotsalainen2018-11-292-14/+28
| * | | Add some initial unit tests.Ilpo Ruotsalainen2018-11-291-0/+46
| * | | Simplify; we ship no resources.Ilpo Ruotsalainen2018-11-291-6/+0
| * | | Reindent.Ilpo Ruotsalainen2018-11-291-62/+62
| * | | Protected static members may be accessible.Ilpo Ruotsalainen2018-11-291-3/+2
| * | | Fields, superclass and interfaces are part of ABI.Ilpo Ruotsalainen2018-11-284-15/+78
| * | | Add some usage documentation.Ilpo Ruotsalainen2018-11-281-0/+56
| * | | Simplify data model.Ilpo Ruotsalainen2018-11-284-75/+44
| * | | Rename ClassFileTree.Class to ClassFile.Ilpo Ruotsalainen2018-11-282-12/+12
| * | | Ignore ASM-generated "deprecated" flag.Ilpo Ruotsalainen2018-11-281-2/+4
| * | | More semantic static constructor.Ilpo Ruotsalainen2018-11-281-1/+5
| * | | Initial implementation of ABI checker plugin.Ilpo Ruotsalainen2018-11-288-0/+592
* | | | Merge pull request #7823 from vespa-engine/toregge/derive-config-for-imported...Geir Storli2018-11-3011-7/+221
|\ \ \ \
| * | | | Remove irrelevant derived config.Tor Egge2018-11-301-8/+0
| * | | | Trim down unit tests.Tor Egge2018-11-301-36/+3
| * | | | Derive config for imported position field.Tor Egge2018-11-3012-7/+262
| | |/ / | |/| |
* | | | Merge pull request #7824 from vespa-engine/ollivir/adaptive-timeout-fixesJon Bratseth2018-11-305-13/+48
|\ \ \ \
| * | | | Fixes to adaptive timeout handlingOlli Virtanen2018-11-295-13/+48