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

Upgrade for compatibility with Datasette 1.0 #96

Open
simonw opened this issue Sep 7, 2023 · 2 comments
Open

Upgrade for compatibility with Datasette 1.0 #96

simonw opened this issue Sep 7, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Sep 7, 2023

This plugin is currently broken in the Datasette 1.0 alphas because the table JSON has changed.

@simonw simonw added the enhancement New feature or request label Sep 7, 2023
@simonw
Copy link
Owner Author

simonw commented Sep 7, 2023

I ran this in my local development environment to upgrade to 1.0a5:

pip install --pre datasette -U
tests/test_docs.py ................                                                [ 21%]
tests/test_graphql.py .....FFFFFFFFFFFFFFF.FFFFFFF...FF.FFFF.FF......FFF.          [ 91%]
tests/test_plugin_hook.py .                                                        [ 93%]
tests/test_schema_caching.py .                                                     [ 94%]
tests/test_schema_for_database.py F                                                [ 95%]
tests/test_template_tag.py FF                                                      [ 98%]
tests/test_utils.py .                                                              [100%]

@simonw
Copy link
Owner Author

simonw commented Sep 7, 2023

I'm going to push an alpha release from the new datasette-1-compat branch. I'll make it 3.0a0.

simonw added a commit that referenced this issue Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant