-
-
Notifications
You must be signed in to change notification settings - Fork 657
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
feat(devtools): initial setup #3036
base: main
Are you sure you want to change the base?
Conversation
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
15291502 | Triggered | Generic Password | 30bee78 | pnpm-lock.yaml | View secret |
π Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
π¦ GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Thanks for starting this @arashsheyda β€οΈ I would rather see the list of content collections with the ability to update them with a Monaco editor (we plan to extract the MDC editor at one point so we could integrate it) Not sure if the viewing the database is very helpfull here |
π Linked issue
#2880
β Type of change
π Description
this PR adds support for sqlitie viewer inside devtools
note: this is the code that I had when I created the issue, just pushed it, honestly haven't work on it and it needs a lot of changes... (haven't tested the build as well)
@farnabaz what do we think about the directory structure?
a current demo:
Screen.Recording.2025-01-24.at.10.43.38.PM.mov
π Checklist