forked from playcanvas/engine
-
Notifications
You must be signed in to change notification settings - Fork 2
Add wb-data-scrumb.js from Engine branch #7
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
Draft
Copilot
wants to merge
12
commits into
main
Choose a base branch
from
copilot/checkout-wb-data-scrumb-js
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.
Conversation
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
Unified gsplat rendering - changes to sorter job scheduling (playcanvas#7864)
Signed-off-by: JaclynCodes <[email protected]>
Added a security policy document outlining supported versions and vulnerability reporting. Signed-off-by: JaclynCodes <[email protected]>
* Add CodeQL analysis workflow configuration Signed-off-by: JaclynCodes <[email protected]> * Chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Chore(deps): bump glob from 10.4.5 to 10.5.0 Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Chore(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /examples (#6) Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](yahoo/serialize-javascript@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: serialize-javascript dependency-version: 6.0.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Misfit <[email protected]> * Chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /examples (#5) --------- Signed-off-by: JaclynCodes <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: JaclynCodes <[email protected]>
Copilot
AI
changed the title
[WIP] Checkout branch wb-data-scrumb.js
Add wb-data-scrumb.js from Engine branch
Dec 18, 2025
* Add Codacy security scan workflow This workflow integrates Codacy security scans with GitHub Actions, checking code on push and pull requests to the main branch, and scheduling weekly scans. Signed-off-by: Misfit <[email protected]> * Update .github/workflows/codacy.yml Co-authored-by: Copilot <[email protected]> Signed-off-by: Misfit <[email protected]> * Update .github/workflows/codacy.yml Co-authored-by: Copilot <[email protected]> Signed-off-by: Misfit <[email protected]> * Update .github/workflows/codacy.yml Co-authored-by: Copilot <[email protected]> Signed-off-by: Misfit <[email protected]> --------- Signed-off-by: Misfit <[email protected]> Co-authored-by: Copilot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Brings the
wb-data-scrumb.jsutility script from the Engine branch to main.Changes
scripts/utils/wb-data-scrumb.js- PlayCanvas script for data scrubbing/sanitizationUsage
Configurable options via attributes:
removeNullValues- Strip null/undefined valuesremoveEmptyStrings- Strip empty stringstrimStrings- Trim whitespaceremoveEmptyArrays- Strip empty arrayssanitizeHtml- Strip HTML tagsmaxDepth- Recursion limit (default: 10)Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Summary by cubic
Add scripts/utils/wb-data-scrumb.js for configurable data scrubbing, including trimming, null/empty removal, HTML sanitization, maxDepth, and helper methods. Also adds CodeQL/Codacy security scans, a SECURITY.md, minor dependency bumps, and a world clocks widget in the examples page.
Written for commit e282ad8. Summary will update automatically on new commits.