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

Fixing Kubernetes Kit documentation error for V24 #3309

Open
wants to merge 38 commits into
base: latest
Choose a base branch
from

Conversation

rodolforfq
Copy link
Contributor

Fixes #3308 for V24 (latest) branch.

jouni and others added 30 commits January 10, 2024 15:22
* Adds devmode.hostsAllowed property

* Note->plaintext; add reasoning

* First pass at editing.

* Second pass at editing.

---------

Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Co-authored-by: Russell J.T. Dyer <6652767+russelljtdyer@users.noreply.github.com>
* docs: add instructions to disable component tracker

Part of vaadin/flow#18130

* Apply suggestions from code review

Co-authored-by: Tarek Oraby <42799254+tarekoraby@users.noreply.github.com>

* apply review suggestions

* First pass at editing touched files.

* Second pass at editing touched files.

---------

Co-authored-by: Tarek Oraby <42799254+tarekoraby@users.noreply.github.com>
Co-authored-by: russelljtdyer <6652767+russelljtdyer@users.noreply.github.com>
Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
* fix: add note on DefaultI18NProvider available since 24.3

* First pass at editing.

* More edits

---------

Co-authored-by: Russell J.T. Dyer <6652767+russelljtdyer@users.noreply.github.com>
Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
* Add navigation examples for hybrid apps

* Add a Link component

* First pass at editing.

---------

Co-authored-by: russelljtdyer <6652767+russelljtdyer@users.noreply.github.com>
Co-authored-by: Jouni Koivuviita <jouni@vaadin.com>
* 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 <6652767+russelljtdyer@users.noreply.github.com>
Co-authored-by: Russell JT Dyer <russelljtdyer@users.noreply.github.com>
Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
…(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 <sissbruecker@vaadin.com>

---------

Co-authored-by: Sascha Ißbrücker <sissbruecker@vaadin.com>

---------

Co-authored-by: Sascha Ißbrücker <sissbruecker@vaadin.com>
* Update hardcoded vaadin version to 24.3.3

* Update _vaadin-version.adoc

---------

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
* 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 <6652767+russelljtdyer@users.noreply.github.com>
* Update hardcoded vaadin version to 24.3.4

* Update _vaadin-version.adoc

---------

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
* Update hardcoded vaadin version to 24.3.6

* Update _vaadin-version.adoc

---------

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
* Update hardcoded vaadin version to 24.3.7

* Update _vaadin-version.adoc

---------

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
The text "to observe the frontend" is already a part of the link - no need to repeat it
Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
@github-actions github-actions bot added the Language unchecked English language check has not been done label Mar 25, 2024
@rodolforfq rodolforfq changed the title Fixing documentation error for V24 Fixing Kubernetes Kit documentation error for V24 Mar 25, 2024
rodolforfq and others added 5 commits March 25, 2024 12:00
* Update hardcoded vaadin version to 24.3.9

* update flow version

---------

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
@russelljtdyer
Copy link
Collaborator

Shouldn't this be based on the 'next' branch, not the 'latest'?

@russelljtdyer russelljtdyer removed the Language unchecked English language check has not been done label Apr 8, 2024
mcollovati and others added 3 commits April 8, 2024 14:25
HasRouteParameters interface does not exist, the correct name is HasUrlParameter.

Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
@jouni
Copy link
Member

jouni commented Jun 17, 2024

The relevant changes need to be reapplied on top of the current latest branch state.

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.

Kubernetes Kit inspected packages during serialization documentation is incorrect