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 requirements #2070

Merged
merged 8 commits into from
May 21, 2021
Merged

Update requirements #2070

merged 8 commits into from
May 21, 2021

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    cf5f3cb View commit details
    Browse the repository at this point in the history
  2. Update requirements

    DavisRayM committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f8baf26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8be01c View commit details
    Browse the repository at this point in the history
  4. Remove decode() call for returned JWT encoded value

    PyJWT no longer supports python2 and now returns strings as return
    values
    DavisRayM committed May 21, 2021
    Configuration menu
    Copy the full SHA
    3486390 View commit details
    Browse the repository at this point in the history
  5. Update build_json_resource_obj function

    Ensure function accepts all necessary arguements
    DavisRayM committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e629a68 View commit details
    Browse the repository at this point in the history
  6. Remove un-needed organization field

    The organization field is currently not used for any purpose within the
    ProjectSerializer and causes a `UniqueTogether` error when included in
    the serializer alongside the `owner` field.
    DavisRayM committed May 21, 2021
    Configuration menu
    Copy the full SHA
    a8ab665 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c71406 View commit details
    Browse the repository at this point in the history
  8. Update expected error

    Expected an error on the `owner` field to be raised instead of an error
    on the organization field
    DavisRayM committed May 21, 2021
    Configuration menu
    Copy the full SHA
    97c5895 View commit details
    Browse the repository at this point in the history