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

Simplify CRUD definitions, make a clearer distinction between schemas and models #23

Merged
merged 33 commits into from
Jan 19, 2020

Commits on Apr 12, 2019

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

Commits on Apr 20, 2019

  1. 🔀 Merge remote

    tiangolo committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    c23eb50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fe548 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Merge pull request #1 from tiangolo/master

    Merge in tiangolo/master
    ebreton authored Apr 27, 2019
    Configuration menu
    Copy the full SHA
    059046b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Merge pull request #2 from tiangolo/master

    Aligning with tiangolo master
    ebreton authored May 3, 2019
    Configuration menu
    Copy the full SHA
    900a278 View commit details
    Browse the repository at this point in the history
  2. Add CrudBase along with SubItem for the showcase

    ebreton committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d18d065 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Merge pull request #3 from tiangolo/master

    Merge in tiangolo branch
    ebreton authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    c0123bb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Add subitem

    ebreton committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    8033e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Merge pull request #4 from tiangolo/master

    merge tiangolo master
    ebreton authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    7b2ceb9 View commit details
    Browse the repository at this point in the history
  2. merged master in

    ebreton committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    5e93adc View commit details
    Browse the repository at this point in the history
  3. Add orm_mode

    ebreton committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c10da2f View commit details
    Browse the repository at this point in the history
  4. Follow comments on PR

    ebreton committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    5efdecc View commit details
    Browse the repository at this point in the history
  5. Renamed models into schemas

    ebreton committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9db15d8 View commit details
    Browse the repository at this point in the history
  6. Rename db_models into models

    ebreton committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    f6a5bf6 View commit details
    Browse the repository at this point in the history
  7. Rename db_models to models

    ebreton committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9ce0921 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    5f8a300 View commit details
    Browse the repository at this point in the history
  2. ignore cache, Pilfile.lock and docker-stack.yml

    ebreton committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3acade8 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    ebreton committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e464bd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Update tests

    ebreton committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    8b2f559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7adb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

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

Commits on Jan 19, 2020

  1. 🔧 Update testing scripts

    tiangolo committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    92ad76c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    470661f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359581f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d6de8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc2a769 View commit details
    Browse the repository at this point in the history
  6. ♻️ Refactor Pydantic models, revert changes not related to the PR, ad…

    …d orm_mode to the correct model
    tiangolo committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    f4f7d71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7615dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79f0169 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a45871 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6f6a86 View commit details
    Browse the repository at this point in the history
  11. 🔀 Merge master

    tiangolo committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    43129b8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4b8c89 View commit details
    Browse the repository at this point in the history