Switch to Bugzilla's REST API #184
Labels
No labels
ai-review-please
Closed As
Duplicate
Closed As
Fixed
Closed As
Invalid
discussions
easyfix
enhancement
task
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
quality/blockerbugs#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we're using Bugzilla's XMLRPC API through
python-bugzilla. This API is deprecated and will be removed. Instead, the REST API should be used.python-bugzillaallows to use it, but our current queries seems incompatible with it and will require some changes (or fixes inpython-bugzilla). Oraculum already uses this approach (REST API throughpython-bugzilla).Figure out what needs to be changed and make the switch.
This change might also resolve performance issues mentioned in #183, i.e. allow us to do "quick" bugzilla syncs again (if we find it meaningful).
Issue tagged with: next
Commit b01fea84 relates to this ticket
Bugzilla is said to be going away, this is probably not worth the time. However, keeping it here for the moment.
Metadata Update from @kparal: