Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
renovate[bot] pushed 1 commit to renovate/gradle-8.x Collektive/collektive
- chore(deps): update dependency gradle to v8.11 6a0af61
DanySK pushed 2 commits to renovate/gradle-8.x Collektive/collektive
DanySK pushed 5 commits to fix/nonStabilizingGossip Collektive/collektive
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.16 373b0d2
- fix: implementation of non-self-stabilizing gossip with fold instead of hood 4a15461
- test: add test for non-self-stabilizing gossip e029e40
- chore: remove useless prints ce5aa8f
- test: improve non-stabilizing-gossip into more meaningful test 5598e4f
DanySK pushed 8 commits to feat/timeReplication Collektive/collektive
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.16 373b0d2
- chore(deps): add datetime dependency for test purposes 74aba61
- feat: add 'Block T' (timer) function 77ae0a4
- feat: add shared timer function 97f9435
- test: add test for shared timer 977c968
- feat: add draft for time replicated function a576a70
- test: fix more significative test 5966b0d
- fix: input process must be an aggregate process 968c063
mergify[bot] deleted a branch Collektive/collektive
renovate/danysk-build-check-deploy-gradle-action-3.5.x
mergify[bot] pushed 1 commit to master Collektive/collektive
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.16 373b0d2
mergify[bot] closed a pull request on Collektive/collektive
ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.16
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DanySK/build-check-deploy-gradle-action](https://redirect.github.com/DanySK/build-check-deploy-gra...codecov[bot] created a comment on a pull request on Collektive/collektive
## [Codecov](https://app.codecov.io/gh/Collektive/collektive/pull/581?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Coll...
renovate[bot] pushed 1 commit to renovate/gradle-8.x Collektive/collektive
- chore(deps): update dependency gradle to v8.11 0262182
DanySK pushed 2 commits to renovate/gradle-8.x Collektive/collektive
DanySK pushed 5 commits to fix/nonStabilizingGossip Collektive/collektive
- refactor: move warnings and error in appropriate objects following the jetbrains convention (#578) a8ffc16
- fix: implementation of non-self-stabilizing gossip with fold instead of hood ecf2bb9
- test: add test for non-self-stabilizing gossip 0e893b2
- chore: remove useless prints b0f8489
- test: improve non-stabilizing-gossip into more meaningful test 6fcbf9e
DanySK pushed 8 commits to feat/timeReplication Collektive/collektive
- refactor: move warnings and error in appropriate objects following the jetbrains convention (#578) a8ffc16
- chore(deps): add datetime dependency for test purposes f157cf5
- feat: add 'Block T' (timer) function 7aff6ab
- feat: add shared timer function 6bd72e9
- test: add test for shared timer a53e0dc
- feat: add draft for time replicated function e9602cc
- test: fix more significative test c978ceb
- fix: input process must be an aggregate process 8bc6845
renovate[bot] opened a pull request on Collektive/collektive
ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.16
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DanySK/build-check-deploy-gradle-action](https://redirect.github.com/DanySK/build-check-deploy-gra...renovate[bot] created a branch on Collektive/collektive
renovate/danysk-build-check-deploy-gradle-action-3.5.x - Aggregate Computing in Kotlin Multiplatform
nicolasfara closed an issue on Collektive/collektive
Frontend compiler plugin raises a warning but the IDE does not show anything
I was messing around with Collektive version `10.3.2` and I noticed that warning produced during the compilation are not shown within the IDE (IntelliJ) The following code: ```kt private fun...nicolasfara closed a pull request on Collektive/collektive
refactor: move warnings and error in appropriate objects following the jetbrains convention
This PR tries to follow the convention for error generation followed by jetbrains in their compiler plugins: [Kotlinx.serialization errors definitions](https://github.com/JetBrains/kotlin/blob/m...nicolasfara created a comment on a pull request on Collektive/collektive
@FreshMag Thanks for your help. @DanySK @angelacorte, I suggest merging this PR so we are enabled for IntelliJ support when the issue is solved. Is it ok for you?
nicolasfara pushed 1 commit to refactor/frontend-plugin Collektive/collektive
- test: fix message assertions a151106
DanySK pushed 19 commits to feat/timeReplication Collektive/collektive
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.13 28c0929
- chore(deps): update dependency semantic-release-preconfigured-conventional-commits to v1.1.115 a01b8d6
- chore(deps): update plugin com.gradle.develocity to v3.18.2 1bc080b
- style: explicit name in outer lambda 3502860
- ci: move stop gradle on windows before the deploy step preventing failing silently the CI 8e1f0e4
- style: reformat file according to ktlin 3481efd
- fix(dsl): add regression test for Path cache IllegalStateException (#567) dae88e2
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.14 f49c78f
- chore(release): 10.11.1 [skip ci] ## [10.11.1](https://github.com/Collektive/collektive/compare/10.11.0...10.11.1) (... 5b715e6
- refactor(dsl)!: rename repeat/repeating functions into evolve/evolving (#577) b616ddb
- chore(release): 11.0.0 [skip ci] ## [11.0.0](https://github.com/Collektive/collektive/compare/10.11.1...11.0.0) (202... e16aba6
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.15 9ec3864
- chore(deps): add datetime dependency for test purposes 49dd46e
- feat: add 'Block T' (timer) function e6d3dae
- feat: add shared timer function 536cb5c
- test: add test for shared timer bdec10a
- feat: add draft for time replicated function 7ce40b0
- test: fix more significative test 73296cf
- fix: input process must be an aggregate process 734b0e4
DanySK pushed 4 commits to refactor/frontend-plugin Collektive/collektive
DanySK pushed 2 commits to renovate/gradle-8.x Collektive/collektive
DanySK pushed 5 commits to fix/nonStabilizingGossip Collektive/collektive
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.15 9ec3864
- fix: implementation of non-self-stabilizing gossip with fold instead of hood 747ef98
- test: add test for non-self-stabilizing gossip 8c8520a
- chore: remove useless prints a36812b
- test: improve non-stabilizing-gossip into more meaningful test ede4ff1
mergify[bot] deleted a branch Collektive/collektive
renovate/danysk-build-check-deploy-gradle-action-3.5.x
mergify[bot] pushed 1 commit to master Collektive/collektive
- ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.15 9ec3864
mergify[bot] closed a pull request on Collektive/collektive
ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.15
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DanySK/build-check-deploy-gradle-action](https://redirect.github.com/DanySK/build-check-deploy-gra...nicolasfara pushed 5 commits to refactor/frontend-plugin Collektive/collektive
- refactor(dsl)!: rename repeat/repeating functions into evolve/evolving (#577) b616ddb
- chore(release): 11.0.0 [skip ci] ## [11.0.0](https://github.com/Collektive/collektive/compare/10.11.1...11.0.0) (202... e16aba6
- refactor: move warnings and error in appropriate objects following the jetbrains convention dfda24a
- refactor: move into constants FQ functions and classes 8edb8ce
- style: rename constants c753e94
nicolasfara pushed 1 commit to refactor/frontend-plugin Collektive/collektive
- style: rename constants 9bf5394