Commit Graph

14 Commits

Author SHA1 Message Date
c6a31f24e5 added ai model settings 2021-07-25 13:18:18 +10:00
371e2af64b added python ldap / login pages 2021-06-26 09:20:11 +10:00
ab0513215f added DB support for recycle bin 2021-04-02 15:10:27 +11:00
22281be93d fixed up a few issues found from linter 2021-03-19 18:04:22 +11:00
0fe5d97317 fix missing self. in prints of Settings __repr__ 2021-02-13 20:19:14 +11:00
e6bc751844 added storage_path to settings 2021-02-09 19:37:30 +11:00
8c8eb83893 removed last_import_date from settings, its now per Dir 2021-01-20 20:04:05 +11:00
e138ab22aa git commit, converted over to base.html pulling Status*, rather than every render_template calling it. Tightened up naming for job manager, fixed a few bugs in there with items like div by zero, created the active jobs link/badge in navbar, have it invoked each time by base.html template and it gets active jobs from DB, pa_job_manager now initiliases from an empty DB and can work out where it is at, no loop/thread/or actual job code yet. jobs.py has basics of a NewJob(), so next step is to force that job to be executed in pa_job_manager, but its tea time 2021-01-16 17:51:16 +11:00
3684f279e4 first pass of import logging, its not being used, data is in real tables, but faked. will probably have to switch to gunicorn and threading to allow import and serving pages when we use slower AI routines 2021-01-14 00:15:54 +11:00
684d057e59 added admin routes/code to allow a scan now and a forced scan 2021-01-12 18:45:13 +11:00
e83a40ee52 converted over to a flat settings table, no more key-value pairs of settings 2021-01-12 18:32:47 +11:00
0d7fe03e5a made settings work lamely, but functional for now, also removed test route 2021-01-10 15:48:21 +11:00
64d3e3e4cd Settings class now uses sequence, the DB sequence and table have been created and commented out a simple settings addition for now -- Beware it runs twice with Flask in DEV mode 2021-01-10 13:41:36 +11:00
53897a1351 added BUGS, TODO and README, and first class settings 2021-01-10 13:14:49 +11:00