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

feat: add content repositories #322

Draft
wants to merge 42 commits into
base: main
Choose a base branch
from
Draft

feat: add content repositories #322

wants to merge 42 commits into from

Commits on Sep 26, 2024

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

Commits on Sep 30, 2024

  1. WIP: better ergonomics

    zackverham committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cb3f83a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    0dde373 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into zack-192-git-repo-settings

    * main:
      build: Embrace ruff (#319)
      refactor: inject url path parts instead of endpoints (#315)
    schloerke committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cad4808 View commit details
    Browse the repository at this point in the history
  3. Run slow tests last

    schloerke committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    32e5d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3200268 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ed953 View commit details
    Browse the repository at this point in the history
  6. Update hooks.py

    schloerke committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    22b62ba View commit details
    Browse the repository at this point in the history
  7. Consolidate methods into a single call

    from earlier conversations with @tdstein , we should only have a single method with a trailiing kwargs so that a single mistype doesn't ruin the typed experience
    schloerke committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    02be543 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f68756 View commit details
    Browse the repository at this point in the history
  9. Only display warnings once for per python session.

    The situation was really annoying and this is a temp fix
    schloerke committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    087124a View commit details
    Browse the repository at this point in the history
  10. Update resources.py

    schloerke committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3168f58 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    1fd77ab View commit details
    Browse the repository at this point in the history
  2. Active -> ActiveParams

    Update resources.py
    schloerke committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0ccf961 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge branch 'main' into zack-192-git-repo-settings

    * main:
      refactor: removes cache layer from active sequence (#320)
    schloerke committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    224efed View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    schloerke committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    395a100 View commit details
    Browse the repository at this point in the history
  3. Create _api.py

    schloerke committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2fda267 View commit details
    Browse the repository at this point in the history
  4. Create _json.py

    schloerke committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2128318 View commit details
    Browse the repository at this point in the history
  5. Small nit updates

    schloerke committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f104149 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c4b79f View commit details
    Browse the repository at this point in the history
  7. Update _api.py

    schloerke committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cb7af36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    849ab75 View commit details
    Browse the repository at this point in the history
  9. Add note

    schloerke committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5e60fce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19a3249 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    d7a25bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c890e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7922f93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eeeafc View commit details
    Browse the repository at this point in the history
  5. Update test_content.py

    schloerke committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5483a40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0fd651 View commit details
    Browse the repository at this point in the history
  7. Update content.py

    schloerke committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a92f024 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a474f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40354df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc8d1e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7bb5c04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c885eb8 View commit details
    Browse the repository at this point in the history
  13. Missing import

    schloerke committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    947daab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3bf353e View commit details
    Browse the repository at this point in the history
  15. Remove some TODOs

    schloerke committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    48d3049 View commit details
    Browse the repository at this point in the history
  16. Update notes

    schloerke committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    20f3e5c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. feat: add content repository

    tdstein committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f356a22 View commit details
    Browse the repository at this point in the history