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

MERL-1343/MERL-1342: API rewrite to WP plugin vs GA #1687

Merged
merged 25 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
18557c6
removed logging of the telemetry in cli
matthewguywright Dec 11, 2023
e4d3024
removed telemetry user prompts and userconfig that's unused
matthewguywright Dec 12, 2023
c20c001
Update package-lock.json
matthewguywright Dec 12, 2023
50e5bc4
remove unneeded files
matthewguywright Dec 12, 2023
fe62dbc
added changeset and removed unneeded dependencies
matthewguywright Dec 14, 2023
b8a4d0c
init commit - placeholder API
matthewguywright Dec 14, 2023
d65a3b6
removed additional uuid
matthewguywright Dec 14, 2023
35ca1e4
remove configstore dependency
matthewguywright Dec 15, 2023
4db6714
updated endpoint and marshall data
matthewguywright Dec 15, 2023
40c3f3e
Merge branch 'canary' into feature/mw-merl-1343
matthewguywright Dec 18, 2023
66cead8
Merge branch 'canary' into feature/mw-merl-1342-cli
matthewguywright Dec 18, 2023
ed82bb2
Merge branch 'feature/mw-cli-api-v2' into feature/mw-merl-1343
matthewguywright Dec 18, 2023
7c00b99
changeset for api
matthewguywright Dec 18, 2023
878ab59
Merge branch 'feature/mw-merl-1343' of https://github.com/wpengine/fa…
matthewguywright Dec 18, 2023
551578b
Update tough-papayas-complain.md
matthewguywright Dec 18, 2023
c0fffb8
Update packages/faustwp-cli/src/telemetry/sendTelemetryData.ts
matthewguywright Dec 19, 2023
24ecb74
updated per PR for secret check
matthewguywright Dec 19, 2023
79d023e
Merge branch 'feature/mw-merl-1343' of https://github.com/wpengine/fa…
matthewguywright Dec 19, 2023
a38fb28
Update sendTelemetryData.ts
matthewguywright Dec 19, 2023
d75f263
updated changeset
matthewguywright Dec 19, 2023
698f2bf
Merge remote-tracking branch 'origin/telemetry-updates' into feature/…
matthewguywright Dec 20, 2023
0c3333c
Update .changeset/thick-pugs-appear.md
matthewguywright Dec 20, 2023
8ff243a
Update packages/faustwp-cli/src/telemetry/sendTelemetryData.ts
matthewguywright Dec 20, 2023
c024991
updated per PR
matthewguywright Dec 20, 2023
b002366
Update sendTelemetryData.ts
matthewguywright Dec 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/thick-pugs-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@faustwp/cli': major
---

**BREAKING**: Removed telemetry CLI commands for `faust telemetry enable/disable/status` for managing and viewing telemetry opt-in status. Telemetry functionality has been moved to the Faust WordPress plugin. Sites that previously opted in from CLI will no longer send telemetry data unless someone opts in from the WordPress side.
Loading
Loading