Commit Graph

3419 Commits

Author SHA1 Message Date
90e52efbff Remove store dependency from scheduler api 2022-03-13 15:20:33 +01:00
3a05dc56cb Refactor scheduler into api / impl 2022-03-13 15:20:33 +01:00
69765f05ff Move user task to scheduler module 2022-03-13 15:20:33 +01:00
83d3644b39 Move job queue to scheduler-api and fix notification of periodic tasks 2022-03-13 15:20:33 +01:00
aafd908906 Adopt code to use moved schedule api 2022-03-13 15:20:33 +01:00
0ce3abb3ff Move scheduler code into separate module 2022-03-13 15:20:33 +01:00
0739957fd7 Fix package name 2022-03-13 15:20:33 +01:00
cd3db6ea08 Run file integrity check in house keeping tasks 2022-03-13 15:20:33 +01:00
b71085761b Add some docs to file backends 2022-03-13 15:20:33 +01:00
290b4ca58b Provide tasks with ability to return data and human message
To allow better communication from background tasks, tasks can return
not only data (json), but also a human readable message which is send
via notification channels
2022-03-12 12:58:34 +01:00
c1ce0769eb Check file integrity 2022-03-12 12:58:34 +01:00
422c0905dc Add task to copy files 2022-03-12 12:58:28 +01:00
e82b00c582 Use different file stores based on config 2022-03-12 12:19:00 +01:00
c812ea1009 Store files in different binary stores 2022-03-12 12:18:58 +01:00
d3ef4b6166 Moved route definitions in RestApp 2022-03-12 12:18:36 +01:00
1b3b24eb7d Merge pull request #1442 from scala-steward/update/calev-circe-0.6.3
Update calev-circe, calev-core to 0.6.3
2022-03-11 23:30:53 +00:00
a1540a23d7 Update calev-circe, calev-core to 0.6.3 2022-03-12 00:14:44 +01:00
ca0e39d17f Merge branch 'master' into update/calev-circe-0.6.3 2022-03-12 00:14:41 +01:00
a1a8bc6e68 Revert commit(s) 58c01459 2022-03-12 00:14:41 +01:00
fb01ae91ae Merge pull request #1441 from scala-steward/update/binny-core-0.4.0
Update binny-core, binny-jdbc, binny-minio to 0.4.0
2022-03-11 21:26:11 +00:00
58c014591c Update calev-circe, calev-core to 0.6.3 2022-03-11 22:12:47 +01:00
41231f4b12 Update binny-core, binny-jdbc, binny-minio to 0.4.0 2022-03-11 22:12:32 +01:00
836b087c0f Merge pull request #1439 from scala-steward/update/scribe-3.8.2
Update scribe to 3.8.2
2022-03-09 01:25:27 +00:00
664431cc1e Update scribe to 3.8.2 2022-03-09 02:11:43 +01:00
f5df68954c Merge pull request #1438 from scala-steward/update/cats-effect-3.3.7
Update cats-effect to 3.3.7
2022-03-08 12:43:24 +00:00
5639aeb97b Update cats-effect to 3.3.7 2022-03-08 13:27:46 +01:00
ffb78d1265 Set version to 0.34.0-SNAPSHOT 2022-03-06 14:28:06 +01:00
ca69b7a4d3 Update nix setup 2022-03-06 14:26:42 +01:00
aafa73e724 Set version to 0.33.0 2022-03-06 13:51:23 +01:00
131d6b5346 Merge branch 'current-docs' into release/0.33 2022-03-06 13:49:31 +01:00
e833f13111 Add changelog 2022-03-06 13:48:54 +01:00
e6777df5f2 Log flywaydb migrations 2022-03-06 13:43:01 +01:00
d0805d133a Upgrade npm packages 2022-03-06 13:12:37 +01:00
427df0b33d Make caret visible in list view 2022-03-06 13:12:37 +01:00
8cd3e5efdd Merge pull request #1435 from eikek/docker-on-arm
Docker on arm
2022-03-05 21:21:22 +00:00
a6759a4f70 Use openjdk8 on alpine for arm64 and arm/v7 2022-03-04 21:51:40 +01:00
404e82647c Merge pull request #1434 from scala-steward/update/flyway-core-8.5.2
Update flyway-core, flyway-mysql to 8.5.2
2022-03-04 15:27:28 +00:00
32bd4e82da Update flyway-core, flyway-mysql to 8.5.2 2022-03-04 16:13:43 +01:00
88c30e1824 Merge pull request #1432 from eikek/renovate/tailwindcss-forms-0.x
Update dependency @tailwindcss/forms to ^0.5.0
2022-03-03 08:11:33 +01:00
3820404f73 Update dependency @tailwindcss/forms to ^0.5.0 2022-03-02 22:06:31 +00:00
43a1e5b417 Merge pull request #1433 from eikek/fixups
Minor improvements
2022-03-02 21:40:09 +00:00
a3569598d8 Minor improvements
- use a one-line log format
- load templates only once
- fixed typos
- fix reset timezone in ui settings
- hide bookmarks headline if there are none
2022-03-02 22:22:54 +01:00
660b9d2749 Update actions/checkout action to v3 2022-03-02 04:38:24 +00:00
27025715f4 Merge pull request #1431 from scala-steward/update/scribe-3.8.1
Update scribe, scribe-slf4j to 3.8.1
2022-03-01 23:25:58 +00:00
9c9c1b87f7 Update scribe, scribe-slf4j to 3.8.1 2022-03-02 00:12:26 +01:00
0169e72f66 Merge pull request #1430 from eikek/time-zones
Time zones
2022-03-01 22:33:40 +00:00
9e404ca4e9 Change icon for select/deselect 2022-03-01 23:15:59 +01:00
9545431d59 Allow the user to set time zone
Fix timezone handling for periodic tasks
2022-03-01 23:15:59 +01:00
6f7eafcebc Require a time zone when formatting date-times 2022-03-01 22:03:39 +01:00
6d822a0769 Remove Util.Time module, useing Message.DateFormat 2022-03-01 21:58:13 +01:00