Commit b4700d9
Fix methods for node deletion (#997)
* ENH: redefine hierarchical structure of the catalog
* FIX: methods for node deletion
* TST: test recursive flag
* TST: fix coupled fixtures
* TST: ensure deletion is tested on Postgres
* Update tiled/client/base.py
Co-authored-by: Dan Allan <[email protected]>
* Update tiled/client/base.py
Co-authored-by: Dan Allan <[email protected]>
* Update tiled/client/container.py
Co-authored-by: Dan Allan <[email protected]>
* Update tiled/client/composite.py
Co-authored-by: Dan Allan <[email protected]>
* FIX: delete Postgresql assests
* TST: check for changes in the storage DB directly
* TST: more tests to cover deletion of container contents
* FIX: typo
* ENH: handle WouldDeleteData exceptions
* TST: fix the type of raised exception
* TST: fix the type of raised exception
---------
Co-authored-by: Dan Allan <[email protected]>1 parent b212af3 commit b4700d9
File tree
14 files changed
+751
-207
lines changed- tiled
- _tests
- catalog
- client
- server
14 files changed
+751
-207
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 29 | | |
27 | | - | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
53 | | - | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
167 | 172 | | |
168 | 173 | | |
169 | 174 | | |
| |||
0 commit comments