Ecosyste.ms: Timeline

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

vaadin/flow

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 37s ⏱️ + 2m 9s 7 474 tests ± 0  7 424 ✅ ± 0  50 💤 ±0  0 ❌ ±0  7 817 runs  +35  7 757 ✅ +33  60 💤 +2  0 ❌ ±0  Results for commit 62c545cb...

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

tepi opened a pull request on vaadin/flow
fix: make push work with strict CSP
Fixes https://github.com/vaadin/flow/issues/20329
tepi created a branch on vaadin/flow

fix/make-push-work-with-strict-csp - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

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

View on GitHub

tltv created a review comment on a pull request on vaadin/flow
Ah there it is. As long as _outDir there is the path being copied by Flow in dev_bundle, and finally zipped in bundles folder, then it should be good.

View on GitHub

tltv 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

tepi created a review comment on a pull request on vaadin/flow
Improved the log message

View on GitHub

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

View on GitHub

tepi pushed 1 commit to fix/files-json-dev-bundle 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 24m 24s ⏱️ +56s 7 474 tests ± 0  7 424 ✅ ± 0  50 💤 ±0  0 ❌ ±0  7 841 runs  +59  7 781 ✅ +57  60 💤 +2  0 ❌ ±0  Results for commit 94240ef7. ±...

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

tepi created a review comment on a pull request on vaadin/flow
I believe so, see https://github.com/vaadin/hilla/blob/d3e74e99ff4ef5294982195348829e3424735335/packages/ts/file-router/src/vite-plugin.ts#L82. I don't think Flow writes that file, only reads it.

View on GitHub

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

View on GitHub

dependabot[bot] opened a pull request on vaadin/flow
chore(deps): bump io.smallrye:jandex-maven-plugin from 3.2.2 to 3.2.3
Bumps [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) from 3.2.2 to 3.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smallrye/...
dependabot[bot] created a branch on vaadin/flow

dependabot/maven/io.smallrye-jandex-maven-plugin-3.2.3 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

marcushellberg created a comment on an issue on vaadin/flow
Yes, I always run the application from the IDE, not through maven.

View on GitHub

tltv created a review comment on a pull request on vaadin/flow
What writes file-routes.json in the dev-bundle. Is Hilla doing that?

View on GitHub

tltv created a review comment on a pull request on vaadin/flow
Exception handler's log message mention only frontend/generated folder but now it could be from the bundle file too.

View on GitHub

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

View on GitHub

caalador created a comment on an issue on vaadin/flow
Seems the main issue is somewhere in vaadin-spring init (running Application from idea for example), as running the application in dev mode using maven we do get the development mode correctly.

View on GitHub

caalador created a comment on an issue on vaadin/flow
For some reason running `mvn package -Pproduction` but instead `mvn install -Pproduction` I get left with `flow-build-info.json` in `target/classes` which says `"productionMode": true,` and as that...

View on GitHub

marcushellberg created a comment on an issue on vaadin/flow
For me, it was enough to run one `mvn -Pproduction package` to get this to happen.

View on GitHub

stef-pellegrino starred vaadin/flow
Artur- created a comment on an issue on vaadin/flow
The workaround for this is to create a dummy `@BrowserCallable` with all the needed types as parameters

View on GitHub

MichaelPluessErni created a comment on an issue on vaadin/flow
The difficulty with providing an example is, that the error does not occur when running locally. It only occurs when running in the Google cloud.

View on GitHub

knoobie created a comment on an issue on vaadin/flow
It looks like you are opening a Notification in a background thread - this does not work because of the internal usage of `UI::getCurrent` by the component. Can you create a reproducible example an...

View on GitHub

MichaelPluessErni opened an issue on vaadin/flow
NPE when opening Notification when running on GCP
### Description of the bug Starting from Vaadin version 24.4.14, when Vaadin runs in our Google cloud environment and a Notification is opened, a NullPointerException is thrown: `Cannot invoke ...
mshabarov created a comment on an issue on vaadin/flow
This is seen only in Vaadin Flow validation logs. Hybrid and Hilla apps work fine regarding stats. These errors show up likely because some dependencies are missing in standalone Flow test modu...

View on GitHub

Load more