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

linear: be aware of stream state when responding (#540) #543

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

fscnick
Copy link

@fscnick fscnick commented Mar 4, 2022

To resolve #540, keep the StreamState in watches.

The sotw could calculate the required resource to respond when there is a modified resource.

dependency: #531

@fscnick fscnick force-pushed the feature/linear-uses-stream-state branch from f2de42d to a28876f Compare March 4, 2022 16:05
@fscnick
Copy link
Author

fscnick commented Mar 5, 2022

@alecholmez Would you mind helping me to approve this workflow?

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Apr 4, 2022
@fscnick
Copy link
Author

fscnick commented Apr 4, 2022

not stale

@github-actions github-actions bot removed the stale label Apr 4, 2022
@github-actions
Copy link

github-actions bot commented May 4, 2022

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label May 4, 2022
@fscnick
Copy link
Author

fscnick commented May 6, 2022

not stale

@github-actions github-actions bot removed the stale label May 6, 2022
@github-actions
Copy link

github-actions bot commented Jun 5, 2022

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Jun 5, 2022
@fscnick
Copy link
Author

fscnick commented Jun 5, 2022

not stale

@github-actions github-actions bot removed the stale label Jun 5, 2022
@github-actions
Copy link

github-actions bot commented Jul 5, 2022

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Jul 5, 2022
@fscnick
Copy link
Author

fscnick commented Jul 5, 2022

not stale

@github-actions github-actions bot removed the stale label Jul 5, 2022
@github-actions
Copy link

github-actions bot commented Aug 5, 2022

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Aug 5, 2022
@fscnick
Copy link
Author

fscnick commented Aug 5, 2022

not stale

@github-actions github-actions bot removed the stale label Aug 5, 2022
Signed-off-by: Fu-Sheng <fscnick.dev@gmail.com>
@fscnick fscnick force-pushed the feature/linear-uses-stream-state branch from eabfe85 to e3a3df1 Compare September 4, 2022 04:33
Signed-off-by: Fu-Sheng <fscnick.dev@gmail.com>
@fscnick fscnick force-pushed the feature/linear-uses-stream-state branch from e3a3df1 to 54bb6cd Compare September 4, 2022 08:49
Signed-off-by: Fu-Sheng <fscnick.dev@gmail.com>
@fscnick fscnick force-pushed the feature/linear-uses-stream-state branch from 5bc4080 to 8b4033f Compare September 4, 2022 11:25
Signed-off-by: Fu-Sheng <fscnick.dev@gmail.com>
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Oct 10, 2022
@fscnick
Copy link
Author

fscnick commented Oct 10, 2022

not stale

@github-actions github-actions bot removed the stale label Oct 10, 2022
@github-actions
Copy link

github-actions bot commented Nov 9, 2022

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Nov 9, 2022
@fscnick
Copy link
Author

fscnick commented Nov 10, 2022

not stale

@github-actions github-actions bot removed the stale label Nov 10, 2022
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Dec 10, 2022
@fscnick
Copy link
Author

fscnick commented Dec 11, 2022

not stale

@github-actions github-actions bot removed the stale label Dec 11, 2022
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Jan 10, 2023
@fscnick
Copy link
Author

fscnick commented Jan 10, 2023

not stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In LinearCache, respond can't tell the caller is from update or delete.
3 participants