Commit a228a01
491 beanie for file and folder (#496)
* import container (#462)
* 446 gui to manage api keys (#465)
* add new routes placeholder
* add list and delete endpoint; inline docs
* codegen and pytest
* ugly ui?
* onstart clear user keys
* delete works but pytest doesn't work yet
* pytest all works
* codegen
* redux
* reducer and types
* write the table
* correctly wire in the apikey and error handling
* wire in the delete modal of apikeys
* wire in the creation api key
* everything working in the gui
* formatting
---------
Co-authored-by: toddn <[email protected]>
* Sharing tab cleanup (#430)
* fix bug where users not being fetched
* simplifying role query pt 1
* refactor tables and API calls
* cleanup
* start moving GroupAndRole to separate table
* add expanding sub table
* remove AddGroup buttons for now
* formatting
* codegen
* add response model
* codegen
* remove container
* fix bug with Roles return object and autocomplete on groups
* codegen
* Fix reload bug (#451)
* 461 fix library version in pipfile (#468)
* fix pipfile version
* regenerate the piplock file
* 443 frontend need to display more verbose backend error (#458)
* Updated frontend error message to be more verbose
* Backend returns verbose logs, frontend displays it as generic messages depending on the HTTP status code
* Updated the error message logic to include original backend logs wherever possible
* Fixed report button issue
* Rootcause: The onClick event for the report button has a semantic error, which is causing the issue reason string to be replaced with an object
* Also added encode for the reason
* Fixing issue with error message
* Revert "Updated frontend error message to be more verbose"
This reverts commit 7d230d3.
* Fixing issue with error message
* 469 create profile page (#471)
* profile page exists
* new route for user profile
profile page includes layout
* codegen new route for get current user profile
* we now get the profile, but nothing shows yet
* page has fake data
* we see the profile now
* formatting
* Implemented role delete in sharing tab (#472)
* Tested by deleting a user, group. Verified entry is removed upon refresh
* Show Creator on Group Page (#428)
* the owner is visible, and we cannot change the owner in the table
* showing group creator on top
* creator link is wrong, need to fix
* bold text for word 'creator'
* using more conditionals to reduce duplicate code
* missing modal added
creator name matches other names
---------
Co-authored-by: Chen Wang <[email protected]>
* Fixed bug where error detail might be empty (#478)
* Fixed bug where error detail might be empty
* Added null check to the detail string to prevent errors when detail is not set
* Second check to validate the body field
* filter the option without group owner
* filter group owner out
* Made the updaterole function async, and added a call to fetch roles to refresh the list of roles in state
* Updated remove role logic to automatically refresh the roles list
* Executed eslint
* remove _beanie
* wire in folder db
* download folder
* refactored everything in file/folder
* reformat
* missed a spot
* codegen
* forget to add FileVersionDB
* add await
* fix more merge conflict
* duplicate
* fix inc
* black fromat
* codegen
* fix inconsistency
* black
* fix frontend author/creator
* fix detail
* fix some of the async bug
* download works
* init & use TokenDB everywhere
* fix files/submit endpoint
* remove manual index creation
* fix extractor submission
---------
Co-authored-by: toddn <[email protected]>
Co-authored-by: Max Burnette <[email protected]>
Co-authored-by: Aruna Parameswaran <[email protected]>
Co-authored-by: Todd Nicholson <[email protected]>1 parent e99da9c commit a228a01
File tree
45 files changed
+377
-324
lines changed- backend/app
- database
- deps
- models
- rabbitmq
- routers
- frontend/src
- actions
- components/datasets
- openapi/v2
- models
- services
- reducers
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+377
-324
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
299 | | - | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
304 | | - | |
305 | | - | |
306 | | - | |
| 305 | + | |
307 | 306 | | |
308 | 307 | | |
309 | 308 | | |
310 | | - | |
| 309 | + | |
311 | 310 | | |
312 | 311 | | |
313 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
179 | 183 | | |
180 | 184 | | |
181 | 185 | | |
| 186 | + | |
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
187 | 195 | | |
188 | 196 | | |
189 | 197 | | |
| |||
193 | 201 | | |
194 | 202 | | |
195 | 203 | | |
| 204 | + | |
196 | 205 | | |
197 | 206 | | |
198 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | | - | |
| 47 | + | |
| 48 | + | |
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
| |||
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
51 | 63 | | |
52 | 64 | | |
53 | 65 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
This file was deleted.
0 commit comments