Thanks to visit codestin.com
Credit goes to github.com

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/gocb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.1
Choose a base ref
...
head repository: couchbase/gocb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.2
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 16, 2023

  1. GOCBC-1392: Add NumReplicas to create index options

    Motivation
    ----------
    When we created the query index manager we accidentally ommitted the
    NumReplicas option.
    
    Changes
    -------
    Add NumReplicas to CreateQueryIndexOptions and to
    CreatePrimaryQueryIndexOptions.
    
    Change-Id: I23bf49f3460a12840124818e304df4d23419f796
    Reviewed-on: https://review.couchbase.org/c/gocb/+/188258
    Reviewed-by: Emilien Bevierre <[email protected]>
    Tested-by: Charles Dixon <[email protected]>
    chvck committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    037fbff View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Change-Id: I0692e18ea553826e422bb98a317a6a137ea18fa6
    Reviewed-on: https://review.couchbase.org/c/gocb/+/188264
    Reviewed-by: Mateusz <[email protected]>
    Tested-by: Charles Dixon <[email protected]>
    chvck committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    556f2ef View commit details
    Browse the repository at this point in the history
  3. Update feature tags for tests that do not work with 7.5.0

    Change-Id: I3e724547f20096cf7b5f4e3bfb5cf78a918b86f1
    Reviewed-on: https://review.couchbase.org/c/gocb/+/188030
    Reviewed-by: Charles Dixon <[email protected]>
    Tested-by: <[email protected]>
    Couch-Matt committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2dcd062 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Prepare v2.6.2 release

    Change-Id: I3f730c38810f395e364d49fa773160443b9aa2b4
    Reviewed-on: https://review.couchbase.org/c/gocb/+/188599
    Reviewed-by: Emilien Bevierre <[email protected]>
    Tested-by: Charles Dixon <[email protected]>
    chvck committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1812854 View commit details
    Browse the repository at this point in the history
Loading