-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgrade to Mongo version 2.18 #145
Conversation
@BHoMBot check compliance |
@adecler to confirm, the following actions are now queued:
There are 16 requests in the queue ahead of you. |
@adecler just to let you know, I have provided a |
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.
See this review
@adecler just to let you know, I have provided a |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 9 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 23 requests in the queue ahead of you. |
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 18 requests in the queue ahead of you. |
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 11 requests in the queue ahead of you. |
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 3 requests in the queue ahead of you. |
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@BHoMBot check serialisation |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 2 requests in the queue ahead of you. |
@adecler just to let you know, I have provided a |
@BHoMBot check installer |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 13 requests in the queue ahead of you. |
@BHoMBot check versioning |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 14 requests in the queue ahead of you. |
@BHoMBot check core |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 8 requests in the queue ahead of you. |
@BHoMBot check installer |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@FraserGreenroyd to confirm, the following actions are now queued:
There are 39 requests in the queue ahead of you. |
The check |
The check |
The check |
The check |
FAO: @FraserGreenroyd The check they wish to have dispensation on is documentation-compliance. If you are providing dispensation on this occasion, please reply with:
|
@BHoMBot this is a DevOps instruction. I am authorising dispensation to be granted on check ref. 9677744908 |
FAO: @FraserGreenroyd The check they wish to have dispensation on is documentation-compliance. If you are providing dispensation on this occasion, please reply with:
|
@FraserGreenroyd I have now provided a passing check on reference |
@BHoMBot this is a DevOps instruction. I am authorising dispensation to be granted on check ref. 9677742818 |
@FraserGreenroyd I have now provided a passing check on reference |
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.
This has been tested against the test scripts for the end of milestone and everything is still working happily.
@BHoMBot check ready-to-merge |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 2 requests in the queue ahead of you. |
Issues addressed by this PR
Closes BHoM/BHoM_Engine#2948
Test files
Additional comments
This one is slightly more complex: I replaced the code that was duplicating the
BH.Engine.Serialiser.Convert.FromJson
with a direct call to it. This repo seems to have a ton of unnecessary dependencies but I leave that for a separate task as it will require more testing. I just removed unused packages that were causing warnings at compile time.