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

Parsoid: Remove support for stashing #1325

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2023

  1. Parsoid: Remove support for stashing

    Stashing is only needed by VisualEditor, and VisualEditor no longer uses
    RESTbase. So let's remove stashing from RESTbase.
    
    NOTE: This was made by blindly removing all code that refers to
    stashing. We need to carefully test this to make sure it doesn't break
    anything.
    
    Change-Id: I20aedf2206130c8d07f4419cf2dbf4dc349a2961
    brightbyte committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1e7effc View commit details
    Browse the repository at this point in the history
  2. Fix yaml structure in v1/content.yaml

    Change-Id: Ic6232a838f7ff0c995db4651b73446947fa2adc1
    brightbyte committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d03fdb2 View commit details
    Browse the repository at this point in the history
  3. Pass ETags to and from backend Parsoid

    Change-Id: I67b3c22f96adad206ba19c9e6cf350b7dd70cab5
    brightbyte committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9004e4e View commit details
    Browse the repository at this point in the history
  4. Make linter happy

    Change-Id: I625e69ea695502a549f2fdb258e9b597507790d6
    brightbyte committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3055350 View commit details
    Browse the repository at this point in the history
  5. Remove more tests that cover stashing logic

    Change-Id: I0df15b46736ceb73996be658bd751b179c5bf516
    brightbyte committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    07dcfee View commit details
    Browse the repository at this point in the history
  6. Fix TID check in _getContentFromStorage

    Change-Id: I35833cbc79d359910724e46a9d9e1b5d10366e2f
    brightbyte committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    eb17fb1 View commit details
    Browse the repository at this point in the history