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 |
Clovin
|
46afe80207
|
fix lint issue
|
1 year ago |
Clovin
|
1185ce52ee
|
fix lint issue
|
1 year ago |
Clovin
|
969ee82688
|
fix env issue
|
1 year ago |
Hironsan
|
170f0a1aab
|
Enable to set CSRF_TRUSTED_ORIGINS in debug mode
|
1 year ago |
Clovin
|
706edd8158
|
okta login feature
|
1 year ago |
Hironsan
|
c337e4afad
|
Fix installation issue
|
2 years ago |
Hironsan
|
bc496b85b1
|
Update version
|
2 years ago |
Hironsan
|
0aa24a8d16
|
Remove unused properties from Project model
|
2 years ago |
Hironsan
|
3930e89ad4
|
Add user creation api
|
2 years ago |
Hironsan
|
9086e884a0
|
Update python packages
|
2 years ago |
dependabot[bot]
|
5536a63c53
|
Bump django from 4.0.7 to 4.0.8 in /backend
Bumps [django](https://github.com/django/django) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.7...4.0.8)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Hironsan
|
3f0e2c2be6
|
Enable to order examples by score
|
2 years ago |
Hironsan
|
de3678ea8e
|
Add score field to Example model
|
2 years ago |
Hironsan
|
75a688f45c
|
Change CLI's loglevel from debug to info
|
2 years ago |
Hironsan
|
a5f865c4cb
|
Add logging config to production.py
|
2 years ago |
Hironsan
|
bdab8f054b
|
Handle JSONDecodeError on testing auto labeling API
|
2 years ago |
Hironsan
|
2505de0f8c
|
Add a test case of auto labeling for nonexistent category
|
2 years ago |
Hironsan
|
2b84f8eeac
|
Warn if default password is not changed, resolve #857
|
2 years ago |
Hironsan
|
adc4f27736
|
Enable to order projects by name, created_at, created_by, and project_type
|
2 years ago |
Hironsan
|
796f342029
|
Set project's default ordering
|
2 years ago |
Hironsan
|
0466b4725b
|
Show author and created date on the project list page
|
2 years ago |
Hironsan
|
f7deca89c7
|
Add retry setting explicitly to celery tasks
|
2 years ago |
Hironsan
|
cf4803cd02
|
Add flower command to the CLI
|
2 years ago |
Hironsan
|
c7359510db
|
Add url for favicon
|
2 years ago |
Hironsan
|
62e2ae02c8
|
Fix the example file content for relation extraction
|
2 years ago |
dependabot[bot]
|
694b9382be
|
Bump django from 4.0.6 to 4.0.7 in /backend
Bumps [django](https://github.com/django/django) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.6...4.0.7)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Casey
|
ac7dc796fa
|
update test cases for new methods
|
2 years ago |