You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add owners list to models
* add owner check to lookup
* add logic to filter inaccessible extractors
* add permission checks to edit endpoints
* new endpoints, rename Owners to Access
* Update heartbeat_listener.py
* update heartbeat logic
* Further clean up heartbeat listener
* set alive status
* typo fix
* Permission modification endpoints
* Clean up permissions logic
* run codegen
* Fix process logic if no process rules given
* enforce permissions in more places
* fix pytest
* clean up dataset permission logic
* revert admin_mode logic checks
* clean up test logic
* Update authorization_deps.py
* ObjectId -> PydanticObjectId
* add missing comma
* Fix failing tests, codegen
* import Union
* fix missing import
* Update ListenersService.ts
* fixing an error i was seeing that left the listener page totally blank
dataset_id was being sent in by the component as 'true' when it should be 'null' and then the 'true' should have gone after
* fixing registration of extractors
* Fixed listener query when checking if a user is in the user list. The query was not matching a user since it was an `equality` query on an `array` and not a `in` query.
* Reverting prior listener user matching query since it was not the issue and it broke the query. Not sure what happened.
---------
Co-authored-by: toddn <tcnichol@illinois.edu>
Co-authored-by: Luigi Marini <lmarini@illinois.edu>
0 commit comments