-
Notifications
You must be signed in to change notification settings - Fork 26
Sandbox environments for DevDot π #2713
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
Open
im2nguyen
wants to merge
66
commits into
main
Choose a base branch
from
playground-page-poc-v3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 60 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
9c19be9
refactor and fix commit error
im2nguyen 06d6259
add multiple lab support for playgrounds
im2nguyen 3543851
update playground page to support multiple labs using the existing coβ¦
im2nguyen 2e947f8
fix playground bug
im2nguyen 6ca858f
Merge branch 'main' into playground-page-poc-v2
im2nguyen c438edc
update terraform sandbox
im2nguyen f2768b0
embed terminal persist across pages
im2nguyen 48ab51c
update text color
im2nguyen de144d4
fix playground configuration, fix consul
im2nguyen fc2c9f1
remove extraneous config
im2nguyen ddf8468
prevent instruqt pane from closing when going to individual tutorialsβ¦
im2nguyen d49c701
remove min height to ensure embeded element works even when reduced
im2nguyen 7ec56ef
Merge branch 'main' into playground-page-poc-v3
im2nguyen c5395dc
Merge branch 'main' into playground-page-poc-v3
im2nguyen 741dde8
fix build error
im2nguyen c707932
fix behavior and styles for playgrounds dropdown, add playground to rβ¦
im2nguyen a6ae6b0
fix tutorial-view behavior, should load tutorial lab instead of playgβ¦
im2nguyen f62b8bd
fix tutorial-view behavior, should load tutorial lab instead of playgβ¦
im2nguyen 94b2fe2
fix ci tests
im2nguyen a23cce2
fix more ci tests
im2nguyen 0165c8a
posthog tracking experiment
im2nguyen b2763f5
revert hcanges to typing
im2nguyen ff7c979
debugging posthog logs in dev preview
im2nguyen d098876
playground -> sandbox
im2nguyen e268bae
Merge branch 'main' into playground-page-poc-v3
im2nguyen e1b3a57
rename straggler to sandbox
im2nguyen f722721
Use enum instead of string
im2nguyen a5d8721
move posthog events to dedicated lib, use enum instead of string for β¦
im2nguyen a4fc9bd
remove interactivelabwrapper since we moved instruqt provider into maβ¦
im2nguyen 44a7722
Update src/data/sandbox.json
im2nguyen 6c43e35
add test cases
im2nguyen 8ac2ff5
adds boundary sandbox
stellarsquall d3d5280
Merge branch 'staging' into playground-page-poc-v3
im2nguyen 9213d42
Merge branch 'playground-page-poc-v3' of ssh://github.com/hashicorp/dβ¦
im2nguyen 2f75973
update sandbox labids
im2nguyen 6db0b41
improve copy for launchign sandbox in the dropdown
im2nguyen 02a98b7
revert changes
im2nguyen 9854076
Change Consul lab URL
danielehc 04bb67f
add and render docs for sandboxes
im2nguyen cdc4922
Merge branch 'staging' into playground-page-poc-v3
im2nguyen 82507b6
update broken tracking/merge error
im2nguyen 7d2a3fa
fix broken tests, remove unnecessary imports
im2nguyen cd7ab67
fix broken ci tests
im2nguyen e2e3566
implement multiproduct lab descriptions
im2nguyen 1bc409d
update styles for sandbox dropdown
im2nguyen d2628a3
add product specific label to learn more
im2nguyen be41bc1
Merge branch 'staging' into playground-page-poc-v3
im2nguyen 8720498
Merge branch 'staging' into playground-page-poc-v3
im2nguyen 4c0ae3b
Merge branch 'staging' into playground-page-poc-v3
im2nguyen 3a8a38a
merge main
im2nguyen c6debc4
Refactors lab embed component for robustness
Younique98 1fe5eb0
Navigates to primary product's sandbox page
Younique98 3f7b35d
Refactors resize listener management
Younique98 ab1d7cf
Merged Main Branch In - Which Removes explicit consent management
Younique98 946fb87
Updates @types/node to the latest version
Younique98 de90944
Updates `unist-util-visit` import
Younique98 195601c
Updates npm to the latest version
Younique98 a3d6fd5
Apply suggestions from code review
im2nguyen 1a364bf
Merge branch 'main' into playground-page-poc-v3
im2nguyen e3ea27e
Update src/lib/build-instruqt-url.ts
im2nguyen a59b928
Updates sandbox lab ID generation and retrieval
Younique98 13229dd
Removes environment variable dependency for Instruqt tokens
Younique98 87df35c
Adds sandbox authoring guide
Younique98 4314f49
update validation schema to support tokens in instruqtTrack URLs
Younique98 f0caccc
refactor: improve code clarity and maintainability
Younique98 f39724a
Updates dependencies and CI workflow
Younique98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
engine-strict=true | ||
@hashicorp:registry=https://registry.npmjs.org/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.