Patrick Jentsch
|
63217a7e1d
|
Fix uploading corpus files
|
2022-04-13 09:08:11 +02:00 |
|
Patrick Jentsch
|
99ddd2e3dd
|
normalize forms
|
2022-04-12 16:11:24 +02:00 |
|
Patrick Jentsch
|
ce997e69ea
|
Rename all services, use scss, cleanup, add sandpaper conversion script
|
2022-04-04 13:31:09 +02:00 |
|
Patrick Jentsch
|
df6ab3991c
|
Use enums where appropriate. This commit includes new migrations that are NOT compatible with older nopaque instances
|
2022-02-08 12:26:20 +01:00 |
|
Patrick Jentsch
|
fe938c0ca2
|
Big update, corpus analysis reworked, versioned services, preliminary work for contributions
|
2022-02-03 12:39:16 +01:00 |
|
Patrick Jentsch
|
3d99b8770c
|
Codestyle enhancements
|
2021-12-08 14:45:05 +01:00 |
|
Patrick Jentsch
|
63527da37f
|
Use Flask-Hashids package
|
2021-12-08 11:25:33 +01:00 |
|
Patrick Jentsch
|
82745629bc
|
Bug fixes
|
2021-12-01 16:03:55 +01:00 |
|
Patrick Jentsch
|
72ba61f369
|
Only reveal hashids to the ui
|
2021-11-30 16:22:16 +01:00 |
|
Patrick Jentsch
|
904747ec66
|
Add dependencies and missing exception handling
|
2021-11-18 08:39:56 +01:00 |
|
Patrick Jentsch
|
f6c2292e03
|
Big Corpus analysis update
|
2021-11-16 15:23:57 +01:00 |
|
Patrick Jentsch
|
5469bd0ec1
|
Don't use module level logger functions
|
2021-09-16 11:15:31 +02:00 |
|
Patrick Jentsch
|
1b342d5159
|
Use gunicorn as the default webserver
|
2021-09-15 14:15:23 +02:00 |
|
Patrick Jentsch
|
def01d474e
|
Add UTC flag to date strings
|
2021-09-14 12:51:49 +02:00 |
|
Patrick Jentsch
|
4950a407af
|
rename blueprint variables (blueprint_name -> bp) and view files (views.py -> routes.py)
|
2021-09-13 11:45:43 +02:00 |
|
Patrick Jentsch
|
9d59aa3409
|
Move event handlers to a dedicated event directory
|
2021-09-07 13:50:23 +02:00 |
|
Patrick Jentsch
|
0861d931ce
|
Add an abort criterion when exporting query results
|
2021-08-24 09:50:32 +02:00 |
|
Patrick Jentsch
|
a5782f932c
|
Do not manually emit corpus changes via socket.
|
2021-08-23 12:29:31 +02:00 |
|
Patrick Jentsch
|
c7b2c413d3
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development
|
2021-08-23 11:04:10 +02:00 |
|
Patrick Jentsch
|
fd5fcf9821
|
Change exception handling in corpus analysis
|
2021-08-23 11:04:09 +02:00 |
|
Patrick Jentsch
|
1a59b19124
|
Handle all ressource events with unified sqlalchemy event handlers.
|
2021-08-20 14:41:40 +02:00 |
|
Patrick Jentsch
|
98a43ec86f
|
Use sqlalchemy events to emit jsonpatches to the client.
|
2021-08-18 15:11:11 +02:00 |
|
Patrick Jentsch
|
d6ab379418
|
Change directory structure (move ./nopaque/* to ./)
|
2021-07-20 15:07:42 +02:00 |
|
Patrick Jentsch
|
cb2b64fa9d
|
integrate nopaque repo
|
2020-06-05 14:42:04 +02:00 |
|
Stephan Porada
|
cb8f3faae0
|
Add curren ttoken and max token nr
|
2020-05-04 12:08:43 +02:00 |
|
Stephan Porada
|
1350e6ddd6
|
Add metadata object on analysis
|
2020-04-30 14:45:54 +02:00 |
|
Stephan Porada
|
d54a3d3f33
|
First metadata addition
|
2020-04-29 16:15:11 +02:00 |
|
Stephan Porada
|
eb5e5c3253
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
|
2020-04-27 16:16:59 +02:00 |
|
Stephan Porada
|
deda16f0f5
|
Add meta data recv after corpus analysis init
|
2020-04-27 16:16:57 +02:00 |
|
Patrick Jentsch
|
c67c033aec
|
Rework notification system
|
2020-04-27 15:22:20 +02:00 |
|
Patrick Jentsch
|
98fecacb11
|
use cqi from pypi
|
2020-04-24 15:44:40 +02:00 |
|
Patrick Jentsch
|
7fc1084749
|
Add notifications on status changes of jobs and corpora
|
2020-04-24 15:22:04 +02:00 |
|
Patrick Jentsch
|
3a989534cf
|
Make the app arg in @background functions a bit less magical
|
2020-04-23 08:35:18 +02:00 |
|
Patrick Jentsch
|
edc0b34032
|
Process corpus files in task, not in database model
|
2020-04-23 07:56:23 +02:00 |
|
Patrick Jentsch
|
bb8a542eed
|
Small fixes
|
2020-04-22 09:29:45 +02:00 |
|
Patrick Jentsch
|
60cc93a806
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
|
2020-04-21 18:34:27 +02:00 |
|
Patrick Jentsch
|
bc27744946
|
Create and use a decorator for background functions
|
2020-04-21 18:34:21 +02:00 |
|
Stephan Porada
|
c7f7036306
|
Visual fix
|
2020-04-21 10:41:08 +02:00 |
|
Patrick Jentsch
|
29f1be5c80
|
Delete functions should not throw an error, if the ressource does not exists. -> Consider it as deleted if does not exist
|
2020-04-21 10:27:42 +02:00 |
|
Stephan Porada
|
78f93a884b
|
Move down from 100 to 50 words lr context
|
2020-04-20 15:09:08 +02:00 |
|
Stephan Porada
|
6126477825
|
Finalize inspect view display options
|
2020-04-20 13:48:40 +02:00 |
|
Stephan Porada
|
2eb3d2f03e
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
|
2020-04-20 09:59:34 +02:00 |
|
Patrick Jentsch
|
5fa1ba385b
|
Update
|
2020-04-17 16:00:40 +02:00 |
|
Patrick Jentsch
|
3aafe664a3
|
Add macros and use them
|
2020-04-17 11:04:09 +02:00 |
|
Stephan Porada
|
9145265e4b
|
Add expert mode and higlight sentences switch to inspect. WIP
|
2020-04-16 15:06:03 +02:00 |
|
Patrick Jentsch
|
fede774196
|
Change nopaque upload forms. Add corpus file form has an upload progress bar now.
|
2020-04-16 09:40:38 +02:00 |
|
Patrick Jentsch
|
20d4d1c0b3
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
|
2020-04-15 14:57:19 +02:00 |
|
Patrick Jentsch
|
f264b27ae5
|
Change validation process (currently broken)
|
2020-04-15 14:57:17 +02:00 |
|
Stephan Porada
|
68eb1d1972
|
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
|
2020-04-15 14:55:36 +02:00 |
|
Stephan Porada
|
9031ca5845
|
New context options
|
2020-04-15 14:55:29 +02:00 |
|