- Jul 21, 2022
-
-
semantic-release-bot authored
## [2.29.1](v2.29.0...v2.29.1) (2022-07-21) ### Bug Fixes * Update module provider card widths on homepage to increase in size when window is too small to avoid text overflowing ([7bd77fcb](7bd77fcb)), closes [#209](#209)
-
- Jul 20, 2022
-
-
semantic-release-bot authored
# [2.29.0](v2.28.2...v2.29.0) (2022-07-20) ### Features * Add warning to module provider page when viewing the non-latest version of the module. ([84d444a2](84d444a2)), closes [#194](#194)
-
semantic-release-bot authored
## [2.28.2](v2.28.1...v2.28.2) (2022-07-20) ### Bug Fixes * Add connection pool refresh and pool pre-ping settings to avoid errors after database disconnect. ([5c677a8e](5c677a8e)), closes [#204](#204)
-
semantic-release-bot authored
## [2.28.1](v2.28.0...v2.28.1) (2022-07-20) ### Bug Fixes * Catch errors when deleting module provider and module version in module provider settings. ([f8348424](f8348424)), closes [#198](#198) * Display user-readable error when an authentication error occurs when creating a module ([c1f77088](c1f77088)), closes [#198](#198) * Provider user-friendly error when attempting to update settings of module provider when not authenticated ([b95f90b6](b95f90b6)), closes [#198](#198) * Scroll to error message on create module page when an error occurs ([bbfd60df](bbfd60df)), closes [#198](#198)
-
semantic-release-bot authored
# [2.28.0](v2.27.2...v2.28.0) (2022-07-20) ### Features * Increase default admin session timeout to 60 minutes from the previous default of 5. ([38ef7df8](38ef7df8)), closes [#200](#200) [#199](#199) * Store sessions in session table in database to hold active sessions. ([6cdeb8bf](6cdeb8bf)), closes [#200](#200)
-
Matt Comben authored
Correct indentation in migration script for session table and replace automatically generated comments Issue #200
-
Matt authored
fix: Add connection pool refresh and pool pre-ping settings to avoid errors after database disconnect. This will refresh the database connection pool every 300 seconds. The pre-ping configuration will perform a basic query against the database before returning the connection when requested. If an error occurs during the 'ping' the driver will re-establish the connection Issue #204
-
- Jul 19, 2022
-
-
semantic-release-bot authored
## [2.27.2](v2.27.1...v2.27.2) (2022-07-19) ### Bug Fixes * Add interactive and pseudo-terminal flags to docker run command in README ([2ff26e9a](2ff26e9a)), closes [#201](#201) [#196](#196)
-
- Jul 18, 2022
-
-
Matt authored
Create new table in database to hold sessions. Create Session model class to create, check and delete sessions from the database. Store session ID in client-side session and move expiry time storage/checking to Session model/db table. Handle creation during authentication and deletion during logout. Issue #200
- Jul 08, 2022
-
-
semantic-release-bot authored
## [2.27.1](v2.27.0...v2.27.1) (2022-07-08) ### Bug Fixes * Fix module provider page when a module provider only has a single unpublished or beta version. ([aee4ac1b](aee4ac1b)), closes [#192](#192)
-
semantic-release-bot authored
# [2.27.0](v2.26.0...v2.27.0) (2022-07-08) ### Features * Replace example terraform module calls in READMEs for root module and sub-modules. ([b1550b37](b1550b37)), closes [#128](#128)
-
semantic-release-bot authored
# [2.26.0](v2.25.0...v2.26.0) (2022-07-08) ### Features * Improve confirmation when deleting a module version or module provider. ([09c6c91f](09c6c91f)), closes [#184](#184) [#93](#93)
-