Commit Graph

3859 Commits

Author SHA1 Message Date
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
b85ae1063e Merge pull request #1686 from eikek/refactor-collective
Refactor collective
2022-08-07 19:57:25 +00:00
3a0a154388 Remove unavailable website links 2022-08-07 17:34:01 +02:00
0600a263b2 Fix compile errors in website examples 2022-08-07 16:44:44 +02:00
b51b782c73 Apply formatting fixes 2022-08-07 16:31:09 +02:00
868285a26b Fix fulltext search queries for new collective-id 2022-08-07 16:28:22 +02:00
d9485355e9 Fix websocket frame to user mapping 2022-08-07 16:26:04 +02:00
e9e3e607d3 Fix collective insights query 2022-08-07 16:26:04 +02:00
7424a9b2f9 Migrate background task to new collective id 2022-08-07 16:26:04 +02:00
ae4c49027f Refactor scala base db migrations. Add marker trait for task args 2022-08-07 16:26:04 +02:00
66265d8455 Migrate file_id columns 2022-08-07 16:26:04 +02:00
816cca7ea2 Adopt joex to new collective-id 2022-08-07 16:26:04 +02:00
eabcffe71a Adopt restserver to new collective-id 2022-08-07 16:26:04 +02:00
53d92c4a26 Adopt backend to collective-id 2022-08-07 16:26:04 +02:00
26d7c91266 Adopt modules to new collective table 2022-08-07 16:26:04 +02:00
77f22bb5ea Adopt store module to new collective table 2022-08-07 16:26:04 +02:00
35882fce84 Refactor collective table to use artificial primary key 2022-08-07 16:26:04 +02:00
0ee2d7979d Merge pull request #1683 from eikek/update/scribe-3.10.2
Update scribe, scribe-slf4j to 3.10.2
2022-08-06 06:29:00 +00:00
6e1e58eacb Update scribe, scribe-slf4j to 3.10.2 2022-08-06 06:13:42 +00:00
ec104a7ad7 Merge pull request #1681 from eikek/update/mariadb-java-client-3.0.7
Update mariadb-java-client to 3.0.7
2022-08-05 06:27:59 +00:00
f6244b808d Merge pull request #1682 from eikek/update/swagger-ui-4.13.2
Update swagger-ui to 4.13.2
2022-08-05 06:27:12 +00:00
dc88094c4c Update swagger-ui to 4.13.2 2022-08-05 06:14:51 +00:00
e9407f07b2 Update mariadb-java-client to 3.0.7 2022-08-05 06:14:46 +00:00
5d005d6947 Merge pull request #1679 from eikek/update/postgresql-42.4.1
Update postgresql to 42.4.1
2022-08-04 06:27:12 +00:00
e77aa82c82 Update postgresql to 42.4.1 2022-08-04 06:14:09 +00:00
6b1ee9d7ee Merge pull request #1675 from eikek/update/java-otp-0.4.0
Update java-otp to 0.4.0
2022-08-01 06:46:09 +00:00
c66f59658b Update java-otp to 0.4.0 2022-08-01 06:28:46 +00:00
747d71a91f Merge pull request #1673 from eikek/update/stanford-corenlp-4.5.0
Update stanford-corenlp to 4.5.0
2022-07-31 06:27:29 +00:00
f13a702683 Update stanford-corenlp to 4.5.0 2022-07-31 06:14:09 +00:00
ea4485f682 Merge pull request #1671 from eikek/update/testcontainers-scala-mariadb-0.40.10
Update testcontainers-scala-mariadb, ... to 0.40.10
2022-07-30 06:24:46 +00:00
424df5af35 Update testcontainers-scala-mariadb, ... to 0.40.10 2022-07-30 06:11:53 +00:00
e43c4ecb56 Merge pull request #1664 from eikek/update/http4s-circe-0.23.14
Update http4s-circe, http4s-dsl to 0.23.14
2022-07-26 06:28:13 +00:00
0f980d71d6 Merge pull request #1663 from eikek/update/fs2-core-3.2.11
Update fs2-core, fs2-io to 3.2.11
2022-07-26 06:27:21 +00:00
50cb906e59 Update http4s-circe, http4s-dsl to 0.23.14 2022-07-26 06:14:34 +00:00
79acb9938e Update fs2-core, fs2-io to 3.2.11 2022-07-26 06:14:29 +00:00
e474505240 Merge pull request #1661 from eikek/update/jwt-circe-9.0.6
Update jwt-circe to 9.0.6
2022-07-23 06:30:15 +00:00