Commit Graph

1143 Commits

Author SHA1 Message Date
d8bb6dcba3 Dynamically configure cookie and base-url
When `base-url` is the default (i.e. localhost), the cookie is now
configured with the domain doing the request and the webapp is
configured to run requests against the host in the address bar of the
browser.
2020-09-13 14:05:20 +02:00
7104323e7e Add local/ to .gitignore 2020-09-13 11:48:31 +02:00
9b41ffe008 Fix zola version to 0.11.0
The newest version breaks inclusion of files in markdown.
2020-09-11 23:20:12 +02:00
7e3e3f6eee Fix zola version to 0.11.0
The newest version breaks inclusion of files in markdown.
2020-09-11 23:11:43 +02:00
f98d95a962 Merge pull request #251 from scala-steward/update/commons-io-2.8.0
Update commons-io to 2.8.0
2020-09-10 08:01:19 +00:00
b029957c3a Update commons-io to 2.8.0 2020-09-10 09:48:54 +02:00
29ddcccbba Use a base image for joex containing all the tools 2020-09-09 22:59:34 +02:00
5809f94d6f Set version to 0.12.0-SNAPSHOT 2020-09-09 22:32:54 +02:00
dc88fcb960 Update nix and docker setup 2020-09-09 22:31:35 +02:00
43f331841f Set version to 0.11.1 2020-09-09 21:45:16 +02:00
0651f2ca81 Update changelog 2020-09-09 21:45:16 +02:00
9c82f186d0 Add missing solr migration for french 2020-09-09 21:39:23 +02:00
31fae34595 Fix headline of config page 2020-09-09 21:19:03 +02:00
92b590e673 Merge pull request #249 from scala-steward/update/scalafmt-core-2.7.0
Update scalafmt-core to 2.7.0
2020-09-08 22:38:48 +00:00
c658677032 Autoformat 2020-09-09 00:29:32 +02:00
570b7de43f Update scalafmt-core to 2.7.0 2020-09-08 22:54:26 +02:00
567068d6c5 Merge pull request #248 from scala-steward/update/doobie-core-0.9.2
Update doobie-core, doobie-hikari to 0.9.2
2020-09-08 16:48:38 +00:00
807b69ae1c Update doobie-core, doobie-hikari to 0.9.2 2020-09-08 18:36:39 +02:00
9547d6ffac Allo setting jvm arguments in nixos modules 2020-09-08 18:07:04 +02:00
97757876d5 Fix formatting 2020-09-08 00:47:42 +02:00
6358b4eb75 Set version to 0.12.0-SNAPSHOT 2020-09-08 00:33:35 +02:00
8e5e198098 Update nix and docker setups 2020-09-08 00:32:17 +02:00
cc0416804b Set version to 0.11.0 2020-09-07 23:59:05 +02:00
0a8a320d2d Update changelog 2020-09-07 23:59:05 +02:00
5b456539ce Rewording website text 2020-09-07 23:59:05 +02:00
72569287ba Add fathom script
And fix output dir for elm compile
2020-09-07 23:59:05 +02:00
eb11b33028 Fix mariadb changsets 2020-09-07 20:02:50 +02:00
c9bd57592b Don't use test data if there is just one config
If classifier models cannot be compared, there is no reason to test.
2020-09-07 20:02:50 +02:00
2f9f981742 Merge pull request #247 from eikek/fix-db-migration
Fix db migration
2020-09-07 11:17:02 +00:00
76ccfb8a81 Only learn from confirmed items
Text classification should only learn from confirmed items. Log if
classification is disabled when processing an item.
2020-09-07 13:04:40 +02:00
cb1a9e0699 Use separate sql migration for h2 2020-09-07 13:04:29 +02:00
06879456a6 Change job priority on queue page 2020-09-05 18:50:58 +02:00
1dcccbcf7d Allow to hide classification settings in the webapp 2020-09-05 16:00:19 +02:00
5ae994e903 Remove sbt-mdoc plugin 2020-09-05 15:59:46 +02:00
ff2e7f5190 Merge pull request #245 from scala-steward/update/sbt-openapi-schema-0.6.2
Update sbt-openapi-schema to 0.6.2
2020-09-03 00:49:41 +00:00
019780ee39 Merge pull request #246 from scala-steward/update/yamusca-core-0.7.0
Update yamusca-core to 0.7.0
2020-09-03 00:49:36 +00:00
022b85efa2 Merge pull request #244 from scala-steward/update/bitpeace-core-0.5.1
Update bitpeace-core to 0.5.1
2020-09-03 00:48:25 +00:00
b0c966bdfa Update yamusca-core to 0.7.0 2020-09-03 02:37:17 +02:00
9e10890368 Update sbt-openapi-schema to 0.6.2 2020-09-03 02:37:11 +02:00
fc8f689e3d Update bitpeace-core to 0.5.1 2020-09-03 02:37:04 +02:00
81eba67c3d Merge pull request #243 from eikek/build-fixes
Build fixes
2020-09-02 23:39:31 +00:00
7a0f71604d Serve static files/assets preferring the gzip version 2020-09-03 01:29:09 +02:00
3b8500245f Provide gz version of web assets 2020-09-03 00:22:58 +02:00
8cb78e3dbe Merge pull request #242 from eikek/classifier
Classifier
2020-09-02 20:50:13 +00:00
afbe9554b6 Update joex nixos module 2020-09-02 22:23:12 +02:00
c3b62291ba Update website 2020-09-02 22:10:16 +02:00
145c308461 Update documentation 2020-09-02 21:22:30 +02:00
4309bd8dfd Some cleanup 2020-09-02 21:22:30 +02:00
f9fcee81a5 Add start-now button for train-classifier task 2020-09-02 21:22:22 +02:00
d0cfc0e58d Merge pull request #241 from scala-steward/update/sbt-scalafix-0.9.20
Update sbt-scalafix to 0.9.20
2020-09-02 16:49:47 +00:00