Commit ab0044d
Get published object by (#201)
* unit tests
test_fixtures.py - Exports the database as a pytest fixture that can be used for testing
* Add files via upload
* New api test files
* Fixed test_api_accounts_describe
Changes to be committed:
modified: api/apps.py
modified: api/model/groups.py
modified: api/model/prefix.py
deleted: api/tests/test_bcos.json
deleted: api/tests/test_forms.py
deleted: api/tests/test_group_post_api.py
deleted: api/tests/test_model_bco.py
deleted: api/tests/test_model_groups.py
deleted: api/tests/test_model_prefix.py
deleted: api/tests/test_model_user.py
deleted: api/tests/test_prefix_post_api.py
deleted: api/tests/test_views.py
deleted: api/tests_automated.py
modified: api/views.py
modified: bcodb/settings.py
renamed: api/tests/__init__.py -> tests/__init__.py
new file: tests/fixtures/test_data.json
modified: tests/test_fixtures.py
new file: tests/test_views/__init__.py
modified: tests/test_views/test_api_accounts_describe.py
* Fix Bulk Publish function
Changes to be committed:
modified: api/scripts/method_specific/POST_api_objects_publish.py
modified: api/scripts/utilities/JsonUtils.py
* Add reset_token API
Issue #158
* Formatting for Add/Remove ORCID
updated dev DB
Related to biocompute-objects/portal_userdb#90
Changes to be committed:
modified: admin_only/db.sqlite3.dev
modified: authentication/apis.py
* Fix #134
Changes to be committed:
modified: authentication/services.py
* Bump django from 3.2.10 to 3.2.13
Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.10...3.2.13)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* new test - auth/remove
* conflicts solved and merged
* new bracnh for conflict resolution
Changes to be committed:
modified: .github/workflows/django.yml
modified: tests/test_views/test_api_objects_drafts_create.py
* update (#198)
* Fix Bulk Publish function
Changes to be committed:
modified: api/scripts/method_specific/POST_api_objects_publish.py
modified: api/scripts/utilities/JsonUtils.py
* Add reset_token API
Issue #158
* Formatting for Add/Remove ORCID
updated dev DB
Related to biocompute-objects/portal_userdb#90
Changes to be committed:
modified: admin_only/db.sqlite3.dev
modified: authentication/apis.py
* Fix #134
Changes to be committed:
modified: authentication/services.py
* Bump django from 3.2.10 to 3.2.13
Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.10...3.2.13)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* added new test file- api/auth/remove.py (#196)
* unit tests
test_fixtures.py - Exports the database as a pytest fixture that can be used for testing
* Add files via upload
* New api test files
* Fixed test_api_accounts_describe
Changes to be committed:
modified: api/apps.py
modified: api/model/groups.py
modified: api/model/prefix.py
deleted: api/tests/test_bcos.json
deleted: api/tests/test_forms.py
deleted: api/tests/test_group_post_api.py
deleted: api/tests/test_model_bco.py
deleted: api/tests/test_model_groups.py
deleted: api/tests/test_model_prefix.py
deleted: api/tests/test_model_user.py
deleted: api/tests/test_prefix_post_api.py
deleted: api/tests/test_views.py
deleted: api/tests_automated.py
modified: api/views.py
modified: bcodb/settings.py
renamed: api/tests/__init__.py -> tests/__init__.py
new file: tests/fixtures/test_data.json
modified: tests/test_fixtures.py
new file: tests/test_views/__init__.py
modified: tests/test_views/test_api_accounts_describe.py
* Fix Bulk Publish function
Changes to be committed:
modified: api/scripts/method_specific/POST_api_objects_publish.py
modified: api/scripts/utilities/JsonUtils.py
* Add reset_token API
Issue #158
* Formatting for Add/Remove ORCID
updated dev DB
Related to biocompute-objects/portal_userdb#90
Changes to be committed:
modified: admin_only/db.sqlite3.dev
modified: authentication/apis.py
* Fix #134
Changes to be committed:
modified: authentication/services.py
* Bump django from 3.2.10 to 3.2.13
Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.10...3.2.13)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* new test - auth/remove
* conflicts solved and merged
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Hadley King <[email protected]>
Co-authored-by: hadleyking <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reeya Gupta <[email protected]>
* Fix Swagger for `GET_published_object_by_id`
* tests and documentation for 'get_object_id'
Fix #178
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Reeya Gupta <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reeya Gupta <[email protected]>1 parent b548d0e commit ab0044d
File tree
3 files changed
+31
-17
lines changed- api
- scripts/method_specific
- tests/test_views
3 files changed
+31
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1669 | 1669 | | |
1670 | 1670 | | |
1671 | 1671 | | |
1672 | | - | |
1673 | 1672 | | |
1674 | | - | |
1675 | | - | |
1676 | | - | |
| 1673 | + | |
1677 | 1674 | | |
1678 | 1675 | | |
1679 | | - | |
1680 | | - | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | 1676 | | |
1686 | 1677 | | |
1687 | 1678 | | |
| |||
1692 | 1683 | | |
1693 | 1684 | | |
1694 | 1685 | | |
1695 | | - | |
1696 | 1686 | | |
1697 | 1687 | | |
1698 | 1688 | | |
1699 | 1689 | | |
1700 | 1690 | | |
1701 | 1691 | | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | | - | |
| 1692 | + | |
| 1693 | + | |
1706 | 1694 | | |
1707 | 1695 | | |
1708 | 1696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments