Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating base images #160

Merged
merged 6 commits into from
Jun 24, 2024
Merged

updating base images #160

merged 6 commits into from
Jun 24, 2024

Conversation

darioalessandro
Copy link
Member

No description provided.

@darioalessandro darioalessandro merged commit 3166e1a into main Jun 24, 2024
1 check passed
@darioalessandro darioalessandro deleted the update-rust branch June 24, 2024 03:59
mkamonMdt pushed a commit to mkamonMdt/videocall-rs that referenced this pull request Jun 24, 2024
* updating base images

* update base image

* cache build

* fmt

* make ci green again

* pass linter
mkamonMdt pushed a commit to mkamonMdt/videocall-rs that referenced this pull request Jun 27, 2024
* updating base images

* update base image

* cache build

* fmt

* make ci green again

* pass linter
mkamonMdt pushed a commit to mkamonMdt/videocall-rs that referenced this pull request Jun 27, 2024
* updating base images

* update base image

* cache build

* fmt

* make ci green again

* pass linter
mkamonMdt pushed a commit to mkamonMdt/videocall-rs that referenced this pull request Jun 27, 2024
* updating base images

* update base image

* cache build

* fmt

* make ci green again

* pass linter
@darioalessandro darioalessandro restored the update-rust branch July 3, 2024 23:41
darioalessandro added a commit that referenced this pull request Jul 4, 2024
* Max 20 canvases on screen: The PeerList

The commit introduces struct component PeerList which is to
resposible for active Peer management. At current stage, the PeerList
should expand and collapse, claiming dedicated screen chunk, accept
(hardcoded at the moment) list of Peers and enable basic filterming
function.

* Max 20 canvases on screen: extract Canvas generator

In preparation to limit Canvases, the commit extracts a function
responsible for thier preparation given vector of peer indetifiers.
No changes in canvas preparation logic were introduced.

* Max 20 canvases on screen: Setup canvas limit

The canvas number is limited up to 20. The limit criteria is simple
alphabetical order. All peers can be seen in the PeerList.

* Max 20 canvases on screen: PeerList refinement

The commit turns raw-text PeerList into scrollable list of
PeerListItems, a struct component that might be further developed
with functional features.

* Add peer heartbeat monitor (#157)

The commit adds peer heartbeat monitoring functionality that
registers each heartbeat received and removes peers that stopped
missed all heartbeat opportunities in current monitoring period.

The heartbeat-based peer removal will take up to 2x of monitoring
period duration to detect a lost peer.

* Update README.md (#159)

* updating base images (#160)

* updating base images

* update base image

* cache build

* fmt

* make ci green again

* pass linter

---------

Co-authored-by: Dario A Lencina-Talarico <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant