-
Notifications
You must be signed in to change notification settings - Fork 83
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
Import vdr-tools fork #732
Merged
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
Signed-off-by: Mark Hadley <hadleym@email.arizona.edu>
…-VE-3047-rename-libindy-references
…-VE-3047-rename-libindy-references
…y-references' # Conflicts: # wrappers/python/vdrtools/libindy.py
…-VE-3047-rename-libindy-references
Signed-off-by: Sergey Minaev <sergey.minaev@evernym.com>
…-VE-3047-rename-libindy-references
…' into docker-Matthew.Spence-VE-3265-Ubuntu20
…' into 'main' [VE-3047] rename libindy references See merge request evernym/verity/vdr-tools!156
Signed-off-by: Sergey Minaev <sergey.minaev@evernym.com>
[VE-3265] Replace ubuntu 16 with ubuntu 20 See merge request evernym/verity/vdr-tools!176
Signed-off-by: Sergey Minaev <sergey.minaev@evernym.com>
Fix CI/CD See merge request evernym/verity/vdr-tools!178
Signed-off-by: Sergey Minaev <sergey.minaev@evernym.com>
Signed-off-by: Sergey Minaev <sergey.minaev@evernym.com>
Signed-off-by: Sergey Minaev <sergey.minaev@evernym.com>
Release 0.8.3 See merge request evernym/verity/vdr-tools!179
- make most of API entry points public - make C interface optional and disabled by default
- use sqlx v0.5.11 - remove unused dependencies - futures: limit features to what we actually need
- use std::sync::{Mutex, RwLock} - make some async methods into normal ones - refactor code to avoid holding mutex.lock() across await points.
mirgee
force-pushed
the
import/vdr-tools
branch
2 times, most recently
from
January 11, 2023 16:36
b80ee0a
to
5e4792a
Compare
…r-tools Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
mirgee
force-pushed
the
import/vdr-tools
branch
from
January 11, 2023 16:39
5e4792a
to
5ad9b41
Compare
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa> # Conflicts: # Cargo.lock
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Codecov Report
@@ Coverage Diff @@
## main #732 +/- ##
===========================================
- Coverage 64.12% 30.26% -33.87%
===========================================
Files 245 354 +109
Lines 22923 30481 +7558
Branches 5061 6260 +1199
===========================================
- Hits 14700 9224 -5476
- Misses 4096 18503 +14407
+ Partials 4127 2754 -1373
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
mirgee
force-pushed
the
import/vdr-tools
branch
from
January 12, 2023 13:07
e38f6f6
to
c269f93
Compare
mirgee
approved these changes
Jan 12, 2023
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.
Done by filtering a local clone of vdr-tools repo using
git filter-repo
, temporarily added as a remote, and created a merge commit withstatic-link
branch.