Commit 259668a
feat(api): add
project.transfer() and deprecate transfer_project()
1 parent 27e0742 commit 259668aCopy full SHA for 259668a
File tree
Expand file treeCollapse file tree
5 files changed
+89
-6
lines changedOpen diff view settings
Filter options
- gitlab/v4/objects
- tests
- functional/api
- unit/objects
Expand file treeCollapse file tree
5 files changed
+89
-6
lines changedOpen diff view settings
Collapse file
gitlab/v4/objects/projects.py
Copy file name to clipboardExpand all lines: gitlab/v4/objects/projects.py+11-1Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
| ||
526 | 527 | |
527 | 528 | |
528 | 529 | |
529 | | - |
| 530 | + |
530 | 531 | |
531 | 532 | |
532 | 533 | |
| ||
543 | 544 | |
544 | 545 | |
545 | 546 | |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
546 | 556 | |
547 | 557 | |
548 | 558 | |
|
Collapse file
tests/functional/api/test_groups.py
Copy file name to clipboardExpand all lines: tests/functional/api/test_groups.py+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
231 | 231 | |
232 | 232 | |
233 | 233 | |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
Collapse file
tests/functional/api/test_projects.py
Copy file name to clipboardExpand all lines: tests/functional/api/test_projects.py+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
329 | 329 | |
330 | 330 | |
331 | 331 | |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
Collapse file
tests/unit/objects/test_groups.py
Copy file name to clipboardExpand all lines: tests/unit/objects/test_groups.py+23-2Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
| 13 | + |
13 | 14 | |
14 | 15 | |
15 | 16 | |
| ||
41 | 42 | |
42 | 43 | |
43 | 44 | |
44 | | - |
45 | | - |
46 | 45 | |
47 | 46 | |
48 | 47 | |
| ||
96 | 95 | |
97 | 96 | |
98 | 97 | |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
99 | 114 | |
100 | 115 | |
101 | 116 | |
| ||
153 | 168 | |
154 | 169 | |
155 | 170 | |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
Collapse file
tests/unit/objects/test_projects.py
Copy file name to clipboardExpand all lines: tests/unit/objects/test_projects.py+25-3Lines changed: 25 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
57 | 73 | |
58 | 74 | |
59 | 75 | |
| ||
217 | 233 | |
218 | 234 | |
219 | 235 | |
220 | | - |
221 | | - |
222 | | - |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
223 | 245 | |
224 | 246 | |
225 | 247 | |
|
0 commit comments