Commit f21b256
authored
Improvements on serialisation, testing and auth/z/n (#18)
* Ignoring /.coverage
* Cosmetic change
* Cosmetic change
* Interim
* Changed from FLASK_CONFIG to APP_CONFIG
* Added new run configurations for migration mgmt
* Adjusted local datasources
* Regenerated migration
* Log when overriding configuration
* Adjusted generated accounts so they don't clash
* Fixed local docker configuration
* Added IDEA pylint configuration
* Removed unnecesssary f-string
* Adjusted path to local configuration
* Logs config overrides by cui
* Interim
* Different schema rendering
For some strange reason, we must dump the schema differently here
* Updated the databases
* Sanitised run configurations
* Transfer
* Fixed some pylint complaints
* Fixed pylint complaints
* Installing dev requirements first saves some time later
* Removed extraneous logging import
* Updated dependencies
* Temporarily disabling test
* Pipeline debugging
* Re-enabled testing
* Perhaps without PYTHONPATH?
* Fixed the testsuite
* Re-enabled testing
* Caching pip cache too
* Temporarily disabling test
* Should be tilde rather than ${HOME}
* Just trying with pytest
* Need to point to local
* Pipeline debugging
* Must affix itsdangerous to 2.0.1
They dropped the JWS support
* Resanitized the pipeline1 parent 404561d commit f21b256
File tree
46 files changed
+593
-263
lines changed- .github/workflows
- .idea
- runConfigurations
- ci
- migrations/versions
- mrmat_python_api_flask
- apis
- greeting
- v1
- v2
- v3
- healthz
- resource/v1
- tests
- var/docker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+593
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments