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

16 commits

Author SHA1 Message Date
Lorenzo Balugani
76bac0833e App module + Explorer module
Now the app is inside its own module and can be used by the bot.
2021-04-27 16:34:55 +02:00
stefanogoldoni
eae6e3eb17 aggiunto verifica creazione utente 2021-04-26 23:19:17 +02:00
stefanogoldoni
a3f5139b76 Merge remote-tracking branch 'origin/main' into main 2021-04-26 23:18:33 +02:00
stefanogoldoni
5603f89064 aggiunto verifica senza parametri 2021-04-26 23:17:32 +02:00
Stefano Pigozzi
601b8074a2
💥 I did so many things I forgot which specific ones I did 2021-04-26 22:08:52 +02:00
Lorenzo Balugani
5d45d0904c Repository filtering
Now the API can be asked to give only active repos or closed ones (or both).
2021-04-26 18:51:32 +02:00
Lorenzo Balugani
6d6c0d76f6 Updated docs 2021-04-26 17:03:18 +02:00
Lorenzo Balugani
bbf7c1e360 Uniformed json output
Warning: breaking changes ahead! All the data that gets returned by functions is now incapsulated within "data" (response['data']).
2021-04-26 16:26:25 +02:00
Lorenzo Balugani
68de565b26 Login test
Added a python test to check that the login procedure works properly
2021-04-25 17:24:37 +02:00
Lorenzo Balugani
6e4bb34a1b Add API repository functions
Now an user can create, edit, list, add conditions, start and stop a repository.
2021-04-25 16:33:12 +02:00
Lorenzo Balugani
c7ec25b811 User removal, repository creation, CORS 2021-04-25 15:41:27 +02:00
Lorenzo Balugani
a4268df8f5 Login + User creation
Add API calls for login and user creation.
2021-04-22 18:46:41 +02:00
Lorenzo Balugani
28bb5ed4e6 Database fixes
Damn typos. Nuke'm.
2021-04-22 16:54:27 +02:00
Lorenzo Balugani
013ce17aa8 Database implementation
All initial database classes are now properly implemented. Hurray!
2021-04-21 18:47:18 +02:00
Nemesis
ee3f696aef Even better backend structure 2021-04-19 16:23:50 +02:00
Nemesis
9a55ea049e Initial backend structure 2021-04-19 16:14:51 +02:00