Ecosyste.ms: Timeline

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

vaadin/flow

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-review-bot created a review on a pull request on 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 22m 2s ⏱️ -52s 7 464 tests ± 0  7 414 ✅ ± 0  50 💤 ±0  0 ❌ ±0  7 782 runs   - 52  7 722 ✅  - 52  60 💤 ±0  0 ❌ ±0  Results for commit 5c92c2d8...

View on GitHub

mshabarov created a review on a pull request on vaadin/flow

View on GitHub

mshabarov deleted a branch vaadin/flow

chore/dont-print-missing-setter-msg-for-records

mshabarov closed a pull request on vaadin/flow
chore: don't log missing setter message for records
Java records are immutable, so they do not provide setters for their properties. However, Flow Binder fully supports writing records by creating new instances on demand. This change prevents Binde...
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 branch on vaadin/flow

cherry-pick-20269-to-24.5-1729669367384 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

mshabarov created a comment on an issue on vaadin/flow
Fixed in https://github.com/vaadin/flow/pull/20269.

View on GitHub

mshabarov closed an issue on vaadin/flow
Hotswap does not work with Push enabled if a client-side view is present
### Description of the bug In an application with `@Push` enabled and both Flow and Hilla views, hotswapping does not work and this exception is logged ``` java.util.concurrent.ExecutionExceptio...
mshabarov deleted a branch vaadin/flow

fix/menuregistry-client-views-check

mshabarov pushed 1 commit to main vaadin/flow
  • refactor: use MenuAccessControl to check view access (#20269) 7c0ee19

View on GitHub

mshabarov closed a pull request on vaadin/flow
refactor: use MenuAccessControl to check view access
mshabarov created a comment on an issue on vaadin/flow
The issue was triaged and currently added to the backlog priority queue for further investigation.

View on GitHub

mshabarov created a comment on a pull request on vaadin/flow
Preferably to apply [this fix ](https://github.com/vaadin/flow-components/pull/6669) first.

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 created a review comment on a pull request on vaadin/flow
That would be great to have indeed. But could be a separate PR as well.

View on GitHub

mshabarov created a review on a pull request on vaadin/flow

View on GitHub

knoobie created a review comment on a pull request on vaadin/flow
Yeah :)

View on GitHub

knoobie created a review on a pull request on vaadin/flow

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

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 created a review comment on a pull request on vaadin/flow
Bean Validation you mean ?

View on GitHub

mshabarov created a review on a pull request on vaadin/flow

View on GitHub

knoobie created a review comment on a pull request on vaadin/flow
Should there be a test that records with bean annotation work? :)

View on GitHub

knoobie created a review on a pull request on vaadin/flow

View on GitHub

mshabarov pushed 1 commit to feature/react19 vaadin/flow

View on GitHub

mshabarov pushed 55 commits to feature/react19 vaadin/flow
  • fix: reload route configuration upon layout changes (#20139) * fix: reload route configuration upon layout changes ... fa8e54b
  • feat: HMR for translation files (#20142) * fix: HMR for translation files * Clears resource bundle cache on trans... eb2ecb9
  • chore: Set DAU cookie secure if the request is secure (#20150) Set the DAU cookie as secure, if the http request is ... cb1132b
  • fix: cache ClassFinder for reuse in mojo execution (#20148) Creates ClassFinder once per mojo execution, preventing ... 5824994
  • fix: fix auto layout hotswap (#20159) Refactor hotswap logic and tests to align with changes introduced by #20120. 748e14f
  • chore: remove exclude from MenuEntry (#20166) `MenuEntry#exclude` is always false with `MenuConfiguration`. 473c7c1
  • chore: allow running gradle plugin tests with JDK greater that 17 (#20116) * chore: allow running gradle plugin test... 27d1f92
  • fix: reintroduce static methods used by Hilla (#20168) Reintroduces static methods used by Hilla in FlowModeAbstract... ee0f664
  • chore: upgrade @vaadin/router (#20170) d51a390
  • fix: navigatin to client view from server (#20151) * fix: navigatin to client view from server Navigation to the ... 430f781
  • chore: Bump frontend deps (#20156) 7f667d5
  • chore: Lit 3.2.1 (#20171) Co-authored-by: Mikhail Shabarov <[email protected]> 92b840e
  • chore: Use local config file for formatting (#20164) 567c92f
  • chore: Bump Polymer to 3.5.2 (#20175) * chore: Bump Polymer * Fix test 2cc2c87
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin (#20161) Bumps [org.apache.maven.plugins:maven-fail... e911d01
  • chore(deps): bump org.ow2.asm:asm from 9.7 to 9.7.1 (#20163) Bumps org.ow2.asm:asm from 9.7 to 9.7.1. --- update... 3abdba4
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#20162) Bumps [org.apache.maven.plugins:maven-sure... d4f27ad
  • chore: update @vaadin-router to 2.0.0-rc2 (#20181) * chore: update @vaadin-router to 2.0.0-rc2 * fix: type for se... 92c0853
  • chore!: Wrap each enum on a separate line when there are many of them (#20160) f789c1c
  • chore: upgrade vaadin-router to 2.0.0-rc3 (24.5) (#20190) (#20191) Co-authored-by: Zhe Sun <31067185+ZheSun88@users.... 3958765
  • and 35 more ...

View on GitHub

Load more