| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-12-15 | Fix f-string referencing the wrong nametesting-strategies | -3/+3 | ||
| Fix missing type annotation Lint fix | ||||
| 2020-12-15 | remove stray print | -1/+0 | ||
| 2020-12-15 | Update route levels parsing to work in all platforms | -1/+1 | ||
| 2020-12-15 | refactor route discovery | -20/+24 | ||
| 2020-12-15 | Make import name of route working for every platform | -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. | ||||
| 2020-12-15 | add pytest | -15/+149 | ||
| 2020-12-15 | minor refactorings | -24/+25 | ||
| 2020-12-15 | fix various type annotation issues | -20/+20 | ||
| 2020-12-14 | Add ks123 (GH ks129) to CODEOWNERS | -1/+2 | ||
| 2020-12-14 | Remove unused os import | -2/+0 | ||
| 2020-12-14 | Star allow CORS for now | -5/+2 | ||
| 2020-12-14 | Shorten var name to meet flake8 limits: | -2/+2 | ||
| 2020-12-14 | Change how the ALLOWED_HOSTS environment variable sets CORS | -4/+5 | ||
| 2020-12-14 | Swap out list of regex for single regex | -3/+1 | ||
| 2020-12-14 | Add Netlify root and deploy previews to CORS | -0/+3 | ||
| 2020-12-14 | Improve form responses endpoint | -5/+9 | ||