Skip to content

Feature: Add gh workflows and pre commit checks - #1

Merged
joschrag merged 27 commits into
mainfrom
feature/add-gh-workflows-and-pre-commit-checks
Jun 11, 2026
Merged

Feature: Add gh workflows and pre commit checks#1
joschrag merged 27 commits into
mainfrom
feature/add-gh-workflows-and-pre-commit-checks

Conversation

@joschrag

@joschrag joschrag commented Jun 9, 2026

Copy link
Copy Markdown
Owner

@joschrag joschrag self-assigned this Jun 9, 2026
@joschrag
joschrag force-pushed the feature/add-gh-workflows-and-pre-commit-checks branch from 83dbd0f to 3c8dda5 Compare June 9, 2026 21:22
@joschrag
joschrag merged commit a5908e7 into main Jun 11, 2026
13 checks passed
@joschrag
joschrag deleted the feature/add-gh-workflows-and-pre-commit-checks branch June 11, 2026 20:25
joschrag added a commit that referenced this pull request Jun 18, 2026
* Consider URL prefix when adding public routes.

* Consider URL prefix when checking for public routes and callbacks.

* Consider URL prefix when redirecting from OIDC login and logout.

* Parametrize unit tests to work with and without 'url_base_pathname' and 'routes_pathname_prefix'.

* Add fixes for 'url_base_pathname' and 'routes_pathname_prefix' to changelog.

* Flake8 fixes.

* Remove unused import.

* Update usage.py to use secret_key and run instead of run_server.

* Add shared function to determine correct url prefixes.

* Black formatting and adding a second url_base_pathname case.

* [chore]: Switch from setuptools and requirements to pyproject.toml.

* [chore]: Add pre-commit hooks and creosote dependency checks.

* [chore]: Setup PR workflows for linting and tests.

* [chore]: Add ty for type-checking and set python 3.10 as minimal version.

* [chore]: Ruff formatting and ty checking fixes.

* [chore]: Drop Python 3.8 and 3.9 from the test matrix and add 3.14.

* [chore]: Renamed package and updated Maintainer information.

* [chore]: Add MIT LICENSE file to project.

* [chore]: Remove circleci workflows.

* [chore]: Bump project version and update changelog.

* [chore]: Make matrix entries for dash versions clearer.

* [chore]: Setup pypi release workflow.

* [ci]: Add build workflow step and simplify all-checks step condition.

* [chore]: Change package name to dash-auth-async.

* [ci]: Add check to only allow releases on main.

* [chore]: Update project documentation from forked repo.

* [chore]: Adjust changelog to new 1.0.0 versioning of dash-auth-async.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

routes_pathname_prefix not respected for route authorization

1 participant