-
Type: Sub-task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node.js engineer
I want to move our libmongocrypt bindings to their own repository
So that we can apply various existing tools that expect our package to be at the top level.
User Impact
- None. The next npm release produced will update the "repository" field.
Dependencies
- libmongocrypt
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Make a new repository mongodb/mongodb-client-encryption in MANA
- Add Node.js bindings to new repo while preserving commit history. Something like:
- git subtree split -P bindings/node -b node-bindings
- git pull --allow-unrelated-histories path-to/libmongocrypt node-bindings
- Copy over driver pull request template and release scripting
Testing Requirements
- None
Documentation Requirements
- None
Follow Up Requirements
- None