1674 Commits

Author SHA1 Message Date
Eike Kettner
b57ceb6764 Use jdk11 in nix packages 2021-01-12 01:09:15 +01:00
Eike Kettner
f18b763dee Merge branch 'current-docs' 2021-01-12 00:16:41 +01:00
Eike Kettner
a40779d73a Fix external link 2021-01-12 00:15:37 +01:00
Eike Kettner
c18c5db717 Remove space in changelog that breaks formatting 2021-01-12 00:14:07 +01:00
Eike Kettner
54bd75e99e Set version to 0.19.0-SNAPSHOT 2021-01-11 23:27:47 +01:00
Eike Kettner
646eedadf7 Update nix setup 2021-01-11 23:24:29 +01:00
Eike Kettner
0d1b55a205 Set version to 0.18.0 2021-01-11 22:39:40 +01:00
Eike Kettner
83c89d0678 Update changelog date 2021-01-11 22:39:40 +01:00
Eike Kettner
d77b5855e4 Set default pool-size to 1 2021-01-11 22:30:59 +01:00
Eike Kettner
8910ac6954 Add docs for file processing 2021-01-11 22:30:59 +01:00
Eike Kettner
96c337f7db Update screencasts in documentation 2021-01-11 21:38:13 +01:00
Eike Kettner
31fe4f817a Update documentation 2021-01-11 21:38:13 +01:00
Eike Kettner
8cf1e38323 Update Changelog 2021-01-11 21:38:13 +01:00
Eike Kettner
38ae7a9027 Make source a quick link on card and detail 2021-01-11 21:37:36 +01:00
mergify[bot]
63535408c9
Merge pull request #564 from scala-steward/update/flyway-core-7.5.0
Update flyway-core to 7.5.0
2021-01-11 15:43:40 +00:00
Scala Steward
b86783a4a8
Update flyway-core to 7.5.0 2021-01-11 16:22:39 +01:00
Eike Kettner
33458766fe Correcty reset search menu when clicking on custom-field quick link 2021-01-11 14:03:23 +01:00
Eike Kettner
35277d9dbf Merge branch 'current-docs' 2021-01-11 13:24:10 +01:00
mergify[bot]
1b79d7b36d
Merge pull request #563 from eikek/tag-menu-fixes
Tag menu fixes
2021-01-11 12:22:18 +00:00
Eike Kettner
7beda302b2 Fix and improve tag search menu
Show also "empty tags", where the count is 0. Before only tags with a
count > 0 were displayed. When searching this is fine, but when using
drag&drop to attach tags to items, it is good to see all. They can be
hidden via a button.

The tags are now ordered by their count descending, but regarding to
the overall count – not the current view. Otherwise the tags are
reordered when clicking on them, which is confusing. Also it then
shows the "more important" (most used) tags first, even when the
result is a subset.

A fix was made related to updating the menu. When coming back from
the detail view where a tag with prior count=0 was associated, the
menu didn't show it, because it relied on a previous state, where this
tag were not included.
2021-01-11 13:01:38 +01:00
Eike Kettner
3fccc3df39 Return all tags in search stats result
Before only tags with a count > 0 were included. Now those that have
not attached to any item are returned as well.
2021-01-11 12:13:13 +01:00
mergify[bot]
3d164206d3
Merge pull request #562 from eikek/date-proposals
Date proposals
2021-01-10 08:45:39 +00:00
Eike Kettner
75986c461f Fix ner date label boundary reporting 2021-01-10 09:10:39 +01:00
Eike Kettner
fb05e997ab Provide multiple date suggestions for English
Issue: #561
2021-01-10 09:02:26 +01:00
mergify[bot]
71f0320830
Merge pull request #558 from eikek/scanmailbox-fix
Scanmailbox fix
2021-01-09 14:28:22 +00:00
Eike Kettner
bddafa7d28 Fix looping over already seen mails when they are skipped
When skipping mails due to a filter, it must still enter the
post-handling step. Otherwise it will be seen again on next run.

Issue: #551
2021-01-09 15:07:18 +01:00
Eike Kettner
d712f8303d Make glob matching case-insensitive by default 2021-01-09 13:23:15 +01:00
mergify[bot]
5fe727e522
Merge pull request #555 from eikek/ui-issues
UI issues
2021-01-09 01:15:32 +00:00
Eike Kettner
cbca4d234f Fix scrolling to card
That was broken due to the independent scroll in commit #bcb1b8.
2021-01-09 02:00:01 +01:00
Eike Kettner
cef1c38cc4 Restrict height of job output 2021-01-09 01:49:55 +01:00
Eike Kettner
0abd7dea10 Fix scrolling to top in detail view 2021-01-09 01:16:59 +01:00
Eike Kettner
c0d7aba5d5 Improve selecting attachments of an item
Use a list of small thumbnails instead of just names.

Closes: #396
2021-01-09 01:16:59 +01:00
Eike Kettner
9bc2084499 Allow to click on custom fields in detail view
Closes: #514
2021-01-09 01:16:59 +01:00
Eike Kettner
48d182667d Harmonize login and register page 2021-01-09 01:16:59 +01:00
Eike Kettner
752c8f9be2 Show new-invite as normal page 2021-01-09 01:16:59 +01:00
Eike Kettner
bcb1b87fc0 Enable independent scrolling of search menu and list
Fixes some other minor css issues.

Closes: #541
2021-01-09 01:16:59 +01:00
Eike Kettner
3c12e3678f Allow to search for * in custom date fields
This requires to pass the raw input through to the caller.

Closes: #550
2021-01-09 01:16:59 +01:00
eikek
305f838239
Merge pull request #552 from bjeanes/dc-scale-joex
Allow scaling joex with `docker-compose up --scale`
2021-01-09 01:15:15 +01:00
eikek
c1a599af7d
Merge pull request #553 from bjeanes/patch-1
Fix typo
2021-01-09 01:06:29 +01:00
Bo Jeanes
14dacaa837
Fix typo 2021-01-09 10:41:53 +11:00
Bo Jeanes
36c29812c7 Allow scaling joex with docker-compose up --scale
Container name can't be hard coded and each joex instance needs a unique
name. Since Docker always sets the `HOSTNAME` variable and these are
unique, we can just interpolate the hostname into the joex app
identifier, to avoid creating multiple config files.
2021-01-09 10:33:11 +11:00
mergify[bot]
f46eb5f967
Merge pull request #549 from scala-steward/update/bitpeace-core-0.6.0
Update bitpeace-core to 0.6.0
2021-01-07 23:52:06 +00:00
Scala Steward
4d9b84ac3b
Update bitpeace-core to 0.6.0 2021-01-08 00:18:05 +01:00
Eike Kettner
716252721c Fix cache clearing
It must be cancelled when obtaining a pipeline.
2021-01-07 23:31:01 +01:00
mergify[bot]
a87500bf78
Merge pull request #548 from scala-steward/update/calev-core-0.4.1
Update calev-core, calev-fs2 to 0.4.1
2021-01-07 01:40:49 +00:00
Scala Steward
105f8fa5f7
Update calev-core, calev-fs2 to 0.4.1 2021-01-07 02:16:41 +01:00
Eike Kettner
f7ffa10b07 Fix docker build
Currently these commands should be run in a single sbt session, since
the first one sets the elm compilation mode to "prod". Makes the js a
bit smaller removing debug infos.
2021-01-07 00:39:36 +01:00
mergify[bot]
b28cf74a72
Merge pull request #547 from eikek/joex-memory
Joex memory
2021-01-06 23:09:01 +00:00
Eike Kettner
a563ba33e7 Add new joex option to nix module 2021-01-06 23:06:13 +01:00
Eike Kettner
a670bbb6c2 Make idle interval when clearing nlp cache configurable 2021-01-06 23:03:00 +01:00