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-php-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dac7e56
Choose a base ref
...
head repository: couchbase/couchbase-php-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4807e92
Choose a head ref
  • 17 commits
  • 469 files changed
  • 5 contributors

Commits on Nov 14, 2023

  1. PCBC-960 Merge protostellar branch to master (#138)

    * Migrate protostellar files
    
    * Update PS files
    
    * Move generated files
    
    * Updating PS files
    
    * Update tests to use interfaces, skip if Protostellar
    
    * Add management interfaces to classic
    
    * Change datastructures to use interfaces
    
    * Add PS support in Cluster
    
    * add grpc as dependency to composer, update package.xml, add/update scripts
    
    * Add validation check to lookupinresult methods
    
    * Cleaning
    
    * fix style
    
    * revert package.xml update
    
    * Update PS files
    
    * Update PS implementation files
    
    * Update exception mapping per RFC
    
    * Add PermissionDeniedException
    
    * Update package.xml
    
    * Update exception converter
    
    * undo test script changes
    
    * Add support for simple string sorting via FieldSorting
    Matt-Woz authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f622abb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. PCBC-964: wait until the core connection is closed (#141)

    * the wrapper should wait until the core connection is closed in order
      to ensure that the in-flight operations will not use any invalid
      resources
    
    * shutdown logger when the module is being unloaded
    avsej authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6ac693e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. PCBC-965 Support DocNotLockedException and core update (#142)

    * Core update
    
    * Add DocNotLockedException
    
    * Update package.xml
    
    * Only test on >=7.6.0
    
    * clean update package.xml
    Matt-Woz authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7faacfd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

  1. PCBC-968 Support for maxTTL value of -1 for collection "no expiry" (#144

    )
    
    * Add maxTTL check and tests
    
    * Update core and package.xml
    
    * update core to latest
    
    * fix bug with null expiry
    
    ---------
    
    Co-authored-by: Sergey Avseyev <[email protected]>
    Matt-Woz and avsej authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2673a49 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    410bd8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1494ce9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    7603976 View commit details
    Browse the repository at this point in the history
  2. PCBC-979 Add static helpers to SearchQuery types (#149)

    * add static helpers
    
    * consistent builder message for SearchRequest
    Matt-Woz authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    26f1b03 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    e199b7f View commit details
    Browse the repository at this point in the history
  2. PCBC-969: move grpc dependencies to suggests section (#153)

    Hard dependency on gRPC in PHP might be problematic, so by relaxing the
    requirement we allow users to choose whether to install gRPC and instead
    check its presence runtime and throw exception if couchbase2:// protocol
    is being used while the extensions are not loaded.
    avsej authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5c9cd1f View commit details
    Browse the repository at this point in the history
  3. update in test PessimisticLocking, check if CAS value before document…

    … locked is same as CAS value after the document gets unlocked (#151)
    
    Co-authored-by: littlefermatlives <[email protected]>
    CosmicSaaurabh and littlefermatlives authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    670a310 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Cleanup tests (#154)

    * improve diagnostics
    * update feature detection
    * ensure that index for beer-sample is loaded before the test run
    avsej authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    adab8ea View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    4619bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4807e92 View commit details
    Browse the repository at this point in the history
Loading