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

Merge in latest changes #1

Merged
merged 28 commits into from
Jul 3, 2024
Merged

Merge in latest changes #1

merged 28 commits into from
Jul 3, 2024

Commits on Feb 9, 2023

  1. Update drf_urls.py

    marshad96 authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9613730 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    b31e0f6 View commit details
    Browse the repository at this point in the history
  2. docs: add docs for scopes

    JonasKs committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    77aedee View commit details
    Browse the repository at this point in the history
  3. tests: fix test

    JonasKs committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1f2dc70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #273 from marshad96/patch-1

    Update drf_urls.py
    JonasKs authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8b7cf83 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #279 from snok/fix_azure_ad

    fix: do not hardcode scopes for azure AD v2
    JonasKs authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ed486dc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Bump sqlparse from 0.4.2 to 0.4.4

    Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4.
    - [Release notes](https://github.com/andialbrecht/sqlparse/releases)
    - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
    - [Commits](andialbrecht/sqlparse@0.4.2...0.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: sqlparse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tim-schilling committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    89ce0f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Bump cryptography from 39.0.1 to 41.0.0

    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.1...41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tim-schilling committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    3a0cd19 View commit details
    Browse the repository at this point in the history
  2. Bump requests from 2.28.1 to 2.31.0

    Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.1...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tim-schilling committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    97421b6 View commit details
    Browse the repository at this point in the history
  3. Add Django 4.2 classifier back.

    Changes the tests to use Django 4.2 and not a pre-release
    tim-schilling committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7888c10 View commit details
    Browse the repository at this point in the history
  4. Version 1.11.6

    tim-schilling committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    70b97c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Bump cryptography from 41.0.0 to 41.0.2

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.0...41.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    e994a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc70073 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Use SPDX short code for license in Pyproject.toml

    This will ensure that downstream tools e.g. Pypi are able to correctly map the license to a known one instead of marking it as Proprietary.
    schallis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7baf921 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Dec 5, 2023

  1. Upgrade to Django 5

    dicknetherlands authored and tim-schilling committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fc19260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc304b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    075fdfb View commit details
    Browse the repository at this point in the history
  2. Version 1.12.0

    tim-schilling committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e4e3f23 View commit details
    Browse the repository at this point in the history
  3. Unpin dependencies in TOML file.

    It's a bit hard to track why we have these dependencies pinned.
    We're avoiding testing with latest versions due to them which
    will make future upgrades more difficult. It's probably better
    to deal with any incompatible versions and document them
    thoroughly so we know what is all required.
    tim-schilling committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bfb3e8f View commit details
    Browse the repository at this point in the history
  4. 300 align license (#1)

    * Updated to match BSD-2 Clause License
    
    Retrieved license content from:
    https://opensource.org/license/bsd-2-clause/
    
    * linting
    tmakruck authored and tim-schilling committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2bc47a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13c26f4 View commit details
    Browse the repository at this point in the history
  6. Version 1.13.0

    tim-schilling committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ab42c1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8c536b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Version 1.14.0

    tim-schilling committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9e1b643 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Create .readthedocs.yaml

    jobec authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    73029ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127c39f View commit details
    Browse the repository at this point in the history
  3. Update .readthedocs.yaml

    jobec authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    378f141 View commit details
    Browse the repository at this point in the history