Commit graph

532 commits

Author SHA1 Message Date
Cayo Puigdefabregas 040be9057a new document and out device and components 2025-03-08 11:52:35 +01:00
pedro ab4b19104d comment logger trace when DEBUG
is it necessary?
2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 23b9289b60 remove flask sintax for django sintax 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas a55349baf0 remove flask sintax for django sintax 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas ba70431110 add_services 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 6f80a86528 add result for dpp and for chid 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 665bce543f fix new document json 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas c49b46fa65 fix get_result 2025-03-08 11:52:35 +01:00
pedro ede8b539d6 dhub settings: bugfix wrong DLT TOKEN 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 57144c79a5 fix get_result for get correct document 2025-03-08 11:52:35 +01:00
pedro 0016c5fac8 progress on making it work
still fails
2025-03-08 11:52:35 +01:00
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