Commit 065ae34
authored
- Fix reindex(): `if not indexing_type` was always False since it
defaults to a non-empty string, so the type param was never sent.
Changed to `if indexing_type`.
- Fix reindex_status(): Jira returns 303 during active reindex which
caused TooManyRedirects. Now uses allow_redirects=False.
- Add allow_redirects parameter to rest_client.request() so callers
can opt out of redirect following when needed.
- Implement reindex_issue() which was previously a stub (just `pass`).
1 parent 521a67f commit 065ae34
2 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4648 | 4648 | | |
4649 | 4649 | | |
4650 | 4650 | | |
4651 | | - | |
| 4651 | + | |
4652 | 4652 | | |
4653 | 4653 | | |
4654 | 4654 | | |
| |||
4676 | 4676 | | |
4677 | 4677 | | |
4678 | 4678 | | |
4679 | | - | |
| 4679 | + | |
| 4680 | + | |
4680 | 4681 | | |
4681 | 4682 | | |
4682 | 4683 | | |
| |||
4685 | 4686 | | |
4686 | 4687 | | |
4687 | 4688 | | |
4688 | | - | |
4689 | | - | |
| 4689 | + | |
| 4690 | + | |
| 4691 | + | |
| 4692 | + | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
4690 | 4698 | | |
4691 | 4699 | | |
4692 | 4700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
443 | 444 | | |
444 | 445 | | |
445 | 446 | | |
| |||
493 | 494 | | |
494 | 495 | | |
495 | 496 | | |
| 497 | + | |
496 | 498 | | |
497 | 499 | | |
498 | 500 | | |
| |||
0 commit comments