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 transaction.update route #8

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    a871b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b1afe View commit details
    Browse the repository at this point in the history
  3. Update to db_wrapper-2.x & amqp_worker-0.2.x.

    - Converts Models to use pydantic for type validation & some object
      serialization.
    - Also uses pydantic's type validation of incoming data on Requests.
    - Uses improved API for customizing json serialization of Route
      Responses.
    andrew-chang-dewitt committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a488a7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d83e9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c17681 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ae7229 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdde855 View commit details
    Browse the repository at this point in the history
  8. Debug CI e2e job.

    andrew-chang-dewitt committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3c75802 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Pin SQLAlchemy dependency version.

    Solves bugs with 1.4.x in migra.
    andrew-chang-dewitt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    769c71c View commit details
    Browse the repository at this point in the history
  2. Pin sqlbag version to 0.1.1579049654.

    Latest version introduced some package not found bugs in my system &
    this dependency isn't critical for production performance or safety.
    Instead of debugging, pinning is the simplest solution for now.
    andrew-chang-dewitt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    6ef176f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    661c61e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

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