-
Notifications
You must be signed in to change notification settings - Fork 79
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
Proposal packages/botonic-plugin-contentful 0.21.0 #2301
Merged
Merged
Conversation
This file contains 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
* test: move manage contentful test to a new environment * test: skip failing Profiler test
…fields as custom fields
4131930
to
9219f26
Compare
vanbasten17
added a commit
that referenced
this pull request
Mar 23, 2023
…entful (#2301) * Test/create manage contentful environment #BOT-644 (#2171) * test: move manage contentful test to a new environment * test: skip failing Profiler test * feat(contentful): create environment manager * test(contentful): test environment manager * test(contentful): fix environment manager tests * feat(botonic-plugin-contentful): add video content type + add tests * feat(botonic-plugin-contentful):add video to message content filters * fix(botonic-plugin-contentful): lint * feat(contentful): create intent content * test(contentful): input content * feat(plugin-contentful): export handoff content model * feat(plugin-contentful):add document as a followup * feat(plugin-contentful): add document to the followup filter * chore(contentful): bump version to 0.20.1 * feat(plugin-contentful): message and failMessage fields as Text * feat(plugin-contentful): accept string as message and fail message * fix(plugin-contentful): fix handoff messages type * feat(plugin-contentful): modify handoff test + fix lint error * feat(plugin-contentful): add custom fields in button content model * feat(plugin-contentful): when button is a content avoid adding their fields as custom fields * feat(plugin-contentful): change parameter name * test(botonic-plugin-contentful): add tests to button custom fields * test(botonic-plugin-contentful): fix button related tests * refactor(plugin-contentful): sort imports + fix type * feat(plugin-contentful): add followup to carousel * test(plugin-contentful): add followup test tp carousel test * feat(plugin-contentful): custom fields as references * feat(plugin-contentful): init button custom fields * test(plugin-contentful): change test * refactor(plugin-contentful): run lint * refactor(plugin-contentful): format delivery utils file * chore(contentful): bump version to 0.21.0-alpha.0 * feat(contentful-plugin): include references to content method * refactor(contentful-plugin):change test name * refactor(plugin-contentful): references to include as method parameter * feat(plugin-contentful): add default value to a constant * 0.21.0-alpha.1 * chore: remove unnecessary versioning --------- Co-authored-by: Aina Vendrell <ainavendrell99@gmail.com> Co-authored-by: Albert <albert.gomariz63@gmail.com> Co-authored-by: Adrià Sastre <adria.sastre@gmail.com> Co-authored-by: Marc Rabat <marcrabat@gmail.com>
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.
Description
In this branch I have collected all commits that modify packages/botonic-plugin-contentful.
Most of these commits come from the master branch, where it will be necessary to remove these commits.
The last 4 commits come from the contentful-plugin/add-max-references-in-content branch which has a PR pointing to master which we don't need to rebase.
This would be all that is needed to create the 0.21.0 version.
Context
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...