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

refactor: remove concept of liveMutation #19528

Merged
merged 5 commits into from
Jan 4, 2022

Conversation

tgriesser
Copy link
Member

The liveMutation was always meant to be a temporary hack while we got our caching, querying, and subscription patterns down. Now that we're getting closer on this, it should be removed, as it's very naive and produces unnecessary queries. We should resort to the GraphQL practice of "querying for what is updated" on a mutation.

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 3, 2022

Thanks for taking the time to open a PR!

estrada9166
estrada9166 previously approved these changes Jan 3, 2022
@cypress
Copy link

cypress bot commented Jan 3, 2022



Test summary

18563 0 218 0Flakiness 3


Run details

Project cypress
Status Passed
Commit d8805ff
Started Jan 4, 2022 1:07 AM
Ended Jan 4, 2022 1:19 AM
Duration 12:12 💡
OS Linux Debian - 10.10
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

commands/net_stubbing_spec.ts Flakiness
1 network stubbing > waiting and aliasing > can timeout waiting on a single request using "alias.request"
2 network stubbing > waiting and aliasing > can timeout waiting on a single request using "alias.request"
cypress/proxy-logging-spec.ts Flakiness
1 Proxy Logging > request logging > xhr log has response body/status code

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@tgriesser tgriesser marked this pull request as ready for review January 3, 2022 22:29
estrada9166
estrada9166 previously approved these changes Jan 3, 2022
lmiller1990
lmiller1990 previously approved these changes Jan 4, 2022
@lmiller1990 lmiller1990 dismissed stale reviews from estrada9166 and themself via d8805ff January 4, 2022 01:02
@lmiller1990
Copy link
Contributor

Gave it a test, works fine. Added missing urql key as a drive by fix d8805ff

@lmiller1990 lmiller1990 merged commit a744999 into 10.0-release Jan 4, 2022
@lmiller1990 lmiller1990 deleted the tgriesser/refactor/remove-liveMutation branch January 4, 2022 01:19
tgriesser added a commit that referenced this pull request Jan 4, 2022
* 10.0-release:
  feat: support specPattern, deprecate integrationFolder and componentFolder (#19319)
  refactor: remove concept of liveMutation (#19528)
  chore: Adding `validateExternalLink` command to increase e2e coverage of external links (#19462)
  chore: remove vite-plugin-favicon, add a simple favicon path (#19527)
  feat: implement the ui for migration to 10.0 (#19371)
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.

3 participants