-
Notifications
You must be signed in to change notification settings - Fork 48
remove admin /insights #859
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
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the admin insights functionality from the status.app website, including all related pages, components, and GraphQL dependencies.
Key changes:
- Complete removal of the
/insightsroute and all sub-routes (epics, orphans, repos) - Removal of GraphQL runtime dependencies (
graphql,graphql-request) from production - Removal of GraphQL codegen dev dependencies (
@graphql-codegen/*packages) - Package lock updates reflecting dependency changes and version bumps
Reviewed Changes
Copilot reviewed 44 out of 46 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pnpm-lock.yaml |
Removed graphql and graphql-request from dependencies, removed @graphql-codegen packages from devDependencies, updated various package versions |
apps/status.app/src/app/(website)/insights/** |
Deleted entire insights directory including layout, pages, and components |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| graphql: | ||
| specifier: ^16.7.1 | ||
| version: 16.11.0 | ||
| version: 16.12.0 | ||
| graphql-request: | ||
| specifier: ^6.1.0 | ||
| version: 6.1.0(graphql@16.11.0) | ||
| version: 6.1.0(graphql@16.12.0) |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The graphql and graphql-request dependencies are still present in what appears to be another importer section (lines 1173-1178). This suggests these packages may still be needed elsewhere in the monorepo. Please verify that removing these from the main app dependencies doesn't break other packages that depend on them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be removed from navigation.
What about his one?
https://github.com/status-im/status-web/tree/felicio/d-insights/apps/status.app/src/server/lib/insights
why