Commit Graph

1188 Commits

Author SHA1 Message Date
be3e2ae19e improved about page to include BUGs and TODO, still better formatting required,and build date to be handled separate to last commit date 2023-01-03 00:34:03 +11:00
06846b86c5 fixed BUG-105, unmatched faces now ignores overridden faces 2023-01-02 22:42:22 +11:00
5db204d72c minor html fixup (div closing) 2023-01-02 22:42:04 +11:00
7d7f76ba33 about page now extends base (so has navbar -oops), and DEV finds last file change time 2022-12-31 15:54:25 +11:00
b952fe82f6 large refactor of code to use venv (in .python) for DEV, to use consistent python versions with PROD, sepcifically flask 2.2.2 to address the deprecation of FLASK_ENV -> replaced with ENV. Fixed up git and dockerignores to be more stringent 2022-12-31 15:42:03 +11:00
8232943621 added internal/git-log.txt to .gitignore if there in DEV for testing. Removed timezone from Date in About, and redid columns to 3 and 9 for better spacing in About 2022-12-31 14:35:52 +11:00
385665b702 BUG-111 also included a TODO for deprecation warning of FLASK_ENV, moved that to TODO list 2022-12-31 14:30:54 +11:00
fe1200ca65 add about template including 15 recent commits by default 2022-12-31 14:29:56 +11:00
2687be3979 also fixed BUG-111 (circular import issues which blocked git installation in Prod container) 2022-12-31 14:29:36 +11:00
1afaa338a8 finished basic about page, and including 15 recent commits by default 2022-12-31 14:28:05 +11:00
70c449d859 move the choices for AI models in SelectField to be delayed to when SettingsForm is created to avoid gunicorn barfing on init -- its all circular import issues I think, but this is bearable for now 2022-12-29 13:06:21 +11:00
9de6e21eaa made main() a func, not sure it matters tbh, also reordered an import, but to no affect 2022-12-29 13:05:19 +11:00
1da4f410fd fixed import of MovePathDetails to the rest of path imports 2022-12-29 13:03:02 +11:00
dc415c24f4 fixed upgrade / import issues, now upgrading and including git 2022-12-29 13:02:36 +11:00
b273cd2e25 spacing 2022-12-29 12:55:24 +11:00
ec95cbfd47 tinkering with git commit logs being stored during build, and hit a BUG - back to functional, but cant do git yet 2022-12-28 21:36:28 +11:00
dc80db45f8 revert tmp chg 2022-12-28 19:56:43 +11:00
adb344f2c9 tmp add TEST/ 2022-12-28 19:52:02 +11:00
c0fe5e6504 when we build, stick last 5 commits into a file for showing in F/E 2022-12-28 19:51:34 +11:00
063e3d1a04 quick test / reorder commands 2022-12-28 19:51:03 +11:00
2a1afce92a more info for BUG-109 2022-12-28 19:50:29 +11:00
a320f1e5e6 fix BUG-110 (Enter key not submitting MoveDBox 2022-12-28 13:58:03 +11:00
dba7efe94d update 2022-12-28 13:57:40 +11:00
2a1e2d7d5d cleaned up code around json, *locn -> transitioned to top, right, bottom, left to finally fix ORM replacing [ with { <- FIXES BUG-108 2022-12-23 16:18:27 +11:00
81fea4f6f3 remove temporary code to fix faces (move coords from locn to top, right, etc.) 2022-12-23 16:04:51 +11:00
46c0f3a06f remove temporary code to fix faces (move coords from locn to top, right, etc.) 2022-12-23 16:04:46 +11:00
6774bb101f extra details for BUG 2022-12-23 16:03:41 +11:00
405da8dc8f remove LOCN for BUG-108 2022-12-23 15:20:53 +11:00
20b656985f added BUG-109, add/del/re-add override and then rebuild DB from scratch causes duplicate/crash in pa_job_mgr 2022-12-23 14:52:02 +11:00
ac24c98bed store individual coords for face data - partial fix for BUG-108 2022-12-23 14:51:28 +11:00
ab63f5aaba remove more face_locn code for BUG-108 clean up 2022-12-23 14:36:49 +11:00
4ac52a771a clean up comments 2022-12-23 14:36:22 +11:00
b681ba8522 update 2022-12-23 13:42:17 +11:00
d673c138e7 add explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:42:08 +11:00
87d7bea53a remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:41:38 +11:00
120cb9bd94 remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:41:20 +11:00
5f5a41805a remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:38:13 +11:00
4232e139c7 remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:35:42 +11:00
59de7c294b remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:32:19 +11:00
dbcdfd44dd remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:28:24 +11:00
ab6c91d540 use new face_top, etc. rather than tmp_locn, partial fix for BUG-108 2022-12-23 13:20:45 +11:00
9223f50323 start coversion of locn (array) -> top, right, bottom, left (4 separate integers) 2022-12-23 12:03:33 +11:00
a89063d366 interim commit - person now has a fix_faces route that will be used as part of the conversion to get locn -> top, right, bottom, left and using PA class for __repr() instead 2022-12-23 12:02:22 +11:00
4f80ea947a use PA class for face classes, added comments 2022-12-23 12:01:19 +11:00
7df340e142 improved PA class __repr() to handle bytes and thumbnails and remove internal sql alchemy 2022-12-23 11:55:41 +11:00
8fa93c0ecf added version to F/E todo 2022-12-23 10:52:14 +11:00
6189b500c1 temp fix for another face_locn bug 2022-12-23 10:51:55 +11:00
4086572f3e more face_locn issues, about to give up on json version and use 4 explicit coords 2022-12-23 10:51:33 +11:00
a6e72b7e9b extra error checking 2022-12-23 10:51:01 +11:00
2bf8f08228 fix BUG-107: view / pagination gets out of whack 2022-09-22 14:25:07 +10:00