-
Notifications
You must be signed in to change notification settings - Fork 0
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
EIT-2689 | Encryption/Decryption breaks when including metadata on the document + Change API key UI on clients #33
Merged
Conversation
This file contains 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
josepmdc
added a commit
that referenced
this pull request
Nov 8, 2022
* Add bloock http provider, refactor file parser & start event trigger * Implement hosted publisher * reordered publisher & loaders * EIT-2689 | Encryption/Decryption breaks when including metadata on the document + Change API key UI on clients (#33) * kinda fixed but not really * Encryption with metadata working (needs polish) * Adapt Go interface to new metadata/encryption model * [JS] Remove unnecessary entities and rebuild proto * Add PDF test * Metadata with pdfs working * Comment out unfinished test * Increase SDK version * Fix clippy * Change api key UI on Go sdk * Change api key UI on Python sdk * Fix segfault on Go client * Fix some errors on python sdk * Change api key UI on JS sdk * Change JS fromJson to accept JSON object instead of string * Fix encryption test * Comment out unfinished code * Cargo fmt and upgrade lopdf to fix security audit * Fix clippy * Python fmt * Comment out gtag so go/python tests pass * add http client functions to wasm * Integrated publish and build from loader * Fix lint * Fix python setup * Uncomment publisher test Co-authored-by: marcbaque <marc@bloock.com> Co-authored-by: Josep Mª Domingo Catafal <jdomingocatafal@gmail.com>
josepmdc
added a commit
that referenced
this pull request
Nov 14, 2022
* Add bloock http provider, refactor file parser & start event trigger * Implement hosted publisher * reordered publisher & loaders * EIT-2689 | Encryption/Decryption breaks when including metadata on the document + Change API key UI on clients (#33) * kinda fixed but not really * Encryption with metadata working (needs polish) * Adapt Go interface to new metadata/encryption model * [JS] Remove unnecessary entities and rebuild proto * Add PDF test * Metadata with pdfs working * Comment out unfinished test * Increase SDK version * Fix clippy * Change api key UI on Go sdk * Change api key UI on Python sdk * Fix segfault on Go client * Fix some errors on python sdk * Change api key UI on JS sdk * Change JS fromJson to accept JSON object instead of string * Fix encryption test * Comment out unfinished code * Cargo fmt and upgrade lopdf to fix security audit * Fix clippy * Python fmt * Comment out gtag so go/python tests pass * add http client functions to wasm * Integrated publish and build from loader * Fix lint * Fix java ffi * Start implementing Java entities * Implement Record entity Java * Change java project from app to lib * Implement Java client * Preliminary implementation of E2E test in Java * Implement record builder on Java interface * Fix python setup * Main CI implementation * Update version * Fix check java * Prevent fail when files not exists on Java build * fix java build * upgrade actions/checkout to v3 * patch set-output deprecation * update actions/cache version * debug CI * remove Makefile from java bulild * added java linter & fmt * fix test Java * fix workflow java test * [Java] Test builder on e2e test * Fix some errors on java builder * java fmt * Change java test to use native java asserts * Rename java package from block.sdk.etc to com.bloock.sdk.etc * Fix java e2e assertions * Add loader and publisher to java sdk * Fix some errors with Publisher and Loader on java sdk * Fix Java test * Increase version number * Change Java test makefile to get jar name from version * Upgrade java sdk version * Update CI * Update CI * Fix CI test * Fix CI Tests * fix ci test Co-authored-by: marcbaque <marc@bloock.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.
No description provided.