Commit Graph

7 Commits (master)

Author SHA1 Message Date
shadowgate15 3c88411ba2 Change iteration of tasks
Originally, tasks were iterated through to get children first then
project level items. This created an issue where task items would
set next label even though the project method shouldn't have even
started that task.

Now, tasks are iterated through to get project level items and
based on if the project level item has the next label it will
move the next label accordingly.

Also, made a change to the Procfile so no cacheing occurs.
2020-03-22 14:31:48 -05:00
shadowgate15 bc85bf15cc Fix error R10 (Boot timeout) on Heroku 2020-03-10 22:40:47 -05:00
shadowgate15 2a9d89b9a2 Merge remote-tracking branch 'origin/development' into development
# Conflicts:
#	Procfile
2020-03-10 21:59:02 -05:00
shadowgate15 b499771695 Add Heroku support 2020-03-10 19:55:14 -05:00
shadowgate15 fa9c01a2f6 Add Heroku support 2020-03-10 12:28:58 -05:00
Andrew Williams f925615238 Cleanup README, remove Heroku Procfile 2015-12-12 14:20:48 +00:00
Andrew Williams 7e226f2255 Add Heroku support. 2014-11-15 19:38:44 +00:00