Ecosyste.ms: Timeline

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

vaadin/flow

vaadin-bot closed a pull request on vaadin/flow
Fix flow issue #6349 (#20255) (CP: 24.4)
vaadin-review-bot created a review on a pull request on vaadin/flow

View on GitHub

vaadin-bot deleted a branch vaadin/flow

cherry-pick-20255-to-24.5-1729238230306

vaadin-bot pushed 1 commit to 24.5 vaadin/flow
  • fix: clear CurrentInstance before invoking new session tasks (#6349) (#20255) (#20278) Commands enqueued by VaadinSe... a5e9e4a

View on GitHub

vaadin-bot closed a pull request on vaadin/flow
Fix flow issue #6349 (#20255) (CP: 24.5)
vaadin-bot created a comment on a pull request on vaadin/flow
This PR is eligible for auto-merging policy, so it has been approved automatically. If there are pending conditions, auto merge (with 'squash' method) has been enabled for this PR[Message is sent f...

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 114 files  ± 0  1 114 suites  ±0   1h 21m 12s :stopwatch: - 2m 35s 7 080 tests + 1  7 031 :white_check_mark: + 1  49 :zzz: ±0  0 :x: ±0  7 415 runs   - 36  7 354 :white_check_mark...

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 39s :stopwatch: -30s 7 459 tests +1  7 409 :white_check_mark: +2  50 :zzz: ±0  0 :x: ±0  7 770 runs   - 6  7 712 :white_check_mark:  - 5  ...

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

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

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 opened a pull request on vaadin/flow
Fix flow issue #6349 (#20255) (CP: 24.3)
vaadin-bot created a branch on vaadin/flow

cherry-pick-20255-to-24.3-1729238258663 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

vaadin-bot opened a pull request on vaadin/flow
Fix flow issue #6349 (#20255) (CP: 23.5)
vaadin-bot created a branch on vaadin/flow

cherry-pick-20255-to-23.5-1729238253290 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

vaadin-bot opened a pull request on vaadin/flow
Fix flow issue #6349 (#20255) (CP: 24.4)
vaadin-bot created a branch on vaadin/flow

cherry-pick-20255-to-24.4-1729238248693 - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

vaadin-bot opened a pull request on vaadin/flow
Fix flow issue #6349 (#20255) (CP: 2.11)
vaadin-bot opened a pull request on vaadin/flow
Fix flow issue #6349 (#20255) (CP: 24.5)
vaadin-bot created a branch on vaadin/flow

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

mshabarov pushed 1 commit to main vaadin/flow
  • fix: clear CurrentInstance before invoking new session tasks (#6349) (#20255) Commands enqueued by VaadinSession.acc... 3bd7a7b

View on GitHub

mshabarov closed an issue on vaadin/flow
Calling VaadinService.access or accessSynchronously leaks UI ThreadLocals
@tmattsso commented on [Wed Aug 28 2019](https://github.com/vaadin/framework/issues/11699) When the method is called, CurrentInstance will store a copy of all current instances, then override two ...
mshabarov closed an issue on vaadin/flow
Calling VaadinService.access or accessSynchronously leaks UI ThreadLocals
@tmattsso commented on [Wed Aug 28 2019](https://github.com/vaadin/framework/issues/11699) When the method is called, CurrentInstance will store a copy of all current instances, then override two ...
mshabarov closed a pull request on vaadin/flow
Fix flow issue #6349
## Description Commands enqueued by `VaadinSession.access()` in general have nothing to do with each other. The only thing they have in common is they share the same `VaadinSession` (and, by imp...
github-actions[bot] created a comment on a pull request on vaadin/flow
## Test Results 1 142 files  ± 0  1 142 suites  ±0   1h 30m 37s :stopwatch: + 6m 45s 7 465 tests + 1  7 415 :white_check_mark: + 1  50 :zzz: ±0  0 :x: ±0  7 831 runs  +51  7 771 :white_check_mark: ...

View on GitHub

mshabarov created a review on a pull request on vaadin/flow
The change looks good to me and safe. Excellent that you added the test, it indeed fails when this patch isn't in place. Thanks for your contribution 👍

View on GitHub

knoobie created a comment on an issue on vaadin/flow
@web-padawan Could this be related to the fix you did yesterday? https://github.com/vaadin/web-components/pull/7988

View on GitHub

Load more