Hiroki Nakayama
|
f0250dfda9
|
Merge pull request #1459 from dimidloc/fix-label-import
iss1348: fix colors when importing labels
|
3 years ago |
Hiroki Nakayama
|
537b3ab884
|
Merge pull request #1503 from doccano/dependabot/pip/django-3.2.5
Bump django from 3.2.4 to 3.2.5
|
3 years ago |
Hiroki Nakayama
|
d96c8da2ea
|
Merge pull request #1440 from rolisz/download
Return a Response with a status if the task is not yet ready.
|
3 years ago |
Hiroki Nakayama
|
8b4b8e7635
|
Merge pull request #1438 from rolisz/autolabeladmin
Add admin interface for AutoLabelingConfigs. Solves #1423
|
3 years ago |
Hiroki Nakayama
|
4ec4ca9b88
|
Merge pull request #1431 from youichiro/feature/move_later_to_copy_files
move later to copy files in Dockerfile.prod
|
3 years ago |
Hiroki Nakayama
|
7f359d7393
|
Merge pull request #1504 from youichiro/show_example_list_for_all_user
Display dataset page for all user
|
3 years ago |
youichiro
|
be4bc04783
|
Show buttons for uploading, downloading, and deleting datasets for admin only.
|
3 years ago |
youichiro
|
84bea12ba5
|
Don't redirect to the project page if the transition is to the dataset page.
|
3 years ago |
youichiro
|
af97b40820
|
Show a dataset link in the sidebar for all user
|
3 years ago |
dependabot[bot]
|
0fe4b9dab5
|
Bump django from 3.2.4 to 3.2.5
Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.4...3.2.5)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Hiroki Nakayama
|
3bf91c1e30
|
Merge pull request #1430 from SauceCat/feature/display_image
support image display and url handling
|
3 years ago |
Hiroki Nakayama
|
d3f54ce547
|
Merge pull request #1412 from scheiblr/master
put variables to .env file
|
3 years ago |
Hiroki Nakayama
|
34a8d83347
|
Merge pull request #1453 from youichiro/restrict_project_creation_to_staff_users
Restrict project creation to staff users
|
3 years ago |
youichiro
|
bbea3db22a
|
remove .node-version
|
3 years ago |
youichiro
|
ed37696a67
|
manage permissions with permission_classes
|
3 years ago |
Dimid Duchovny
|
d58cd28921
|
iss1348: fix colors when importing labels
Signed-off-by: Dimid Duchovny <dimidd@localize.city>
|
3 years ago |
youichiro
|
a6397eb5ec
|
fix setIsStaff
|
3 years ago |
Hiroki Nakayama
|
50db4e9f36
|
Merge pull request #1458 from ghontolux/fix/show-all-project-types-de-fr-zh
Fix: Show all Project Types (de, fr, zh) in Add Project Interface
|
3 years ago |
Gerhard Haß
|
d12125c41d
|
added missing project names (zh)
|
3 years ago |
Gerhard Haß
|
912c7ec210
|
added missing project type names for english and french
|
3 years ago |
youichiro
|
e5ad3c6f8b
|
update backend project view test
|
3 years ago |
youichiro
|
5f161ce241
|
don't display create and delete project button if user is not staff
|
3 years ago |
youichiro
|
147a1fe4fc
|
add isStaff state to auth Vuex store
|
3 years ago |
youichiro
|
46f9b73d5a
|
add is_staff column to user interfaces
|
3 years ago |
youichiro
|
4a879d3697
|
return user.is_staff in user API response
|
3 years ago |
youichiro
|
6c70092362
|
restrict project creation to staff users
|
3 years ago |
youichiro
|
832035da5b
|
add a new exception
|
3 years ago |
Hiroki Nakayama
|
80c855bc31
|
Merge pull request #1449 from youichiro/fix_typo_of_exception_name
Fix typo of exception name
|
3 years ago |
youichiro
|
ad221a6c2c
|
fix import order
|
3 years ago |
youichiro
|
c6dbab2ed6
|
fix typo
|
3 years ago |
Roland Szabo
|
2f47b8c4d6
|
Return a Response with a status if the task is not yet ready.
|
3 years ago |
Roland Szabo
|
0906e789f6
|
Sort imports
|
3 years ago |
Roland Szabo
|
d4cb96f4fd
|
Add admin interface for AutoLabelingConfigs. Solves #1423
Thanks to @uklft for the idea.
|
3 years ago |
youichiro
|
197d17182c
|
move later to copy files in Dockerfile.prod
|
3 years ago |
saucecat
|
0e40a5937f
|
support image display and url handling
|
3 years ago |
Hiroki Nakayama
|
cc36406848
|
Merge pull request #1413 from doccano/enhancement/autoLabeling
[Enhancement] Support image and speech auto labeling
|
3 years ago |
Hironsan
|
288cee34f2
|
Update speech-to-text page
|
3 years ago |
Hironsan
|
d99a6e3092
|
Update auto-labeling-pipeline
|
3 years ago |
Hironsan
|
0812f0c6d0
|
Update AutoLabelingConfigParameterTest API
|
3 years ago |
Hironsan
|
b534c2a55e
|
Update ConfigParameters.vue to upload a file
|
3 years ago |
Hironsan
|
db8b274157
|
Add FileField.vue to upload a file
|
3 years ago |
Hironsan
|
caf1ad222f
|
Update auto-labeling-pipeline
|
3 years ago |
Raphael Scheible
|
57286362ce
|
put variables to .env file
|
3 years ago |
Hironsan
|
dbb90d13a2
|
Update frontend to handle image auto labeling
|
3 years ago |
Hironsan
|
720f0d4f00
|
Change AutoLabelingAnnotation API url
|
3 years ago |
Hironsan
|
25989c265d
|
Update AutoLabelingAnnotation API to handle image data
|
3 years ago |
Hironsan
|
7992092c83
|
Add a test case for auto labeling config creation
|
3 years ago |
Hironsan
|
e0f4e9405c
|
Update auto-labeling-pipeline
|
3 years ago |
Hironsan
|
e93662fb9d
|
Add test for label mapping
|
3 years ago |
Hironsan
|
cb9b1b12d0
|
Add test for auto labeling template mapping
|
3 years ago |