Commit graph

323 commits

Author SHA1 Message Date
Thomas Nahuel Rusiecki 6d909d5883 stylish new popup for state change 2024-12-05 18:31:30 -03:00
Thomas Nahuel Rusiecki 5b781d3930 added Sortable js dependency for tables 2024-12-04 04:41:41 -03:00
Thomas Nahuel Rusiecki c5dae459f4 added form for state definition order update 2024-12-04 03:06:01 -03:00
Thomas Nahuel Rusiecki 1746139228 minor cosmetic changes 2024-12-04 01:24:18 -03:00
Thomas Nahuel Rusiecki 2cfb892bf7 changed delete button to icon 2024-12-03 20:10:21 -03:00
Thomas Nahuel Rusiecki 051f8f3356 send button hidden until changes are made 2024-12-03 20:00:50 -03:00
Thomas Nahuel Rusiecki aedd8801ce sortable list now updates order of definitions 2024-12-03 19:32:21 -03:00
Thomas Nahuel Rusiecki 26398e3ac1 added Sortable js for state definitions list 2024-12-03 15:01:16 -03:00
Thomas Nahuel Rusiecki dc2418f61b added model level constraints 2024-12-03 15:00:26 -03:00
Thomas Nahuel Rusiecki b3c268a49e modals for state definition deletion 2024-12-02 16:56:23 -03:00
Thomas Nahuel Rusiecki 8dc5bf1435 delete view added and some refactorig 2024-12-02 16:55:59 -03:00
Thomas Nahuel Rusiecki 4d8f9eac9b added add state definition view 2024-12-01 19:47:40 -03:00
Thomas Nahuel Rusiecki 175b6d93dc changed constrain on model 2024-12-01 19:46:04 -03:00
Thomas Nahuel Rusiecki 22d4cea560 fixed models confusion 2024-12-01 17:54:22 -03:00
Thomas Nahuel Rusiecki e35e6414aa added model constraints 2024-12-01 17:47:10 -03:00
Thomas Nahuel Rusiecki a072224645 added admin state definition panel 2024-12-01 02:58:22 -03:00
Thomas Nahuel Rusiecki 5e492e0210 initial orm state models 2024-11-30 04:38:19 -03:00
Thomas Nahuel Rusiecki 18d9eef6ef centered popup modals 2024-11-21 10:45:18 -03:00
Thomas Nahuel Rusiecki b77120a4c3 disabled lotPoperty field 2024-11-16 15:27:21 -03:00
Thomas Nahuel Rusiecki db1d38c3d1 added logging for device operations 2024-11-16 15:26:45 -03:00
Thomas Nahuel Rusiecki 95fb09bd69 renaming lotAnnotations to Lotproperty 2024-11-16 12:31:02 -03:00
Thomas Nahuel Rusiecki aff13a04eb renaming of annotation to property 2024-11-15 20:13:39 -03:00
Thomas Nahuel Rusiecki e93cccaf2d change edit view to modal popup 2024-11-15 19:38:33 -03:00
Thomas Nahuel Rusiecki 0bd6f8d69f added userproperty update view 2024-11-15 19:11:05 -03:00
Thomas Nahuel Rusiecki ca047f4e8b added user_property 2024-11-15 18:16:45 -03:00
Thomas Nahuel Rusiecki 04099d31a6 model constraints changed and moved url to /device 2024-11-15 18:15:44 -03:00
Thomas Nahuel Rusiecki 10f2f6dc16 fixed search and moved delete user property class 2024-11-14 14:16:45 -03:00
Thomas Nahuel Rusiecki caa2be3a41 renaming to new Property tables 2024-11-14 13:08:37 -03:00
Thomas Nahuel Rusiecki 7d18f4797f details view changed to now use properties 2024-11-14 12:00:03 -03:00
Thomas Nahuel Rusiecki 3350966bb3 fixed user_properties list not working 2024-11-13 21:14:23 -03:00
Thomas Nahuel Rusiecki 2a9eca74eb renaming to property 2024-11-13 21:05:54 -03:00
Thomas Nahuel Rusiecki bfe922bed6 changed imports 2024-11-13 21:01:00 -03:00
Thomas Nahuel Rusiecki 9a45988875 fixed self inflicted recursion 2024-11-13 20:29:07 -03:00
Thomas Nahuel Rusiecki 4c69906f24 renaming annotation to variable 2024-11-13 19:16:33 -03:00
Thomas Nahuel Rusiecki 296fab8cf6 variables and function semantic renaming 2024-11-12 14:04:59 -03:00
Thomas Nahuel Rusiecki 41926ea85a split into system and user properties 2024-11-12 12:22:09 -03:00
Thomas Nahuel Rusiecki 1732cc7a9c annotations renaming on views 2024-11-12 11:47:32 -03:00
pedro b7d7b9041d Merge pull request 'Parsing error handling and MAC retrieval on new snapshots' (#27) from pr_25 into main
Reviewed-on: #27
2024-11-12 13:57:04 +00:00
pedro 65788b36af up_snapshots: simplify and clarify errors
specially, do not halt in case of errors, just print them in logs
2024-11-12 14:48:35 +01:00
pedro a748b900ca recover old up_snapshot functionality
- We don't need the if settings.DEBUG anymore, we have a logger
configuration that when DEBUG is there, a trace is always generated
- restore old error message that is shorter and clearer than the new one
2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki ac48a77a2f added success messages 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki ac70a4ae25 catching pandas exception 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 8dade92f7e changed form validation onto field 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki b4c18535fb grammar fix and todo added 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 90f057288d upload form now displays error messages once 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 80083caf99 better error messages 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 3763124440 minor fix in mac parsing 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki cd0a8217c8 fixed mac not recovered properly 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 83dd044325 better error handling and logging 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki ccb0be1b4c check for values on websnapshot 2024-11-12 14:48:35 +01:00