Skip to content

RUST-1384 Implement auto encryption #717

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
merged 35 commits into from
Aug 17, 2022
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9d05d23
api outline
abr-egn Jul 25, 2022
5bd3324
wip
abr-egn Jul 25, 2022
56c4160
shift operation defaults to mirror trait
abr-egn Jul 25, 2022
1349cff
needmongocollinfo
abr-egn Jul 25, 2022
d1ccd79
wip
abr-egn Jul 26, 2022
1709fd3
raw runcommand
abr-egn Jul 26, 2022
c7d02d9
local boxed run_mongocrypt_ctx
abr-egn Jul 27, 2022
99f2c18
dedicated ctx thread wip
abr-egn Jul 27, 2022
21f0189
dedicated ctx thread scaffolding
abr-egn Jul 27, 2022
e118f52
cleanup
abr-egn Jul 27, 2022
36c75db
catchup
abr-egn Jul 27, 2022
f586c44
tidy error handling
abr-egn Jul 27, 2022
7244004
needmongokeys
abr-egn Jul 28, 2022
2646bed
start to rejigger to new ctx
abr-egn Jul 29, 2022
edeaab4
progress
abr-egn Jul 29, 2022
04a2fac
select runtimes for ctx spawning
abr-egn Aug 1, 2022
d0f974b
needkms
abr-egn Aug 2, 2022
ed668cc
fill back in previous states
abr-egn Aug 3, 2022
9c98ecb
placeholder for needkmscredentials
abr-egn Aug 3, 2022
8a0cd31
auto decrypt
abr-egn Aug 3, 2022
54362a6
rustfmt
abr-egn Aug 3, 2022
edf0924
put crypto finalization on a thread pool
abr-egn Aug 4, 2022
bf78b11
format and clippy
abr-egn Aug 4, 2022
15006f1
fix comment
abr-egn Aug 4, 2022
e1b9ad8
point back to main mongocrypt repo
abr-egn Aug 4, 2022
293cfb9
move thread pool to client state
abr-egn Aug 8, 2022
d7acff9
review updates
abr-egn Aug 10, 2022
6bbd8c1
fix tests and include csfle in feature testing
abr-egn Aug 11, 2022
859967a
actually use tls_options
abr-egn Aug 12, 2022
0dedc5b
fix mongocrypt dep
abr-egn Aug 12, 2022
8169c6a
use advance/current
abr-egn Aug 15, 2022
40cffb9
comment rawoutput
abr-egn Aug 15, 2022
d270393
review updates
abr-egn Aug 17, 2022
614bd78
fix test imports
abr-egn Aug 17, 2022
0b007b5
fix rustfmt
abr-egn Aug 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix rustfmt
  • Loading branch information
abr-egn committed Aug 17, 2022
commit 0b007b51ea564dd0ad98ee485fa78c4442a265cf
5 changes: 1 addition & 4 deletions src/operation/run_command/test.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use bson::Timestamp;

use super::RunCommand;
use crate::{
bson::doc,
operation::test::handle_response_test,
};
use crate::{bson::doc, operation::test::handle_response_test};

#[test]
fn handle_success() {
Expand Down