Commit 85252e4
feat(api): support file format for repository archive
1 parent eef8059 commit 85252e4Copy full SHA for 85252e4
File tree
Expand file treeCollapse file tree
3 files changed
+39
-4
lines changedOpen diff view settings
Filter options
- docs/gl_objects
- gitlab/v4/objects
- tests/functional/api
Expand file treeCollapse file tree
3 files changed
+39
-4
lines changedOpen diff view settings
Collapse file
docs/gl_objects/projects.rst
Copy file name to clipboardExpand all lines: docs/gl_objects/projects.rst+8Lines changed: 8 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
180 | 180 | |
181 | 181 | |
182 | 182 | |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
183 | 191 | |
184 | 192 | |
185 | 193 | |
|
Collapse file
gitlab/v4/objects/repositories.py
Copy file name to clipboardExpand all lines: gitlab/v4/objects/repositories.py+6-2Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
186 | 186 | |
187 | 187 | |
188 | 188 | |
189 | | - |
| 189 | + |
190 | 190 | |
191 | 191 | |
192 | 192 | |
193 | 193 | |
194 | 194 | |
195 | 195 | |
196 | 196 | |
| 197 | + |
197 | 198 | |
198 | 199 | |
199 | | - |
| 200 | + |
200 | 201 | |
201 | 202 | |
202 | 203 | |
| ||
206 | 207 | |
207 | 208 | |
208 | 209 | |
| 210 | + |
209 | 211 | |
210 | 212 | |
211 | 213 | |
| ||
216 | 218 | |
217 | 219 | |
218 | 220 | |
| 221 | + |
| 222 | + |
219 | 223 | |
220 | 224 | |
221 | 225 | |
|
Collapse file
tests/functional/api/test_repository.py
Copy file name to clipboardExpand all lines: tests/functional/api/test_repository.py+25-2Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
| 2 | + |
2 | 3 | |
| 4 | + |
| 5 | + |
3 | 6 | |
4 | 7 | |
5 | 8 | |
| ||
48 | 51 | |
49 | 52 | |
50 | 53 | |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
51 | 59 | |
52 | 60 | |
53 | 61 | |
54 | 62 | |
55 | 63 | |
56 | 64 | |
57 | | - |
58 | | - |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
59 | 82 | |
60 | 83 | |
61 | 84 | |
|
0 commit comments