Hiroki Nakayama
|
72a4339cbc
|
Merge pull request #2280 from munahaf/Improper_Method_Call-4label.py4905339437058007098.diff
Update an incorrectly implemented method
|
2 months ago |
Hiroki Nakayama
|
caf96203c2
|
Merge pull request #2380 from doccano/fix/node-image-version
Update node image version
|
2 months ago |
Hironsan
|
e352d92479
|
Update node image version
|
2 months ago |
Hiroki Nakayama
|
673a31d8fd
|
Merge pull request #2379 from doccano/fix/update-dependencies
Update dependencies
|
2 months ago |
Hironsan
|
79ddf7b01c
|
Update backend dependencies
|
2 months ago |
Hironsan
|
8c7e5263b2
|
Update node version and apply lint
|
2 months ago |
Hironsan
|
decd404377
|
Update frontend dependencies
|
2 months ago |
Hiroki Nakayama
|
1e2a400686
|
Merge pull request #2295 from asfaltboy/ps/make-app-creds-optional
fix: make GOOGLE_APPLICATION_CREDENTIALS optional
|
2 months ago |
Hiroki Nakayama
|
4ac18edff8
|
Merge pull request #2330 from doccano/fix/upgrade-package-version
Upgrade vue-filter-date-parse to fix build error
|
8 months ago |
Hironsan
|
3dd427e7e7
|
Update poetry.lock
|
8 months ago |
Hironsan
|
d8a5e786d3
|
Upgrade vue-filter-date-parse to fix build error
|
8 months ago |
Pavel savchenko
|
4246bbeffd
|
fix: make GOOGLE_APPLICATION_CREDENTIALS optional
The variable can often be omitted in environments that use default
credentials such as GKE (Google cloud's managed Kubernetes) or VM
instances.
Django-storages also acknowledges this, and it provides GS_CREDENTIALS
as a way around systems where the default credentials are not used
or undesired.
However, it's impossible to not set the environment variable setting,
and without passing a path to a valid file that contains a valid JSON
structure of a service account key, this code will raise an error.
Refs:
* https://django-storages.readthedocs.io/en/latest/backends/gcloud.html#authentication-settings
* https://googleapis.dev/python/google-auth/latest/reference/google.auth.html#google.auth.default
* d2ab3afdb5/google/oauth2/service_account.py (L643-L658)
* d2ab3afdb5/google/auth/_service_account_info.py (L78-L80)
|
1 year ago |
munahaf
|
4f12dfb402
|
Comment: Updated an incorrectly implemented method.
|
1 year ago |
Hiroki Nakayama
|
63870976cc
|
Merge pull request #2261 from doccano/enhancement/assignment
[Enhancement] Assign examples to members
|
1 year ago |
Hironsan
|
80b9c81ab7
|
Make unassign example easier
|
1 year ago |
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 |