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

Data masking #12042

Merged
merged 20 commits into from
Sep 24, 2024
Merged

Data masking #12042

merged 20 commits into from
Sep 24, 2024

Conversation

jerelmiller
Copy link
Member

Work in progress for the data masking feature.

Copy link

changeset-bot bot commented Aug 28, 2024

🦋 Changeset detected

Latest commit: f584167

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

This PR includes changesets to release 1 package
Name Type
@apollo/client Minor

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
Contributor

github-actions bot commented Aug 28, 2024

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 40.47 KB (+2.95% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.6 KB (+5.45% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.31 KB (+3.83% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 36 KB (+4.66% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 33.4 KB (+3.47% 🔺)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (0%)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (0%)
import { useQuery } from "dist/react/index.js" 5.21 KB (-0.04% 🔽)
import { useQuery } from "dist/react/index.js" (production) 4.3 KB (+0.03% 🔺)
import { useLazyQuery } from "dist/react/index.js" 5.7 KB (+0.16% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.77 KB (+0.09% 🔺)
import { useMutation } from "dist/react/index.js" 3.62 KB (0%)
import { useMutation } from "dist/react/index.js" (production) 2.84 KB (-0.04% 🔽)
import { useSubscription } from "dist/react/index.js" 4.42 KB (0%)
import { useSubscription } from "dist/react/index.js" (production) 3.48 KB (-0.03% 🔽)
import { useSuspenseQuery } from "dist/react/index.js" 5.49 KB (-0.02% 🔽)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.15 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" 4.99 KB (-0.04% 🔽)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.64 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" 5.07 KB (+0.08% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.72 KB (+0.03% 🔺)
import { useReadQuery } from "dist/react/index.js" 3.39 KB (+0.03% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 3.33 KB (+0.03% 🔺)
import { useFragment } from "dist/react/index.js" 2.33 KB (+2.06% 🔺)
import { useFragment } from "dist/react/index.js" (production) 2.28 KB (+2.02% 🔺)

Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 7b51c4b
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/66cf8770a0bf360008234846
😎 Deploy Preview https://deploy-preview-12042--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit d708038
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/66cf885236d2a2000833aacc
😎 Deploy Preview https://deploy-preview-12042--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jerelmiller
Copy link
Member Author

/release:pr

@jerelmiller jerelmiller added the 🎭 data-masking Issues/PRs related to data masking label Aug 28, 2024
Copy link
Contributor

A new release has been made for this PR. You can install it with:

npm i @apollo/client@0.0.0-pr-12042-20240828203939

Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 45b1bc1
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/66f2fd4a48d52a00097ce535
😎 Deploy Preview https://deploy-preview-12042--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

pkg-pr-new bot commented Sep 24, 2024

npm i https://pkg.pr.new/@apollo/client@12042

commit: 1c0ecbf

@jerelmiller jerelmiller force-pushed the data-masking branch 2 times, most recently from 873d174 to 54e2dd0 Compare September 24, 2024 17:52
@jerelmiller jerelmiller marked this pull request as ready for review September 24, 2024 18:11
@jerelmiller jerelmiller merged commit 585e81b into release-3.12 Sep 24, 2024
38 checks passed
@jerelmiller jerelmiller deleted the data-masking branch September 25, 2024 00:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-cleanup 🤖 🎭 data-masking Issues/PRs related to data masking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants