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

Freeze ActiveRecord dependencies #75

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2023

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

Commits on Mar 1, 2023

  1. log scan consistency

    CedricCouton committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6d4260e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. add tests

    CedricCouton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c5167ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335ae29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c037270 View commit details
    Browse the repository at this point in the history
  4. fix test

    CedricCouton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    9a57ab3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ac6625 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c620ef7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from doctolib/can-override-scan-consitency

    can override scan consistency
    CedricCouton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    08ddfe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

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

Commits on Mar 27, 2023

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

Commits on Mar 29, 2023

  1. Merge pull request #15 from doctolib/do_not_expose_some_callbacks_in_…

    …nested_models
    
    Prevent to expose dead callbacks for nested
    pimpin committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    12500dc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Update ignored_properties api

    To be similar to (usual) ActiveRecord ignored column
    pimpin committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    013ec7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from doctolib/make_ignored_properties_similar_…

    …to_ar_ignored_columns
    
    Update ignored_properties api
    pimpin committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f44844c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    772e154 View commit details
    Browse the repository at this point in the history
  2. Update lib/couchbase-orm/base.rb

    Co-authored-by: Pierre Merlin <[email protected]>
    CedricCouton and pimpin committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    856b5df View commit details
    Browse the repository at this point in the history
  3. better lisibility

    CedricCouton committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    53b5f69 View commit details
    Browse the repository at this point in the history
  4. better lisibility

    CedricCouton committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    50f9af8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19 from doctolib/fix-find-array

    test and solve cases of find with multiple ids
    CedricCouton committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    bdd4de1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Bump Couchbase ruby client to 3.4.2

    NB : 3.4.1 and 3.4.0 are not compatible with CouchbaseOrm
    pimpin committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    02e5e08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from doctolib/upgrade-couchbase-ruby-client

    Upgrade Couchbase ruby client version to 3.4.2
    pimpin committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    31b5012 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    33a7d04 View commit details
    Browse the repository at this point in the history
  2. WIP first implem

    pimpin committed May 9, 2023
    Configuration menu
    Copy the full SHA
    51b50f4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Handle first, last and find

    pimpin committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1280468 View commit details
    Browse the repository at this point in the history
  2. refacto test

    pimpin committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ab1f125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c022b29 View commit details
    Browse the repository at this point in the history
  4. fix

    pimpin committed May 16, 2023
    Configuration menu
    Copy the full SHA
    89ecb85 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. red again... implem is leaky

    pimpin committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9379e9a View commit details
    Browse the repository at this point in the history
  2. Fix leaky implem

    pimpin committed May 30, 2023
    Configuration menu
    Copy the full SHA
    79b54b9 View commit details
    Browse the repository at this point in the history
  3. handle habtm relations

    pimpin committed May 30, 2023
    Configuration menu
    Copy the full SHA
    571c92d View commit details
    Browse the repository at this point in the history
  4. remove useless code

    pimpin committed May 30, 2023
    Configuration menu
    Copy the full SHA
    52784ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f886c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix Mapotempo/issues/71

    pimpin committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    dcbfb58 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 11, 2023

  1. Merge pull request #20 from doctolib/new_feature_strict_loading

    ✨Handle strict_loading for model, record and relationship
    pimpin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c1ba1e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Oct 9, 2023

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