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
5284c028
Commit
5284c028
authored
Oct 26, 2022
by
Sam
Browse files
bump: version 2.0.1 → 2.1.0
parent
1d71947f
Pipeline
#1568
passed with stages
in 5 minutes and 23 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.env
View file @
5284c028
APP_NAME=monitoring-api
APP_VERSION=2.
0.1
APP_VERSION=2.
1.0
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
CHANGELOG.md
View file @
5284c028
## 2.1.0 (2022-10-26)
### Refactor
-
update to latest django LOGGING var, dict format
-
remove legacy gcnet code
-
add more verbose debug logging to gcnet main import
-
add refs to flag -r to more verbose --refreshInterval, blacken all
-
update 404 to include API docs page, format
### Fix
-
logging throughout app, single init in settings.py or main.py importer
-
update gcnet config paths to linux '/' (from windows '
\'
)
-
update csv_writer to handle file not exist, logging, error handling
-
revert --repeatInterval to -r, as flag not supported
-
defer js/css loading in html templates until render done
### Feat
-
add correct logging to Django throughout app, LOG_LEVEL setting
## 2.0.1 (2022-10-26)
### Refactor
...
...
chart/Chart.yaml
View file @
5284c028
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.2-chart"
appVersion
:
"
2.
0.1
"
appVersion
:
"
2.
1.0
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
5284c028
"""Version File."""
__version__
=
"2.
0.1
"
__version__
=
"2.
1.0
"
monitoring-api/project/settings.py
View file @
5284c028
...
...
@@ -192,7 +192,7 @@ REST_FRAMEWORK = {
"DEFAULT_SCHEMA_CLASS"
:
"drf_spectacular.openapi.AutoSchema"
,
}
app_version
=
"2.
0.1
"
app_version
=
"2.
1.0
"
SPECTACULAR_SETTINGS
=
{
"TITLE"
:
"EnviDat Monitoring API"
,
"DESCRIPTION"
:
"Django API for WSL long-term environmental monitoring data."
,
...
...
pyproject.toml
View file @
5284c028
...
...
@@ -78,7 +78,7 @@ build-backend = "pdm.pep517.api"
[tool.commitizen]
name
=
"cz_conventional_commits"
version
=
"2.
0.1
"
version
=
"2.
1.0
"
version_files
=
[
"pyproject.toml:version"
,
"monitoring-api/project/__version__.py"
,
...
...
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