Skip to content
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

feat[angular-gen2]: A/B tests support #3898

Merged
merged 11 commits into from
Feb 19, 2025

Conversation

Copy link

changeset-bot bot commented Feb 10, 2025

🦋 Changeset detected

Latest commit: 1441004

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@builder.io/sdk-angular Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

nx-cloud bot commented Feb 10, 2025

View your CI Pipeline Execution ↗ for commit 1441004.

Command Status Duration Result
nx test @e2e/qwik-city ✅ Succeeded 9m 1s View ↗
nx test @e2e/nextjs-sdk-next-app ✅ Succeeded 8m 2s View ↗
nx test @e2e/svelte ✅ Succeeded 6m 43s View ↗
nx test @e2e/nuxt ✅ Succeeded 7m 20s View ↗
nx test @e2e/angular-19-ssr ✅ Succeeded 6m 45s View ↗
nx test @e2e/react-sdk-next-pages ✅ Succeeded 6m 7s View ↗
nx test @e2e/angular-16 ✅ Succeeded 6m 36s View ↗
nx test @e2e/react-sdk-next-15-app ✅ Succeeded 5m 42s View ↗
Additional runs (36) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-02-19 10:29:22 UTC

Copy link

gitguardian bot commented Feb 18, 2025

⚠️ GitGuardian has uncovered 3 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard.
Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
9071768 Triggered Generic High Entropy Secret 064d947 packages/sdks-tests/src/specs/video-lazy-load.ts View secret
9071769 Triggered Generic High Entropy Secret 064d947 packages/sdks-tests/src/specs/video-lazy-load.ts View secret
11707119 Triggered Generic High Entropy Secret 064d947 packages/sdks/snippets/react/src/routes/LivePreviewBlogData.tsx View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@@ -150,6 +150,33 @@ test.describe('Visual Editing', () => {
}
});

test('removal of styles should work properly', async ({ page, packageName, sdk, basePort }) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ran the test on main branch as well and it was failing so we can be sure that styles now work as expected,

Screenshot 2025-02-18 at 7 37 48 PM

Copy link
Contributor

@samijaber samijaber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@sidmohanty11 sidmohanty11 merged commit 527c115 into BuilderIO:main Feb 19, 2025
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants