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

Rename chrono, time and secret features #939

Merged
merged 6 commits into from
Jun 19, 2024

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    909d617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e014b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    248d2db View commit details
    Browse the repository at this point in the history
  4. cqlvalue: make conversion to time_03 test utils

    Since some other version of time_03 might be supported in the future,
    we cannot have multiple methods such as `as_date()` defined.
    
    I don't think it's good idea to expose version specific methods
    (e.g. `as_date_03()`) to the users. This is why we make them
    test utilities only.
    muzarski committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fabfee7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c737490 View commit details
    Browse the repository at this point in the history
  6. cqlvalue: make chrono conversions test utility

    Made `CqlValue`-to-chrono types conversion methods a private
    utility methods used only for tests.
    muzarski committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cc705ad View commit details
    Browse the repository at this point in the history