Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: couchbase/couchbase-cxx-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: couchbase/couchbase-cxx-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.2
Choose a head ref
  • 14 commits
  • 163 files changed
  • 2 contributors

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    9c445ae View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    497f38b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3cb008 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. CXXCBC-552: cleanup network selection options (#651)

    Deprecates behavior_options#network() in favor to
    network_options#preferred_network()
    avsej authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1f0243d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7f068b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    6b64c08 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. CXXCBC-593: apply configuration profile as the last step (#655)

    To ensure that profile works, we must apply it the options as the very
    last step, because the way how CLI parser works, the switches are always
    populated, either by user value or by default. And being
    --configuration-profile switch itself, we cannot update defaults for
    other switches at before the parsing stage, therefore we left with the
    only option to defer profile application to the very last step.
    avsej authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c251af0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    795fb78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac59097 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e88a4ba View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. CXXCBC-303: Update build scripts to produce RPM packages (#660)

    link and compiler options removed from build info as they are
    target-based, and now the library might build either static or dynamic
    library it would be harder to maintain the file.
    avsej authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a709345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05cf99b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Cleanup clang-tidy warnings

    avsej committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3156193 View commit details
    Browse the repository at this point in the history
  2. Update metadata for 1.0.2

    avsej committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    51f4775 View commit details
    Browse the repository at this point in the history
Loading