- Notifications
You must be signed in to change notification settings - Fork675
Commit585e3a8
fix(client): regression - do not automatically get_next if page=# and
iterator=True/as_list=False are usedThis fix a regression introduced on commit1339d64If page is used, then get_next should be false.This was found on the mesa ci project, after upgrading the python-gitlabversion, the script that monitors the ci was getting killed by consumingtoo much memory.1 parent3c7c7fc commit585e3a8
File tree
3 files changed
+16
-1
lines changed- docs
- gitlab
- tests/unit
3 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
396 | 399 | | |
397 | 400 | | |
398 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
932 | | - | |
| 932 | + | |
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
545 | 557 | | |
546 | 558 | | |
547 | 559 | | |
| |||
0 commit comments
Comments
(0)