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

Add POST and PATCH /cans/ endpoints #2783

Closed
wants to merge 11 commits into from

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    fc198b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Adding can permissions to budget team and admin test user roles. Addi…

    …ng service layer for controller to call. Updating test to include more of /cans/ POST endpoint. Added two new auth client config fixtures.
    rajohnson90 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    da56e08 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Finished initial implementation of /cans/ POST endpoint, including un…

    …it tests. Functionality not complete because we are now using a service layer to isolate business logic. updated openapi doc to match new endpoint.
    rajohnson90 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3d5c60d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e35d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    99eb7d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    61365e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    93ab8ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502c214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67afc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64c2f70 View commit details
    Browse the repository at this point in the history
  5. Changed obligate_by to an integer to fix serialization issues. Update…

    …d test_service_patch_can to not rely on hard-coded id for table item.
    rajohnson90 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ce39390 View commit details
    Browse the repository at this point in the history