Cayo Puigdefabregas
4c08f65218
fixing internal stats
2021-02-23 17:40:36 +01:00
Cayo Puigdefabregas
79902ee26d
adding lives action to the document of internal stats
2021-02-23 12:23:07 +01:00
Cayo Puigdefabregas
2a38070ae0
prepare auth for internal stats
2021-02-22 21:18:25 +01:00
Cayo Puigdefabregas
d1b50cc212
simple internal stats
2021-02-22 15:49:13 +01:00
Cayo Puigdefabregas
ce4dce055d
basic endpoint for internal stats
2021-02-19 12:53:42 +01:00
Cayo Puigdefabregas
1a0287f8f9
adding documentId in csv of devices report
2021-02-07 18:16:43 +01:00
Cayo Puigdefabregas
6ca37e348c
change erasure.html template
2021-01-26 13:52:23 +01:00
Cayo Puigdefabregas
5ae61d30bc
adding systemId in metrics csv
2021-01-20 10:39:02 +01:00
Cayo Puigdefabregas
f140c48359
fixing bug of lifetime
2021-01-19 16:06:46 +01:00
Cayo Puigdefabregas
a7d51655b6
fixing url of link
2021-01-18 17:18:47 +01:00
Cayo Puigdefabregas
0273021d50
fixing title page
2021-01-18 12:48:54 +01:00
Cayo Puigdefabregas
1ec1eb39bf
fixing test base
2021-01-18 12:40:31 +01:00
Cayo Puigdefabregas
3b2f09a37c
static page for stamps
2021-01-18 10:54:50 +01:00
Cayo Puigdefabregas
12f28ba76f
metrics in csv
2021-01-13 18:11:41 +01:00
Cayo Puigdefabregas
810a9b360c
adding new endpoit for download csv of metrics
2021-01-08 17:37:52 +01:00
Cayo Puigdefabregas
96540d701c
fixing lineterminator in csv
2020-12-21 16:09:30 +01:00
Cayo Puigdefabregas
3c12d1f75c
add endpoint
2020-12-21 13:40:07 +01:00
Cayo Puigdefabregas
db610d2853
insert hash3 when document is download
2020-12-21 11:34:03 +01:00
Cayo Puigdefabregas
b10ed84836
adding columns rate when no there are rate
2020-10-23 10:27:16 +02:00
Cayo Puigdefabregas
20f2300ce1
modify the pull requirements
2020-10-22 15:54:01 +02:00
Cayo Puigdefabregas
1f4d30df32
rebuild rows with all new collumns
2020-10-21 22:11:55 +02:00
Cayo Puigdefabregas
ed2f71c150
add delimeter as ; in csv
2020-10-21 22:09:15 +02:00
Cayo Puigdefabregas
2f7c34af2e
graphic card
2020-10-21 13:17:32 +02:00
Cayo Puigdefabregas
e6401fff3c
cpus, rams, disks
2020-10-21 13:06:47 +02:00
nad
306bad966b
Adding lot permissions to LotsDocumentView
2020-08-18 21:02:54 +02:00
nad
1fccea2bcc
Merge remote-tracking branch 'origin/testing' into feature/33-export-lot-description
...
# Conflicts:
# ereuse_devicehub/resources/documents/documents.py
# tests/test_documents.py
2020-08-18 19:31:43 +02:00
nad
6087044a5e
Fixing test_get_multiple_lots and test_api_docs
2020-08-18 19:19:18 +02:00
nad
5c7444dc4d
Merge remote-tracking branch 'origin/testing' into feature/33-export-lot-description
...
# Conflicts:
# ereuse_devicehub/resources/documents/documents.py
# ereuse_devicehub/resources/lot/views.py
# tests/test_documents.py
2020-08-18 11:23:50 +02:00
cayop
24578e7188
Merge pull request #48 from eReuse/feature/46-device-stock-control
...
Feature/46-device-stock-control
2020-08-17 18:11:48 +02:00
nad
a2a24f20cc
Reformat code following PEP8
2020-08-17 16:45:18 +02:00
nad
65ba42ada8
Fixing test_documents.py::test_export_basic_snapshot and test_documents.py::test_export_full_snapshot
2020-08-17 15:57:27 +02:00
Jordi Nadeu
b6138f9108
Merge branch 'testing' into feature/46-device-stock-control
2020-08-17 11:33:27 +02:00
nad
59932ba00d
Adding exceptions to device_row.py file
2020-08-17 11:18:52 +02:00
Cayo Puigdefabregas
801a8a6c4a
add filter as user owner
2020-08-06 16:51:49 +02:00
Cayo Puigdefabregas
d973b479cf
return to put anonymous access to erasures documents
2020-08-06 15:55:14 +02:00
Cayo Puigdefabregas
cdf36583a9
bug fixed: there is no point in having self.AUTH for view DocumentDef
2020-08-05 17:51:13 +02:00
Jordi Nadeu
a052abc72d
Minor fix indentation error
2020-08-05 11:56:59 +02:00
Jordi Nadeu
04557905c8
Merge branch 'testing' into feature/46-device-stock-control
2020-08-05 11:49:18 +02:00
nad
6017476822
Adding query to Lot views
2020-08-03 18:25:55 +02:00
nad
a2303498cd
Minors comments changes and new test_get_all_lots was added
2020-07-28 16:22:17 +02:00
nad
c0fcfcfdbf
Creating 'documents/lots/' endpoint
2020-07-28 16:16:17 +02:00
nad
c90fa4e84e
Adding stock row class for new document endpoint
2020-07-27 13:56:56 +02:00
nad
936c042c62
Creating document stock endpoint
2020-07-23 20:55:27 +02:00
Cayo Puigdefabregas
114613ddf7
document stock
2020-07-23 15:56:51 +02:00
Jordi Nadeu
d041ef6a54
First iteration test suite mvp ( #37 )
...
* First commit marking mvp decorator
* Minor code style enhancements
* Fixing some mvp test
* Fixing some mvp test
* Fixing test_sync_execute_register_no_hid_tag_not_linked
* First iteration with almost all mvp tests working correctly
* Rollback models.pyi of lot and device resources
* Changing Github action to execute tests with tag mvp
2020-07-07 17:17:41 +02:00
nad
7f5dcb3679
Fixing export csv fields (first iteration)
2020-03-11 18:47:27 +01:00
jordi.nadeu
d1cff3e44e
first iteration integration with blockchain
2020-03-11 13:04:18 +01:00
jordi.nadeu
b99a332cd8
change erasure report and public link html templates
2019-10-22 15:54:39 +02:00
nad
3d6fef9927
change comments to comply with the standard PEP 257
2019-06-19 13:35:26 +02:00
Xavier Bustamante Talavera
61f4c127d4
Change event to action complying with schema.org
2019-05-11 16:27:22 +02:00