rsnext/scripts
Tim Neutkens aae77765e1
Fix send-trace-to-jaeger boolean span values (#65920)
Jaeger does not support booleans as span values and will throw an error.
This ensures the boolean values are turned into strings.

<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation

- Run `pnpm prettier-fix` to fix formatting issues before opening the
PR.
- Read the Docs Contribution Guide to ensure your contribution follows
the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

### Adding or Updating Examples

- The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md


## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->
2024-05-18 18:46:24 +02:00
..
send-trace-to-jaeger Fix send-trace-to-jaeger boolean span values (#65920) 2024-05-18 18:46:24 +02:00
automated-update-workflow.js Ensure automated-update-workflow fails on errors (#63807) 2024-03-28 12:29:45 +01:00
check-examples.sh Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
check-is-release.js Apply publish step optimizations (#43620) 2022-12-01 21:48:51 -08:00
check-manifests.js [Next Docs] Update Git Workflow (#50579) 2023-06-08 12:01:55 +02:00
check-pre-compiled.bat fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
check-pre-compiled.sh Make shebangs portable used in the repo portable (#46028) 2023-02-17 09:45:42 +00:00
code-freeze.js ensure kodiak is re-added to apps list after code-freeze action (#56907) 2023-10-16 22:00:02 +00:00
deploy-examples.sh fix(ci): deploy examples (#54024) 2023-08-15 03:23:57 +00:00
deploy-tarball.js Add tarball deployments for each build (#62969) 2024-03-13 11:39:44 -07:00
deploy-turbopack-docs.sh docs(turbopack): move docs to separate (#62069) 2024-02-15 08:05:48 -08:00
generate-release-log.mjs release: add release log generation script (#54006) 2023-08-14 17:41:44 +00:00
git-configure.mjs chore: fix postinstall when using tarball (#60443) 2024-01-09 17:37:49 -05:00
inject-deploy-url.js Add tarball deployments for each build (#62969) 2024-03-13 11:39:44 -07:00
install-native.mjs chore: replace fs-extra usage in scripts/ (#57215) 2023-11-15 13:34:18 +00:00
minimal-server.js chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
next-with-deps.sh use pnpm for next-with-deps (#54847) 2023-08-31 16:12:38 +00:00
normalize-version-bump.js remove --turbo, use --experimental-turbo as --turbo (#55063) 2023-09-06 17:46:54 +00:00
publish-native.js Update error handling in publish scripts (#62754) 2024-03-02 00:40:51 +00:00
publish-release.js Update error handling in publish scripts (#62754) 2024-03-02 00:40:51 +00:00
pull-turbo-cache.js improve turborepo caching (#64493) 2024-04-15 12:42:28 +02:00
release-stats.sh Make shebangs portable used in the repo portable (#46028) 2023-02-17 09:45:42 +00:00
reset-project.mjs ci: disable deployment protection for e2e test project (#58830) 2023-11-23 09:41:34 -08:00
rm.mjs chore: cross-platform rm -rf script (#49529) 2023-05-10 01:14:37 +00:00
run-e2e-test-project-reset.mjs ci: disable deployment protection for e2e test project (#58830) 2023-11-23 09:41:34 -08:00
run-for-change.js fix broken create-next-app tests (#63019) 2024-03-07 22:21:12 +00:00
run-related-test.mjs Reapply "chore(test): run related E2E deploy tests on PRs" (#64682) (#64712) 2024-04-19 11:02:43 +02:00
setup-node.sh Update flakey tests and add Node.js setup retrying (#47871) 2023-04-03 13:37:14 -07:00
setup-wasm.mjs chore: replace fs-extra usage in scripts/ (#57215) 2023-11-15 13:34:18 +00:00
start-release.js Update to only use preminor when configured (#62904) 2024-03-05 12:34:51 -08:00
sync-react.js Support React 19 in App and Pages router (#65058) 2024-05-07 18:18:32 +02:00
test-new-tests.mjs Parallelize dev/start flake detection (#63954) 2024-04-02 11:40:27 -07:00
trace-dd.mjs fix: scripts comment typos (#40207) 2022-09-05 02:26:54 +00:00
trace-next-server.js feat(next/image)!: remove squoosh in favor of sharp as optional dependency (#63321) 2024-04-25 14:01:56 -04:00
trace-to-event-format.mjs fix: scripts comment typos (#40207) 2022-09-05 02:26:54 +00:00
trace-to-tree.mjs chore: remove chalk in favor of picocolors (#55992) 2023-09-27 21:00:52 +00:00
update-google-fonts.js packages/font: run update-google-fonts script (#50608) 2023-05-31 22:31:26 +02:00
validate-externals-doc.js Promote and rename server bundling options serverComponentsExternalPackages and bundlePagesExternals (#65421) 2024-05-07 11:19:35 -06:00