Hironsan
|
d46990e9f8
|
Show overlay while waiting bulk assignment
|
1 year ago |
Hironsan
|
4002be2ea4
|
Improve bulk assign performance
|
1 year ago |
Hironsan
|
7dc58a50ad
|
Integrate random order to example list api
|
1 year ago |
Hironsan
|
41a254381f
|
Simplify weighted sequential strategy
|
1 year ago |
Hironsan
|
d71743c411
|
Make bulk assign await
|
1 year ago |
Hironsan
|
ad84c02704
|
Fix weighted sequential strategy
|
1 year ago |
Hironsan
|
277ee7bdef
|
Enable to reset assignment
|
1 year ago |
Hironsan
|
01ee5903be
|
Enable to bulk assign in frontend
|
1 year ago |
Hironsan
|
927ede4e56
|
Add assignment UI
|
1 year ago |
Hironsan
|
4d7803694a
|
Fix example list view
|
1 year ago |
Hironsan
|
7bf1405683
|
Return all examples to project admin
|
1 year ago |
Hironsan
|
de9ebe6fb6
|
Make ExampleList return only assigned examples
|
1 year ago |
Hironsan
|
1f168b78af
|
Add test cases for bulk_assign
|
1 year ago |
Hironsan
|
2dfc270f7f
|
Change bulk_assign to assign only unassigned examples
|
1 year ago |
Hironsan
|
4d5b1858b4
|
Extract bulk_assign function
|
1 year ago |
Hironsan
|
500cd85a5d
|
Add test cases for assignment API
|
1 year ago |
Hironsan
|
82e7289bb7
|
Add bulk assignment API
|
1 year ago |
Hironsan
|
6ef85df00f
|
Add reset assignment endpoint
|
1 year ago |
Hironsan
|
dca2af2dad
|
Add weighted sequential strategy
|
1 year ago |
Hironsan
|
e104cd3c5e
|
Add sampling without replacement strategy
|
1 year ago |
Hironsan
|
b4c72af5a3
|
Add weighted random strategy
|
1 year ago |
Hironsan
|
dab945b974
|
Add endpoints for assignment
|
1 year ago |
Hironsan
|
6d2a41dde4
|
Add assignment model
|
1 year ago |
Hironsan
|
f935fd162b
|
Update node version
|
1 year ago |
Hironsan
|
0fc8b2eb4b
|
Update version
|
1 year ago |
Hiroki Nakayama
|
a82ed72d91
|
Merge pull request #2246 from doccano/fix/pydantic
Update pydantic version
|
1 year ago |
Hironsan
|
67e9cafa4e
|
Fix TypeError on running webserver
|
1 year ago |
Hironsan
|
3c6eedb244
|
Update pydantic version
|
1 year ago |
Hiroki Nakayama
|
c0093f0c06
|
Merge pull request #2234 from doccano/dependabot/npm_and_yarn/frontend/tough-cookie-4.1.3
Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend
|
1 year ago |
Hiroki Nakayama
|
9625593ff5
|
Merge pull request #2235 from doccano/dependabot/npm_and_yarn/frontend/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2 in /frontend
|
1 year ago |
Hiroki Nakayama
|
adba3ce1a7
|
Merge pull request #2233 from doccano/dependabot/pip/backend/django-4.1.10
Bump django from 4.1.9 to 4.1.10 in /backend
|
1 year ago |
dependabot[bot]
|
a3c1a3cccc
|
Bump semver from 5.7.1 to 5.7.2 in /frontend
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
76673b45ba
|
Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
969a537e0f
|
Bump django from 4.1.9 to 4.1.10 in /backend
Bumps [django](https://github.com/django/django) from 4.1.9 to 4.1.10.
- [Commits](https://github.com/django/django/compare/4.1.9...4.1.10)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
Hiroki Nakayama
|
f7c550913a
|
Merge pull request #2228 from doccano/enhancement/label-filter
[Enhancement] Support dataset filtering by label name
|
1 year ago |
Hironsan
|
f61c6e17c0
|
Enable to filter by label name
|
1 year ago |
Hironsan
|
5f0449dee4
|
Update ExampleFilter to filter by label name
|
1 year ago |
Hiroki Nakayama
|
67b356dcaa
|
Merge pull request #2218 from sblotner/fix-doc-format
Fix appearance of lists in doccano docs
|
1 year ago |
Stephanie Blotner
|
2583f838af
|
Fix appearance of lists in doccano docs
|
1 year ago |
Hiroki Nakayama
|
8203faa02d
|
Merge pull request #2217 from doccano/fix/project-store
Fix project store to use Project model
|
1 year ago |
Hiroki Nakayama
|
a6df48bd64
|
Merge pull request #2216 from sblotner/doccano-doc-edits
Edit doccano docs
|
1 year ago |
Hironsan
|
03eadfa674
|
Fix project store to use Project model
|
1 year ago |
Hiroki Nakayama
|
05e12f8efb
|
Merge pull request #2214 from iwsh/update-for-using-cloudstorage
Update for using cloudstorage
|
1 year ago |
Stephanie Blotner
|
9625deed57
|
Edit doccano docs
|
1 year ago |
iwsh
|
1162e57f04
|
Enable support for S3 compatible storage providers
|
1 year ago |
iwsh
|
5605f80ec2
|
Fix image URL handling for S3 compatibility
|
1 year ago |
Hiroki Nakayama
|
ce9fa66184
|
Merge pull request #2213 from doccano/fix/2212
Fix typo
|
1 year ago |
Hironsan
|
910bb171b1
|
Fix typo
|
1 year ago |
Hiroki Nakayama
|
1c81e73bbe
|
Merge pull request #2209 from doccano/enhancement/reduce-duplicate-fetch
Remove fetching projects
|
1 year ago |
Hironsan
|
0c6aecace6
|
Remove fetching projects
|
1 year ago |