PJEstrada
PJEstrada
Improve performance of URL regeneration
Fix performance of access token fetching
- [ ] Improve Docker compose dev env context with volumes. - [ ] Update/Refactor project roles. Only project admins can assign roles to child objects of the project. -...
Right now errors when fetching the signed url do not respect the format expected by the `v_errors_multiple` component. We need to refactor them to make sure we use the same...
Right now on actions system, in functions like `declare_action_complete()` We save some data directly on the action object for example `event.task_id` And sometime we save it on a `event.result` object...
1. E2E walkthrough for Zero Shot. (Video, & Docs) 2. E2E walkthrough for Deepchecks. (Video, & Docs) @PJEstrada 3. Docks for developing Actions 4. API Reference for base class ActionRun...
For supporting dataset explorer attributes filtering
When users install diffgram from an external system, they get failed healtchecks on docker compose startup. This is due to the `depends_on` section on the `docker-compose.yaml` ``` depends_on: db: condition:...
Some installation types that have an OIDC integration might want to delegate the registration process to some 3rd party system. In this case we might want to disable normal registration...
In some cases lifecylcle rules can break a task from rendering properly: https://diffgram.com/task/99297 Double check if all urls are regenerating correctly and that the error handling does not block the...