Closed
Bug 1472802
Opened 7 years ago
Closed 7 years ago
docs generation is downloading schemas
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
..and inexplicably failing..
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
It downloads schemas for `data-render-schema` divs iirc. As for why it is failing... ¯\_(ツ)_/¯
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
I think it was downloading for API references, too -- that's where the error occurred, anyway.
Comment 5•7 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-docs
https://github.com/taskcluster/taskcluster-docs/commit/b6b0e74d30ccef317f5a735a14d79e1d7933cea8
Bug 1472802 - for api schemas, always use local copies
This is truly a mess, between old and new services. I think a better
way to handle this would be to load all schemas -- everywhere -- and
index them by abstract $id, then dereference them. But that sort of
load-everything approach is difficult and error-prone in gulp.
https://github.com/taskcluster/taskcluster-docs/commit/9e7484732200f4a9e191bbc86e1e03a4763561a7
Merge pull request #268 from djmitche/bug1472802
Bug 1472802 - for api schemas, always use local copies
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Documentation → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•