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

Users/amit909sin/issue 195 #219

Merged

Commits on Jun 2, 2023

  1. Aligns badges

    gurkanindibay committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    16fd851 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Wrap ActiveRecord::Base with ActiveSupport.on_load (citusdata#199)

    * Wrap ActiveRecord::Base with ActiveSupport.on_load
    
    * Test inspect method filters senstive column values
    
    * Remove set secret_token and secret_key_base in spec_helper.rb
    
    * Comment reason of filter_parameters in spec_helper.rb
    nipe0324 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7b6bb2f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Adds Changelog entries for 2.3.0 (citusdata#201)

    * Adds Changelog entries for 2.3.0
    
    * Updates version into 2.3.0 in version file
    
    * Adds minimum coverage as 80 to be able to change version
    gurkanindibay committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fd42dbd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. update logic inside the tenant_klass_defined? method (citusdata#202)

    * fix logic inside the tenant_klass_defined method
    
    * add tests for tenant_klass_defined?
    
    * fix failed tests
    
    * rubocop -a
    
    * remove unnecessary word
    
    * add a test case for the following
    citusdata#105
    
    * test a more appropriate class
    
    * add multi_tenant
    
    * Fixes rubocop warnings
    ---------
    
    Co-authored-by: Gürkan İndibay <gindibay@microsoft.com>
    msasaki666 and gurkanindibay committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bed29b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Bump certifi from 2023.5.7 to 2023.7.22 in /docs (citusdata#204)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2023.05.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5217915 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 14, 2023

  1. Support rails 7.1 (citusdata#208)

    * Add rails 7.1.0.beta1
    
    * Support Rails7.1
    
    The `table_name` method was defined in `Arel::Nodes::Table` and `Arel::Nodes::TableAlias` to get the table name, but `Arel::Nodes::Table#table_name` was removed  rails/rails#46864.
    Therefore, it is no longer possible to simply call `#table_name` to get `table_name`, so a `TableNode.table_name` has been added to get table_name from node.
    alpaca-tc committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    648f353 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    cf1b412 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.4.0

    gurkanindibay committed Sep 22, 2023
    3 Configuration menu
    Copy the full SHA
    9939b5e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. Bump urllib3 from 2.0.2 to 2.0.6 in /docs (citusdata#212)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.6.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.2...2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    aa0e161 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 18, 2023

  1. Bump urllib3 from 2.0.6 to 2.0.7 in /docs (citusdata#214)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.6...2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    de48c9f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Fix rubocop warnings (citusdata#215)

    Enable more
    serprex committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f1f043d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 27, 2023

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

Commits on Nov 30, 2023

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

Commits on Dec 1, 2023

  1. Remove unused index.

    Amit909Singh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d2c62a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix rubocop error.

    Amit909Singh committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    02e4380 View commit details
    Browse the repository at this point in the history