renovate[bot]
|
0891c41abc
|
Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.1
|
2024-07-10 22:28:34 +00:00 |
|
renovate[bot]
|
8750aa3dd6
|
Update dependency org.jsoup:jsoup to v1.18.1
|
2024-07-10 11:02:42 +00:00 |
|
Athou
|
4d83173dbd
|
release 4.5.0
|
2024-07-06 21:29:21 +02:00 |
|
Athou
|
f13368cb96
|
remove unnecessary joins
|
2024-07-06 13:40:53 +02:00 |
|
Athou
|
d4c9bd1dd7
|
remove warnings
|
2024-07-03 20:11:51 +02:00 |
|
Athou
|
fd48108f8b
|
don't rely on dates to know if an entry has been inserted in the database
|
2024-07-03 17:53:41 +02:00 |
|
Athou
|
c3cbd18df9
|
add debug logging
|
2024-07-03 17:40:23 +02:00 |
|
Athou
|
6685057dae
|
notify over websocket after everything has been committed
|
2024-07-03 17:27:17 +02:00 |
|
Athou
|
0dec0e3788
|
fix a race condition where a feed could be refreshed before it was created
|
2024-07-03 14:21:40 +02:00 |
|
Athou
|
1a73dd4004
|
the feed refresh engine is now fast enough, it doesn't need workarounds anymore
|
2024-07-03 13:30:25 +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 |
|
Jérémie Panzer
|
21a32ce0eb
|
Merge pull request #1479 from Athou/renovate/mysql-9.x
Update mysql Docker tag to v9
|
2024-07-03 11:35:35 +02:00 |
|
renovate[bot]
|
325533c5d9
|
Update mysql Docker tag to v9
|
2024-07-03 09:10:22 +00:00 |
|
renovate[bot]
|
7d819022f6
|
Update redis Docker tag to v7.2.5
|
2024-07-03 09:10:19 +00:00 |
|
Athou
|
dba944874b
|
add redis integration test
|
2024-07-03 11:09:23 +02:00 |
|
Jérémie Panzer
|
ce9c12ec92
|
Merge pull request #1478 from Athou/renovate/postgres-16.x
Update postgres Docker tag to v16.3
|
2024-07-03 09:23:35 +02:00 |
|
renovate[bot]
|
d59091ab2b
|
Update postgres Docker tag to v16.3
|
2024-07-03 07:08:14 +00:00 |
|
renovate[bot]
|
f69146a6bf
|
Update mariadb Docker tag to v11.4.2
|
2024-07-03 07:08:11 +00:00 |
|
Athou
|
43cdf3db3b
|
add integration tests for postgresql, mysql and mariadb using testcontainers
|
2024-07-03 09:02:18 +02:00 |
|
renovate[bot]
|
9878b60e97
|
Update dependency io.github.git-commit-id:git-commit-id-maven-plugin to v9.0.1
|
2024-07-02 18:02:54 +00:00 |
|
renovate[bot]
|
daa99a2efc
|
Update dependency com.mysql:mysql-connector-j to v9
|
2024-07-02 10:08:39 +00:00 |
|
Athou
|
93acc9ded1
|
we don't need the user we already have the subscription
|
2024-07-01 13:55:50 +02:00 |
|
Athou
|
82bf8cd807
|
fetch all tags at once
|
2024-07-01 08:52:05 +02:00 |
|
Athou
|
c2f2780c3f
|
remove unused onlyIds parameter
|
2024-07-01 08:52:05 +02:00 |
|
Athou
|
08f71d1f6f
|
implement faster querying by fetching directly what we need
|
2024-07-01 08:52:05 +02:00 |
|
Athou
|
f498088beb
|
no need to insert statuses that will be collected during next cleanup
|
2024-06-30 21:56:42 +02:00 |
|
Athou
|
347b41cf35
|
fix exception when trying to mark starred entries as read
|
2024-06-30 16:50:37 +02:00 |
|
renovate[bot]
|
7d33542691
|
Update querydsl.version to v6.5
|
2024-06-28 05:25:56 +00:00 |
|
Athou
|
e368810731
|
adapt script to new H2MigrationTool file output name
|
2024-06-28 07:16:42 +02:00 |
|
renovate[bot]
|
edae2f5a61
|
Update dependency com.manticore-projects.tools:h2migrationtool to v1.6
|
2024-06-28 03:34:34 +00:00 |
|
renovate[bot]
|
ab17c6f44e
|
Update dependency org.projectlombok:lombok to v1.18.34
|
2024-06-28 03:34:21 +00:00 |
|
renovate[bot]
|
59dbae4f66
|
Update dependency com.microsoft.playwright:playwright to v1.45.0
|
2024-06-28 01:23:51 +00:00 |
|
renovate[bot]
|
d5820f9aa5
|
Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2
|
2024-06-19 18:42:15 +00: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 |
|
renovate[bot]
|
380724d73e
|
Update querydsl.version to v6.4
|
2024-06-19 16:49:05 +00:00 |
|
Athou
|
cd06055246
|
release 4.4.1
|
2024-06-15 14:52:26 +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 |
|
Jérémie Panzer
|
b988b599d5
|
Merge pull request #1446 from Athou/renovate/org.apache.maven.plugins-maven-failsafe-plugin-3.x
Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.0
|
2024-06-14 22:31:42 +02:00 |
|
renovate[bot]
|
5714a63d27
|
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.0
|
2024-06-14 19:55:02 +00:00 |
|
renovate[bot]
|
12b18d1e04
|
Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.0
|
2024-06-14 19:54:59 +00: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
|
232658b934
|
remove commons-io since we already have guava
|
2024-06-12 17:17:54 +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
|
24171faf86
|
fetchFeedInternal follows redirects, we don't need to call it twice (#1431)
|
2024-06-12 08:21:11 +02:00 |
|
Jérémie Panzer
|
62ad09ac93
|
Merge pull request #1358 from Athou/dependabot/maven/com.ibm.icu-icu4j-75.1
Bump com.ibm.icu:icu4j from 74.2 to 75.1
|
2024-06-11 07:10:33 +02:00 |
|
Jérémie Panzer
|
01d1f920a8
|
Merge pull request #1391 from Athou/dependabot/maven/com.microsoft.playwright-playwright-1.44.0
Bump com.microsoft.playwright:playwright from 1.43.0 to 1.44.0
|
2024-06-11 07:10:25 +02:00 |
|