Cayo Puigdefabregas
a0276f439e
add inxi in parsing and show in details of devs
2024-11-15 12:47:08 +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
pedro
d136ae3aa3
README: small changes
2024-11-09 21:32:52 +01:00
sergio_gimenez
2653b0eeee
Add improved redame
2024-11-09 21:32:52 +01:00
pedro
5045450424
improve .env and docker-reset
2024-11-09 17:07:27 +01:00
cayop
dd6c58267f
Merge pull request '96-add-serial-number-in-public-web' ( #24 ) from 96-add-serial-number-in-public-web into main
...
Reviewed-on: https://gitea.pangea.org/ereuse/devicehub-django/pulls/24
2024-11-06 16:30:19 +00:00
Cayo Puigdefabregas
6212075852
fix names
2024-11-06 17:21:48 +01:00
sergio_gimenez
2f68eff954
Merge branch 'main' into 96-add-serial-number-in-public-web
2024-11-06 08:29:24 +01:00
sergio_gimenez
26c3401f4d
Do not show serial numbers if user not authenticated
2024-11-06 08:24:10 +01:00
sergio_gimenez
a68403b05a
better organise code
2024-11-05 10:26:21 +01:00
sergio_gimenez
51a2e74f7f
[WIP] unit tests
2024-11-05 10:19:35 +01:00
sergio_gimenez
e6c42a908f
Show components and serials only if user is authenticated
2024-11-05 10:19:24 +01:00
pedro
a67fda6b51
better printing of DOMAIN var
...
when in settings, any command prints again DOMAIN which is boring and
inefficient
2024-11-05 04:01:44 +01:00
pedro
79a34c9b55
logger: always do traceback when DEBUG var is True
...
related to #13
2024-11-05 03:43:18 +01:00
sergio_gimenez
033e4df297
Render serial number in public website
2024-11-04 08:24:23 +01:00
sergio_gimenez
915d95379c
Render serial number in details view
2024-11-04 08:21:19 +01:00
sergio_gimenez
8cb66104ca
Add get_serial_number() method
2024-11-04 08:21:01 +01:00
sergio_gimenez
7db879e189
Add get_serial_number method
2024-11-04 08:20:37 +01:00
Cayo Puigdefabregas
e4124fb20b
fix duplicate logs
2024-10-31 15:25:38 +01:00
pedro
517c3eb0c0
DEBUG false -> true
...
we are not ready to deploy without DEBUG
- collect static is not configured
- current demo in debug helps to find problems easily
2024-10-31 15:04:28 +01:00
pedro
d4f50961bc
improve logging text for certain messages
2024-10-31 14:24:16 +01:00
Cayo Puigdefabregas
65bd88a2a2
table in evidence page details
2024-10-31 13:15:56 +01:00
Cayo Puigdefabregas
7926943947
remove dashboard.js in login template
2024-10-31 12:51:49 +01:00
pedro
9de7dc6647
docker: disable debug by default
2024-10-31 11:57:33 +01:00
Cayo Puigdefabregas
16ba03bd0a
fix
2024-10-31 10:40:53 +01:00
Cayo Puigdefabregas
4b3471d24e
fix bug
2024-10-31 10:24:15 +01:00
Cayo Puigdefabregas
e74ddc47a7
extract logs with colors and depending of DEBUG var
2024-10-31 10:14:02 +01:00
cayop
ac1786c115
Merge pull request 'feature/90-implement-public-website-for-device' ( #17 ) from feature/90-implement-public-website-for-device into main
...
Reviewed-on: https://gitea.pangea.org/ereuse/devicehub-django/pulls/17
2024-10-30 15:02:18 +00:00
Cayo Puigdefabregas
cdcb78c433
Merge branch 'main' into feature/90-implement-public-website-for-device
2024-10-30 16:01:06 +01:00
Cayo Puigdefabregas
ca0292aad9
fix some bugs
2024-10-30 16:00:23 +01:00
Cayo Puigdefabregas
2636e80ece
error in build but not lock the flow
2024-10-30 15:17:15 +01:00
Cayo Puigdefabregas
a5de0a92d8
add ev eraseserver template
2024-10-30 12:34:14 +01:00
sergio_gimenez
220d718d04
Add unit tests
2024-10-29 08:30:33 +01:00
sergio_gimenez
3a6c047bd1
Properly close div
2024-10-29 08:30:17 +01:00
sergio_gimenez
fcc23cc656
Add space in copyrigight
2024-10-29 08:30:06 +01:00
sergio_gimenez
cd666fa1ff
Add consistent margin and add translations
2024-10-29 08:29:13 +01:00