Commit 1d5d50b
authored
Release (#17)
* Only run actions on pull_request
* Added local docker configuration
* create-react-app scaffold
* Ignoring terraform generated-files
* Added ui run configurations
* Adjusted to local Python environment
* Added proxy
* Invoking the greetingv1 api
* Reverted to project default Python
* We build into the Python static files directory
* Cosmetic change
* Must match on the correct GH event to make a release
* Removed the missing SAST badge
* Added community guides
* Introduced react API
* Changed to class-based apis
* Using compatible versions instead
* Using semantic-ui and oidc context
* Cosmetic change
* Added additional datasources
* Removed react UI
* Version bump on flask-smorest
* Added some notes on databases
* MethodView mandates naming of methods
We don't like that and prefer to retain flexibility.
* Sanitised on the oidc integration
* Adopted PEP517
* Renamed to match common practice
* Use importlib.metadata instead of pkg_resources
* Added local database
* Installing the wheel instead of the source dist
* We have no static files or templates
* No longer required
* Added Keycloak configuration
* Excluding terraform dynamic directories
* IDEA project file updates
* Cosmetic change
* Updated datasources
* Experimental TED
* Wrapping __version__ in try/catch block
Because you may be developing on the project without having installed it just yet.
* Switched from pkg_resources to importlib
* in-progress
* Replaced cli_ui/halo with rich and removed flake8
* Updated the readme with build instructions
* IDEA project file update
* Refactored the testsuite for persistent local services
* WIP
* Collapsed the database migrations
So we can test with both SQLite and Postgres
* Adjusted the user name
* Testsuite works with local infrastructure
* Added python-keycloak
* Datasource update
* Upgraded pylint
* Fixed pylint logging complaints
* Upgrading Python to 3.10.1
* Wrapping package version into try/catch
* Need wheel
* Re-enabling coverage
* Added flask-smorest
* Fixed bad import
* IDEA project file update
* Upgraded to Python 3.10.1
* Removed empty directory
* More pythonic way of querying the env
* Use psycopg2-binary
* Cleaned up datasources
* Fixed CUI run configuration
* Generate the session signing key
* Rudimentary client
* Documentation update
* Fixed complaint about logging1 parent f2c8cd7 commit 1d5d50b
File tree
54 files changed
+1240
-647
lines changed- .github/workflows
- .idea
- runConfigurations
- ci
- migrations
- versions
- mrmat_python_api_flask
- apis
- greeting
- v1
- v2
- v3
- healthz
- resource/v1
- templates
- 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.
54 files changed
+1240
-647
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
81 | 75 | | |
82 | 76 | | |
83 | 77 | | |
| |||
90 | 84 | | |
91 | 85 | | |
92 | 86 | | |
93 | | - | |
| 87 | + | |
94 | 88 | | |
95 | 89 | | |
96 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 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.
Lines changed: 5 additions & 5 deletions
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