1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00
Commit graph

224 commits

Author SHA1 Message Date
Stefano Pigozzi
1ccff60b3e
🔧 Redesign dashboard areas 2021-05-07 04:48:03 +02:00
Stefano Pigozzi
3bdbcb2951
Create convertToLocalISODate function 2021-05-07 04:47:48 +02:00
Stefano Pigozzi
f24799f473
🔧 Use positional arguments in the Condition class 2021-05-07 03:48:48 +02:00
Stefano Pigozzi
c167e9c889
Create a ES6 Condition class for easier Condition creation 2021-05-07 03:46:15 +02:00
Stefano Pigozzi
e7471a29f4
🔧 Refactor and document RepositoryEditor 2021-05-07 03:44:05 +02:00
Stefano Pigozzi
26dcf3014e
📔 Slight improvement to docs 2021-05-07 03:35:39 +02:00
Stefano Pigozzi
cc6c5eeabe
🧹 Remove useless whitespace 2021-05-07 03:35:01 +02:00
Stefano Pigozzi
8f35faaa9e
🔨 Run poetry update 2021-05-07 03:34:16 +02:00
Stefano Pigozzi
86f1b550f8
🔨 Add all authors 2021-05-07 03:34:05 +02:00
Stefano Pigozzi
5393de0d21
🔨 Move pytest and Sphinx to dev-dependencies 2021-05-07 03:33:55 +02:00
Stefano Pigozzi
db12d7da9c
Add user ConditionType 2021-05-07 03:29:59 +02:00
Stefano Pigozzi
bfe3579b4e
🔧 Set dashboard column width 2021-05-07 03:23:45 +02:00
Stefano Pigozzi
03e47ecc53
🔧 Limit ConditionBadge width to 200px 2021-05-07 03:17:30 +02:00
Stefano Pigozzi
c34caac724
🗒 Documentazione 2021-05-07 00:08:39 +02:00
Lorenzo Balugani
079f62e278 Welcome to fun island, population: me 2021-05-06 17:37:37 +02:00
Lorenzo Balugani
79cfec1993 The fun never ends 2021-05-06 17:35:44 +02:00
Lorenzo Balugani
7f2b36f1b5 Relative imports fun 2021-05-06 17:31:49 +02:00
Lorenzo Balugani
c165c80c6d Poetry shenanigans 2021-05-06 17:30:27 +02:00
Lorenzo Balugani
a6bf0fc87f Add PUT method to repository api call. 2021-05-06 17:20:07 +02:00
Lorenzo Balugani
44f4b97ddf Updated database structure, added condition management. 2021-05-06 14:12:11 +02:00
Lorenzo Balugani
a7d0c3488f Docs completed, JWT auth working on swagger. 2021-05-06 11:25:39 +02:00
Stefano Pigozzi
7fd0441df4
🔧 Use summary instead of description 2021-05-06 03:07:34 +02:00
Stefano Pigozzi
cbe5783ac0
🔧 Use correct version in swagger.json 2021-05-06 03:03:00 +02:00
Stefano Pigozzi
9d644605d5
🧹 Reformat code 2021-05-06 03:02:13 +02:00
Stefano Pigozzi
31dec8a56a
🔧 Move swagger.json to /docs 2021-05-06 02:55:11 +02:00
Stefano Pigozzi
72d349aa90
Add new condition types 2021-05-06 02:48:22 +02:00
Lorenzo Balugani
425eb4fec0 More docs 2021-05-05 22:45:36 +02:00
Lorenzo Balugani
30dccec243 Started documentation port to Swagger. 2021-05-05 22:21:04 +02:00
Annielated
f06b9cdb61 Aggiunti test per luogo, data e un filtro combinato 2021-05-02 23:56:29 +02:00
stefanogoldoni
758779d05a completati i controlli sulle condition 2021-05-02 23:02:25 +02:00
stefanogoldoni
1d6e393185 Merge remote-tracking branch 'origin/main' into main 2021-05-02 23:01:19 +02:00
stefanogoldoni
b58ef760e3 corretta serializzazione di type 2021-05-02 23:01:10 +02:00
Lorenzo Balugani
9645b7d007 Add commit 2021-05-02 22:51:12 +02:00
Lorenzo Balugani
b713be87d5 Fixed repo conditions 2021-05-02 22:41:39 +02:00
stefanogoldoni
16fe48e56b modificato parametro rid in id 2021-05-02 22:20:09 +02:00
Stefano Pigozzi
c3d08f1eee
🐛 Fix parameters bug 2021-05-02 22:18:15 +02:00
Stefano Pigozzi
e4ac241a03
🐛 Fix repository display bug 2021-05-02 18:10:15 +02:00
Giovanni Anniballi
86ed277f31 update repository_test 2021-05-02 16:03:19 +00:00
Annielated
a075ecbe88 aggiunto test della richiesta patch 2021-05-02 17:59:02 +02:00
stefanogoldoni
05ef878875 eliminato il commento del ToDo 2021-05-02 16:50:11 +02:00
stefanogoldoni
7bef4474ec Merge remote-tracking branch 'origin/main' into main 2021-05-01 18:18:20 +02:00
stefanogoldoni
a14a44f546 test dei metodi get, delete e patch 2021-05-01 18:18:13 +02:00
Annielated
75dc9f1c90 test per l'aggiunta di condizioni ad una repository, attualmente non funzionante, errore 500 quando si richiedono info sulla repo e 400 quando si aggiunge una condition, da risolvere 2021-05-01 18:17:24 +02:00
stefanogoldoni
84b4c11e60 test dei metodi get e delete 2021-05-01 15:32:07 +02:00
Lorenzo Balugani
5df9053e91 Several fixes
Now all the tests should pass.
2021-05-01 14:25:50 +02:00
stefanogoldoni
728fbd66f2 decommentato test del metodo get, ma ancora error 500... 2021-05-01 12:29:10 +02:00
stefanogoldoni
e6134abaaf aggiunto test del metodo get 2021-05-01 12:28:26 +02:00
stefanogoldoni
f149fdc06c eliminato to_json dalla risposta get 2021-05-01 12:27:12 +02:00
Stefano Pigozzi
1b08a46ea6
🚧 Style BoxConditionMap 2021-05-01 02:34:42 +02:00
Annielated
36b652eb2f aggiunti metodi get, patch e delete per repositories_test, impostato TODO per l'aggiunta di patch e get per user_delete_test 2021-05-01 01:28:57 +02:00