Closed
Bug 1261910
Opened 9 years ago
Closed 9 years ago
Switch tools to use new API methods for aws provisioner
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
Attachments
(1 file, 1 obsolete file)
The awsState() method is deprecated:
---
This method is a left over and will be removed as soon as the tools.tc.net UI is updated to use the per-worker state
DEPRECATED
Assignee | ||
Comment 1•9 years ago
|
||
Reworking this a little: use the new API methods from bug 1198391 to support anyone viewing the "bar graph" display.
Depends on: 1198391
Summary: Switch tools to use state(<workerType>) and remove the awsState() method → Switch tools to use new API methods for aws provisioner
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8743071 -
Flags: review?(jhford)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8743072 -
Flags: review?(jhford)
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-tools
https://github.com/taskcluster/taskcluster-tools/commit/61cfcd308e4be09316b7663606826cf080970b44
Bug 1261910: use listWorkerTypeSummaries() and state()
The `listWorkerTypeSummaries()` endpoint does not require
authentication, so this means that the site is visible even to those who
are not logged in.
As added bonuses:
* the table renders immediately when `listWorkerTypeSummaries()`
returns, much sooner than in older versions; pending counts are
filled in as they arrive
* the table's summary is updated whenver a workerType's details are
loaded.
https://github.com/taskcluster/taskcluster-tools/commit/61dd2538904efab7261b2221aa719a1c3e37d229
Merge pull request #94 from djmitche/bug1261910
Bug 1261910: use listWorkerTypeSummaries() and state()
Comment 5•9 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/taskcluster-tools
https://github.com/taskcluster/taskcluster-tools/commit/908992c0ed8ba0ec2eaeb1b91d75d9950226ccd9
Revert "Merge pull request #94 from djmitche/bug1261910"
This reverts commit 61dd2538904efab7261b2221aa719a1c3e37d229, reversing
changes made to fde9c37c7bc622d99e90f33812cd90ab443d07e3.
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8743072 [details] [review]
https://github.com/taskcluster/aws-provisioner/pull/70
backed out:
https://github.com/taskcluster/aws-provisioner/commit/439d3bc233f63735cdeb0c3d57347a826e3d46eb
Attachment #8743072 -
Flags: review?(jhford) → review-
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8743071 [details] [review]
https://github.com/taskcluster/taskcluster-tools/pull/94
backed out:
https://github.com/taskcluster/taskcluster-tools/commit/908992c0ed8ba0ec2eaeb1b91d75d9950226ccd9
Attachment #8743071 -
Flags: review?(jhford) → review-
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8743072 [details] [review]
https://github.com/taskcluster/aws-provisioner/pull/70
I merged this into the re-landing in bug 1198391
Attachment #8743072 -
Attachment is obsolete: true
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8743071 [details] [review]
https://github.com/taskcluster/taskcluster-tools/pull/94
John -- I think this can be re-landed as-is when the backend changes (bug 1198391) land. Concur?
Attachment #8743071 -
Flags: review- → review?(jhford)
Comment 10•9 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/taskcluster-tools
https://github.com/taskcluster/taskcluster-tools/commit/ea94be89dc8378d1286c2741de194a08e6718e88
Bug 1261910: use listWorkerTypeSummaries() and state()
The `listWorkerTypeSummaries()` endpoint does not require
authentication, so this means that the site is visible even to those who
are not logged in.
As added bonuses:
* the table renders immediately when `listWorkerTypeSummaries()`
returns, much sooner than in older versions; pending counts are
filled in as they arrive
* the table's summary is updated whenver a workerType's details are
loaded.
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Attachment #8743071 -
Flags: review?(jhford)
Updated•6 years ago
|
Component: AWS-Provisioner → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•