Athou
|
98cfa6d2c8
|
add regression test
|
2024-10-04 20:24:43 +02:00 |
|
Athou
|
19c8db8b31
|
add a cooldown on the force refresh action (#1556)
|
2024-09-21 08:24:14 +02:00 |
|
Athou
|
8eefb1bcfb
|
add http cache to avoid fetching feeds too often (#1431)
|
2024-09-14 14:00:15 +02:00 |
|
Athou
|
31cf4d8bb2
|
use our own bidi detector to drop 10Mb from gwt
|
2024-09-13 16:05:21 +02:00 |
|
Athou
|
9cbb60313c
|
there are only native implementations of brotli encoders, don't use them because it doesn't work on all platforms
|
2024-08-28 20:53:48 +02:00 |
|
Athou
|
994f1fb121
|
quarkus-config-doc-maven-plugin is now required to generate the documentation
|
2024-08-28 19:08:34 +02:00 |
|
Athou
|
357e4e207f
|
add a test to make sure brotli compression is supported
|
2024-08-28 17:34:24 +02:00 |
|
Athou
|
a565566c50
|
remove deprecation warning
|
2024-08-27 09:02:42 +02:00 |
|
Athou
|
f1b19ebae3
|
after reading the spec, what we want is actually "no-cache" that actually means "cache but revalidate immediately" using If-Modified-Since request headers and 304 response codes
|
2024-08-26 11:41:56 +02:00 |
|
Athou
|
63c7679067
|
make sure the webapp and openapi documentation are always up to date by preventing caching
|
2024-08-26 00:28:44 +02:00 |
|
Athou
|
dc25d53dc0
|
github actions is sometimes slow, increase timeout for tests
|
2024-08-20 00:03:45 +02:00 |
|
Athou
|
51f15bf487
|
github actions is sometimes very slow, increase default timeouts for tests
|
2024-08-19 08:26:06 +02:00 |
|
Athou
|
4db0c775ff
|
add settings documentation
|
2024-08-18 21:23:42 +02:00 |
|
Athou
|
b88e5d2847
|
increase ssl handshake timeout during tests to fix build on slower machines
|
2024-08-18 12:25:52 +02:00 |
|
Athou
|
ede7834cb8
|
configurable filtering expression evaluation timeout
|
2024-08-17 23:26:42 +02:00 |
|
Athou
|
c4c41d1494
|
increase timeout a little bit because github actions are laggy
|
2024-08-17 22:29:40 +02:00 |
|
Athou
|
012ce71134
|
configurable http client timeouts
|
2024-08-16 21:16:02 +02:00 |
|
Athou
|
5c69daec08
|
restore welcome page on 401
|
2024-08-16 14:02:49 +02:00 |
|
Athou
|
214dfe580a
|
more rome classes
|
2024-08-16 07:22:25 +02:00 |
|
Athou
|
2f51547f0d
|
add missing rome classes
|
2024-08-16 06:15:52 +02:00 |
|
Athou
|
815093f1c6
|
remove STARTUP_TIME because static fields are initialized at compile time in native mode
|
2024-08-15 12:17:28 +02:00 |
|
Athou
|
69cd90edd8
|
only use rest-assured for tests
|
2024-08-14 16:00:47 +02:00 |
|
Athou
|
f2c6734c79
|
fix warning in native mode about parser not found
|
2024-08-13 16:12:40 +02:00 |
|
Athou
|
044694487d
|
remove redis as caching is no longer needed now
|
2024-08-13 12:49:04 +02:00 |
|
Athou
|
f7adef0648
|
add windows builds
|
2024-08-13 12:49:04 +02:00 |
|
Athou
|
89405009ec
|
set a Max-Age on the auth cookie
|
2024-08-13 12:49:04 +02:00 |
|
Athou
|
aaf237d111
|
use quarkus mailer for password recovery
|
2024-08-13 12:49:04 +02:00 |
|
Athou
|
cc32f8ad16
|
WIP
|
2024-08-13 12:48:37 +02:00 |
|
Athou
|
780b7666c5
|
add metrics for HttpGetter connection pool
|
2024-08-05 08:28:17 +02:00 |
|
Athou
|
72f55c34b7
|
add test to make sure HttpGetter supports compression
|
2024-07-29 13:20:18 +02:00 |
|
Athou
|
1b1d3c791b
|
add test to make sure HttpGetter ignores invalid certificates
|
2024-07-29 10:39:35 +02:00 |
|
Athou
|
272f5b42f9
|
simplify stackoverflow urls
|
2024-07-28 09:58:24 +02:00 |
|
Athou
|
da81830e43
|
add a test case for feeds that do not return a content length
|
2024-07-27 01:01:11 +02:00 |
|
Athou
|
b17a17ba10
|
don't parse feeds that are too large to prevent memory issues
|
2024-07-16 21:20:06 +02:00 |
|
Athou
|
d4c9bd1dd7
|
remove warnings
|
2024-07-03 20:11:51 +02:00 |
|
Athou
|
eae80a6450
|
remove support for microsoft sqlserver, AFAIK nobody's using it and it's not covered with integration tests
|
2024-07-03 13:02:20 +02:00 |
|
Athou
|
dba944874b
|
add redis integration test
|
2024-07-03 11:09:23 +02:00 |
|
Athou
|
43cdf3db3b
|
add integration tests for postgresql, mysql and mariadb using testcontainers
|
2024-07-03 09:02:18 +02:00 |
|
Athou
|
08f71d1f6f
|
implement faster querying by fetching directly what we need
|
2024-07-01 08:52:05 +02:00 |
|
Athou
|
cdd4d4b063
|
change BaseIT test class so that authentication with the "admin" user is not the default
|
2024-06-19 19:41:02 +02:00 |
|
Athou
|
fbcc2ecd0f
|
add a little delay to simulate a network operation
|
2024-06-15 14:00:15 +02:00 |
|
Athou
|
3997606774
|
looks like sometimes the websocket connection is not established on github actions, refresh the tree with an interval smaller than the timeout of playwright
|
2024-06-15 08:46:55 +02:00 |
|
Athou
|
232141cb56
|
fix UnsupportedTemporalTypeException when tests fail
|
2024-06-14 21:50:50 +02:00 |
|
Athou
|
b3651f3fba
|
upload playwright artifacts on test failure to help debug what went wrong
|
2024-06-14 07:59:26 +02:00 |
|
Athou
|
f5b04a783e
|
remove commons-codec since we already have guava
|
2024-06-12 16:18:52 +02:00 |
|
Athou
|
cd50b6b058
|
use new playwright locators
|
2024-06-12 11:39:51 +02:00 |
|
Athou
|
b0c7ef18db
|
fix test race condition
|
2024-06-12 10:30:47 +02:00 |
|
Athou
|
468f2e4c76
|
remove warnings
|
2024-06-11 07:02:38 +02:00 |
|
Athou
|
e415d1d945
|
remove dependency on bouncycastle
|
2024-04-14 17:36:35 +02:00 |
|
Athou
|
dcc32cb539
|
use a random available port for tests
|
2024-04-14 16:49:26 +02:00 |
|