Commit Graph

63 Commits

Author SHA1 Message Date
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
30493ec187 add migrations component 2022-11-19 09:51:47 -05:00
fb2d80f80d add User model 2022-11-19 09:35:41 -05:00
173e763423 execute createEvents script upon loading redirect or /events 2022-11-19 09:16:54 -05:00
1ad2827df5 reorg orders of routes, add comments 2022-11-19 09:09:03 -05:00
c66f6e7bbf split make misc for time and date stuff 2022-11-18 01:29:34 -05:00
6af3828c70 split db and forms classes into their own files 2022-11-17 22:57:03 -05:00
e968e835f7 add create_events function, integrate with createTask 2022-11-17 21:43:01 -05:00
f27749009c convert to proper time db object, get rid of the 'str' messes 2022-11-17 17:53:19 -05:00
ce1e8ed68c add period templates, add period, edit period, delete period 2022-11-17 11:34:41 -05:00
3082ab7307 add edit event feature 2022-11-16 19:56:19 -05:00
cb944d8bbe change requirements to reflect wtforms sqlalchemy extension 2022-11-16 09:46:57 -05:00
07c7fd213c change to iterate based on periods, showing matched event 2022-11-15 21:15:24 -05:00
97116c774c add form element 2022-11-15 21:14:50 -05:00
7642efd755 temp move forms into app.py until i can get a sane way to separate everything 2022-11-14 23:16:01 -05:00
943a1c7121 cleanup 2022-11-14 21:01:54 -05:00
2fe6db8075 remove duplicate task name 2022-11-14 20:48:19 -05:00
65c9415822 add edit button to task page 2022-11-14 20:47:09 -05:00