Commit 4f7c784
fix(cli): add ability to escape at-prefixed parameter (python-gitlab#2513)
* fix(cli): Add ability to escape at-prefixed parameter (python-gitlab#2511)
---------
Co-authored-by: Nejc Habjan <hab.nejc@gmail.com>1 parent 7d779c8 commit 4f7c784Copy full SHA for 4f7c784
File tree
Expand file treeCollapse file tree
3 files changed
+33
-0
lines changedOpen diff view settings
Filter options
- docs
- gitlab
- tests/functional/cli
Expand file treeCollapse file tree
3 files changed
+33
-0
lines changedOpen diff view settings
Collapse file
+11Lines changed: 11 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
305 | 305 | |
306 | 306 | |
307 | 307 | |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
308 | 319 | |
309 | 320 | |
310 | 321 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
272 | 272 | |
273 | 273 | |
274 | 274 | |
| 275 | + |
| 276 | + |
275 | 277 | |
276 | 278 | |
277 | 279 | |
|
Collapse file
tests/functional/cli/test_cli_v4.py
Copy file name to clipboardExpand all lines: tests/functional/cli/test_cli_v4.py+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
562 | 562 | |
563 | 563 | |
564 | 564 | |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
565 | 585 | |
566 | 586 | |
567 | 587 | |
|
0 commit comments