Skip to content
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

New MongoDB Index Management API #2433

Merged
merged 18 commits into from
Jun 25, 2020
Merged

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    4db6cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553818e View commit details
    Browse the repository at this point in the history
  3. add @SInCE(WireVersion), @until(WireVersion) UDAs

    Use with new enforceWireVersionConstraints function to nullify values
    that don't fall in the expected server version.
    WebFreak001 committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    e96ee0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    763936e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d412d20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51fd90b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1af7ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b79212d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aae50b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6c41fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7bb598 View commit details
    Browse the repository at this point in the history
  12. make CTFE Bson.empty{Object,Array} work with old D

    This copies some logic from the opAssign methods, but given how useful
    init objects for CTFE may be, this is a good trade-off
    WebFreak001 committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1b0e90d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53b9456 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c1b771 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ecc6f2e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f42b8e View commit details
    Browse the repository at this point in the history
  17. make index implementation uncontroversial

    Move all index implementation from mixin template into collection class
    WebFreak001 committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    120f3cd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d78c780 View commit details
    Browse the repository at this point in the history