Commit 1099e96
committed
fix(api): replace deprecated attribute in delete_in_bulk()
The `name_regex` attribute has been deprecated in favor of
`name_regex_delete`.
See: https://gitlab.com/gitlab-org/gitlab/-/commit/ce99813cf541 parent a5d8b7f commit 1099e96Copy full SHA for 1099e96
File tree
Expand file treeCollapse file tree
1 file changed
+13
-11
lines changedOpen diff view settings
Filter options
- gitlab/v4/objects
Expand file treeCollapse file tree
1 file changed
+13
-11
lines changedOpen diff view settings
Collapse file
gitlab/v4/objects/container_registry.py
Copy file name to clipboardExpand all lines: gitlab/v4/objects/container_registry.py+13-11Lines changed: 13 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
| 35 | + |
| 36 | + |
35 | 37 | |
36 | 38 | |
37 | | - |
| 39 | + |
38 | 40 | |
39 | 41 | |
40 | 42 | |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
49 | 51 | |
50 | 52 | |
51 | 53 | |
52 | 54 | |
53 | 55 | |
54 | | - |
| 56 | + |
55 | 57 | |
56 | 58 | |
0 commit comments