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
50c09f77
Commit
50c09f77
authored
Oct 18, 2022
by
Sam
Browse files
bump: version 1.1.1 → 2.0.0
parent
f68e8fa4
Pipeline
#1504
passed with stages
in 5 minutes and 45 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.env
View file @
50c09f77
APP_NAME=monitoring-api
APP_VERSION=
1.1.1
APP_VERSION=
2.0.0
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
CHANGELOG.md
View file @
50c09f77
## 2.0.0 (2022-10-18)
### Feat
-
env vars ALLOWED_HOSTS (allow multiple), PROXY_PREFIX for reverse proxy
### Refactor
-
update settings with FORCE_SCRIPT_NAME, make static url relative
-
add SCHEMA_PATH_PREFIX_INSERT for drf-spectacular endpoints
## 1.1.1 (2022-10-17)
### Refactor
-
static, use generic css for gcnet
-
only use whitenoise if DEBUG, i.e. development
-
update STATIC_URL to include data-api prefix for reverse proxy
### Fix
-
revert 404 page to original style, update redirect to docs
-
add SCHEMA_PATH_PREFIX data-api for drf-spectacular
-
open quotes in documentation html templates
-
static references in all templates, add dirs to settings
## 1.1.0 (2022-10-13)
### Refactor
...
...
chart/Chart.yaml
View file @
50c09f77
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.1-chart"
appVersion
:
"
1.1.1
"
appVersion
:
"
2.0.0
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
50c09f77
"""Version File."""
__version__
=
"
1.1.1
"
__version__
=
"
2.0.0
"
monitoring-api/project/settings.py
View file @
50c09f77
...
...
@@ -164,7 +164,7 @@ REST_FRAMEWORK = {
"DEFAULT_SCHEMA_CLASS"
:
"drf_spectacular.openapi.AutoSchema"
,
}
app_version
=
"
1.1.1
"
app_version
=
"
2.0.0
"
SPECTACULAR_SETTINGS
=
{
"TITLE"
:
"EnviDat Monitoring API"
,
"DESCRIPTION"
:
"Django API for WSL long-term environmental monitoring data."
,
...
...
pyproject.toml
View file @
50c09f77
...
...
@@ -78,7 +78,7 @@ build-backend = "pdm.pep517.api"
[tool.commitizen]
name
=
"cz_conventional_commits"
version
=
"
1.1.1
"
version
=
"
2.0.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