Commit Graph

3994 Commits

Author SHA1 Message Date
c800c3cbfc Update flyway-core, flyway-mysql to 9.2.0 2022-08-26 06:31:47 +00:00
1c4715e1db Merge pull request #1716 from eikek/update/postgresql-42.5.0
Update postgresql to 42.5.0
2022-08-25 06:39:08 +00:00
1bede8650b Update postgresql to 42.5.0 2022-08-25 06:26:55 +00:00
c551744505 Merge pull request #1714 from eikek/update/http4s-circe-0.23.15
Update http4s-circe, http4s-dsl to 0.23.15
2022-08-24 06:32:03 +00:00
89d33aa624 Merge pull request #1715 from eikek/update/jsoup-1.15.3
Update jsoup to 1.15.3
2022-08-24 06:30:22 +00:00
deca5d69f9 Update jsoup to 1.15.3 2022-08-24 06:16:23 +00:00
112bd061f0 Update http4s-circe, http4s-dsl to 0.23.15 2022-08-24 06:16:14 +00:00
db1c8b519d set jdk17 for all platforms 2022-08-23 08:32:44 +02:00
0841c6c737 Merge pull request #1711 from eikek/update/scribe-3.10.3
Update scribe, scribe-slf4j to 3.10.3
2022-08-22 06:34:04 +00:00
ad24e69c9d Update scribe, scribe-slf4j to 3.10.3 2022-08-22 06:17:01 +00:00
0acf9c8714 Merge pull request #1710 from eikek/update/swagger-ui-4.14.0
Update swagger-ui to 4.14.0
2022-08-21 06:34:07 +00:00
5700d178d7 Merge pull request #1709 from eikek/update/jcl-over-slf4j-2.0.0
Update jcl-over-slf4j to 2.0.0
2022-08-21 06:30:12 +00:00
c53669e07a Update swagger-ui to 4.14.0 2022-08-21 06:15:20 +00:00
e1480ee6cd Update jcl-over-slf4j to 2.0.0 2022-08-21 06:15:15 +00:00
a2f0b99794 Merge pull request #1703 from scala-steward/update/flyway-core-9.1.6
Update flyway-core, flyway-mysql to 9.1.6
2022-08-20 18:13:07 +02:00
07f16269f4 Merge pull request #1708 from eikek/renovate/hmarr-auto-approve-action-2.x
Update hmarr/auto-approve-action action to v2.4.0
2022-08-20 18:12:55 +02:00
70195a8a91 Update hmarr/auto-approve-action action to v2.4.0 2022-08-20 15:59:19 +00:00
20da0883eb Merge pull request #1707 from eikek/renovate/hmarr-auto-approve-action-2.x
Update hmarr/auto-approve-action action to v2.3.0
2022-08-20 17:58:51 +02:00
3059fbae88 Update hmarr/auto-approve-action action to v2.3.0 2022-08-20 14:54:11 +00:00
bd806865cb Merge pull request #1706 from eikek/update/imageio-jpeg-3.8.3
Update imageio-jpeg, imageio-tiff to 3.8.3
2022-08-20 06:27:38 +00:00
9926a1fd61 Merge pull request #1705 from eikek/update/jwt-circe-9.1.0
Update jwt-circe to 9.1.0
2022-08-20 06:26:15 +00:00
b064c84842 Update imageio-jpeg, imageio-tiff to 3.8.3 2022-08-20 06:13:47 +00:00
b7d0c6f3b4 Update jwt-circe to 9.1.0 2022-08-20 06:13:37 +00:00
69f3a539bf Merge pull request #1704 from eikek/update/flyway-core-9.1.6
Update flyway-core, flyway-mysql to 9.1.6
2022-08-19 06:32:03 +00:00
a67a0b2782 Update flyway-core, flyway-mysql to 9.1.6 2022-08-19 06:17:56 +00:00
cf76dfb88b Update flyway-core, flyway-mysql to 9.1.6 2022-08-18 14:10:06 +00:00
3ade6b1d38 Merge pull request #1702 from eikek/update/postgresql-42.4.2
Update postgresql to 42.4.2
2022-08-18 06:28:10 +00:00
d29eb377b1 Update postgresql to 42.4.2 2022-08-18 06:15:04 +00:00
71f9ac4230 Merge pull request #1701 from eikek/update/flyway-core-9.1.5
Update flyway-core, flyway-mysql to 9.1.5
2022-08-17 06:31:00 +00:00
968b9de0a1 Update flyway-core, flyway-mysql to 9.1.5 2022-08-17 06:15:40 +00:00
0922bfbb04 Merge pull request #1699 from scala-steward/update/sbt-native-packager-1.9.11
Update sbt-native-packager to 1.9.11
2022-08-16 18:21:58 +02:00
f24ebf6931 Update sbt-native-packager to 1.9.11 2022-08-16 14:20:07 +00:00
31c6a2d096 Merge pull request #1697 from eikek/fix/job-query
Fix selectNextGroup query for an empty job table
2022-08-13 22:43:50 +00:00
2844f1c997 Fix selectNextGroup query for an empty job table 2022-08-14 00:30:05 +02:00
0d62001cc8 Merge pull request #1690 from eikek/h2-update
Update h2 and flyway
2022-08-12 15:46:11 +00:00
7233f606af Fix dockerfiles 2022-08-12 17:30:57 +02:00
e42794869f Apply auto-formatting fixes 2022-08-12 17:28:30 +02:00
5bbe073bf3 Fix job query for H2
Unfortunately, the new h2 version has some regressions related to
CTEs. The query selecting the next group failed only for H2 after the
update. The query has been rewritten to not use union on CTE tables.
The weird thing was that the error only occured using bind values and
was not reproducible with "just string" SQL in the h2 console.

The QJobTest are now running on all databases.
2022-08-12 16:34:56 +02:00
0a3ac9f121 Add anonymous subselects to query builder 2022-08-12 16:34:56 +02:00
e39ddc7c17 Rename column 'value' to 'value_'
In sql 'value' is a reserved word and should not be used (unless
quoted). Postgresql and MariaDB are ok with it, but the new version of
h2 is now complaining.
2022-08-12 16:34:56 +02:00
aac6f69ea2 Update h2 and flyway
Sadly it is necessary to fix an existing changeset for H2.
2022-08-12 16:34:51 +02:00
f0a99db8a2 Merge pull request #1696 from eikek/update/scalafmt-core-3.5.9
Update scalafmt-core to 3.5.9
2022-08-12 06:28:54 +00:00
0c36d5fb75 Update scalafmt-core to 3.5.9 2022-08-12 06:15:27 +00:00
ef6fb606d3 Update postgres Docker tag to v14.5 2022-08-12 02:49:15 +00:00
3d41a07f3e Merge pull request #1691 from eikek/update/fs2-core-3.2.12
Update fs2-core, fs2-io to 3.2.12
2022-08-10 06:28:26 +00:00
b8682d8a79 Update fs2-core, fs2-io to 3.2.12 2022-08-10 06:15:47 +00:00
b0d9f9b628 Merge pull request #1689 from eikek/update/sbt-native-packager-1.9.10
Update sbt-native-packager to 1.9.10
2022-08-09 06:27:58 +00:00
8ee766ad2e Update sbt-native-packager to 1.9.10 2022-08-09 06:15:01 +00:00
75960f6dee Merge pull request #1687 from eikek/dockerfiles
Dockerfiles
2022-08-08 07:06:01 +00:00
f626f684d5 Fix packages in dockerfile 2022-08-08 08:33:01 +02:00