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

Implement missing Chef 12 endpoints #153

Closed
andrewjamesbrown opened this issue Aug 12, 2015 · 5 comments · Fixed by #269
Closed

Implement missing Chef 12 endpoints #153

andrewjamesbrown opened this issue Aug 12, 2015 · 5 comments · Fixed by #269

Comments

@andrewjamesbrown
Copy link

The following CS12 endpoints are currently unimplemented in Chef Zero, which makes the build fail. Currently it is worked around by explicitly disabling them, which should be enabled once the endpoints are working.

'--skip-policies',
'--skip-server-api-version',
'--skip-cookbook-artifacts',
'--skip-containers',
'--skip-api-v1'
@marcparadise
Copy link
Member

I'm going to split --skip-api-vi into its own thing, since there's a fair bit of work there - we'll need support API versioning as a whole, since that's how we're introducing modified functionality into the API. I'll set up a separate issue for it

@tyler-ball
Copy link
Contributor

api-v1 - #154

@tyler-ball tyler-ball added this to the 4.3.0 milestone Aug 12, 2015
@andrewjamesbrown
Copy link
Author

I've fixed --skip-server-api-version in #155, which also has the beginnings of fixes for #154

@andrewjamesbrown
Copy link
Author

It looks like @danielsdeleo fixed cookbook-artifacts in #112 but that PR will need to be rebased and tests passing.

@thommay
Copy link
Contributor

thommay commented Aug 2, 2016

the only missing chef 12 endpoint now is /universe.

@chef chef locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants