-
Notifications
You must be signed in to change notification settings - Fork 245
[DRIVERS-2338] Rename csfle to "crypt_shared" #1236
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
Conversation
kevinAlbs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with two small notes.
| :Minimum Server Version: 4.2 | ||
| :Last Modified: 2022-05-27 | ||
| :Last Modified: 2022-05-31 | ||
| :Version: 1.7.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest bumping version to 1.7.3.
| .. code-block:: shell | ||
| $ python3 mongodl.py --component=csfle --version=6.0.0-rc4 --out=./csfle/ | ||
| $ python3 mongodl.py --component=crypt_shared --version=6.0.0-rc4 --out=./crypt_shared/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ python3 mongodl.py --component=crypt_shared --version=6.0.0-rc4 --out=./crypt_shared/ | |
| $ python3 mongodl.py --component=crypt_shared --version=<VERSION> --out=./crypt_shared/ |
6.0.0-rc4 will not include crypt_shared. I suggest using a placeholder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a ticket to remind us to come back and revise this placeholder?
| :align: left | ||
| Date, Description | ||
| 22-05-31, Rename ``csfle`` to crypt_shared_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think changelogs would do well to avoid document references and stand on their own. Suggested placement:
| 22-05-31, Rename ``csfle`` to crypt_shared_ | |
| 22-05-31, Rename ``csfle`` to ``crypt_shared`` |
Feel free to reject this and the subsequent suggestion if you disagree.
| 22-05-03, "Add queryType, contentionFactor, and ""Indexed"" and ""Unindexed"" to algorithm." | ||
| 22-04-29, Add bypassQueryAnalysis option | ||
| 22-04-11, Document the usage of the new csfle_ library | ||
| 22-04-11, Document the usage of the new `csfle <crypt_shared_>`_ library (Note: Later renamed to crypt_shared_) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per above.
| 22-04-11, Document the usage of the new `csfle <crypt_shared_>`_ library (Note: Later renamed to crypt_shared_) | |
| 22-04-11, Document the usage of the new ``csfle`` library (Note: Later renamed to ``crypt_shared``) |
| .. code-block:: shell | ||
| $ python3 mongodl.py --component=csfle --version=6.0.0-rc4 --out=./csfle/ | ||
| $ python3 mongodl.py --component=crypt_shared --version=6.0.0-rc4 --out=./crypt_shared/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a ticket to remind us to come back and revise this placeholder?
jmikola
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with suggested patch version bump and optional changelog revisions.
Refer: DRIVERS-2338
Please complete the following before merging: