Version 1.1.0 #32

Merged
williamp merged 28 commits from testing into master 2023-04-16 19:58:10 +00:00
Owner
  • logging support
  • clickable links in task descriptions
  • container health check support
  • "created" time now appears in user defined timezone
  • auto initialize database if empty
  • worker now runs using celery and redis instead of apscheduler
  • garbage collection for events older than 1 month
    • runs on the 29th of every month
  • updated dependancies
    • alpine 3.16 --> 3.17
    • python 3.11.0 --> 3.11.2
    • flask 2.2.2 --> 2.2.3
    • markupsafe 2.1.1 --> 2.1.2
    • werkzeug 2.2.2 --> 2.2.3
    • flask-migrate 3.1.0 --> 4.0.4
    • flask-sqlalchemy 3.0.2 --> 3.0.3
    • flask-wtf 1.0.1 --> 1.1.1
    • apscheduler 3.9.1 --> 3.10.1
    • pytz 2022.6 --> 2022.7.1
    • pytest 7.2.0 --> 7.2.2
* logging support * clickable links in task descriptions * container health check support * "created" time now appears in user defined timezone * auto initialize database if empty * worker now runs using celery and redis instead of apscheduler * garbage collection for events older than 1 month - runs on the 29th of every month * updated dependancies - alpine 3.16 --> 3.17 - python 3.11.0 --> 3.11.2 - flask 2.2.2 --> 2.2.3 - markupsafe 2.1.1 --> 2.1.2 - werkzeug 2.2.2 --> 2.2.3 - flask-migrate 3.1.0 --> 4.0.4 - flask-sqlalchemy 3.0.2 --> 3.0.3 - flask-wtf 1.0.1 --> 1.1.1 - apscheduler 3.9.1 --> 3.10.1 - pytz 2022.6 --> 2022.7.1 - pytest 7.2.0 --> 7.2.2
williamp added 28 commits 2023-04-16 19:56:59 +00:00
Merge pull request 'update dependencies' (#16) from dependency-updates into testing
All checks were successful
continuous-integration/drone/push Build is passing
7372eb625c
Reviewed-on: #16
Merge pull request 'change version branding to 1.1.0' (#17) from version-branding into testing
All checks were successful
continuous-integration/drone/push Build is passing
2490fb6698
Reviewed-on: #17
Merge pull request 'server-logs' (#18) from server-logs into testing
All checks were successful
continuous-integration/drone/push Build is passing
d0a6b98ddc
Reviewed-on: #18
logging bugfix
All checks were successful
continuous-integration/drone/push Build is passing
437c093adf
Reviewed-on: #23
Reviewed-on: #25
Merge pull request 'add podStatus' (#27) from issue-24-liveness-page into testing
All checks were successful
continuous-integration/drone/push Build is passing
ed9f7864e8
Reviewed-on: #27
Reviewed-on: #28
Merge pull request '10-detect-empty-db' (#29) from 10-detect-empty-db into testing
All checks were successful
continuous-integration/drone/push Build is passing
b07a9c70d2
Reviewed-on: #29
Merge pull request 'Redis Messaging implementation' (#30) from redis-messaging into testing
All checks were successful
continuous-integration/drone/push Build is passing
61f6ea3502
Reviewed-on: #30
bugfix, have hourly run occur at the 59th minute
All checks were successful
continuous-integration/drone/push Build is passing
8d51a75275
Merge pull request 'garbage-collection' (#31) from garbage-collection into testing
All checks were successful
continuous-integration/drone/push Build is passing
256c4dddb1
Reviewed-on: #31
williamp merged commit dbfd1c8b2c into master 2023-04-16 19:58:10 +00:00
Sign in to join this conversation.
No description provided.