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

442 commits

Author SHA1 Message Date
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
Stefano Pigozzi
80d6bc98eb
Add --bg-accent color 2021-04-24 04:23:05 +02:00
Stefano Pigozzi
d565f4c5b6
🧹 Remove unused imports 2021-04-24 01:02:48 +02:00
Stefano Pigozzi
10d5101be6
🔨 Allow scrollbar-color and scrollbar-width properties 2021-04-24 00:44:06 +02:00
Stefano Pigozzi
09d84eeae8
Complete BoxFullScrollable ! 2021-04-24 00:27:35 +02:00
Stefano Pigozzi
ff35676781
🚧 Add BoxFullScrollable (still WIP, doesn't support auto resizing)
Is it even possible?
2021-04-23 19:08:17 +02:00
Stefano Pigozzi
6d6825874f
Add more props to BoxFull 2021-04-23 19:07:50 +02:00
Stefano Pigozzi
1ffd4637f9
🧹 Remove useless action from form 2021-04-23 18:20:31 +02:00
Stefano Pigozzi
e3cd42a468
🗒 Add IDE note to the README.md 2021-04-23 18:13:32 +02:00
Stefano Pigozzi
c81671a102
✏ Rename BoxWithHeader to BoxFull 2021-04-23 02:26:16 +02:00
Stefano Pigozzi
21c206aeaa
✏ Rename BoxHeaderOnly to BoxHeader 2021-04-23 02:24:42 +02:00
Stefano Pigozzi
f0b90bdb9c
↪ Add JSDoc to the dependencies 2021-04-23 02:21:06 +02:00
Stefano Pigozzi
2147e6c374
📔 Document _everything_ and refactor some things 2021-04-23 02:18:06 +02:00
Stefano Pigozzi
449611f805
🔨 Mark non-code directories as excluded 2021-04-23 02:17:48 +02:00
Stefano Pigozzi
9e6a4c0c3f
🧹 Refactor setAndSaveTheme in its own hook 2021-04-23 01:29:51 +02:00
Stefano Pigozzi
9f341b2401
Merge remote-tracking branch 'origin/main' 2021-04-22 19:11:41 +02:00
Stefano Pigozzi
371156631a
🔨 Fix faulty inspection not allowing [for] in labels 2021-04-22 19:11:30 +02:00
Stefano Pigozzi
f825e00c57
Add Create Repository box 2021-04-22 19:10:36 +02:00
Stefano Pigozzi
c532426dbd
Add Form components 2021-04-22 19:10:19 +02:00
Lorenzo Balugani
a4268df8f5 Login + User creation
Add API calls for login and user creation.
2021-04-22 18:46:41 +02:00
Stefano Pigozzi
d87b33ffdb
Add Radio component 2021-04-22 18:38:14 +02:00
Stefano Pigozzi
5afdc1fb91
Add Checkbox component 2021-04-22 18:36:42 +02:00
Stefano Pigozzi
19ee9ae23f
🔧 Make outlines wider 2021-04-22 18:29:36 +02:00
Stefano Pigozzi
df117585e5
🔧 Improve accessibility 2021-04-22 18:26:45 +02:00
Stefano Pigozzi
04024634c8
🔧 Improve input styling 2021-04-22 18:19:11 +02:00
Stefano Pigozzi
232fd865f4
🔨 .gitignore does not seem to be working? 2021-04-22 18:08:27 +02:00
Stefano Pigozzi
e1e38a4635
Add PageSandbox to test various stuff 2021-04-22 18:06:50 +02:00
Lorenzo Balugani
004c9a4528 Merge remote-tracking branch 'origin/main' into main 2021-04-22 16:54:41 +02:00
Lorenzo Balugani
28bb5ed4e6 Database fixes
Damn typos. Nuke'm.
2021-04-22 16:54:27 +02:00
Stefano Pigozzi
f68bbb3d68
🔧 Save last set theme in the localStorage 2021-04-22 16:45:09 +02:00