WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
monitoring-backend
Commits
c134dafa
Commit
c134dafa
authored
Sep 29, 2022
by
Sam
Browse files
bump: v1.0.0 --> v1.0.1
parent
9723f389
Changes
4
Hide whitespace changes
Inline
Side-by-side
.env
View file @
c134dafa
APP_NAME=monitoring-api
APP_VERSION=1.0.
0
APP_VERSION=1.0.
1
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
CHANGELOG.md
0 → 100644
View file @
c134dafa
## 1.0.1 (2022-09-29)
### Refactor
-
refactor: fix refs to envidat, docs with correct port, doc format
-
update ALLOWED_HOSTS if DEBUG=True, then from env in production
-
move django files to monitoring-api subdir
-
prep move django files to subdir, get DEBUG setting from env
-
remove nginx waitress confix and separate run_server file
chart/Chart.yaml
View file @
c134dafa
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.0-chart"
appVersion
:
"
1.0.
0
"
appVersion
:
"
1.0.
1
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
c134dafa
__version__
=
"1.0.
0
"
__version__
=
"1.0.
1
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment