Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vaadin/flow

tltv opened an issue on vaadin/flow
Add support for template matching in MenuRegistry#hasClientRoute(String)
Add template support in `MenuRegistry#hasClientRoute(String)` to make `DefaultRouteResolver` detect main layout for client routes with route parameters. This is followup from [comment here](http...
sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

dependabot[bot] created a branch on vaadin/flow

dependabot/maven/org.mockito-mockito-core-5.14.2 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

caalador created a comment on an issue on vaadin/flow
Also on the `file-routes.ts` is you change only the ` createRoute("products", true, [` to ` createRoute("products", false, [` the parameterised route works, but not if you only change the child cre...

View on GitHub

caalador created a comment on an issue on vaadin/flow
One issue is that `/products/:productId` doesn't match `/products/1` so we would need some template matching to the hasClientRoute check. The client side also seems to be quite tightly tide to the...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mshabarov deleted a branch vaadin/flow

package-name-cp-23.5

mshabarov created a branch on vaadin/flow

package-name-cp-23.5 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

caalador created a comment on an issue on vaadin/flow
file-routes.ts gets true for all that have a possible layout (matching path in the layouts.json) and that true is overridden by the actual ViewConfig definition of the view.

View on GitHub

github-actions[bot] created a comment on a pull request on vaadin/flow
## Test Results 1 056 files  ±0  1 056 suites  ±0   1h 18m 43s :stopwatch: + 2m 30s 6 837 tests ±0  6 792 :white_check_mark: ±0  45 :zzz: ±0  0 :x: ±0  7 159 runs  +8  7 103 :white_check_mark: +8  ...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mshabarov opened a pull request on vaadin/flow
chore: remove redundant names from package json resources (#20239)(CP: 24.3)
(cherry picked from commit 19372498cc80849efedddbc2f8758d14e7036e4b)
mshabarov created a branch on vaadin/flow

package-name-cp-24-3 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

github-actions[bot] created a comment on a pull request on vaadin/flow
## Test Results 1 114 files  ±0  1 114 suites  ±0   1h 24m 38s :stopwatch: + 1m 26s 7 079 tests ±0  7 030 :white_check_mark: ±0  49 :zzz: ±0  0 :x: ±0  7 456 runs  +9  7 395 :white_check_mark: +9  ...

View on GitHub

tltv created a comment on an issue on vaadin/flow
Maybe this has something to do [in here](https://github.com/vaadin/hilla/blob/901729670bd1f5f31cd4d75280d3e967f008201e/packages/ts/file-router/src/runtime/RouterConfigurationBuilder.ts#L172) in Hil...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

vaadin-bot created a tag on vaadin/flow

24.6.0.alpha1 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

mshabarov opened a pull request on vaadin/flow
chore: remove redundant names from package json resources (#20239)(CP: 24.4)
(cherry picked from commit 19372498cc80849efedddbc2f8758d14e7036e4b)
mshabarov created a branch on vaadin/flow

packag-name-cp-24-4 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

mcollovati created a comment on an issue on vaadin/flow
The draft change on Flow would help in the case of concurrent requests, when one of those invalidates the session and also triggers a redirect. Not sure about your case. If there are no concurrent ...

View on GitHub

mshabarov pushed 3 commits to refresh-data-on-filter vaadin/flow
  • fix: force hotdeploy with hilla (#20251) * fix: force hotdeploy with hilla * default to false cf41276
  • chore: remove redundant names from package json resources (#20239) * chore: remove redundant names from package json... 1937249
  • Merge branch 'main' into refresh-data-on-filter 0f23483

View on GitHub

mshabarov opened a pull request on vaadin/flow
fix: Refresh items after changing filtering or sorting with DataViews
## Description Refreshes items in Vaadin list components, when the filtering or sorting is changed via DataView API. This is a behaviour change, but in the same time I believe this is a desir...
mshabarov created a branch on vaadin/flow

refresh-data-on-filter - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

Legioth opened an issue on vaadin/flow
Duplicate <root> in 404 view when mixing `@Route("")` with `@layout.tsx`
### Description of the bug In an application with a Flow view as for the root route and a client-side main layout, the dev mode 404 view contains two `<root>` entires. This is a regression between...
sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

tepi pushed 1 commit to fix/flow-router-check-client-route-conflicts vaadin/flow

View on GitHub

github-actions[bot] created a comment on a pull request on vaadin/flow
## Test Results 1 142 files  ± 0  1 142 suites  ±0   1h 25m 21s :stopwatch: + 1m 29s 7 464 tests ± 0  7 414 :white_check_mark: ± 0  50 :zzz: ±0  0 :x: ±0  7 797 runs  +17  7 737 :white_check_mark: ...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

web-padawan opened a pull request on vaadin/flow
fix: prevent possible error on embedded component disconnect
## Description This fixes the following error which sometimes occurs when switching between docs pages with Java examples: ``` Uncaught TypeError: Cannot read properties of undefined (readin...
Load more