Hironsan
d4ecaa543f
Add a merge migration
4 years ago
Harm Weites
8232a6b035
Add in bash and symlink /usr/bin/python
Pip3 doesn't need to be symlinked as the creation of /usr/bin/pip is
done through installation of setuptools (or the pip upgrade).
4 years ago
dependabot[bot]
e37be8dde0
Bump websocket-extensions from 0.1.3 to 0.1.4 in /app/server/static
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
bf83280524
Bump django from 2.2.10 to 2.2.13 in /app
Bumps [django](https://github.com/django/django ) from 2.2.10 to 2.2.13.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.10...2.2.13 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Yuri Baburov
b6aed7f3ec
Show annotation verification status with thumbs up icon on the left side view.
4 years ago
Yuri Baburov
19c8dc4fe1
Display newlines for sequence-labeling projects in old frontend
4 years ago
Sergey Kolesnikov
1df7cab04d
Dockerfile cleanup
4 years ago
Harm Weites
44d9ef1195
Extremely simple /v1/health endpoint
Anonymous endpoint that may be used by a container platform to verify
availability of the application.
Simply returns: HTTP/200 {"status":"green"}
Future iterations could extend this into reflecting status of
dependencies like database connections.
4 years ago
Harm Weites
b2ba6354c2
Use Alpine as root image
4 years ago
Christian Gill
20d16c8ea8
Update exception raising
critical errors are now raised
Co-authored-by: Alexander Kurakin <kuraga333@mail.ru>
4 years ago
Christian Gill
586cfbe5dc
add logging for password reset
4 years ago
Christian Gill
86252aa314
fix code style
4 years ago
Christian Gill
890d7659e5
avoid error all together
4 years ago
Christian Gill
2581f8ab4d
join errors to one exception
4 years ago
Christian Gill
13a3ec4ef4
catch exception commanderror to avoid 'that username is already taken' in startup
4 years ago
Christian Gill
79449b7c78
change of permission for annotation edits
4 years ago
Hironsan
d2f6706a37
Add CORS whitelist
4 years ago
tusharmakkar08
0c2cc3909b
Fixing test case
4 years ago
tusharmakkar08
62c1ed5644
Added user completed data
4 years ago
Hironsan
63044f942b
Enable to display non-ascii metadata, resolves #513
4 years ago
Hironsan
0a0a3320ef
Add LabelUploadAPI
4 years ago
Hironsan
fce1703f82
Add API document generator, resolves #299 , resolves #646
4 years ago
Hironsan
1f4f491023
Fix duplicate key error, resolve #589
4 years ago
Hironsan
a4781beaa6
Enable to use digits as shortcut keys and resolve #599
4 years ago
Hironsan
357287f3f8
Update repository name
4 years ago
Hironsan
5d071f7cc5
Update security vulnerabilities
4 years ago
dependabot[bot]
b404d71070
Bump django from 2.1.11 to 2.2.10 in /app
Bumps [django](https://github.com/django/django ) from 2.1.11 to 2.2.10.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.1.11...2.2.10 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Hironsan
f07a121d52
Add docker compose config to setup development environment quickly
4 years ago
Clemens Wolff
e0ec1232d2
Add single-class-classification mode
4 years ago
Clemens Wolff
c9d12e6cb2
Inline getAnnotations function
4 years ago
Hironsan
65e80b89e2
Specify sort order not to change document order when it is checked
4 years ago
Clemens Wolff
5c1a5e0a84
Fix codacy
4 years ago
Clemens Wolff
3492874d5e
Enable import of CSVs with arbitrary column order
4 years ago
Clemens Wolff
b0f6308d97
Ensure fields are consistent
4 years ago
Clemens Wolff
af8ca8de19
Ensure read_only_fields are consistent
4 years ago
Clemens Wolff
73ea4f1912
Fix spacing
4 years ago
Clemens Wolff
1fb6aea532
Ensure collaborative_annotation is shown in admin
4 years ago
Clemens Wolff
290e2cafd1
Make statistics respect collab flag
4 years ago
Clemens Wolff
e5d04947df
Make document filter respect collab flag
4 years ago
Clemens Wolff
70b63b68ee
Extract list documents test helper
4 years ago
Clemens Wolff
945d0b412e
Extract _patch_project helper
4 years ago
Clemens Wolff
9f1bd5b2e5
Add test for document filter
4 years ago
Clemens Wolff
43146e2ecb
Simplify test for statistics API
4 years ago
Clemens Wolff
38e163cec3
Ensure comment updated is reflected in Vue
4 years ago
Clemens Wolff
dc2e264108
Make activation instructions more explicit
4 years ago
Clemens Wolff
945a712d23
Fix hard-coded scheme in account activation email
4 years ago
Clemens Wolff
ef8a77f747
Enable configuring email backend via environment
4 years ago
Clemens Wolff
b108b71c36
Simplify comment serialization
4 years ago
Clemens Wolff
331e12ff28
Hide special metadata values from display
4 years ago
Clemens Wolff
afa38da344
Fix codacy
4 years ago