Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hotosm/osm-login-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: hotosm/osm-login-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 19 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 30, 2024

  1. fix: update pydantic deprecated use of .json() --> .model_dump_json()

    spwoodcock committed Apr 30, 2024
    Copy the full SHA
    dedd8d8 View commit details

Commits on Aug 7, 2024

  1. Copy the full SHA
    5688c41 View commit details
  2. ci: fix linting errors running pre-commit hooks

    spwoodcock committed Aug 7, 2024
    Copy the full SHA
    7c9d263 View commit details
  3. docs: add pre-commit status to readme

    spwoodcock committed Aug 7, 2024
    Copy the full SHA
    fc6499f View commit details
  4. feat: return the raw OSM OAuth2 token in addition (to use or discard …

    …as required)
    spwoodcock committed Aug 7, 2024
    Copy the full SHA
    dd38bb9 View commit details
  5. refactor: also serialise the raw_token in response

    spwoodcock committed Aug 7, 2024
    Copy the full SHA
    afdb0d3 View commit details

Commits on Aug 8, 2024

  1. Copy the full SHA
    bd87a0a View commit details
  2. docs: update readme and info on usage after breaking change

    spwoodcock committed Aug 8, 2024
    Copy the full SHA
    872a693 View commit details
  3. fix: strip trailing slash if included in osm_url

    spwoodcock committed Aug 8, 2024
    Copy the full SHA
    b192cd4 View commit details
  4. Copy the full SHA
    ae2a318 View commit details
  5. Copy the full SHA
    6a735cd View commit details
  6. Copy the full SHA
    87fac88 View commit details
  7. test: write tests for Auth methods

    spwoodcock committed Aug 8, 2024
    Copy the full SHA
    1328fec View commit details

Commits on Aug 9, 2024

  1. ci: add workflow to run tests in on push / pr

    spwoodcock committed Aug 9, 2024
    Copy the full SHA
    2b2e0e3 View commit details
  2. Copy the full SHA
    2fc4d7d View commit details
  3. Copy the full SHA
    af06731 View commit details
  4. docs: add coverage badge to readme

    spwoodcock committed Aug 9, 2024
    Copy the full SHA
    48ed472 View commit details
  5. Merge pull request #7 from hotosm/feat/raw-token-return

    Return the raw OSM OAuth2 token in addition to `access_token`
    spwoodcock authored Aug 9, 2024
    Copy the full SHA
    5578444 View commit details
  6. bump: version 1.0.3 → 2.0.0

    spwoodcock committed Aug 9, 2024
    Copy the full SHA
    d2c8d7d View commit details
Loading