Commit Graph

3003 Commits

Author SHA1 Message Date
c9606d9c26 Update flyway-core to 7.7.0 2021-03-11 18:35:07 +01:00
de7a9099d9 Merge pull request #703 from scala-steward/update/sbt-sonatype-3.9.6
Update sbt-sonatype to 3.9.6
2021-03-11 05:45:24 +00:00
91182274ef Update sbt-sonatype to 3.9.6 2021-03-11 06:29:51 +01:00
c0e9597b73 Merge pull request #702 from eikek/docker-fix-joex-host
Docker: revert PR #522, use one single joex instance
2021-03-11 00:24:05 +00:00
a4462c626b Docker: revert PR #522, use one single joex instance
Reverts https://github.com/eikek/docspell/pull/552 to use a simpler
setup. Leave instructions to get back the more advanced setup provided
by PR #522. Also, #617 has more contextual info.

Fixes: #608
2021-03-11 01:02:13 +01:00
bda2ed0e13 Merge pull request #701 from scala-steward/update/emil-common-0.7.3
Update emil-common, emil-doobie, ... to 0.7.3
2021-03-10 23:39:13 +00:00
71a3d28967 Merge pull request #700 from scala-steward/update/bitpeace-core-0.7.0
Update bitpeace-core to 0.7.0
2021-03-10 23:38:18 +00:00
a961c74cd2 Update emil-common, emil-doobie, ... to 0.7.3 2021-03-11 00:24:11 +01:00
d72a07010d Update bitpeace-core to 0.7.0 2021-03-11 00:24:02 +01:00
2e9b948d37 Merge pull request #699 from eikek/small-improvements
Small improvements
2021-03-10 23:13:27 +00:00
274e433d9d Allow to change use enum for org/equipment 2021-03-10 23:55:18 +01:00
0229a867af Add a use colum to metadata entities 2021-03-10 23:55:18 +01:00
1a188afbd7 Re-add ui-version to keep browser resource cache in service-worker 2021-03-10 23:16:01 +01:00
a4a84abae5 Show errors from failed register request
Also include a `@` in the valid chars for "idents". This allows to use
an e-mail address as username.
2021-03-10 22:14:55 +01:00
70b5625c48 Add skip-duplicates to the request in ds.sh 2021-03-10 22:14:19 +01:00
6a63694a3e Convert unit tests to munit 2021-03-10 19:48:56 +01:00
8ff83656ce Merge pull request #698 from scala-steward/update/doobie-core-0.12.1
Update doobie-core to 0.12.1
2021-03-10 18:00:21 +00:00
13242ae6cc Update doobie-core to 0.12.1 2021-03-10 18:20:49 +01:00
7e7b6834f3 Merge pull request #697 from scala-steward/update/sbt-1.4.9
Update sbt to 1.4.9
2021-03-10 06:05:15 +00:00
b170d51e15 Update sbt to 1.4.9 2021-03-10 06:50:34 +01:00
fedc19d6bb Merge pull request #696 from eikek/remove-old-ui
Remove old UI
2021-03-09 22:12:26 +00:00
4ca68ebca4 Fix link in contribution.md 2021-03-09 22:45:29 +01:00
64e3cb04f3 Remove fomantic ui and ui-header handling 2021-03-09 22:45:29 +01:00
726cdf5d65 Update copyright notice
Add inclusion of source-code from cats-parse project
2021-03-09 21:14:48 +01:00
5c6e2c20bd Merge pull request #695 from scala-steward/update/doobie-core-0.12.0
Update doobie-core, doobie-hikari to 0.12.0
2021-03-09 20:10:16 +00:00
b95338e744 Remove old ui code in frontend 2021-03-09 20:40:49 +01:00
d4afce16f5 Update doobie-core, doobie-hikari to 0.12.0 2021-03-09 20:23:00 +01:00
ee694dc719 Merge pull request #694 from eikek/latvian-language
Add latvian language
2021-03-08 23:44:03 +00:00
9991ad5fcc Add latvian language 2021-03-09 00:23:17 +01:00
e4ef299582 Merge pull request #693 from eikek/query-lang
Query language
2021-03-08 22:32:39 +00:00
ba898e4af4 Add some docs for using queries 2021-03-08 23:01:28 +01:00
77a87782b7 Refactoring parser
- put all used strings in one place to have it easier to track
- don't use `$` for shortcuts, it's a detail not interesting to a
  user; now names must not clash (which is a good idea anyways)
- Added two more shortcuts `conc` and `corr`
2021-03-08 22:51:14 +01:00
e681ffa96f Extend query builder allowing more conditions
Before only a column or a dbfunction could be used in a condition. It
is now allowed for all `SelectExpr`.
2021-03-08 22:51:08 +01:00
f2081ac7b6 Merge pull request #692 from scala-steward/update/imageio-jpeg-3.6.4
Update imageio-jpeg, imageio-tiff to 3.6.4
2021-03-08 18:16:52 +00:00
5c40c2cae8 Update imageio-jpeg, imageio-tiff to 3.6.4 2021-03-08 18:30:31 +01:00
26c63711e0 Merge pull request #690 from scala-steward/update/sbt-1.4.8
Update sbt to 1.4.8
2021-03-08 09:41:11 +00:00
3c7eb01b7a Adding the fix for travis for newer sbt version from sbt website 2021-03-08 10:28:12 +01:00
b514b85f39 Improve parser error messages a bit 2021-03-08 10:26:39 +01:00
30c901ddf1 Add more ways to query for attachments
- find items with a specified attachment count
- find items by attachment id
2021-03-08 09:49:38 +01:00
4f5441e9f5 Update sbt to 1.4.8 2021-03-08 02:52:55 +01:00
2b2f913e85 Add checksum query expr 2021-03-08 01:53:21 +01:00
7b1ec97c97 Fix sort when using fulltext only 2021-03-08 00:47:15 +01:00
c6032ff279 Check query in client 2021-03-08 00:46:31 +01:00
31e2e99c36 Add a $year shortcut for selecting items within some year 2021-03-07 13:34:35 +01:00
7638dc5111 Flatten nested and/or queries 2021-03-07 12:36:51 +01:00
63d146c2de Resolve fulltext search queries the same way as before
For now, fulltext search is only possible when being the only term or
inside the root AND expression.
2021-03-07 09:40:47 +01:00
e2a53204e7 Merge pull request #680 from scala-steward/update/flyway-core-7.6.0
Update flyway-core to 7.6.0
2021-03-05 11:27:43 +00:00
aff0ea3a41 Update flyway-core to 7.6.0 2021-03-05 12:17:04 +01:00
1c834cbb77 Correctly compare numeric field values 2021-03-03 22:54:55 +01:00
d4006461f6 Serving scalajs artifacts and provide errors to js 2021-03-03 00:45:10 +01:00