port allmydata.web.status to twisted.web.template #3254

Closed
opened 2019-08-27 01:45:36 +00:00 by meejah · 3 comments
Owner

Child of #3244

Child of #3244
meejah added the
code-frontend-web
normal
defect
1.13.0
labels 2019-08-27 01:45:36 +00:00
meejah added this to the soon milestone 2019-08-27 01:45:36 +00:00
meejah modified the milestone from soon to Support Python 3 2019-08-27 01:46:17 +00:00
meejah self-assigned this 2019-08-27 01:46:17 +00:00

Since allmydata.web.status is responsible for rendering several pages, and since making all the changes in one go results in a rather big set of changes, it makes sense to port this in smaller pieces for easier review:

  • $GATEWAY/status (this ticket) and friends, namely:
    • $GATEWAY/status/up-%d (#3287)
    • $GATEWAY/status/down-%d (#3288)
    • $GATEWAY/status/publish-%d (#3289)
    • $GATEWAY/status/retrieve-%d (#3290)
    • $GATEWAY/status/mapupdate-%d (#3291)
  • $GATEWAY/statistics (#3292)
  • $GATEWAY/helper_status (#3293)

In Addition, allmydata.web.status.UploadResultsRendererMixin is used by allmydata.web.unlinked.UploadResultsPage; so #3287 should handle that too.

Since `allmydata.web.status` is responsible for rendering several pages, and since making all the changes in one go results in a rather big set of changes, it makes sense to port this in smaller pieces for easier review: * `$GATEWAY/status` (this ticket) and friends, namely: * `$GATEWAY/status/up-%d` (#3287) * `$GATEWAY/status/down-%d` (#3288) * `$GATEWAY/status/publish-%d` (#3289) * `$GATEWAY/status/retrieve-%d` (#3290) * `$GATEWAY/status/mapupdate-%d` (#3291) * `$GATEWAY/statistics` (#3292) * `$GATEWAY/helper_status` (#3293) In Addition, `allmydata.web.status.UploadResultsRendererMixin` is used by `allmydata.web.unlinked.UploadResultsPage`; so #3287 should handle that too.

Approved on GitHub.

Approved on [GitHub](wiki/GitHub).
meejah was unassigned by exarkun 2020-07-20 15:10:40 +00:00
sajith was assigned by exarkun 2020-07-20 15:10:40 +00:00
GitHub <noreply@github.com> commented 2020-07-20 15:28:25 +00:00
Owner

In e145c7b/trunk:

Merge pull request #722 from sajith/3254.status-status-nevow-to-twisted-web

Replace nevow with twisted.web.template in status.Status

Fixes: ticket:3254
In [e145c7b/trunk](/tahoe-lafs/trac-2024-07-25/commit/e145c7b00d58ccadbd4d6e07a5d8136726ac039c): ``` Merge pull request #722 from sajith/3254.status-status-nevow-to-twisted-web Replace nevow with twisted.web.template in status.Status Fixes: ticket:3254 ```
tahoe-lafs added the
fixed
label 2020-07-20 15:28:25 +00:00
GitHub <noreply@github.com> closed this issue 2020-07-20 15:28:25 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3254
No description provided.