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

Remove $db property from constructor #368

Merged
merged 24 commits into from
Jul 3, 2024
Merged

Remove $db property from constructor #368

merged 24 commits into from
Jul 3, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    f32d7ac View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    207a53c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e04d0f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add parameter type

    Tigrov committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    825a647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338d484 View commit details
    Browse the repository at this point in the history
  3. Update tests

    Tigrov committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    130337a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85764f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c17288 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Remove ActiveRecordFactory

    Tigrov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d1f11d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede81de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0216f59 View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    StyleCIBot committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bad1290 View commit details
    Browse the repository at this point in the history
  5. Fix psalm issues

    Tigrov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    20da8ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74b7f72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de5a50a View commit details
    Browse the repository at this point in the history
  8. Fix psalm issues

    Tigrov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    94794c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Apply suggestions from code review [skip ci]

    Co-authored-by: Alexander Makarov <[email protected]>
    Tigrov and samdark authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    11494ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/master' into remove-db-property

    # Conflicts:
    #	src/AbstractActiveRecord.php
    #	src/ActiveQuery.php
    #	src/ActiveRecordFactory.php
    #	tests/ActiveQueryTest.php
    #	tests/ActiveRecordFactoryTest.php
    #	tests/Stubs/ActiveRecord/CustomerWithConstructor.php
    Tigrov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    270dab4 View commit details
    Browse the repository at this point in the history
  3. Update after merge

    Tigrov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0bcbcc6 View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    StyleCIBot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cadcd07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1796d71 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Add ConnectionProvider tests

    Tigrov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8c88e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ff769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6afc4eb View commit details
    Browse the repository at this point in the history