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

Check ContentsManager base class using inspect #1254

Merged
merged 6 commits into from
Jul 9, 2024

Commits on Jul 2, 2024

  1. feat: Verify base contents class using inspect

    * If AsyncContentsManager is found, use jupytext contents manager.
    
    Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
    mahendrapaipuri committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7ed811c View commit details
    Browse the repository at this point in the history
  2. test: Use latest jupytext==1.0.0 in unit tests

    * jupytext==1.0.0 ships sync metamanager along with async. We use sync version in tests
    
    Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
    mahendrapaipuri committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f3fbe6e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. ci: Uninstall jupyter-fs before browser test

    * jupyter-fs is overriding the browser test that check its own functionality. We should, therefore, remove it and check for jupytext's functionality
    
    Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
    mahendrapaipuri committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    cf5395a View commit details
    Browse the repository at this point in the history
  2. docs: Add a note about jupytext and jupyter-fs compatbility

    Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
    mahendrapaipuri committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    303c8fb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    d1e884b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4690b0c View commit details
    Browse the repository at this point in the history