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

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    5484016 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Adds devmode.hostsAllowed property (#3104)

    * 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]>
    3 people committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5a1f1b3 View commit details
    Browse the repository at this point in the history
  2. docs: add instructions to disable component tracker (#3095)

    * 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]>
    4 people committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cead99f View commit details
    Browse the repository at this point in the history
  3. fix: add note on DefaultI18NProvider available since 24.3 (#3112)

    * 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]>
    3 people committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d077b74 View commit details
    Browse the repository at this point in the history
  4. Add navigation examples for hybrid apps (#3101)

    * 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]>
    3 people committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    48ac67c View commit details
    Browse the repository at this point in the history
  5. docs: update data-provider article for item index provider (#3089)

    * 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]>
    4 people committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a27ab2e View commit details
    Browse the repository at this point in the history
  6. Fix typo

    tarekoraby committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    dde0497 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. chore: update Gradle version

    jouni committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    986b04f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1b2ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8085251 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. fix: set i18n header before modifying for login java example (#5903) …

    …(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]>
    ugur-vaadin and sissbruecker committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a832dbd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update hardcoded vaadin version to 24.3.3 (#3141)

    * Update hardcoded vaadin version to 24.3.3
    
    * Update _vaadin-version.adoc
    
    ---------
    
    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ea3e103 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update vaadin version to 24.4.0.alpha1 (#3125)

    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fc4d821 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. fix: missing closing bracket

    jouni committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b77a760 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. docs: add note about AllowInert on RPC calls (#3111)

    * 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]>
    mcollovati and russelljtdyer committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4c8800c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    ab55008 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update hardcoded vaadin version to 24.3.4 (#3182)

    * Update hardcoded vaadin version to 24.3.4
    
    * Update _vaadin-version.adoc
    
    ---------
    
    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    41705e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    cbcc41c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    82b612f View commit details
    Browse the repository at this point in the history
  2. Add discussion id (#3181)

    samie committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b39b5c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    27844c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    ce3c682 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Update hardcoded vaadin version to 24.3.6 (#3253)

    * Update hardcoded vaadin version to 24.3.6
    
    * Update _vaadin-version.adoc
    
    ---------
    
    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5cd1410 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update hardcoded vaadin version to 24.3.7 (#3284)

    * Update hardcoded vaadin version to 24.3.7
    
    * Update _vaadin-version.adoc
    
    ---------
    
    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cba0c8d View commit details
    Browse the repository at this point in the history
  2. Update vaadin version to 24.3.7 (#3283)

    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3a00f66 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Remove duplicated text (#3302)

    The text "to observe the frontend" is already a part of the link - no need to repeat it
    bwajtr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b635d76 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    bdee2eb View commit details
    Browse the repository at this point in the history
  2. Update vaadin version to 24.3.8 (#3305)

    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    34e6835 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7afb7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4516e5 View commit details
    Browse the repository at this point in the history
  5. Fixed yaml config example

    rodolforfq committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    977d04c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    231ed79 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update hardcoded vaadin version to 24.3.9 (#3318)

    * Update hardcoded vaadin version to 24.3.9
    
    * update flow version
    
    ---------
    
    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    178b654 View commit details
    Browse the repository at this point in the history
  2. Update vaadin version to 24.3.9 (#3317)

    Co-authored-by: Zhe Sun <[email protected]>
    vaadin-bot and ZheSun88 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3e5b516 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    b6f6a36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a418d35 View commit details
    Browse the repository at this point in the history
  3. fix: fix interface name in navigation docs (CP: latest) (#3319)

    HasRouteParameters interface does not exist, the correct name is HasUrlParameter.
    
    Co-authored-by: Mikhail Shabarov <[email protected]>
    mcollovati and mshabarov committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    586af1f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    fa1c06b View commit details
    Browse the repository at this point in the history