Ecosyste.ms: Timeline

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

Collektive/collektive

mergify[bot] deleted a branch Collektive/collektive

renovate/patch-alchemist

mergify[bot] closed a pull request on Collektive/collektive
chore(deps): update alchemist to v34.1.12 (patch)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [it.unibo.alchemist:alchemist](https://redirect.github.com/Alchemis...
renovate[bot] opened a pull request on Collektive/collektive
chore(deps): update alchemist to v34.1.12 (patch)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [it.unibo.alchemist:alchemist](https://redirect.github.com/Alchemis...
renovate[bot] created a branch on Collektive/collektive

renovate/patch-alchemist - Aggregate Computing in Kotlin Multiplatform

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

github-actions[bot] created a comment on a pull request on Collektive/collektive
tada: This PR is included in version 10.7.0 :tada: The release is available on: - `10.7.0` - [GitHub release](https://github.com/Collektive/collektive/releases/tag/10.7.0) Your **[semantic-releas...

View on GitHub

nicolasfara pushed 1 commit to master Collektive/collektive
  • chore(release): 10.7.0 [skip ci] ## [10.7.0](https://github.com/Collektive/collektive/compare/10.6.0...10.7.0) (2024... ca25521

View on GitHub

nicolasfara created a tag on Collektive/collektive

10.7.0 - Aggregate Computing in Kotlin Multiplatform

nicolasfara deleted a branch Collektive/collektive

feat/gossip

nicolasfara pushed 20 commits to master Collektive/collektive
  • feat: add aggregate gossip algorithm 85e9a70
  • test: add test for stabilizing gossip 39562f2
  • feat: add ever happened gossip algorithm 16f9439
  • feat: add non-self-stabilizing gossip and gossip ever happened 3140aa4
  • refactor: rename function and generic types dad4673
  • refactor: rename function name as @danysk suggested 9ce71c7
  • refactor: more idiomatic implementation 45f518e
  • test: add check on result of the computation 636a4fc
  • refactor: keep track of neighbor's initial value to avoid losing rounds 6882524
  • refactor: minors on val names and docs 5f58744
  • refactor: use foldWithID inside gossip function e30454c
  • perf: improve algorithm by checking the presence of more than one neighbor in the incoming path d37508a
  • test: refactor gossipMax function as in stdlib d87ac21
  • refactor: function names eb76a21
  • chore: remove useless spacing cbefd9c
  • docs: add doc to gossip objects f140ad6
  • docs: minor in gossipMin doc 423f2dd
  • feat: add gossipMax and Min with default comparator e4fd957
  • style: unify generic type and change function indentation 60ee490
  • test: add test for gossipMin 93b8652

View on GitHub

nicolasfara closed an issue on Collektive/collektive
`gossip` function inside stdlib
DanySK created a review on a pull request on Collektive/collektive

View on GitHub

nicolasfara created a review on a pull request on Collektive/collektive

View on GitHub

angelacorte pushed 2 commits to feat/gossip Collektive/collektive
  • style: unify generic type and change function indentation 49e0eaa
  • test: add test for gossipMin 91d3b41

View on GitHub

DanySK created a review comment on a pull request on Collektive/collektive
True, but let's test both, as we shouldn't assume any specific implementation. You could run the two algorithms in a pair, and have both min and max in a pair

View on GitHub

DanySK created a review on a pull request on Collektive/collektive

View on GitHub

nicolasfara created a review on a pull request on Collektive/collektive

View on GitHub

angelacorte pushed 1 commit to feat/gossip Collektive/collektive
  • feat: add gossipMax and Min with default comparator 281d333

View on GitHub

DanySK pushed 18 commits to feat/gossip Collektive/collektive
  • chore(deps): update alchemist to v34.1.11 bef740d
  • feat: add aggregate gossip algorithm 6b41526
  • test: add test for stabilizing gossip e7af9ef
  • feat: add ever happened gossip algorithm 8052d4a
  • feat: add non-self-stabilizing gossip and gossip ever happened 4f6d291
  • refactor: rename function and generic types 3166fcd
  • refactor: rename function name as @danysk suggested dc780bb
  • refactor: more idiomatic implementation 6627ee8
  • test: add check on result of the computation 777e14d
  • refactor: keep track of neighbor's initial value to avoid losing rounds 22d7dd0
  • refactor: minors on val names and docs a7f4ab6
  • refactor: use foldWithID inside gossip function cba0e2d
  • perf: improve algorithm by checking the presence of more than one neighbor in the incoming path ac44aed
  • test: refactor gossipMax function as in stdlib 9d332a6
  • refactor: function names aa6c3e5
  • chore: remove useless spacing a9da42a
  • docs: add doc to gossip objects 4fb0989
  • docs: minor in gossipMin doc ee3ac28

View on GitHub

mergify[bot] deleted a branch Collektive/collektive

renovate/patch-alchemist

mergify[bot] pushed 1 commit to master Collektive/collektive
  • chore(deps): update alchemist to v34.1.11 bef740d

View on GitHub

angelacorte pushed 1 commit to feat/gossip Collektive/collektive
  • docs: minor in gossipMin doc 3136e59

View on GitHub

DanySK created a review comment on a pull request on Collektive/collektive
Add: ```suggestion fun <ID : Comparable<ID>, Value: Comparable<Value>> Aggregate<ID>.gossipMax(local: Value): Value = gossipMax(local) { a, b -> a.compareTo(b) } ``` and similar ...

View on GitHub

DanySK created a review on a pull request on Collektive/collektive

View on GitHub

Load more