-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds compliance schemas (#147)
* basic compliance schemas * stash * commit new ent schemas * update policy schema to avoid name conflicts * add back refs * add more inverse edges * fix edges refs * fix type references * fix type references again * missing edges * add even more missing edges * fix type conflicts * remove spaces from field names * fix more dumb mistakes * task pr output * small updates to schemas and edges Signed-off-by: Sarah Funkhouser <[email protected]> --------- Signed-off-by: Sarah Funkhouser <[email protected]> Co-authored-by: Sarah Funkhouser <[email protected]>
- Loading branch information
1 parent
ea1b3fb
commit e4d5efa
Showing
239 changed files
with
560,401 additions
and
243,280 deletions.
There are no files selected for viewing
303 changes: 303 additions & 0 deletions
303
db/migrations-goose-postgres/20241108062011_compliance.sql
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
h1:Svrsvb3yvv5Ya7U+l/qsi70Gq8d3AG+BdYRFYGtuwqk= | ||
h1:0ZnIDaDgNEJIUlXIF8nwPX2SGF4LQ8tjYsS23GD25Fk= | ||
20240827061503_init.sql h1:D0Ce7h0FSKpjtQOHZK5gXOpaPvlNAFHHzqfQQ8re0T4= | ||
20241014185634_object_upload.sql h1:xeeCqYCpQ3RFWgNjnKV1GMHgTEoZK2aWv5a2EvU4DP8= | ||
20241030173034_base.sql h1:+eJ3JGD5lzsP16mz7q+yD78Jvs7sTX8nBZQmS68hjoA= | ||
20241108062011_compliance.sql h1:BnIBv9UvNo5a1Jnlce0VelxW+w9+ukGce1apTvbPxBo= |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
h1:H8I8c8yUEvZZvk8/JbKgPW24wWNXspYD+WwBHZB4pNo= | ||
h1:PhmbjWEJPWKMAiMUIUB3Yz8IBqrbWyDDKTwc10GsQgM= | ||
20240827061437_init.sql h1:9pQTZIsiDF3hW0HraVTzaU3M25iiy3MdxvhsZosxgvo= | ||
20241014185633_object_upload.sql h1:0lzY0vj0gav3gMHGc8gm793zPeSQSMMHjt4c2V+7Eok= | ||
20241108062010_compliance.sql h1:vmJyf1VhoKSRw9zRQKXsRtWJEEUYDbqZmpkyp89O/Tc= |
Oops, something went wrong.