Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rely on a calls to an API for spec references rather than bundling the whole ref file. #222

Merged
merged 4 commits into from May 21, 2013

Conversation

tobie
Copy link
Member

@tobie tobie commented May 17, 2013

This pull request changes a number of things.

First, it modifies the codebase to rely on the specref API. The main benefit of this change is that it frees the respec project from being redeployed each time a reference is modified or added. The specref API uses continuous integration testing to verify the integrity of the database after a change and automatically redeploys without the need for manual intervention.

Secondly, it removes the reference database from the repository.

Thirdly, and that might be slightly more controversial, it removes the previousVersions support for local entries. The specref API handles the expansion of those at the API level (e.g. for DAHUT-TEST5) and I thought the use case at the local entries level wasn't that compelling. (Also, I kind of found out about it after having teared it away from the code base and got lazy). @marcoscaceres: I'd love your feedback on this. I can always add it back in if you think there's value to it.

@ghost ghost assigned darobin May 17, 2013
@marcoscaceres
Copy link
Member

❤️ it ! :)

@marcoscaceres
Copy link
Member

oh, and add me as a collaborator on the other project!

darobin added a commit that referenced this pull request May 21, 2013
Rely on a calls to an API for spec references rather than bundling the whole ref file.
@darobin darobin merged commit 33c0843 into w3c:develop May 21, 2013
@darobin
Copy link
Member

darobin commented May 21, 2013

Wonderful, thanks a lot!

@darobin
Copy link
Member

darobin commented May 21, 2013

Ok, I can't reopen this PR because the commits were actually included before being reverted. But it should be reopened!

The problem was: this doesn't work in built versions. I need to investigate why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants