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

💄 (grapher) remove isExplorable option #3323

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

sophiamersmann
Copy link
Member

@sophiamersmann sophiamersmann commented Mar 8, 2024

Warning

Db tests are failing.

Just a little bit of cleanup. Removes the isExplorable property from Grapher's config and the isExplorable column from the charts table.

The config schema states that the isExplorable property is not in use and should be removed. I then noticed that the charts table has a column called isExplorable that also isn't in use, so I decided to remove it too.

Technically, this is a breaking schema change, but there is no real code change, so I guess it's okay not to increase the schema version etc.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @sophiamersmann and the rest of your teammates on Graphite Graphite

@sophiamersmann sophiamersmann force-pushed the grapher-remove-explorable branch from e537b20 to e38bbc5 Compare March 8, 2024 16:38
Copy link
Member

@marcelgerber marcelgerber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

For reference, I'm pretty sure that this property was used for the circa-2019 old explorer work/prototype, and is therefore absolutely safe to remove at this point.

@sophiamersmann
Copy link
Member Author

sophiamersmann commented Mar 12, 2024

Ah, that's good to know! It's so cool that the link to the everything explorer is still working :)

Do you have any idea why the db test might be failing? It doesn't make sense to me... Ah, I just got it

@sophiamersmann sophiamersmann force-pushed the grapher-remove-explorable branch from e38bbc5 to 7f8480a Compare March 12, 2024 08:04
@marcelgerber
Copy link
Member

Ah, sadly the DB tests are still failing.

Let's summon @danyx23!

@danyx23
Copy link
Contributor

danyx23 commented Mar 14, 2024

A wild Daniel appears!

Ok this is one of these cases where, after you fix it, you really don't understand how this can ever have worked before. I don't get it. Whatever, the issue is fixed now! 🎉 ... 😬

@sophiamersmann
Copy link
Member Author

haha, thanks a lot for looking into this!

@sophiamersmann sophiamersmann merged commit e56d2d8 into master Mar 14, 2024
21 checks passed
@sophiamersmann sophiamersmann deleted the grapher-remove-explorable branch March 14, 2024 08:23
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