Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #198

Merged
merged 7 commits into from
Jul 27, 2023
Merged

update #198

merged 7 commits into from
Jul 27, 2023

Commits on Jul 19, 2023

  1. Fix Bulk Publish function

    Changes to be committed:
    	modified:   api/scripts/method_specific/POST_api_objects_publish.py
    	modified:   api/scripts/utilities/JsonUtils.py
    HadleyKing committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e9c6c3d View commit details
    Browse the repository at this point in the history
  2. Add reset_token API

    Issue #158
    HadleyKing committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0da7b0f View commit details
    Browse the repository at this point in the history
  3. 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
    HadleyKing committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b8ed1cb View commit details
    Browse the repository at this point in the history
  4. Fix #134

    Changes to be committed:
    	modified:   authentication/services.py
    HadleyKing committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    54a6763 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. 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]>
    dependabot[bot] authored and HadleyKing committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a73c897 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. 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>
    4 people authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5ee98b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f4e1f View commit details
    Browse the repository at this point in the history