Commit 681a0f8
491 beanie for metadata, dataset_metadata (#493)
* 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
* authorization deps
* update models
* refactoring the metadata route
* include in main
* mongoout pattern
* black
* see if this new query pattern works
* metadata datasets
* finish metadata dataset and metadata file
* remove _beanie database
* codegen
* new pattern of matching id
* fix typo
* get/post works
* more fixes
* fix deleting endpoint
* fix patch endpoint
* fix put metadata
* try max's style to minimize merge conflict
---------
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 45776d9 commit 681a0f8
File tree
64 files changed
+3426
-2049
lines changed- backend
- app
- deps
- models
- migrations
- routers
- tests
- frontend/src
- actions
- components
- ApiKeys
- datasets
- files
- groups
- listeners
- sharing
- users
- openapi/v2
- models
- services
- reducers
- types
- scripts/mongoviews
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+3426
-2049
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| |||
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
81 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
82 | 90 | | |
83 | 91 | | |
| 92 | + | |
84 | 93 | | |
85 | | - | |
| 94 | + | |
0 commit comments