-
Notifications
You must be signed in to change notification settings - Fork 109
Comparing changes
Open a pull request
base repository: stackblitz/tutorialkit
base: 80cb118
head repository: stackblitz/tutorialkit
compare: 43c24c4
- 8 commits
- 3 files changed
- 3 contributors
Commits on Oct 13, 2024
-
feat(terminal): restrict default allowed commands to 'ls' and 'echo'
Change the default value of `terminal.allowCommands` from an empty array to `['ls', 'echo']`. This change prevents users from running all available commands by default in tutorials, enhancing security and focus. Lesson authors can still allow all commands by specifying `terminal.allowCommands: []` in the metadata. BREAKING CHANGE: The default value of `terminal.allowCommands` is now restricted to `['ls', 'echo']`. To allow all commands, explicitly set `terminal.allowCommands: []` in the metadata. Closes #302
Configuration menu - View commit details
-
Copy full SHA for bd8c5fc - Browse repository at this point
Copy the full SHA bd8c5fcView commit details
Commits on Oct 31, 2024
-
test(terminal): update tests to align with default command behavior
adjust tests to expect ['ls', 'echo'] as default allowCommands when undefined, aligning tests with updated functionality closes #302
Configuration menu - View commit details
-
Copy full SHA for 8ba09bd - Browse repository at this point
Copy the full SHA 8ba09bdView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb85dca - Browse repository at this point
Copy the full SHA bb85dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8a8d2 - Browse repository at this point
Copy the full SHA 9f8a8d2View commit details
Commits on Nov 5, 2024
-
Update packages/runtime/src/webcontainer/terminal-config.spec.ts
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5a30fb - Browse repository at this point
Copy the full SHA b5a30fbView commit details -
Update packages/runtime/src/webcontainer/terminal-config.ts
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69ec710 - Browse repository at this point
Copy the full SHA 69ec710View commit details
Commits on Jan 15, 2025
-
feat(terminal): restrict default allowed commands to 'ls' and 'echo'
Change the default value of `terminal.allowCommands` from an empty array to `['ls', 'echo']`. This update enhances security and focus by limiting the commands available in tutorials by default. Lesson authors can still enable all commands by setting `terminal.allowCommands: []` explicitly in the metadata. BREAKING CHANGE: The default value of `terminal.allowCommands` is now restricted to `['ls', 'echo']`. To allow all commands, explicitly set `terminal.allowCommands: []` in the metadata. Closes #372
Configuration menu - View commit details
-
Copy full SHA for 8d0a095 - Browse repository at this point
Copy the full SHA 8d0a095View commit details
Commits on Jan 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 43c24c4 - Browse repository at this point
Copy the full SHA 43c24c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 80cb118...43c24c4