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

WIP - WMP x CMP prototype #3080

Closed
wants to merge 1 commit into from
Closed

WIP - WMP x CMP prototype #3080

wants to merge 1 commit into from

Conversation

h74zhou
Copy link
Contributor

@h74zhou h74zhou commented Nov 9, 2023

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

How to test your changes?

Post-release steps

Measuring impact

How do we know this change was effective? Please choose one:

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes
  • I've made sure that any changes to dev or deploy have been reflected in the internal flowchart.

@h74zhou h74zhou changed the title WMP x CMP prototype WIP - WMP x CMP prototype Nov 9, 2023
Copy link
Contributor

github-actions bot commented Nov 9, 2023

We detected some changes at either packages/*/src or packages/cli-kit/assets/cli-ruby/** and there are no updates in the .changeset.
If the changes are user-facing, run "pnpm changeset add" to track your changes and include them in the next release CHANGELOG.

Copy link
Contributor

github-actions bot commented Nov 9, 2023

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
72.88% (+0.03% 🔼)
6108/8381
🟡 Branches
70% (+0.05% 🔼)
2971/4244
🟡 Functions
71.53% (+0.01% 🔼)
1563/2185
🟡 Lines
74.09% (+0.02% 🔼)
5801/7830

Test suite run success

1429 tests passing in 663 suites.

Report generated by 🧪jest coverage report action from 5c7e285

analytics: zod.boolean().optional(),
preferences: zod.boolean().optional(),
marketing: zod.boolean().optional(),
sale_of_data: zod.string().optional(),
Copy link
Contributor

Choose a reason for hiding this comment

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

sale_of_data: zod.enum(['sells_data', 'do_not_sell_data', 'supports_ldu_downgrade']).optiona()

This will ensure only those values are accepted, no need to do any extra validation

@@ -1 +0,0 @@
(env/prepend-to-pathlist "PATH" (expand-path "./bin/shadowenv/"))
Copy link
Contributor

Choose a reason for hiding this comment

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

careful not to remove this file or change the .gitignore above

@h74zhou h74zhou closed this Nov 13, 2023
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