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

[EPIC] v0.6.x #592

Open
wants to merge 86 commits into
base: main
Choose a base branch
from
Open

[EPIC] v0.6.x #592

wants to merge 86 commits into from

Conversation

derekpierre
Copy link
Member

@derekpierre derekpierre commented Oct 4, 2024

Type of PR:

  • Bugfix
  • Feature
  • Documentation
  • Other

Required reviews:

  • 1
  • 2
  • 3

What this does
Candidate for next release of @nucypher/taco.

  • JsonApiCondition
  • SequentialCondition
  • Commonize schema
  • IfThenElseCondition
  • Authorization header for JsonApiCondition
  • JsonRpcCondition

Issues fixed/closed:

Why it's needed:

Explain how this PR fits in the greater context of the NuCypher Network. E.g.,
if this PR address a nucypher/productdev issue, let reviewers know!

Notes for reviewers:

What should reviewers focus on? Is there a particular commit/function/section
of your PR that requires more attention from reviewers?

Copy link

netlify bot commented Oct 4, 2024

Deploy Preview for taco-demo ready!

Name Link
🔨 Latest commit 6b63fec
🔍 Latest deploy log https://app.netlify.com/sites/taco-demo/deploys/678133ea6272c20008202e2e
😎 Deploy Preview https://deploy-preview-592--taco-demo.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 Oct 4, 2024

Deploy Preview for taco-nft-demo ready!

Name Link
🔨 Latest commit 6b63fec
🔍 Latest deploy log https://app.netlify.com/sites/taco-nft-demo/deploys/678133ea87cdd200089ca557
😎 Deploy Preview https://deploy-preview-592--taco-nft-demo.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.

@derekpierre derekpierre force-pushed the epic-v0.6.x branch 2 times, most recently from bfef228 to 2a51cac Compare October 10, 2024 17:41
theref and others added 26 commits October 15, 2024 15:34
Update `JsonApiConditionSchema` to match lingo
… This is not directly exported, but is used internally by other conditions.

Update compound condition to use common condition schema.
JSON path will always be able to be parsed.
It only becomes invalid when combined with JSON, and this will only be
known at decryption time.
…s; It would be nice to have something common like this but I'm not sure how to do that currently.

Explicitly define union of all conditions in compound and sequential modules.
derekpierre and others added 26 commits October 29, 2024 13:21
* would match 0 - infinity

Co-authored-by: KPrasch <[email protected]>
Co-authored-by: Derek Pierre <[email protected]>
…perties. The logic is now more general and doesn't require adding special cases every time a new condition is created.
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.

5 participants