Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Joined
Apr 30, 2020
Pro
-
Joined
Apr 30, 2020
Popular repositories
-
Forked from google/exposure-notifications-server
Exposure Notification Reference Server | Covid-19 Exposure Notifications
Go
68 contributions in the last year
Contribution activity
May 2020
Created a pull request in google/exposure-notifications-server that received 7 comments
- make truncate window configurable
- demonstrate verification key version
- add sample export file
- specify valid characters for verification key id
- remove apk signing key sha256 requirement
- update to export signing
- comment updates for signature fields
- tighten up ownership on the export proto
- using more standard signing algorithm
- minor comment change on proto
- minor comment changes to proto
- add signature file proto definition
- add export filename suffix
- Export file format updates
- complete move of transmission risk to per-exposure key
- pass through empty batches
- Allow at most one index file write for empty batch within worker.
- ensure a minimum export file length
- Emit log if conflict on ExportFile insertion (skipping overwrite).
- Make insert export file idempotent by skipping overwrite.
- Clarify the text on signing the 'incremental files' and distributing public keys for this
- Adjust batch boundary conditions so that published keys hit an open batch
- [WIP] add remaining config details to export config, denormalize on batch c…
- Added test for edge cases of keys aligning with batches.
- Actually override database in tests
- Add initial iOS verification
- Move to a configuration based bucket name
- Adding additional OWNERS files to match .github/CODEOWNERS
- put blob storage operations behind an interface
- Signing of export files w/ KMS keys
- Fix a bug that occurs if the export window is smaller than the publish window.
- Add key management to server env
- internal/database: add ExportBatch tests
- put secret manager usage behind an interface so different implementat…
- Collect exposure keys in memory to avoid using COUNT.
- Write an index file to GCS at the end of an export batch
- Ensure lock can only be released by the most recent leaser.
- Export file format updates
- value bool, not bool value
- Some pull request reviews not shown.
Opened their first issue on GitHub in google/exposure-notifications-server
First issue
denormalize signing key info in export tablesCreated an issue in google/exposure-notifications-server that received 1 comment
reduce function arity
#308 (comment)
We've got some functions that take a lot of params, and could do some refactoring to make them easier to work with:
$ grep -R -E 'fu…
1
comment