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

Release: 0.2.0 #11

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Release: 0.2.0 #11

wants to merge 44 commits into from

Commits on May 27, 2024

  1. fix(api): resolve issues where the API was not sending/receiving with…

    … correction transformations
    philtweir committed May 27, 2024
    Configuration menu
    Copy the full SHA
    15cc7db View commit details
    Browse the repository at this point in the history
  2. chore: ruff fixes

    philtweir committed May 27, 2024
    Configuration menu
    Copy the full SHA
    651020c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c220a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    583ecc6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 30, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    a01d67d View commit details
    Browse the repository at this point in the history
  2. fix: add model reloading

    philtweir committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f162648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    745e64b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3047b3c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix: the django group coming back was a tuple with (group, bool) I've…

    … seen this with django queries the bool is the success of the query. Tests seemed to pass after this change
    taylorn01 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    86f1d1e View commit details
    Browse the repository at this point in the history
  2. chore: remove logs

    taylorn01 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    46561e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. wip: explicit traceback

    philtweir committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    632622f View commit details
    Browse the repository at this point in the history
  2. fix: ensure that the tile-saving happens in a transaction so we do no…

    …t try to save a tile before its parent
    philtweir committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f9ba571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2435720 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from flaxandteal/fix/group-returning-as-tuple

    Fix/group returning as tuple
    taylorn01 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6a648ab View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    3ffeb96 View commit details
    Browse the repository at this point in the history
  2. chore: fix ruff

    philtweir committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    17b13b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from flaxandteal/fix/do-not-hit-db-on-import

    Do not hit db on import
    philtweir authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    514d8bf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    d41537d View commit details
    Browse the repository at this point in the history
  2. chore: fix ruff

    philtweir committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    27595ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from flaxandteal/feat/add-other-endpoints

    Add Concept and Resource Model endpoints
    philtweir authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    229050b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51519ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from flaxandteal/fix/only-warn-if-django-group-…

    …missing
    
    Only warn if Django group or user missing
    philtweir authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    15c5523 View commit details
    Browse the repository at this point in the history
  6. feat: add geojson datatype

    philtweir committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b485d85 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10 from flaxandteal/feat/geojson-datatype

    GeoJSON datatype
    philtweir authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    af63310 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    aa68f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e9370 View commit details
    Browse the repository at this point in the history
  3. chore: fix ruff

    philtweir committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c2636de View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. chore: fix CI

    philtweir committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    3abd9d9 View commit details
    Browse the repository at this point in the history
  2. chore: fix CI

    philtweir committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    34d6f7d View commit details
    Browse the repository at this point in the history
  3. feat(rdm): basic rdm

    philtweir committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    b1d6bc9 View commit details
    Browse the repository at this point in the history
  4. feat: support 3.9

    philtweir committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    66471d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    390535a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7552891 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1354c4 View commit details
    Browse the repository at this point in the history
  8. fix: improve debug output

    philtweir committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    16af960 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c21fd88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7e0cc6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    595cce1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7b29bd View commit details
    Browse the repository at this point in the history
  13. chore: tidy ruff

    philtweir committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a4f6f7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    561e621 View commit details
    Browse the repository at this point in the history