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

Change Get() API #990

Merged
merged 7 commits into from
Sep 27, 2023
Merged

Change Get() API #990

merged 7 commits into from
Sep 27, 2023

Conversation

lestrrat
Copy link
Collaborator

Fixes #826

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (develop/v3@dcaf933). Click here to learn what that means.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop/v3     #990   +/-   ##
=============================================
  Coverage              ?   67.87%           
=============================================
  Files                 ?       93           
  Lines                 ?    14384           
  Branches              ?        0           
=============================================
  Hits                  ?     9763           
  Misses                ?     3637           
  Partials              ?      984           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lestrrat lestrrat merged commit 6d04b5b into develop/v3 Sep 27, 2023
32 checks passed
@lestrrat lestrrat deleted the change-get-api branch September 27, 2023 22:47
lestrrat added a commit that referenced this pull request Oct 17, 2023
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Oct 20, 2023
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Oct 27, 2023
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Oct 31, 2023
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Oct 31, 2023
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Oct 31, 2023
* s{/v2/}{/v3}g

* Add v3 to workflows

* more s{v2}{v3}g

* a few more v2 -> v3

* tweak for v3

* tweaks for v3

* Change Get() API (#990)

* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod

* [WIP] Make JWK Key Parsing pluggable (#991)

* s{/v2/}{/v3}g

* Make the probe phase generic, and allow multiple parsers

* panic if default probe registration fails

* Fix documentation

* tweak

* tweak go.mod

* rip out ECDSA specific stuff into its own package

* appease linter

* Add missing file

* Reinstate the relevant changes from 81ba77f

* Update bazel files

* Add missing bazel file

* docs and locks around keyParsers

* docs

* Remove x25519, use crypto/ecdh

* Update go versions to use

* Update version

* remove toolchain directive

* Run make tidy + gazelle-update-repos

* Remove iterators  (#999)

* First pass removing iterators from jwk

* Remove iterators from jwe, remove Range

* remove iterate from jws

* Remove iterate from jwt

* Remove remaining iterator from jws

* Remove iterators from jwk

* remove more references to iterators and makePairs

* fix lint

* Fix jwk.Set example

* deterministic token serialization

* remove iterate from cmd

* Rip out iterator library

* do away with context.Context

* appease linter

* Remove ctx from jws

* Add incomplete list of changes

* Fix after rebase

* Allow registering a constructor for RegisterCustomField

* appease linter and add docs

* Add tests in JWE, tweak docs

* Add to JWK

* appease linter

* Fix to use "portable" versions

* Add it to jws

* Add example
lestrrat added a commit that referenced this pull request Dec 6, 2023
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Dec 6, 2023
* s{/v2/}{/v3}g

* Add v3 to workflows

* more s{v2}{v3}g

* a few more v2 -> v3

* tweak for v3

* tweaks for v3

* Change Get() API (#990)

* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod

* [WIP] Make JWK Key Parsing pluggable (#991)

* s{/v2/}{/v3}g

* Make the probe phase generic, and allow multiple parsers

* panic if default probe registration fails

* Fix documentation

* tweak

* tweak go.mod

* rip out ECDSA specific stuff into its own package

* appease linter

* Add missing file

* Reinstate the relevant changes from 81ba77f

* Update bazel files

* Add missing bazel file

* docs and locks around keyParsers

* docs

* Remove x25519, use crypto/ecdh

* Update go versions to use

* Update version

* remove toolchain directive

* Run make tidy + gazelle-update-repos

* Remove iterators  (#999)

* First pass removing iterators from jwk

* Remove iterators from jwe, remove Range

* remove iterate from jws

* Remove iterate from jwt

* Remove remaining iterator from jws

* Remove iterators from jwk

* remove more references to iterators and makePairs

* fix lint

* Fix jwk.Set example

* deterministic token serialization

* remove iterate from cmd

* Rip out iterator library

* do away with context.Context

* appease linter

* Remove ctx from jws

* Add incomplete list of changes

* Fix after rebase

* Allow registering a constructor for RegisterCustomField

* appease linter and add docs

* Add tests in JWE, tweak docs

* Add to JWK

* appease linter

* Fix to use "portable" versions

* Add it to jws

* Add example
lestrrat added a commit that referenced this pull request Jan 11, 2024
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Jan 11, 2024
* s{/v2/}{/v3}g

* Add v3 to workflows

* more s{v2}{v3}g

* a few more v2 -> v3

* tweak for v3

* tweaks for v3

* Change Get() API (#990)

* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod

* [WIP] Make JWK Key Parsing pluggable (#991)

* s{/v2/}{/v3}g

* Make the probe phase generic, and allow multiple parsers

* panic if default probe registration fails

* Fix documentation

* tweak

* tweak go.mod

* rip out ECDSA specific stuff into its own package

* appease linter

* Add missing file

* Reinstate the relevant changes from 81ba77f

* Update bazel files

* Add missing bazel file

* docs and locks around keyParsers

* docs

* Remove x25519, use crypto/ecdh

* Update go versions to use

* Update version

* remove toolchain directive

* Run make tidy + gazelle-update-repos

* Remove iterators  (#999)

* First pass removing iterators from jwk

* Remove iterators from jwe, remove Range

* remove iterate from jws

* Remove iterate from jwt

* Remove remaining iterator from jws

* Remove iterators from jwk

* remove more references to iterators and makePairs

* fix lint

* Fix jwk.Set example

* deterministic token serialization

* remove iterate from cmd

* Rip out iterator library

* do away with context.Context

* appease linter

* Remove ctx from jws

* Add incomplete list of changes

* Fix after rebase

* Allow registering a constructor for RegisterCustomField

* appease linter and add docs

* Add tests in JWE, tweak docs

* Add to JWK

* appease linter

* Fix to use "portable" versions

* Add it to jws

* Add example
lestrrat added a commit that referenced this pull request Feb 19, 2024
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Feb 19, 2024
* s{/v2/}{/v3}g

* Add v3 to workflows

* more s{v2}{v3}g

* a few more v2 -> v3

* tweak for v3

* tweaks for v3

* Change Get() API (#990)

* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod

* [WIP] Make JWK Key Parsing pluggable (#991)

* s{/v2/}{/v3}g

* Make the probe phase generic, and allow multiple parsers

* panic if default probe registration fails

* Fix documentation

* tweak

* tweak go.mod

* rip out ECDSA specific stuff into its own package

* appease linter

* Add missing file

* Reinstate the relevant changes from 81ba77f

* Update bazel files

* Add missing bazel file

* docs and locks around keyParsers

* docs

* Remove x25519, use crypto/ecdh

* Update go versions to use

* Update version

* remove toolchain directive

* Run make tidy + gazelle-update-repos

* Remove iterators  (#999)

* First pass removing iterators from jwk

* Remove iterators from jwe, remove Range

* remove iterate from jws

* Remove iterate from jwt

* Remove remaining iterator from jws

* Remove iterators from jwk

* remove more references to iterators and makePairs

* fix lint

* Fix jwk.Set example

* deterministic token serialization

* remove iterate from cmd

* Rip out iterator library

* do away with context.Context

* appease linter

* Remove ctx from jws

* Add incomplete list of changes

* Fix after rebase

* Allow registering a constructor for RegisterCustomField

* appease linter and add docs

* Add tests in JWE, tweak docs

* Add to JWK

* appease linter

* Fix to use "portable" versions

* Add it to jws

* Add example
lestrrat added a commit that referenced this pull request Mar 9, 2024
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Mar 9, 2024
* s{/v2/}{/v3}g

* Add v3 to workflows

* more s{v2}{v3}g

* a few more v2 -> v3

* tweak for v3

* tweaks for v3

* Change Get() API (#990)

* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod

* [WIP] Make JWK Key Parsing pluggable (#991)

* s{/v2/}{/v3}g

* Make the probe phase generic, and allow multiple parsers

* panic if default probe registration fails

* Fix documentation

* tweak

* tweak go.mod

* rip out ECDSA specific stuff into its own package

* appease linter

* Add missing file

* Reinstate the relevant changes from 81ba77f

* Update bazel files

* Add missing bazel file

* docs and locks around keyParsers

* docs

* Remove x25519, use crypto/ecdh

* Update go versions to use

* Update version

* remove toolchain directive

* Run make tidy + gazelle-update-repos

* Remove iterators  (#999)

* First pass removing iterators from jwk

* Remove iterators from jwe, remove Range

* remove iterate from jws

* Remove iterate from jwt

* Remove remaining iterator from jws

* Remove iterators from jwk

* remove more references to iterators and makePairs

* fix lint

* Fix jwk.Set example

* deterministic token serialization

* remove iterate from cmd

* Rip out iterator library

* do away with context.Context

* appease linter

* Remove ctx from jws

* Add incomplete list of changes

* Fix after rebase

* Allow registering a constructor for RegisterCustomField

* appease linter and add docs

* Add tests in JWE, tweak docs

* Add to JWK

* appease linter

* Fix to use "portable" versions

* Add it to jws

* Add example
lestrrat added a commit that referenced this pull request Sep 24, 2024
* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod
lestrrat added a commit that referenced this pull request Sep 24, 2024
* s{/v2/}{/v3}g

* Add v3 to workflows

* more s{v2}{v3}g

* a few more v2 -> v3

* tweak for v3

* tweaks for v3

* Change Get() API (#990)

* Chage Get(string) (interface{}, bool) to Get(string, interface{}) error

* fix example code

* run go mod tidy

* more bazel tweaks

* Documentation fixes

* Generate jws docs

* fix go.mod

* [WIP] Make JWK Key Parsing pluggable (#991)

* s{/v2/}{/v3}g

* Make the probe phase generic, and allow multiple parsers

* panic if default probe registration fails

* Fix documentation

* tweak

* tweak go.mod

* rip out ECDSA specific stuff into its own package

* appease linter

* Add missing file

* Reinstate the relevant changes from 81ba77f

* Update bazel files

* Add missing bazel file

* docs and locks around keyParsers

* docs

* Remove x25519, use crypto/ecdh

* Update go versions to use

* Update version

* remove toolchain directive

* Run make tidy + gazelle-update-repos

* Remove iterators  (#999)

* First pass removing iterators from jwk

* Remove iterators from jwe, remove Range

* remove iterate from jws

* Remove iterate from jwt

* Remove remaining iterator from jws

* Remove iterators from jwk

* remove more references to iterators and makePairs

* fix lint

* Fix jwk.Set example

* deterministic token serialization

* remove iterate from cmd

* Rip out iterator library

* do away with context.Context

* appease linter

* Remove ctx from jws

* Add incomplete list of changes

* Fix after rebase

* Allow registering a constructor for RegisterCustomField

* appease linter and add docs

* Add tests in JWE, tweak docs

* Add to JWK

* appease linter

* Fix to use "portable" versions

* Add it to jws

* Add example
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.

1 participant