-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Build: Try out NX agents #33150
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
Closed
Closed
Build: Try out NX agents #33150
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c65a783
Try out NX agents
kasperpeulen 45e6f41
Use --startFrom task in nx
kasperpeulen b96d8b6
Fix
kasperpeulen 4815dd0
Fix
kasperpeulen 0812f33
Fix
kasperpeulen 5889731
Use latest node 22
kasperpeulen 1644680
Cleanup build script
kasperpeulen 9c09531
Run everything
kasperpeulen 36db0b3
Fix
kasperpeulen 2f45799
Fix check
kasperpeulen c10cca9
Fix
kasperpeulen 11da1a4
Fix
kasperpeulen 4694e9d
Fix
kasperpeulen 908eefb
Fix
kasperpeulen c9f56bf
Fix
kasperpeulen 4622396
Fix
kasperpeulen a8c6d41
Fix
kasperpeulen 1b72107
Add cloud access token
kasperpeulen 3d7f007
Fix
kasperpeulen 5caad09
Fix
kasperpeulen b68e98e
Fix
kasperpeulen 8b63ec2
Verify
kasperpeulen ffc7857
Fix
kasperpeulen 0f2c997
Fix
kasperpeulen c2e3773
Run chromatic in cache location
kasperpeulen b1ba7b2
Fix
kasperpeulen 32bb4b0
Fix
kasperpeulen 40f2c1d
Fix
kasperpeulen 3cd7a0f
Fix
kasperpeulen bf2a3d9
Fix
kasperpeulen 2483221
Fix
kasperpeulen 82f6baf
Remove yarn lock file
kasperpeulen 0779ef3
Ignore yarn lock files in test-storybooks
kasperpeulen 4916d39
Fix
kasperpeulen bf04639
Fix
kasperpeulen a102952
Fix
kasperpeulen 035dfa3
Fix
kasperpeulen 1d8048b
Fix
kasperpeulen d370e3b
Fix
kasperpeulen 975b14f
Fix
kasperpeulen a706f5f
Fix
kasperpeulen 4703f2a
Fix
kasperpeulen 3b25ae5
Merge remote-tracking branch 'origin/next' into kasper/nx-agents
kasperpeulen 497caa6
Fix
kasperpeulen 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
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
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
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
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
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
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,6 +1,6 @@ | ||
| { | ||
| "snapshot": "snapshot-20250521-0222c8bd-0a11-48ab-a2a8-380203843e05", | ||
| "install": "cd /workspace/scripts && yarn && cd ../code && yarn && yarn task --task=compile --start-from=compile", | ||
| "install": "yarn && yarn task --task=compile --start-from=compile", | ||
| "start": "cd /workspace/code && yarn test", | ||
| "terminals": [] | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| STORYBOOK_DISABLE_TELEMETRY=true | ||
| IN_STORYBOOK_SANDBOX=true | ||
| SANDBOX_ROOT=../storybook-sandboxes | ||
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.
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.
🧩 Analysis chain
Script executed:
Repository: storybookjs/storybook
<shell_result>
Repository: storybookjs/storybook
Exit code: 0
stdout:
stderr:
</shell_result>
Script executed:
Repository: storybookjs/storybook
<shell_result>
Repository: storybookjs/storybook
Exit code: 0
stdout:
</shell_result>
Script executed:
Repository: storybookjs/storybook
<shell_result>
Repository: storybookjs/storybook
Exit code: 0
stdout:
</shell_result>
Fix alphabetical ordering and add trailing newline to
.envfile.The environment variables should be ordered alphabetically, and the file is missing a trailing newline. The
.envfile is intentionally tracked in the repository, so no renaming is necessary.Apply this diff:
📝 Committable suggestion
🧰 Tools
🪛 dotenv-linter (4.0.0)
[warning] 2-2: [UnorderedKey] The IN_STORYBOOK_SANDBOX key should go before the STORYBOOK_DISABLE_TELEMETRY key
(UnorderedKey)
[warning] 3-3: [EndingBlankLine] No blank line at the end of the file
(EndingBlankLine)
[warning] 3-3: [UnorderedKey] The SANDBOX_ROOT key should go before the STORYBOOK_DISABLE_TELEMETRY key
(UnorderedKey)
🤖 Prompt for AI Agents