-
Notifications
You must be signed in to change notification settings - Fork 197
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
Fixing Kubernetes Kit documentation error for V24 #3309
Open
rodolforfq
wants to merge
38
commits into
latest
Choose a base branch
from
k8s-kit-doc-fix-v24
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
* Adds devmode.hostsAllowed property * Note->plaintext; add reasoning * First pass at editing. * Second pass at editing. --------- Co-authored-by: Mikhail Shabarov <[email protected]> Co-authored-by: Russell J.T. Dyer <[email protected]>
* docs: add instructions to disable component tracker Part of vaadin/flow#18130 * Apply suggestions from code review Co-authored-by: Tarek Oraby <[email protected]> * apply review suggestions * First pass at editing touched files. * Second pass at editing touched files. --------- Co-authored-by: Tarek Oraby <[email protected]> Co-authored-by: russelljtdyer <[email protected]> Co-authored-by: Mikhail Shabarov <[email protected]>
* fix: add note on DefaultI18NProvider available since 24.3 * First pass at editing. * More edits --------- Co-authored-by: Russell J.T. Dyer <[email protected]> Co-authored-by: Mikhail Shabarov <[email protected]>
* Add navigation examples for hybrid apps * Add a Link component * First pass at editing. --------- Co-authored-by: russelljtdyer <[email protected]> Co-authored-by: Jouni Koivuviita <[email protected]>
* docs: update data-provider article for item index provider Document how to make callback for an item index with lazy data binding. Related-to: vaadin/flow#18088 * docs: fix vale findings * First pass at editing. * Vale fix * Second full pass at editing. --------- Co-authored-by: Russell J.T. Dyer <[email protected]> Co-authored-by: Russell JT Dyer <[email protected]> Co-authored-by: Mikhail Shabarov <[email protected]>
…(CP: latest) (#3131) * fix: set i18n header before modifying for login java example * Revert "fix: set i18n header before modifying for login java example" This reverts commit fb2db9a. * fix: set i18n header before modifying for login java example (#3124) * fix: set i18n header before modifying for login java example * Update src/main/java/com/vaadin/demo/component/login/LoginOverlayInternationalization.java Co-authored-by: Sascha Ißbrücker <[email protected]> --------- Co-authored-by: Sascha Ißbrücker <[email protected]> --------- Co-authored-by: Sascha Ißbrücker <[email protected]>
* Update hardcoded vaadin version to 24.3.3 * Update _vaadin-version.adoc --------- Co-authored-by: Zhe Sun <[email protected]>
Co-authored-by: Zhe Sun <[email protected]>
* docs: add note about AllowInert on RPC calls Adds a note about the usage of AllowInert annotation to allow RPC calls to components behind a modal dialog or component. Fixes vaadin/flow#17496 * First pass at editing. * Second pass -- edited rest of document touched. --------- Co-authored-by: russelljtdyer <[email protected]>
* Update hardcoded vaadin version to 24.3.4 * Update _vaadin-version.adoc --------- Co-authored-by: Zhe Sun <[email protected]>
* Update hardcoded vaadin version to 24.3.6 * Update _vaadin-version.adoc --------- Co-authored-by: Zhe Sun <[email protected]>
* Update hardcoded vaadin version to 24.3.7 * Update _vaadin-version.adoc --------- Co-authored-by: Zhe Sun <[email protected]>
Co-authored-by: Zhe Sun <[email protected]>
The text "to observe the frontend" is already a part of the link - no need to repeat it
Co-authored-by: Zhe Sun <[email protected]>
github-actions
bot
added
the
Language unchecked
English language check has not been done
label
Mar 25, 2024
rodolforfq
changed the title
Fixing documentation error for V24
Fixing Kubernetes Kit documentation error for V24
Mar 25, 2024
* Update hardcoded vaadin version to 24.3.9 * update flow version --------- Co-authored-by: Zhe Sun <[email protected]>
Co-authored-by: Zhe Sun <[email protected]>
Shouldn't this be based on the 'next' branch, not the 'latest'? |
russelljtdyer
removed
the
Language unchecked
English language check has not been done
label
Apr 8, 2024
HasRouteParameters interface does not exist, the correct name is HasUrlParameter. Co-authored-by: Mikhail Shabarov <[email protected]>
The relevant changes need to be reapplied on top of the current |
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.
Fixes #3308 for V24 (latest) branch.