-
- Downloads
Lock down the trash collection more (#45866)
* Lock down the trash collection more Oops. I was very thorough in checking that you couldn't modify the trash collection in the sense of moving things to or from it. I missed the most obvious thing: actually modifying the trash collection itself. So if someone wanted, they could change the name of the Trash to "Definitely Not the Trash". * Remove the Trash Collection from serialization Serialization tests were failing due to the previous change, but this got me thinking, and I realized that serializing the Trash collection is completely unnecessary. We want to create it programatically on startup (which we are) and then nothing should change it afterwards.
Showing
- enterprise/backend/src/metabase_enterprise/serialization/cmd.clj 14 additions, 20 deletions...ise/backend/src/metabase_enterprise/serialization/cmd.clj
- enterprise/backend/src/metabase_enterprise/serialization/v2/entity_ids.clj 7 additions, 1 deletion...d/src/metabase_enterprise/serialization/v2/entity_ids.clj
- enterprise/backend/test/metabase_enterprise/serialization/cmd_test.clj 2 additions, 2 deletions...ckend/test/metabase_enterprise/serialization/cmd_test.clj
- enterprise/backend/test/metabase_enterprise/serialization/v2/e2e_test.clj 2 additions, 2 deletions...nd/test/metabase_enterprise/serialization/v2/e2e_test.clj
- enterprise/backend/test/metabase_enterprise/serialization/v2/extract_test.clj 6 additions, 10 deletions...est/metabase_enterprise/serialization/v2/extract_test.clj
- enterprise/backend/test/metabase_enterprise/serialization/v2/storage_test.clj 4 additions, 11 deletions...est/metabase_enterprise/serialization/v2/storage_test.clj
- src/metabase/api/collection.clj 4 additions, 2 deletionssrc/metabase/api/collection.clj
- src/metabase/models/collection.clj 22 additions, 4 deletionssrc/metabase/models/collection.clj
- test/metabase/api/trash_test.clj 12 additions, 1 deletiontest/metabase/api/trash_test.clj
Loading
Please register or sign in to comment