Closed
Bug 1505405
Opened 6 years ago
Closed 6 years ago
RFC 128 - 4.4 Changes to Exchanges references format
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmoore, Assigned: dustin)
References
Details
The exchanges-reference.json document currently served http://schemas.taskcluster.net/base/v1/exchanges-reference.json from should be served from <TASKCLUSTER_ROOT_URL>/schemas/base/v1/exchanges-reference.json.
All entries[*].schema properties should be URLs relative to <TASKCLUSTER_ROOT_URL>/schemas/<serviceName>
(This has already been implemented across most services)
$schema should be changed from http://json-schema.org/draft-06/schema# to taskcluster-lib-urls call to ReferenceSchema(rootURL)
Metadata should be added to root of schema: "metadata": {"name": "exchanges", "version": 1}
See https://github.com/taskcluster/taskcluster-rfcs/blob/master/rfcs/0128-redeployable-clients.md#44-changes-to-exchanges-references-format
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dustin
Assignee | ||
Comment 1•6 years ago
|
||
Comment 0 will be handled in https://github.com/taskcluster/taskcluster-lib-references/pull/1
But this schema also needs to be upgraded to have an `apiVersion` property, so I'll handle that here.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Need to be updated:
taskcluster-lib-docs
taskcluster-hooks
taskcluster-queue
taskcluster-treeherder
taskcluster-github
taskcluster-index
taskcluster-auth
taskcluster-notify
taskcluster-web-server
taskcluster-stats-collector
Assignee | ||
Comment 4•6 years ago
|
||
> taskcluster-auth
https://github.com/taskcluster/taskcluster-auth/pull/181
> taskcluster-github
https://github.com/taskcluster/taskcluster-github/pull/301
> taskcluster-hooks
https://github.com/taskcluster/taskcluster-hooks/pull/120
> taskcluster-index
https://github.com/taskcluster/taskcluster-index/pull/64
> taskcluster-lib-docs
https://github.com/taskcluster/taskcluster-lib-docs/pull/40
> taskcluster-notify
https://github.com/taskcluster/taskcluster-notify/pull/45
> taskcluster-queue
https://github.com/taskcluster/taskcluster-queue/pull/300
> taskcluster-stats-collector
https://github.com/taskcluster/taskcluster-stats-collector/pull/43
> taskcluster-treeherder
https://github.com/taskcluster/taskcluster-treeherder/pull/58
> taskcluster-web-server
https://github.com/taskcluster/taskcluster-web-server/pull/58
Comment 5•6 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-auth
https://github.com/taskcluster/taskcluster-auth/commit/33052858d025cf67f128dff7fd55231c323c95b1
Bug 1505405 - upgrade tc-lib-pulse
This only affects the output references format (for RFC 128)
https://github.com/taskcluster/taskcluster-auth/commit/d0bc2154649c75406ff56757d126127289ee4e01
Merge pull request #181 from djmitche/bug1505405
Bug 1505405 - upgrade tc-lib-pulse
Comment 6•6 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-index
https://github.com/taskcluster/taskcluster-index/commit/7bbf2e7ba31a6061ef6ef47ffef0b2de5b742528
Bug 1505405 - upgrade tc-lib-pulse
This service only consumes messages, so there's no version -> apiVersion
change to make.
https://github.com/taskcluster/taskcluster-index/commit/5435084a586c87c976a97867ca14015aba29d15a
Merge pull request #64 from djmitche/bug1505405
Bug 1505405 - upgrade tc-lib-pulse
Comment 7•6 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-hooks
https://github.com/taskcluster/taskcluster-hooks/commit/844c6d9c57e309f058c3dbc6ab3aec5a9c999b06
Bug 1505405 - upgrade tc-lib-pulse
https://github.com/taskcluster/taskcluster-hooks/commit/49a9d751d3e12852c1034619ae9fde952e8e60c0
Merge pull request #120 from djmitche/bug1505405
Bug 1505405 - upgrade tc-lib-pulse
Comment 8•6 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-queue
https://github.com/taskcluster/taskcluster-queue/commit/17bf8649dabb96c849f2b875c82ad02fdf0d14ff
Bug 1505405 - upgrade tc-lib-pulse
https://github.com/taskcluster/taskcluster-queue/commit/6340fc2bafc194872799e59b55a37a7c54dd63b6
Merge pull request #300 from djmitche/bug1505405
Bug 1505405 - upgrade tc-lib-pulse
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Redeployability → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•