Commit Graph

3854 Commits

Author SHA1 Message Date
e47396182d Fix obvious things and add search summary 2022-05-31 19:56:45 +02:00
1266cdefe1 Prepare for new search logic with feature toggle 2022-05-30 22:45:46 +02:00
04ccad2ce0 Temporary table support for holding fts results 2022-05-29 22:33:50 +02:00
671230a9aa Streamline database tests 2022-05-29 00:09:51 +02:00
42435c693a Add a db type for db specific things 2022-05-28 17:19:33 +02:00
4b2752535c Merge pull request #1576 from eikek/fix/addon-zip
Fix detecting addons from zip file
2022-05-27 21:02:33 +00:00
4ce64d2841 Fix detecting addons from zip file
Also set the default to `collectOutput` where it would parse the
output of an addon.
2022-05-27 22:44:05 +02:00
e56e313cb9 Merge pull request #1574 from eikek/fix/search-limit-cap
Include limit-capped flag with search response
2022-05-26 20:46:35 +00:00
50edf13f94 Include limit-capped flag with search response
The server defines a `limit` value and search requests are capped to
this limit if their requested value exceeds it. If this happens it is
now returned with the search response (clients can print a warning).

Closes: #1358
2022-05-26 22:24:56 +02:00
f8baf44c09 Merge pull request #1573 from eikek/addon-fix-scheduled
Enable/disable user task based on addon run config
2022-05-26 10:20:06 +00:00
7b281a0162 Enable/disable user task based on addon run config 2022-05-26 10:39:38 +02:00
3d24381f97 Merge pull request #1572 from eikek/docker-migrations
Another try fixing the zlib issue in docker images
2022-05-25 22:09:59 +00:00
5cd5ba46af Another try fixing the zlib issue in docker images
zlib 1.2.12-r0 is not working with openjdk, it affects the checksum
calculation of the db migrations. It must be at least 1.2.12-r1. For
some reason joex has this newer version, but the restserver image not.
They are installed explicitely now on both images.

That's why the migration is now disabled on rest-server in the
docker-compose file. It is ok if this is run on one server. It can now
happen that on first start joex is migrating the db and the restserver
tries to do things that don't work yet - it is a corner case. This is
removed with the next version.

Refs: #1517
2022-05-25 23:49:58 +02:00
35d677dfbf Merge pull request #1569 from scala-steward/update/http4s-circe-0.23.12
Update http4s-circe, http4s-dsl to 0.23.12
2022-05-25 18:22:31 +00:00
3fa51ff4ba Merge pull request #1571 from scala-steward/update/http4s-blaze-client-0.23.12
Update http4s-blaze-client, ... to 0.23.12
2022-05-25 04:33:55 +00:00
63b0d773d8 Update http4s-blaze-client, ... to 0.23.12 2022-05-25 06:19:35 +02:00
f397fda88e Merge pull request #1570 from scala-steward/update/sbt-sonatype-3.9.13
Update sbt-sonatype to 3.9.13
2022-05-25 01:41:01 +00:00
8be798b485 Update sbt-sonatype to 3.9.13 2022-05-25 03:28:31 +02:00
30954a46b9 Update http4s-circe, http4s-dsl to 0.23.12 2022-05-25 03:28:24 +02:00
372244b403 Merge pull request #1568 from scala-steward/update/swagger-ui-4.11.1
Update swagger-ui to 4.11.1
2022-05-24 19:38:30 +00:00
f5d34bde9b Update swagger-ui to 4.11.1 2022-05-24 21:25:34 +02:00
1f06274ac8 Merge pull request #1567 from scala-steward/update/postgresql-42.3.6
Update postgresql to 42.3.6
2022-05-24 16:29:35 +00:00
bc21673440 Update postgresql to 42.3.6 2022-05-24 18:16:34 +02:00
497b6ff98b Merge pull request #1566 from eikek/fix-addon-newitem
Fixes related to addons
2022-05-23 21:45:20 +00:00
6c57077d68 Fixes related to addons
- Fix applying new-items from addon results
- Notify joex when a scheduled addon is updated
2022-05-23 23:28:54 +02:00
2dedb6d7a1 Nix module: use flakes enabled nix command 2022-05-22 20:15:19 +02:00
004daf96a2 Docker: Add db container as dependencies in compose file 2022-05-22 17:43:47 +02:00
be3a8b33de Merge branch 'current-docs' 2022-05-22 13:43:50 +02:00
e5c761f7e0 Fix links in changelog due to page moves, fix doc title 2022-05-22 13:36:59 +02:00
284bbe9d41 Change headline in post 2022-05-22 13:10:00 +02:00
4f925a6b93 Fix dead link in docs 2022-05-22 12:37:43 +02:00
3f0c21e429 Set version to 0.37.0-SNAPSHOT 2022-05-22 12:04:48 +02:00
b0ebf8b390 Update nix setup 2022-05-22 12:04:02 +02:00
f593b76389 Set version to 0.36.0 2022-05-22 10:11:11 +02:00
eb6a36f900 Update build.nix 2022-05-22 10:06:42 +02:00
b84881c083 Add nix options for addons 2022-05-22 10:06:42 +02:00
86d026cd63 Add changelog for 0.36.0 2022-05-22 10:06:42 +02:00
63814fa647 Merge pull request #1564 from scala-steward/update/scribe-3.8.3
Update scribe, scribe-slf4j to 3.8.3
2022-05-22 04:26:03 +00:00
e2b2ba75a3 Update scribe, scribe-slf4j to 3.8.3 2022-05-22 06:11:03 +02:00
8ef461ca04 Merge pull request #1563 from eikek/flyway-repair
Configure run/repair db migrations
2022-05-21 22:22:48 +00:00
3764f9265b Configure run/repair db migrations
Refs: #1517
2022-05-22 00:07:36 +02:00
79688c7711 Merge pull request #1562 from eikek/docker-settings
Add more default docker settings
2022-05-21 18:43:29 +00:00
e0f13352a4 Add more default docker settings
Some more common settings are added to apply changes more
conveniently.

Refs: #1530
Refs: #1551
2022-05-21 20:26:32 +02:00
ad658806ff Merge pull request #1561 from eikek/ui-tweaks
UI tweaks
2022-05-21 17:05:33 +00:00
a156fc4e0b Show dashboard box headers in bold not italic
Closes: #1531
2022-05-21 18:52:42 +02:00
084dcef996 Move default config into separate file 2022-05-21 17:00:27 +02:00
9ef8d2ccc8 Merge pull request #1556 from scala-steward/update/circe-core-0.14.2
Update circe-core, circe-generic, ... to 0.14.2
2022-05-21 14:51:26 +00:00
7a2491a61e Split out separate circe versions 2022-05-21 16:36:27 +02:00
37bdbbb435 Merge pull request #1560 from scala-steward/update/sbt-github-pages-0.10.0
Update sbt-github-pages to 0.10.0
2022-05-21 13:25:55 +00:00
2dee16db1f Update sbt-github-pages to 0.10.0 2022-05-21 15:13:51 +02:00