Hironsan
|
79ddf7b01c
|
Update backend dependencies
|
2 months ago |
Hironsan
|
8c7e5263b2
|
Update node version and apply lint
|
2 months ago |
Hironsan
|
3dd427e7e7
|
Update poetry.lock
|
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 |
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
|
ad84c02704
|
Fix weighted sequential strategy
|
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
|
0fc8b2eb4b
|
Update version
|
1 year ago |
Hironsan
|
67e9cafa4e
|
Fix TypeError on running webserver
|
1 year ago |
Hironsan
|
3c6eedb244
|
Update pydantic version
|
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 |
Hironsan
|
5f0449dee4
|
Update ExampleFilter to filter by label name
|
1 year ago |
iwsh
|
1162e57f04
|
Enable support for S3 compatible storage providers
|
1 year ago |
Hironsan
|
c05733dba2
|
Deny member to delete label types when allow_member_to_create_label_type is True
|
1 year ago |
Hironsan
|
25e58c4cbf
|
Allow project member to create label types
|
1 year ago |
Hironsan
|
1ba6631425
|
Add ProjectType as a enumeration type
|
1 year ago |
Hironsan
|
09c6fe1c80
|
Support project clone in backend
|
1 year ago |
Hironsan
|
3f40c2abc0
|
Enable to sort comments by example
|
1 year ago |
dependabot[bot]
|
25d1ffecfe
|
Bump sqlparse from 0.4.2 to 0.4.4 in /backend
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.4.4)
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
80d3fd2607
|
Bump requests from 2.27.1 to 2.31.0 in /backend
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
3b3ca388e2
|
Bump tornado from 6.2 to 6.3.2 in /backend
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.2.0...v6.3.2)
---
updated-dependencies:
- dependency-name: tornado
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
07eccdb40c
|
Bump django from 4.1.7 to 4.1.9 in /backend
Bumps [django](https://github.com/django/django) from 4.1.7 to 4.1.9.
- [Commits](https://github.com/django/django/compare/4.1.7...4.1.9)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
Hironsan
|
c66eef089b
|
Add SITE_ID to base.py
Fix "Site matching query does not exist." error
|
1 year ago |
Hironsan
|
91d0c5bec8
|
Update packages
|
1 year ago |
Hironsan
|
8f80f7813c
|
Add psycopg2-binary to extra dependency
|
1 year ago |
Hironsan
|
34bbf26a89
|
Fix test codes
|
1 year ago |
Hironsan
|
875c1fa0a7
|
Update the way to import relational dataset
|
1 year ago |
Hironsan
|
0375779c58
|
Avoid to read env file if it is not a file
|
1 year ago |
Hironsan
|
0ea0400cce
|
Update version
|
1 year ago |
Hironsan
|
cb70890895
|
Update cli
|
1 year ago |
Clovin
|
441a8b5230
|
fix lint issue
|
1 year ago |
Clovin
|
d1eb66709c
|
fix lint issue
|
1 year ago |
Clovin
|
1071f13b61
|
fix lint issue
|
1 year ago |