07ad62ddd9
use Junit5 instead of TestNG
...
We want to be able to use @SpringBootTest tests that fully initialize
the Spring application. This is much easier done with Junit than TestNG.
Gradle does not support (at least not easily) to run Junit and TestNG
tests. Therefore we switch to Junit with all tests.
The original reason for using TestNG was that Junit didn't support
data providers. But that finally changed in Junit5 with
ParameterizedTest.
2019-12-13 14:33:20 +01:00
e931856041
merge projects file-utils, byte-utils and pdb-utils
...
It turned out that most projects needed at least
two of the utils projects. file-utils and byte-utils
had only one class. Merging them made sense.
2019-12-08 18:47:54 +01:00
85679ca0c8
send CSV file via REST
2019-12-08 18:39:43 +01:00
52a3cdc42b
remove dependency to SpringBoot Mustache
...
It is no longer needed since we switched to Angular.
2019-12-07 08:33:40 +01:00
4367323fcd
replace deprecated dependency configurations
...
Using api and implementation instead of the
deprecated compile configuration.
Update to Gradle 6.0.
2019-11-10 11:08:50 +01:00
65b37e9c67
initial commit of the new UI based on Angular
...
At this point it is still the example Angular application.
2019-10-08 18:18:24 +02:00
cc0157fe0b
update java 3rd-party libs
2018-11-20 19:13:59 +01:00
1d88c8dfd7
update spring-boot to 2.0.5.RELEASE
...
update commons-lang3 to 3.8
2018-09-13 18:58:07 +02:00
99dbf31d8a
update 3rd party libs
2018-08-09 07:20:09 +02:00
daaa0e6907
update dependencies
...
gradle to 4.8
jackson to 2.9.6
spring-boot to 2.0.3
guava to 25.1-jre
gradle-versions-plugin to 0.19.0
2018-06-17 08:59:48 +02:00
b06ccb0d00
update 3rd party libs
...
spring boot to 2.0.1
guava to 24.1-jre
jackson to 2.9.5
log4j2 to 2.10.0 (same version as pulled by spring boot)
testng to 6.14.3
2018-04-21 20:01:39 +02:00
ahr
9d4eb660a5
update gradle and spring
...
gradle to 4.6
spring to 1.5.10.RELEASE
2018-03-03 08:34:38 +01:00
ahr
eb1f026c2f
update spring-boot to 1.5.9
2017-12-11 08:28:21 +01:00
0555691864
update gradle to 4.3.2 and spring boot to 1.5.8
2017-11-18 09:32:49 +01:00
347f1fdc74
update 3rd-party libraries
2017-09-23 18:24:51 +02:00
726258020f
make it possible to specify the time in the range
2017-03-27 19:38:02 +02:00
aadc9cbd21
move TcpIngestor to pdb-ui
...
and start it in the web application.
Also use the spring way of handling property files.
2017-03-19 08:00:18 +01:00
513c256352
update third party libraries
2017-03-17 16:23:21 +01:00
0c9195011a
use log4j in pdb-ui
2017-02-05 11:20:00 +01:00
175a866c90
update third-party libraries
2017-02-05 08:54:49 +01:00
9c86f8136b
you can now make runnable distributions via './gradlew distZip'
2017-02-05 08:29:59 +01:00
bc5d1b0b7b
show rendered image
...
added loading icon
image is scaled to available space
2016-12-21 20:06:11 +01:00
d1e39513f3
create web application
2016-12-21 17:48:36 +01:00