Commit Graph

80 Commits

Author SHA1 Message Date
fb7df832dc Merge branch 'testing' into version-branding 2023-03-21 23:24:07 +00:00
7372eb625c Merge pull request 'update dependencies' (#16) from dependency-updates into testing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #16
2023-03-21 23:23:15 +00:00
d9391c73e9 change version to 1.1.0 2023-03-21 18:15:01 -04:00
c9b924a1e3 update dependencies 2023-03-21 18:12:48 -04:00
79592c39fb Merge pull request 'fix worker app' (#14) from worker-context-bugfix into testing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #14
2023-03-21 00:25:52 +00:00
c2ba1ca5e7 fix worker app 2023-03-20 20:00:40 -04:00
3830bdf240 Merge pull request 'adjust worker for mysql, add more stable background process' (#9) from stable-cron into testing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #9
2023-03-20 02:34:56 +00:00
c502f359e7 adjust worker for mysql, add more stable background process 2023-03-19 22:34:00 -04:00
a1bfc827d4 Merge pull request 'mysql-migration' (#8) from mysql-migration into testing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #8
2023-03-17 04:58:27 +00:00
ccdc9940df update dockerfile and docker-compose for mysql 2023-03-17 00:56:12 -04:00
a4a3193e05 change sqlite config to mysql 2023-03-17 00:38:09 -04:00
d970954c1c adjust init_db for mysql 2023-03-17 00:37:40 -04:00
0e8565dd2a delete alembic versions from sqlite 2023-03-17 00:27:18 -04:00
80a9266431 update requirements to include mysqlclient 2023-03-17 00:24:19 -04:00
d5d18014a7 add mariadb to docker-compose file 2023-03-17 00:23:08 -04:00
aa87962b24 modify gitignore for local db directory 2023-03-16 23:25:15 -04:00
b3de7df4fc manifest url typo fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2022-12-01 23:06:14 -05:00
cab022e2cb Remove input requirement for task description
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-01 22:53:00 -05:00
da225224b0 adjust jinja2 templates to handle cases of no description 2022-12-01 22:51:34 -05:00
2b315caf9e favicon support
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-01 01:16:10 -05:00
f15d145144 add prevDay variable for previous day, primarily for queries 2022-12-01 00:54:41 -05:00
a441b4612a implement gunicorn for prod WSGI server
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-30 01:09:22 -05:00
645fc4a56b docker-compose file update 2 electric boogalo 2022-11-30 00:46:17 -05:00
71fa0bec22 change docker-compose for new env variables 2022-11-29 22:51:13 -05:00
727941edd3 Error handling and custom error pages
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-29 22:23:01 -05:00
ddc90da012 Add "remember me" option to login
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-29 20:55:32 -05:00
dfa8eed12d remove hardcoded secret key, rely on env variable
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-29 20:41:56 -05:00
bf539fca09 create separate worker app for background tasks
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing
2022-11-29 18:12:55 -05:00
130825d3dc re-add createEvents script to newPeriod function
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-26 11:57:08 -05:00
1a1d530b47 fix formatting issue on tasks html template
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-25 20:50:24 -05:00
bbd44e9ec6 add scheduler to generate events, remove hacky workaround 2022-11-25 20:48:16 -05:00
04c8dfb5b4 update docker-compose file to reflect port change
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-25 15:18:33 -05:00
56f7f907df modify drone to brand commits before docker build
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-25 15:12:34 -05:00
ac8bed1bad add footer and support showing version/commit 2022-11-25 15:01:13 -05:00
00c4bc960e prevent app from crashing when SIGNUP_ENABLED env variable does not exist
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-24 19:06:42 -05:00
cc57dfdb32 change flask to use port 80
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-24 18:07:36 -05:00
ec31206127 Add settings page, fix responsive login/logout link
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-24 13:36:37 -05:00
8ed6336e20 create settings page, full timezone support
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-23 20:36:38 -05:00
5c26838c50 begin timezone support 2022-11-22 05:25:11 -05:00
fbb3317693 add create account env variable
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing
1.0.0
2022-11-19 23:18:43 -05:00
4c5ace5380 remove deployment for now
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-19 23:14:54 -05:00
c52236579a fix helm chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-19 21:41:02 -05:00
64fb6351fe create helm chart
Some checks failed
continuous-integration/drone/push Build is failing
2022-11-19 21:39:05 -05:00
b8728e0be5 fix
Some checks failed
continuous-integration/drone/push Build is failing
2022-11-19 21:34:10 -05:00
955c407917 new dronefile 2022-11-19 21:32:02 -05:00
09a7d4ad6c remove triggers for now
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2022-11-19 17:34:16 -05:00
cf3729861d create drone file
Some checks reported errors
continuous-integration/drone Build was killed
2022-11-19 17:22:48 -05:00
817669d889 docker time 2022-11-19 17:17:26 -05:00
ab63eeff96 refactor to make way for dockerization 2022-11-19 16:44:50 -05:00
400c870056 completed authentication system 2022-11-19 15:55:38 -05:00