This website requires JavaScript.
923016cbc5
Sloppy implementation to test
fedjo
2020-06-23 20:13:35 +0300
ca1cd59db9
Merge device components
fedjo
2020-06-19 19:29:26 +0300
62783f651b
Assign actions of argument device to device
fedjo
2020-06-18 18:00:43 +0300
d283a2ef1d
Add authenticated view to merge two devices
fedjo
2020-06-18 12:38:25 +0300
54705284a9
Fixing test_sync_execute_register_no_hid_tag_not_linked
nad
2020-06-15 17:16:33 +0200
9ad217fc5b
Update REAMDE (#36 )
fedjo
2020-06-09 11:33:01 +0300
0f87e42f1f
Fixing some mvp test
nad
2020-06-08 18:25:53 +0200
6fd9818296
Fixing some mvp test
nad
2020-06-04 21:56:23 +0200
ee9cee27f6
Minor code style enhancements
nad
2020-06-04 19:11:39 +0200
f735329e22
Merge pull request #30 from eReuse/feature/alembic-migrations
Jordi Nadeu
2020-06-04 11:15:54 +0200
835afd9271
Update REAMDE
#36
fedjo
2020-06-02 18:06:17 +0300
8d112c1360
Abort snapshot action if current user is not owner of the (non-component) device
yiorgos marinellis
2020-05-13 19:52:09 +0200
34e15ead58
First commit marking mvp decorator
nad
2020-05-28 11:42:05 +0200
9812e853fc
Allow choose branch to deploy (master by default)
Santiago L
2020-05-26 08:00:52 +0200
a9055e8edc
Add deploy upgrade task and other minor fixes.
Santiago L
2020-05-26 07:55:07 +0200
c3cffbeaa7
Add callable to get inventory from command line
#30
fedjo
2020-05-22 18:43:01 +0200
2b5da439d9
Update apt dependencies & init db draft.
Santiago L
2020-05-22 17:17:20 +0200
affcc7d91d
Adding new endpoint to /lots trying to return lot.description
#34
nad
2020-05-22 17:12:36 +0200
b0fa24b9bf
Add alembic dependency in requirements.txt
fedjo
2020-05-22 16:11:28 +0200
625a3b824e
Adding severity to incomplete HID snapshot
nad
2020-05-21 09:17:04 +0200
3e87c1bf3d
Fix rst errors in README
fedjo
2020-05-15 20:21:22 +0200
77e29e0475
Update README
yiorgos marinellis
2020-05-15 20:13:49 +0200
de74b067c0
Encapsulate config on AppDeployment class
Santiago Lamora
2020-05-13 18:05:07 +0200
8c519a6d56
Update REAME
yiorgos marinellis
2020-05-11 10:15:40 +0200
f9858f50ab
Create schema with SQLAlchemy and stamp as head migration
yiorgos marinellis
2020-05-11 10:07:23 +0200
1a39259a46
Initial fabfile to perform CD operations.
Santiago Lamora
2020-05-08 11:28:14 +0200
b0d4e06ac2
Merge pull request #28 from slamora/feature/github-actions
#29
Santiago L
2020-05-07 11:31:27 +0200
b1426fc225
Configure GitHub actions to run tests.
#28
Santiago Lamora
2020-05-06 00:23:35 +0200
0849d39d5d
Add initial db schema from autogenerated alembic
yiorgos marinellis
2020-05-04 21:40:17 +0200
e021702e0c
Update nesting level to depth 2 when returning lots not UiTree
yiorgos marinellis
2020-04-29 20:41:32 +0200
f64dace31a
Configure .gitlab-ci to run tests.
#26
Santiago Lamora
2020-04-29 08:40:36 +0200
2851d4112f
Fix typo
yiorgos marinellis
2020-04-28 22:55:17 +0200
bd0621884b
Filter lots with owner id or deliverynote receiver or supplier
yiorgos marinellis
2020-04-28 22:33:33 +0200
59d6d69bda
Add user filtering which is evaluate whether or not lot is specified
yiorgos marinellis
2020-04-28 21:20:40 +0200
252c60ea89
Filter cumputer devices on current user and lot's deliverynote receiver
yiorgos marinellis
2020-04-22 17:53:06 +0200
1beb5964ba
Create alembic environment
yiorgos marinellis
2020-04-17 14:33:50 +0200
315f5b793a
Merge branch 'mvp_deliverynote' into devel
Big Lebowski
2020-04-13 22:45:25 +0200
23b5afe1d8
Merge branch 'feature/rm-ethereum-constraint' into mvp_deliverynote
Big Lebowski
2020-04-13 13:21:51 +0200
525614ac26
Merge branch 'hotfix/rm-cache' into mvp_deliverynote
Big Lebowski
2020-04-13 13:20:41 +0200
61fd9de477
Remove caching when returning lots, devices, fixes UI issue 18
yiorgos marinellis
2020-04-01 19:56:09 +0200
e78b1c5db3
Change FOREIGN keys to User.ethereum_address to User.id, resolves #14
yiorgos marinellis
2020-04-01 19:11:14 +0200
fea6f23c0c
Merge branch 'mvp_proof' into mvp_deliverynote
yiorgos marinellis
2020-04-06 13:07:11 +0200
bc69d194f4
Make supplier_id, receiver_id optional for ProofReuse, fixes #21
yiorgos marinellis
2020-03-27 11:48:16 +0100
115986c7e0
Adding test to check if upload snapshot without HID fields
nad
2020-03-25 21:32:48 +0100
713452e4e1
Fixing HID field to accepts null values
nad
2020-03-25 16:47:57 +0100
edf2e39fc7
Change proofAuthor to proofAuthorID and resolves #18
yiorgos marinellis
2020-03-25 15:38:29 +0100
bd2d72ad69
Replace ethereum_address for User with id
yiorgos marinellis
2020-03-24 22:34:53 +0100
e78d62602b
Align ProofTransfer to Chapter 6 on specs, fixes #12
yiorgos marinellis
2020-03-23 18:49:22 +0100
8a818bdc00
Add schemas for all proofs, redefince and 1-1 relation to device
yiorgos marinellis
2020-03-20 23:57:30 +0100
4f6eb00d3a
Reverts temporarilty the propagation of values for devices until a clear Device registration strategy takes place
emmdim
2020-03-20 15:48:40 +0100
bd396f0642
Adds new PATCH properties for device
emmdim
2020-03-20 15:47:42 +0100
b70c229485
Implements #13 , but currently can be applied only to transferred devices
emmdim
2020-03-20 15:20:22 +0100
dfb518068d
Adds ethereum address to device, and adds PATCH
emmdim
2020-03-19 01:55:26 +0100
f6af58ef51
Update ProofTransfer
yiorgos marinellis
2020-03-17 23:47:02 +0100
390fb30d4f
Update ProofRecycle
yiorgos marinellis
2020-03-17 23:45:23 +0100
e3f960aa8b
Add ProofFunction view except author field
yiorgos marinellis
2020-03-17 23:36:27 +0100
16560462fa
Minor fixes to generate documentation correctly
nad
2020-03-17 18:42:53 +0100
640cc9910f
Changing dummy, adding new user and lot owners
nad
2020-03-17 12:14:56 +0100
e437476110
Merge remote-tracking branch 'origin/mvp_proof' into devel
nad
2020-03-17 11:54:22 +0100
3ce32f2dd4
Add Proof N:M Device relation and support deviceIDs on POST
Big Lebowski
2020-03-17 02:03:48 +0100
621e172e55
Add required field result and ethereumHash on POST
Big Lebowski
2020-03-17 00:57:14 +0100
0d9dccda47
First implementation of batch POST of ProofDataWipe
yiorgos marinellis
2020-03-16 00:26:20 +0100
c9f6217e42
Implement batch view
yiorgos marinellis
2020-03-12 17:07:35 +0100
ac8375c98f
Add view and schemas
yiorgos marinellis
2020-03-12 15:11:38 +0100
994dce4349
Add base proof models
Big Lebowski
2020-03-12 00:40:41 +0100
2aa527c0c3
Resolves minor naming issue
emmdim
2020-03-11 19:28:15 +0100
7f5dcb3679
Fixing export csv fields (first iteration)
nad
2020-03-11 18:47:27 +0100
2810990fda
Convertes expected_devices into a JSON Array, closes #10
emmdim
2020-03-11 18:39:58 +0100
6731d81c9b
Merge remote-tracking branch 'origin/devel' into devel
nad
2020-03-11 13:22:56 +0100
ce8bcc7577
Fixing test api docs
nad
2020-03-11 13:22:24 +0100
c172a8ca4b
add change in Lot and Actions views
jordi.nadeu
2019-12-12 21:17:35 +0100
480afb3b12
first iteration integration with blockchain
jordi.nadeu
2019-12-09 17:24:24 +0100
8389ffeb54
add change in Lot and Actions views
jordi.nadeu
2019-12-12 21:17:35 +0100
225e018cdc
Adds deposit field in Computer
emmdim
2019-12-11 00:35:17 +0100
d1cff3e44e
first iteration integration with blockchain
jordi.nadeu
2019-12-09 17:24:24 +0100
dc8aea9b9b
Adds display size to mobile device schema
nad
2020-03-03 12:03:09 +0100
024a9a7d24
first iteration with mobile schema/model
nad
2020-02-18 13:50:48 +0100
81618a9e1b
Adds transfer_state in deliveryNote init
emmdim
2020-03-10 15:51:16 +0100
98bd4dd897
Set camelCase fields, correct fields in PATCH, fix typo in GET deliverynote
yiorgos marinellis
2020-03-04 18:52:07 +0100
de8af45065
Apply 0 Lot : 0-1 Deliverynote relationship
yiorgos marinellis
2020-03-04 18:49:55 +0100
f5b2f3c2f6
Add GET a deliverynote by id
yiorgos marinellis
2020-03-04 17:44:58 +0100
fdd93b0941
Make nested depth deeper to include neccessary info for delivery note within a lot
yiorgos marinellis
2020-03-03 20:33:37 +0100
22e3469129
Embed deliverynote to lot schema
yiorgos marinellis
2020-03-03 20:32:34 +0100
8e5511b587
Receiver, creator, deposit, expected/transferred devices constraints, remove GET, PATCH delivery note
yiorgos marinellis
2020-03-03 20:32:04 +0100
3d96e8190d
Add ethereum_address, receiver_address to deliverynote and PATCH it
yiorgos marinellis
2020-03-03 13:10:42 +0100
5dd4092e53
Merge remote-tracking branch 'origin/mvp' into devel
nad
2020-03-03 12:59:31 +0100
886271c99f
Create, get, list collection for Deliverynote
Big Lebowski
2020-02-29 22:58:49 +0100
a387e7590c
Rename Deliverynote and add more fields, no tests
yiorgos marinellis
2020-02-27 18:29:26 +0100
b831a48b60
Add a dummny DeliveryNote entity
yiorgos marinellis
2020-02-26 20:21:59 +0100
01c385c350
adds in dummy more lots and devices
JNadeu
2019-12-23 17:36:20 +0100
769fb5cce3
Adds Transferred event
emmdim
2019-12-23 13:31:54 +0100
726c520440
adds in dummy new lots of diferents users
JNadeu
2019-12-21 17:51:29 +0100
862706e2c1
Adds new action TransferOwnership
JNadeu
2019-12-21 16:41:23 +0100
2175cd5efa
Makes deposit writable and applies range check from 0-100
emmdim
2019-12-19 12:27:02 +0100
dd82f0e2d9
Changes author_id (uid) to owner_address (ethereum) and receiver_id to receiver_address (just the name) + minor impvrovements
emmdim
2019-12-19 01:38:03 +0100
6ef3e8dded
Updates dummy users
emmdim
2019-12-19 01:25:29 +0100
c9d4ae9646
Adds 'author_id' in /lot PATCH
emmdim
2019-12-18 16:37:45 +0100
5748a45d2c
Propagates PATCH /lot updates to the involved devices
emmdim
2019-12-18 14:29:25 +0100
8be56c93f9
adds new attributes on Computer model
JNadeu
2019-12-17 23:57:55 +0100
ede36eabd6
minor fixes
JNadeu
2019-12-17 22:30:29 +0100