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

fix: fix config changes filter by cell issues around encoding and colons #2012

Conversation

mainawycliffe
Copy link
Contributor

@mainawycliffe mainawycliffe commented Jun 6, 2024

Fixes #1970
Fixes #2017

Copy link

vercel bot commented Jun 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
flanksource-ui ✅ Ready (Inspect) Visit Preview Jun 18, 2024 3:25pm

Copy link

netlify bot commented Jun 6, 2024

Deploy Preview for clerk-saas-ui ready!

Name Link
🔨 Latest commit 517a2fe
🔍 Latest deploy log https://app.netlify.com/sites/clerk-saas-ui/deploys/6671a6460bbda1000873668e
😎 Deploy Preview https://deploy-preview-2012--clerk-saas-ui.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 Jun 6, 2024

Deploy Preview for goofy-euclid-75956c ready!

Name Link
🔨 Latest commit 517a2fe
🔍 Latest deploy log https://app.netlify.com/sites/goofy-euclid-75956c/deploys/6671a646bb42af00080a467c
😎 Deploy Preview https://deploy-preview-2012--goofy-euclid-75956c.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 Jun 6, 2024

Deploy Preview for flanksource-demo-stable ready!

Name Link
🔨 Latest commit 517a2fe
🔍 Latest deploy log https://app.netlify.com/sites/flanksource-demo-stable/deploys/6671a646084e7200089108c0
😎 Deploy Preview https://deploy-preview-2012--flanksource-demo-stable.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.

@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from d2f2015 to d08c018 Compare June 6, 2024 19:57
@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from d08c018 to fdeec1a Compare June 7, 2024 07:05
@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from fdeec1a to 47a5a47 Compare June 13, 2024 13:53
@moshloop moshloop force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from 47a5a47 to 3f5c1fd Compare June 13, 2024 15:03
@moshloop
Copy link
Member

@mainawycliffe I think the values need to be urlencoded, then combined with a , and url encoded again
@adityathebe I think we todo the reverse, i.e. url decode the split match items

@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch 2 times, most recently from 7e4b97d to 0fafc19 Compare June 14, 2024 08:34
@mainawycliffe
Copy link
Contributor Author

@moshloop @adityathebe what about instead of a GET request, we use post and body for the filters for this endpoint? This would eliminate the need for double encoding.

@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from 0c7d8ff to 8d0f45b Compare June 14, 2024 13:54
@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from 8d0f45b to 1491d2d Compare June 14, 2024 14:50
@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from 1491d2d to fd48a4a Compare June 18, 2024 05:41
@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from fd48a4a to 1dd909f Compare June 18, 2024 07:52
@mainawycliffe mainawycliffe marked this pull request as draft June 18, 2024 07:58
@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from 1dd909f to a9d6d22 Compare June 18, 2024 10:25
Fixes #1970

fix: switch to post for catalog changes, instead of get

fix: envode value and symbol

fix: incorrect encoding issues
@mainawycliffe mainawycliffe force-pushed the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch from a9d6d22 to e0afae5 Compare June 18, 2024 15:05
@mainawycliffe mainawycliffe marked this pull request as ready for review June 18, 2024 15:05
@moshloop moshloop merged commit 82dc0a4 into main Jun 19, 2024
14 of 16 checks passed
@moshloop moshloop deleted the 1970-Changes-Endpoint-Doesnt-Support-URL-Encoded-Values-For-IncludeDecline-Data-such-as-Summary branch June 19, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants