Feature: Add gh workflows and pre commit checks - #1
Merged
Conversation
…nd 'routes_pathname_prefix'.
joschrag
force-pushed
the
feature/add-gh-workflows-and-pre-commit-checks
branch
from
June 9, 2026 21:22
83dbd0f to
3c8dda5
Compare
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
routes_pathname_prefixnot respected for route authorization plotly/dash-auth#152