-
Notifications
You must be signed in to change notification settings - Fork 33
Feature/modify controller endpoint #34
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
Merged
AddressXception
merged 2 commits into
feature/encrypter-integration-isolated
from
feature/modify-controller-endpoint
Jan 29, 2020
Merged
Feature/modify controller endpoint #34
AddressXception
merged 2 commits into
feature/encrypter-integration-isolated
from
feature/modify-controller-endpoint
Jan 29, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if failed check the parent folder
keithrfung
approved these changes
Jan 29, 2020
keithrfung
added a commit
that referenced
this pull request
Jan 31, 2020
* ✨ Encrypt Ballot Endpoint Encrypt a single ballot via endpoint. Provide new ways to pass in the ElectionMap and ElectionGuardConnfig to remove the restrictions from coming into the pathway from different directions. This also allows for a different direction for the current count which now can be passed in OR just simply incremented. * Rework the mock EncryptBallot API add support for loading configuration at runtime from a relative path * Feature/modify controller endpoint (#34) * Change route from /election to /electionguard * check the call context for data directory if failed check the parent folder Co-authored-by: Matt Wilhelm <AddressXception@users.noreply.github.com>
keithrfung
added a commit
that referenced
this pull request
Feb 1, 2020
* ✨ Encrypt Ballot Endpoint Encrypt a single ballot via endpoint. Provide new ways to pass in the ElectionMap and ElectionGuardConnfig to remove the restrictions from coming into the pathway from different directions. This also allows for a different direction for the current count which now can be passed in OR just simply incremented. * Rework the mock EncryptBallot API add support for loading configuration at runtime from a relative path * Feature/modify controller endpoint (#34) * Change route from /election to /electionguard * check the call context for data directory if failed check the parent folder * Implement Encrypt Ballot Rework API's for data consistency. Update postman collection for new requests * Fix typo. disable request size limits * try catch on all methods. Validate RecordBallots input data when RecordBallots is called, de-dupe the ballots, taking the first & verify the cast/spoiled count matches the de-duplicated dataset count. * update tallies * add example curl commands * use last encrypted ballot PR feedback Co-authored-by: Keith Fung <keithrfung@users.noreply.github.com>
keithrfung
added a commit
that referenced
this pull request
Feb 13, 2020
* ✨ Encrypt Ballot Endpoint Encrypt a single ballot via endpoint. Provide new ways to pass in the ElectionMap and ElectionGuardConnfig to remove the restrictions from coming into the pathway from different directions. This also allows for a different direction for the current count which now can be passed in OR just simply incremented. * Rework the mock EncryptBallot API add support for loading configuration at runtime from a relative path * Feature/modify controller endpoint (#34) * Change route from /election to /electionguard * check the call context for data directory if failed check the parent folder Co-authored-by: Matt Wilhelm <AddressXception@users.noreply.github.com>
keithrfung
added a commit
that referenced
this pull request
Feb 13, 2020
* ✨ Encrypt Ballot Endpoint Encrypt a single ballot via endpoint. Provide new ways to pass in the ElectionMap and ElectionGuardConnfig to remove the restrictions from coming into the pathway from different directions. This also allows for a different direction for the current count which now can be passed in OR just simply incremented. * Rework the mock EncryptBallot API add support for loading configuration at runtime from a relative path * Feature/modify controller endpoint (#34) * Change route from /election to /electionguard * check the call context for data directory if failed check the parent folder * Implement Encrypt Ballot Rework API's for data consistency. Update postman collection for new requests * Fix typo. disable request size limits * try catch on all methods. Validate RecordBallots input data when RecordBallots is called, de-dupe the ballots, taking the first & verify the cast/spoiled count matches the de-duplicated dataset count. * update tallies * add example curl commands * use last encrypted ballot PR feedback Co-authored-by: Keith Fung <keithrfung@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
🚨Please review the guidelines for contributing to this repository.
Description
Fixes: #33
also searches for data directory in calling context on startup
only tested on linux
To Test
DATA: resolved at: /your/path/to/microsoft/ElectionGuard-SDK-DotNetCore-Reference-Web-API/data💔Thank you!