Christian Gill
303f9851c4
allow for uploading empty label
testcase for empty label
4 years ago
Christian Gill
62f373f061
implement feedback
4 years ago
Christian Gill
f1ff2f6066
fix csv testcases to overlook missing labels
4 years ago
Christian Gill
43043e302b
add testcase for csv upload
4 years ago
Christian Gill
78d7575886
allow rows to contain less data than columns suggest
4 years ago
Hiroki Nakayama
6b176d41e1
Merge pull request #843 from kuraga/patch-7
apk and pip: turn off caching
4 years ago
Alexander Kurakin
1ef215babe
apk and pip: turn off caching
4 years ago
Hiroki Nakayama
95344e5629
Merge pull request #841 from CoronaWhy/fix/aws-deploy
Fix aws deploy
4 years ago
Hiroki Nakayama
7aa790a7e6
Merge pull request #838 from cthoyt/patch-1
Improve home page text
4 years ago
Maksym Komar
92016a956b
Fix user admin creation in awsdeploy.yml
4 years ago
Maksym Komar
b8e49b90f7
Add docker image name setting to awsdeploy.yml
4 years ago
Maksym Komar
86dd316a46
Add From: email setting to awsdeploy.yml
4 years ago
Maksym Komar
5291f9d030
Add workers count setting to awsdeploy.yml
4 years ago
Maksym Komar
cc5be2f5ce
Add e-mail setting to awsdeploy.yml
4 years ago
Charles Tapley Hoyt
f12c30d02f
More grammar fixes
4 years ago
Charles Tapley Hoyt
fc3b506575
Improve grammar
4 years ago
Hiroki Nakayama
676a37137b
Merge pull request #837 from doccano/fix/migrationConflict
Add a merge migration
4 years ago
Hironsan
d4ecaa543f
Add a merge migration
4 years ago
Hiroki Nakayama
a6f0d0ecf7
Merge pull request #489 from CatalystCode/enhancement/single-class-classification
Enhancement/Single class classification
4 years ago
Hiroki Nakayama
1c6806672d
Merge pull request #301 from CatalystCode/enhancement/auth-middleware
Added middleware that enables automatic login based on HTTP headers
4 years ago
Hiroki Nakayama
60cb3412d8
Merge pull request #495 from CatalystCode/feature/speech-to-text
Feature/Speech to text transcription
4 years ago
Hiroki Nakayama
15c107b815
Merge branch 'master' into feature/speech-to-text
4 years ago
Hironsan
8ade54c777
Merge branch 'master' into pull/722
4 years ago
Hironsan
8d689aa745
Show loader when fetching data from the backend
4 years ago
Hiroki Nakayama
792f4ec1f3
Merge pull request #795 from harmw/alpine
Use Alpine as root image
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
Harm Weites
d6439635b5
Merge remote-tracking branch 'origin/master' into alpine
4 years ago
Hiroki Nakayama
42ff8337b0
Merge pull request #832 from kuraga/patch-1
FAQ correction
4 years ago
Alexander Kurakin
f1349e662b
FAQ correction
Sync with below instructions
4 years ago
Hironsan
b4c99b5503
Merge branch 'master' into pull/691
# Conflicts:
# frontend/components/organisms/layout/TheHeader.vue
4 years ago
Hironsan
532ce7d762
Show project name in the header
4 years ago
Hiroki Nakayama
96054aa952
Merge pull request #766 from cgill95/feature/annotation_approver_editing
change of permission for annotation edits
4 years ago
Hiroki Nakayama
7a838bef14
Merge pull request #821 from doccano/dependabot/pip/app/django-2.2.13
Bump django from 2.2.10 to 2.2.13 in /app
4 years ago
Hiroki Nakayama
ffb9d8fd9a
Merge pull request #823 from doccano/dependabot/npm_and_yarn/app/server/static/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4 in /app/server/static
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
Hiroki Nakayama
3577b0bcb6
Merge pull request #817 from buriy/fix_seq_labeling
Display newlines for sequence-labeling projects in old frontend
4 years ago
Hiroki Nakayama
84aca8cac1
Merge pull request #791 from harmw/issue-789
Remove legacy endpoint
4 years ago
Hiroki Nakayama
f3a21db3b0
Merge pull request #812 from Scitator/patch-1
Dockerfile cleanup
4 years ago
Hiroki Nakayama
5176606ad9
Merge pull request #801 from harmw/status-endpoint
Extremely simple /v1/health endpoint
4 years ago
Hiroki Nakayama
f444ab2ab7
Merge pull request #818 from buriy/show-approved-annotations
Show thumbs up icon for doc approved status on the left side view.
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
Harm Weites
719d001f3d
Remove legacy endpoint
As having this configured without a working backend will return dummy
data (projects) to the browser.
Fixes upstream #789
4 years ago
Hiroki Nakayama
73ac980186
Merge pull request #780 from kuraga/patch-2b
Update project_structure.md
4 years ago
Alexander Kurakin
bb530cc476
Fix
4 years ago
Hiroki Nakayama
f037d1b1fe
Merge pull request #781 from kuraga/patch-4b
Adding annotators documentation improvement
4 years ago