|
8db16e8cb1
|
More tuning of the unnotifier
|
2023-10-02 22:51:38 -06:00 |
|
|
39fb155824
|
Minor tweaks
|
2023-10-02 22:19:28 -06:00 |
|
|
9043cbe92b
|
[NO TESTS] WIP
|
2023-08-16 19:07:11 -06:00 |
|
|
15816ef524
|
Tighten readme; license
|
2023-07-27 17:33:08 -06:00 |
|
|
ada34c8ac9
|
More notes
|
2023-07-27 17:26:03 -06:00 |
|
|
5895e7f404
|
Blah
|
2023-07-27 17:23:39 -06:00 |
|
|
ad9816f55d
|
Create the unnotifier
|
2023-07-27 16:34:26 -06:00 |
|
|
8d9702dd32
|
Feat: cancel icon
|
2023-07-20 00:23:55 -06:00 |
|
|
0ed2b90d99
|
Fix: do not try to re-map assigned and pending jobs
|
2023-07-20 00:18:03 -06:00 |
|
|
ec10fa359d
|
Fix: Need to return user_id here for the jobs list
|
2023-07-20 00:13:38 -06:00 |
|
|
72a8753639
|
Feat: Improving breaks; show other users' jobs & files to admins
|
2023-07-08 22:30:12 -06:00 |
|
|
f5bb2765a7
|
Feat: improve responsive behavior w/ icons
|
2023-07-08 22:10:40 -06:00 |
|
|
f3cd8b317a
|
Fix: don't print hashes
|
2023-07-08 22:10:13 -06:00 |
|
|
6bc0710479
|
Stomping down the dot regressions
|
2023-07-08 21:00:25 -06:00 |
|
|
b3d3f9269f
|
Cleanup: Rely on top-level exception handling
|
2023-07-08 19:55:54 -06:00 |
|
|
4b36a3cd19
|
Fix: Make job starting EVEN MORE idempotent
|
2023-07-08 19:54:44 -06:00 |
|
|
9b52c546e4
|
Fix: Make starting jobs more idempotent
|
2023-07-08 19:36:45 -06:00 |
|
|
f05dad1a18
|
Fix: need to specify the kwarg
|
2023-07-08 19:32:47 -06:00 |
|
|
5b39d9e653
|
Fix: recover filament IDs correctly; edit nozzle size; nozzle as a schedule constraint
|
2023-07-08 19:21:32 -06:00 |
|
|
5ceb2d1488
|
Delete & notify on bad files
|
2023-07-08 18:51:54 -06:00 |
|
|
db9e8c1105
|
Fix: use labels for the success and failure counts
|
2023-07-08 18:09:46 -06:00 |
|
|
253a4e5b59
|
Fix: use executemany not executescript
The latter doesn't support variable substitution
|
2023-07-08 18:05:23 -06:00 |
|
|
37cfcb190e
|
Fix: user_id not uid
|
2023-07-08 17:54:46 -06:00 |
|
|
dcf2de3463
|
Fix: Need to specify table name for subquery reference
|
2023-07-08 17:52:28 -06:00 |
|
|
94058435a3
|
Cascade when deleting files
|
2023-07-08 17:48:24 -06:00 |
|
|
1d6eb61b69
|
Fix: SELECT WHERE syntax
|
2023-07-08 17:48:07 -06:00 |
|
|
1916e06ea2
|
Fix: need to flow through the nozzle size
|
2023-07-08 17:40:15 -06:00 |
|
|
32c5f5f597
|
More limits refinements
|
2023-07-08 17:35:17 -06:00 |
|
|
f38ee4ad97
|
Fix tests, create gcode analysis machinery
|
2023-07-08 16:47:12 -06:00 |
|
|
c1375cb179
|
Get printer editing working end to end
|
2023-07-08 13:45:31 -06:00 |
|
|
0fa65cfbe2
|
Header.
|
2023-07-08 13:44:57 -06:00 |
|
|
cfcfb755b9
|
Rework the login page using skeleton
|
2023-07-08 13:44:33 -06:00 |
|
|
b39a0b1bf5
|
Full width password inputs
|
2023-07-08 13:44:17 -06:00 |
|
|
d3e19bddfe
|
Break up the schema file
|
2023-07-08 13:14:04 -06:00 |
|
|
76996ccd84
|
Start setting up for filament; sizes as scheduling constraints
|
2023-07-06 23:55:03 -06:00 |
|
|
c218bade5c
|
Fmt.
|
2023-07-06 22:55:26 -06:00 |
|
|
0813c6825a
|
Bugfix: incorrect login URL
|
2023-07-06 22:54:54 -06:00 |
|
|
10a0e54c33
|
Fix: if the login attempt failed, return None
|
2023-06-22 15:01:21 -06:00 |
|
|
3345cee21b
|
Fix: Only if it would be non-null
|
2023-06-22 15:01:04 -06:00 |
|
|
c9da93f00c
|
Limit returned job history
|
2023-06-19 23:29:30 -06:00 |
|
|
01b64c34ab
|
Use the bedready plugin to check if the bed is clear or occupied
|
2023-06-19 23:25:24 -06:00 |
|
|
4628d1a28b
|
Create an 'occupied' state for unready beds
|
2023-06-19 23:25:24 -06:00 |
|
|
7b0cf463fb
|
Cache API clients to reduce 500 risk(s)
|
2023-06-19 23:24:10 -06:00 |
|
|
01c2ad121b
|
fmt
|
2023-06-05 01:07:54 -06:00 |
|
|
2201a5384b
|
fix: need to get row id to start jobs automatically
|
2023-06-05 01:07:47 -06:00 |
|
|
e2f3e18dff
|
Bugstomping in the tests
|
2023-06-04 23:53:00 -06:00 |
|
|
058800b5dd
|
feat: Decorate the streams with a border
|
2023-06-03 22:32:24 -06:00 |
|
|
d79a2a578f
|
feat: Printer edit flow; dashboard webcams
|
2023-06-03 22:19:26 -06:00 |
|
|
de7f91947f
|
Fix: display job runtimes in history
|
2023-06-03 20:04:06 -06:00 |
|
|
1274ab8ec2
|
Fix: Hide the controls when logged out
|
2023-06-03 19:59:33 -06:00 |
|