Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:stackblitz/tutorialkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
Loading
...
head repository:stackblitz/tutorialkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:ronith/hide-toggle-terminal-button
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8commits
  • 3files changed
  • 3contributors

Commits on Oct 13, 2024

  1. 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
    @RonithManikonda
    RonithManikonda committedOct 13, 2024
    Configuration menu
    Copy the full SHA
    bd8c5fcView commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. 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 functionalitycloses#302
    @RonithManikonda
    RonithManikonda committedOct 31, 2024
    Configuration menu
    Copy the full SHA
    8ba09bdView commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. docs: keep backticks

    @AriPerkkio
    AriPerkkio authoredNov 1, 2024
    Configuration menu
    Copy the full SHA
    bb85dcaView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f8a8d2View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Update packages/runtime/src/webcontainer/terminal-config.spec.ts

    Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
    @RonithManikonda@AriPerkkio
    RonithManikonda andAriPerkkio authoredNov 5, 2024
    Configuration menu
    Copy the full SHA
    b5a30fbView commit details
    Browse the repository at this point in the history
  2. Update packages/runtime/src/webcontainer/terminal-config.ts

    Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
    @RonithManikonda@AriPerkkio
    RonithManikonda andAriPerkkio authoredNov 5, 2024
    Configuration menu
    Copy the full SHA
    69ec710View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. 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
    @RonithManikonda
    RonithManikonda committedJan 15, 2025
    Configuration menu
    Copy the full SHA
    8d0a095View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Configuration menu
    Copy the full SHA
    43c24c4View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp