Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

feat(proxy): fetch project updates #856

Merged
merged 6 commits into from Sep 1, 2020
Merged

Conversation

FintanH
Copy link
Contributor

@FintanH FintanH commented Sep 1, 2020

Closes #845

Adding fetch to the set of methods on Api. This allows us to contact a
peer and fetch any changes. We test this by doing exactly that exchange,
where one peer commits and the other follows up with a fecth.

@FintanH FintanH added the proxy label Sep 1, 2020
@FintanH FintanH added this to the β1 milestone Sep 1, 2020
@FintanH FintanH self-assigned this Sep 1, 2020
@FintanH FintanH added this to In progress in Project Tracking/Replication Sep 1, 2020
@xla xla added the feature Something that doesn't exist yet label Sep 1, 2020
@xla xla removed this from In progress in Project Tracking/Replication Sep 1, 2020
@xla xla removed this from the β1 milestone Sep 1, 2020
Adding fetch to the set of methods on Api. This allows us to contact a
peer and fetch any changes. We test this by doing exactly that exchange,
where one peer commits and the other follows up with a fecth.
proxy/coco/src/peer.rs Show resolved Hide resolved
proxy/coco/src/peer.rs Outdated Show resolved Hide resolved
proxy/coco/src/peer.rs Show resolved Hide resolved
@xla xla changed the title Fetch updates feat(proxy): fetch project updates Sep 1, 2020
Copy link
Contributor

@xla xla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😇 🕯 🐥 🔆

Copy link
Contributor

@sarahscott sarahscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@sarahscott sarahscott merged commit 70991c1 into master Sep 1, 2020
@sarahscott sarahscott deleted the fintan/fetch-changes branch September 1, 2020 22:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Something that doesn't exist yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fetching] Implement Fetch
4 participants