Skip to content

Releases: geoadmin/template-service-flask

v0.28.0

13 Sep 13:12
85f822e
Compare
Choose a tag to compare
  • #46 - Bump werkzeug from 2.0.2 to 2.2.3

v0.27.1

02 Mar 08:40
6e6bb13
Compare
Choose a tag to compare

Bug Fixes

v0.27.0

06 Jul 14:03
aa6d309
Compare
Choose a tag to compare
  • #45 - Better compatibility with many shells - #minor

v0.26.1

24 Jan 10:06
7a44104
Compare
Choose a tag to compare

Bug Fixes

  • #43 - Fixed code style - - #patch

v0.26.0

19 Jan 10:39
c3017f5
Compare
Choose a tag to compare

Features

  • #44 - Added license and some updates - #minor

v0.25.0

07 Dec 12:32
6ddeceb
Compare
Choose a tag to compare
Merge pull request #41 from geoadmin/feature_shellcheck

v0.25.0 - add shellcheck and bash script linting - #minor

v0.24.0

25 Nov 06:31
0d53d49
Compare
Choose a tag to compare
  • #39 - Feature_proxy
  • #38 - Couple fixes found after implementing this changes
  • #35 - not mentioning dockerhub anymore
  • #37 - Moving allowed domain settings to infra
  • #34 - Various fix and improvement
  • #33 - BGDIINF_SB-1890 - Updated to latest Codebuild image aws/codebuild/standard:5.0
  • #32 - deleted @app.before_request for log_response()
  • #31 - Added log after the request with its response.
  • #30 - Fixed wrong http scheme behind CloudFront
  • #29 - Fixed route logging
  • #28 - Add logging for each route
  • #26 - Removing unit test report generation
  • #24 - Fix buildspec.yml indentation
  • #25 - Fix ci-check-format target on the CI
  • #23 - Updated README for AWS ECR and corrected makefile for dockerrun
  • #22 - Added ECR docker registry and small other improvements
  • #21 - fixed minor bug in Makefile target for local dockerbuild
  • #20 - Added openapi linter and ci code style check
  • #17 - Bump pyyaml from 5.3.1 to 5.4
  • #19 - Bump pillow from 7.2.0 to 8.1.1
  • #18 - Several updates in analogy to service-qrcode, service-shortlink and s…
  • #16 - Changed the logging time format to utc
  • #15 - Fixed test report configuration
  • #13 - Improved and fixed dependencies in makefile
  • #12 - renamed .yaml to .yml to be consistent
  • #11 - BGDIINF_SB-1261 - Fixed dockerrun target
  • #8 - BGDIINF_SB-1181 - Fixed codebuild docker error in auto and manual build
  • #9 - BGDIINF_SB-1181 - Added codebuild test report
  • #6 - Changed default dev port from 8080 to 5000 and fixed codebuild
  • #7 - Updated .gitignore to contain VS generated files
  • #5 - BGDIINF_SB-1212 - Removed hardcoded reference to python3.7 for local build
  • #2 - Added pylint config file and pylint in buildspec.yml as well as makefile
  • #4 - Fixed Flask and Gunicorn application
  • #1 - Added an advanced python version check