UUIDs are used at identifiers for Flow entities, such as boards, topics, and posts. The goal of this task is to implement these identifiers in Pywikibot. This necessarily entails creating classes for these three types of objects, as well as a superclass encompassing boards and topics; adding API hooks to APISite representing the API calls necessary to retrieve the UUIDs; and tests to ensure the proper functioning of the new code.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Create classes (with UUIDs) for Flow boards, topics, and posts | pywikibot/core | master | +244 -27 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T107093 Bots and Flow living in harmony (tracking) | |||
Invalid | None | T110042 Pywikibot and Flow (tracking) | |||
Resolved | happy5214 | T67119 Implement Flow support in Pywikibot | |||
Resolved | happy5214 | T101258 Implement Flow support in Pywikibot (Phase 1: Reading and Posting) | |||
Resolved | happy5214 | T101146 Implement UUID support for Flow boards, topics, and posts in Pywikibot |
Event Timeline
Comment Actions
Change 215392 had a related patch set uploaded (by Happy5214):
Create classes (with UUIDs) for Flow boards, topics, and posts
Comment Actions
Change 215392 merged by jenkins-bot:
Create classes (with UUIDs) for Flow boards, topics, and posts