Annielated
|
a41afa415f
|
user_create testata e funzionante
|
2021-04-28 00:44:21 +02:00 |
|
stefanogoldoni
|
c708e6bfff
|
durante i test abbiamo notato che gli utenti non venivano eliminati ed avevamo una eccezione. Abbiamo modificato la cancellazione chiamando il metodo() delete invece di remove()
|
2021-04-28 00:40:46 +02:00 |
|
Annielated
|
6d62532a51
|
user_create testata e funzionante
|
2021-04-27 23:17:32 +02:00 |
|
Lorenzo Balugani
|
d1f9a89ae3
|
Fixed lack of JWT initialization
|
2021-04-27 22:48:43 +02:00 |
|
Stefano Pigozzi
|
06a59dc52a
|
Merge remote-tracking branch 'origin/main'
|
2021-04-27 22:22:28 +02:00 |
|
Stefano Pigozzi
|
10e7152737
|
🔨 Fix .iml files
|
2021-04-27 22:22:21 +02:00 |
|
g.minoccari
|
8723e02a8d
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-27 17:17:00 +02:00 |
|
g.minoccari
|
cf6c3a12ec
|
Modificato nelle dipendenze psycopg2 in psycopg2-binary per compatibilita' in ambiente mac
|
2021-04-27 17:16:36 +02:00 |
|
Stefano Pigozzi
|
6f0520e2fa
|
🔧 Make dashboard spans into labels
|
2021-04-27 17:14:13 +02:00 |
|
Stefano Pigozzi
|
82dd89a1aa
|
🔧 Change checkbox and radio sizing
|
2021-04-27 17:14:01 +02:00 |
|
Stefano Pigozzi
|
e706a85095
|
Merge remote-tracking branch 'origin/main'
|
2021-04-27 16:52:59 +02:00 |
|
Stefano Pigozzi
|
488531d1d5
|
✨ Add Slider
|
2021-04-27 16:52:54 +02:00 |
|
Lorenzo Balugani
|
586ba4258a
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-27 16:35:02 +02:00 |
|
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 |
|
Stefano Pigozzi
|
21ef90f17f
|
✨ Add TextArea
|
2021-04-27 16:21:18 +02:00 |
|
Stefano Pigozzi
|
90af13e2a9
|
🐛 Fix #98 by loading from localStorage without using an effect
|
2021-04-27 16:09:09 +02:00 |
|
Stefano Pigozzi
|
aa1b0dc748
|
🧹 Remove unused imports
|
2021-04-27 15:29:38 +02:00 |
|
Stefano Pigozzi
|
2f45fe382b
|
🔧 Update base template
|
2021-04-27 15:28:32 +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 |
|
Stefano Pigozzi
|
bde82a4829
|
↪ Use psycopg2-binary instead of psycopg2
|
2021-04-26 19:59:24 +02:00 |
|
Lorenzo Balugani
|
1478ec00cd
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-26 18:51:41 +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 |
|
Stefano Pigozzi
|
4a28058f09
|
✏ Rename RepositorySummary.module.css to RepositorySummaryBase.module.css
|
2021-04-26 18:37:14 +02:00 |
|
Stefano Pigozzi
|
0b64aa609a
|
Merge remote-tracking branch 'origin/main'
|
2021-04-26 18:36:47 +02:00 |
|
Stefano Pigozzi
|
33b2bfb0d2
|
💥 Refactor the login/logout flow
|
2021-04-26 18:36:41 +02:00 |
|
Lorenzo Balugani
|
6d512c3abe
|
Add sphinx docs
|
2021-04-26 18:14:53 +02:00 |
|
Lorenzo Balugani
|
eadff47422
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-26 17:03:25 +02:00 |
|
Lorenzo Balugani
|
6d6c0d76f6
|
Updated docs
|
2021-04-26 17:03:18 +02:00 |
|
Stefano Pigozzi
|
82033c2582
|
Merge remote-tracking branch 'origin/main'
|
2021-04-26 16:40:30 +02:00 |
|
Stefano Pigozzi
|
e0333ef261
|
🔧 Make BoxLoggedIn into its own component
|
2021-04-26 16:40:25 +02:00 |
|
Stefano Pigozzi
|
b69f4e6ef1
|
🔧 Add working and error to useSavedLogin
|
2021-04-26 16:35:00 +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 |
|
Stefano Pigozzi
|
335dce68f7
|
🗒 Improve README
|
2021-04-26 15:55:00 +02:00 |
|
Stefano Pigozzi
|
59d6f51dc7
|
🗒 Add backend README
|
2021-04-26 15:45:20 +02:00 |
|
Stefano Pigozzi
|
b912e78d37
|
🔨 Clean source roots
|
2021-04-26 15:23:08 +02:00 |
|
Stefano Pigozzi
|
887299737e
|
🗒 Add README for the frontend
|
2021-04-26 15:20:26 +02:00 |
|
Stefano Pigozzi
|
5dde6add85
|
↪ Add react-docgen dependency
|
2021-04-26 15:19:19 +02:00 |
|
Stefano Pigozzi
|
31a77b0b93
|
🔨 Exclude build/ from the module
|
2021-04-26 15:18:40 +02:00 |
|
Stefano Pigozzi
|
eab841b454
|
Merge remote-tracking branch 'origin/main'
|
2021-04-25 17:25:27 +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 |
|
Stefano Pigozzi
|
3e5d39132a
|
💥 Sorry! I couldn't make an atomic commit!
|
2021-04-25 17:22:52 +02:00 |
|
Stefano Pigozzi
|
58064323c9
|
🔨 Fix .iml development kit
|
2021-04-25 17:14:17 +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 |
|
Stefano Pigozzi
|
bfdf01555e
|
🔨 Fix pyproject.toml name
|
2021-04-25 14:30:36 +02:00 |
|
Stefano Pigozzi
|
7edde79eed
|
🔨 Fix frontend not being correctly loaded as a module by IntelliJ
@uni-balu
|
2021-04-25 14:27:58 +02:00 |
|
Stefano Pigozzi
|
edc2c36756
|
🚧 Add WIP RepositorySummary component
|
2021-04-24 04:23:23 +02:00 |
|