aboutsummaryrefslogtreecommitdiffstats
path: root/backend/route_manager.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-6/+4
|
* Fix ANN401 Linting FailuresGravatar Hassan Abouelela2022-07-20-3/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Fix f-string referencing the wrong nametesting-strategiesGravatar decorator-factory2020-12-15-2/+2
| | | | | | Fix missing type annotation Lint fix
* Merge branch 'ks123/routes-parsing' into testing-strategiesGravatar decorator-factory2020-12-15-2/+2
|\
| * Update route levels parsing to work in all platformsGravatar ks1292020-12-15-1/+1
| |
| * Make import name of route working for every platformGravatar ks1292020-12-15-1/+1
| | | | | | | | As Windows use \\ instead /, current way doesn't work in Windows, because replacing / with . doesn't do anything with \\. Now this join parent parts instead, what doesn't include separations.
* | remove stray printGravatar decorator-factory2020-12-15-1/+0
| |
* | refactor route discoveryGravatar decorator-factory2020-12-15-20/+24
| |
* | minor refactoringsGravatar decorator-factory2020-12-15-16/+19
| |
* | fix various type annotation issuesGravatar decorator-factory2020-12-15-3/+3
|/
* Sort routes to have constants first and path fragments lastGravatar Joe Banks2020-12-13-0/+3
|
* Fix linting issues to make flake8 job passingGravatar ks1292020-11-23-2/+2
|
* Add route class and route manager for dynamic route loadingGravatar Joe Banks2020-10-25-0/+57