-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore(apps): rename plugins to apps #9755
Conversation
As per PostHog/posthog.com#3253 the place to see all available apps will be Also on that PR I think I've correctly redirected the I'd love to get a solution to #9509 too, so that we can link from |
I think this looks good to me, based on my many years of coding experience. Just needs to sync with PostHog/posthog.com#3253
This is consistent with changes I made to the docs as part of the above PR. I've changed references to the plugin server to the app server, but haven't touched any code samples (and have referenced plugin/app server in cases where it seemed important to encompass ambiguity). |
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
@mariusandra We're good to launch this whenever you're ready. They're already called apps on the website now. |
And it's done! 🎉 |
* master: chore: start stack once in cloud tests (#9879) feat(apps): frontend apps (#9831) chore: Fix snapshots on master (#9885) chore(apps): rename plugins to apps (#9755) refactor: Remove constance library dependency, use json-encoded model (#9852) chore(clickhouse): avoid creating kafka_events, events_mv (#9863) fix(insights): Fix timezone date issues (#9678) refactor(plugin-server): refactor the event pipeline (#9829) feat(object storage): add unused object storage (#9846) fix: make kafka health check timeout test reliable (#9857) fix: query elements from start of day (#9827)
* chore(apps): rename plugins to apps * rename more * few more links and lines
Problem
Changes
pluginapp pages.Plugin
toApp
everywhere in the code. The Scene is still calledPlugin
, etc. We can do this as the next step.Not done
How did you test this code?