Skip to content

Commit

Permalink
api: adds CRUD operations for policies and test cases (#50)
Browse files Browse the repository at this point in the history
* adds schema for policies and policylabels and CRUD operations for policies

* improves the uuid logic in integrations

* adds api routers for policies

* adds policy label schema

* fix lints

* adds test cases

* adds test cases

* api: adds CRUD operations for policy labels (#54)

* adds CRUD operations for policylabels and logic dependent with policies

* adds updated schema

* fix lints

* fix lints

* fix lints

* fix condtion throw an error if label already exists and return the object as response

* adds test cases

* resolve conflicts
  • Loading branch information
ashwiniag authored Dec 23, 2024
1 parent d5b9a3c commit fab2fcc
Show file tree
Hide file tree
Showing 49 changed files with 7,108 additions and 46 deletions.
322 changes: 320 additions & 2 deletions ent/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fab2fcc

Please sign in to comment.