aboutsummaryrefslogtreecommitdiffstats
path: root/testutil
Commit message (Collapse)AuthorAgeFilesLines
* Add toString for ManualClockgjoranv2021-11-091-0/+6
|
* Make the bill end date inclusive instead of exclusiveØyvind Grønnesby2021-11-031-2/+2
| | | | | | | | | | Before the end date for the billing was used to calculate startOfDay to generate the timestamp we actually use. Now we are changing it to .plusDays(1).startOfDay to make it so UI will effectively use the end of today as the timestamp. Also added some more implementations to ManualClock to get some tests to work.
* Compare json strings with Jackson instead of obscure & abandonded lib.gjoranv2021-10-202-8/+8
|
* Allow setting unix:uid/gid attributes in JimFSValerij Fredriksen2021-10-131-1/+22
|
* Create custom fs attribute provider for uid/gidValerij Fredriksen2021-10-072-3/+163
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0710-10/+10
|
* Use SQL to gcJon Bratseth2021-06-301-1/+6
|
* Revert "Use SQL to gc"Harald Musum2021-06-291-6/+1
|
* Use SQL to gcJon Bratseth2021-06-291-1/+6
|
* Make ManualClock thread safeJon Marius Venstad2020-09-301-6/+7
|
* Minor unification of tests.Henning Baldersheim2020-08-125-137/+10
|
* Revert "Revert "Bratseth/remove dependencies" (#8885)"Jon Bratseth2019-03-231-0/+1
| | | | This reverts commit 9379e425712abe71fcd2f406c139baf25a017108.
* Revert "Bratseth/remove dependencies" (#8885)Harald Musum2019-03-221-1/+0
|
* Remove testutils dependencyJon Bratseth2019-03-221-0/+1
|
* Patching and retrieving node reports in host adminHåkon Hallingstad2019-02-082-3/+33
| | | | | | | - A report can be patched to the node repository by using NodeAttributes and NodeRepository.updateNodeAttributes(). - A report can be retrieved as a Jackson class from NodeSpec and its NodeReports.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Support file templatesHåkon Hallingstad2018-01-271-0/+2
|
* Move TestFileSystem to testutilHåkon Hallingstad2018-01-252-0/+29
|
* Use no_aop classifier for guice.gjoranv2017-12-011-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-2/+0
|
* Use no_aop classifier for guice.gjoranv2017-11-301-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-2/+0
|
* Use no_aop classifier for guice.gjoranv2017-11-291-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add setInstant(Instant) to ManualClockBjørn Christian Seime2017-11-061-0/+4
|
* Make ValidationOverrides available from the outsideJon Bratseth2017-06-151-1/+5
|
* Update copyright headersJon Bratseth2017-06-1413-13/+13
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1413-13/+13
|
* Update copyright headersJon Bratseth2017-06-1413-13/+13
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1313-15/+15
|
* Copyright headerJon Bratseth2017-06-1313-15/+15
|
* disallow some warningsArne H Juul2017-04-271-0/+2
|
* Fix dependenciesJon Bratseth2017-04-251-1/+1
|
* Add /nodes/v2/maintenanceJon Bratseth2017-04-252-0/+7
|
* Revert "Revert "Voffeloff/constant tensor validation""Vegard Sjonfjell2016-10-072-0/+39
|
* Revert "Voffeloff/constant tensor validation"Vegard Sjonfjell2016-10-052-39/+0
|
* Merge branch 'master' into voffeloff/move-jsontesthelperVegard Sjonfjell2016-10-051-0/+1
|\
* | Move JsonTestHelper to testutilVegard Sjonfjell2016-10-052-0/+38
|/
* Add test of local redepoyment after validation override expiryJon Bratseth2016-09-071-0/+11
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-1515-0/+605