Commit dea1cfb
authored
feat: agent catalog foundations and migration (#14316)
* feat(catalog): add policy data model
* fix(catalog): harden foundation migration
* feat(catalog): add policy service and admin API (#14318)
* feat(catalog): add policy service and admin API
* feat(catalog): expose governance config flag (#14319)
* feat(catalog): expose governance config flag
* feat(catalog): filter component palette by policy (#14320)
* feat(catalog): filter component palette by policy
* feat(catalog): filter starter templates by policy (#14321)
* feat(catalog): filter starter templates by policy
* feat(catalog): enforce component policy at runtime (#14322)
* feat(catalog): close remaining enforcement paths (#14364)
* fix(catalog): sequence migration after provider policy
* fix(catalog): remove stale authorization test mock1 parent 15de3f2 commit dea1cfb
55 files changed
Lines changed: 4992 additions & 208 deletions
File tree
- docs/docs/Deployment
- src
- backend
- base/langflow
- alembic/versions
- api
- v1
- schemas
- initial_setup
- services
- catalog_policy
- database/models
- catalog_policy
- tests/unit
- alembic
- api/v1
- services
- authorization
- catalog_policy
- database/models/catalog_policy
- lfx
- src/lfx
- graph/graph
- interface
- services
- catalog_policy
- utils
- tests/unit
- graph
- services/catalog_policy
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
34 | 51 | | |
35 | 52 | | |
36 | 53 | | |
| |||
62 | 79 | | |
63 | 80 | | |
64 | 81 | | |
65 | | - | |
| 82 | + | |
0 commit comments