Commit graph

471 commits

Author SHA1 Message Date
Cayo Puigdefabregas 3fc2c6af4d remove pdb 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas fc127673a1 get_result for json 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas a5f56c16f7 view dpp page 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas c6451d2f5f fix 2025-03-08 11:52:35 +01:00
pedro 27114edd1e no sudo in docker-reset, all is with user 1000 2025-03-08 11:52:35 +01:00
pedro bbcdf97d14 dh-django dockerfile: use uid 1000 (app)
at least temporarily
2025-03-08 11:52:35 +01:00
pedro b342f69669 dh docker: bugfix wrong usage of up_snapshots 2025-03-08 11:52:35 +01:00
pedro 09529f383b dh dockerfile: add time debpkg 2025-03-08 11:52:35 +01:00
pedro f1026eba44 dh docker: bugfix wrong path in rm prev snapshots 2025-03-08 11:52:35 +01:00
pedro 707f632dd6 dh docker: create institution before first dlt usr 2025-03-08 11:52:35 +01:00
pedro 5b3cf68f59 bugfix logger 2025-03-08 11:52:35 +01:00
pedro d206eb18ac logger: bugfix function name changed for highlight 2025-03-08 11:52:35 +01:00
pedro 61898bae31 dh docker: cleanup other snapshots when dpp/dlt 2025-03-08 11:52:35 +01:00
pedro 50249fefb4 add dpp 2025-03-08 11:52:35 +01:00
pedro a3e7dfb358 dh docker: first migrate, then config 2025-03-08 11:52:35 +01:00
pedro 7a98d16d27 utils/logger: ensure msgs are logged 2025-03-08 11:52:35 +01:00
pedro d0c84516a9 logger: improve error handling 2025-03-08 11:52:35 +01:00
pedro 3c072a5452 dpp/dlt: fix typo 2025-03-08 11:52:35 +01:00
pedro 06164da6cd dpp/dlt: fix typo 2025-03-08 11:52:35 +01:00
pedro 4e84215525 dpp/dlt: fix typo 2025-03-08 11:52:35 +01:00
pedro 99d5a54b74 dh docker entrypoint: use appropriate new env vars 2025-03-08 11:52:35 +01:00
pedro 983672cd1d docker: remove unused vars in django
were used in the flask app devicehub-teal
2025-03-08 11:52:35 +01:00
pedro 52aaa1ff96 docker entrypoint: make DB_* optional 2025-03-08 11:52:35 +01:00
pedro dcddc0b833 docker devicehub-django entrypoint 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 76b7dcd685 fix 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 189377fb33 fix 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas fbc305591f add memberFederated model 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas daed709269 add did view 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas b1820ef829 add commands for setup to dlt 2025-03-08 11:52:35 +01:00
pedro 4d2814eab2 docker: add dpp python dep ereuseapitest 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 650242668c . 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 141285cf5e register device and dpp in dlt and dpp api 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 27d91e9cd5 first base for dpp 2025-03-08 11:52:35 +01:00
Sergio Giménez Antón 9fa8cd57ba Using a shallow copy instead of ineficient json conversion 2024-12-05 09:14:37 +01:00
Sergio Giménez Antón 2813a095de move logic to model and remove potential harmful code (void useing del) 2024-11-16 18:08:11 +01: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
pedro eb81b65e5b logger: swap colors between INFO and WARNING
yellow is more a warning color than purple

purple is more relaxing, so better for info
2024-11-10 03:54:29 +01:00
pedro 9378621877 Merge pull request 'Add improved readme' (#26) from improve-readme into real_main
Reviewed-on: #26
2024-11-09 20:33:29 +00:00