-
Notifications
You must be signed in to change notification settings - Fork 16
refactor: use openapi generated contentful sdk #22
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
Closed
mvantellingen
wants to merge
238
commits into
contentful-labs:master
from
labd:refactor/recreate-sdk
Closed
refactor: use openapi generated contentful sdk #22
mvantellingen
wants to merge
238
commits into
contentful-labs:master
from
labd:refactor/recreate-sdk
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use SDK for space and locale resources
We're using Docker as our base testing environment. Circle CI is trying to infer our project to a go project and build the dependencies. We need to override the dependency stage to ensure Circle CI does not infer anything.
…file Add Dockerfile; Add Makefile; Add circle.yml
Content type resource
C & P from the terraform test source code: // Tests will fail unless the verbose flag (`go test -v`, or explicitly // the "-test.v" flag) is set. Because some acceptance tests take quite // long, we require the verbose flag so users are able to see progress // output. The tests don't seem to fail, however it's not visible that the terraform tests are skipped when -v is not used.
Run tests in verbose mode
fix: fixed incorrect documentation
…ntful-eu-residency-projects feat: added option to set different base url
Release v0.5.0
…vider/.changie.yaml'
feat: support rich text fields
Release v0.5.1
Revert "Release v0.5.1"
Release v0.5.1
Release v0.5.1
feat: merge all changes in the flaconi version
The `contentful-go` package was updated with the flaconi changes
This adds a reverse-engineered openapi spec to generate the contentful sdk. It updates the code to use this sdk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
testacc
option to makefile to run without docker, update changelogtestacc
option to makefile to run without docker, update changeloglabd/contentful-go
package