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

5.x #26

Merged
merged 90 commits into from
Sep 16, 2024
Merged

5.x #26

merged 90 commits into from
Sep 16, 2024

Commits on Mar 1, 2024

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

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    d0d411d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba0dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e70c452 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    a8b5f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffbf21a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a614dc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27dc2fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    743c999 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    b78c803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa68925 View commit details
    Browse the repository at this point in the history
  3. Add addHandler method to allow end user to add new relationship handl…

    …ers and improve type safety
    thewunder committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7a4a11a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    34cceba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ce79f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79e1b95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24fb1d6 View commit details
    Browse the repository at this point in the history
  5. Bump version in readme

    thewunder committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d741019 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b37e4b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Run rector

    thewunder committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1d13a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ee74c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ed17d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a4423f View commit details
    Browse the repository at this point in the history
  5. make ObjectMapper final

    thewunder committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6a53888 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a3d688 View commit details
    Browse the repository at this point in the history
  7. Update changelog for 4.2

    thewunder committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    20ad5f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    4a5638b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412ab49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f867fb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e644e46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a34baf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bbb1e6 View commit details
    Browse the repository at this point in the history
  7. try setting pgsql pass

    thewunder committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0ce32ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bb930d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    113ac13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ceaeb32 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    28eca10 View commit details
    Browse the repository at this point in the history
  2. delete coverage badge

    thewunder committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    885aa53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31db901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e952c15 View commit details
    Browse the repository at this point in the history
  5. Fix backwards compatibility with a custom foreign object getter on on…

    …e-to-many relationships
    thewunder committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6ea29b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e600df View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    de70cdc View commit details
    Browse the repository at this point in the history
  2. Also allow more than one relationship to be saved via a variadic prop…

    …erty argument on save method
    thewunder committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0ae65b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    757dc74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28773b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    8e0362f View commit details
    Browse the repository at this point in the history
  2. rename className to relationship->foreignClass for clarity, add class…

    … to store class relationship is on
    thewunder committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5354f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    941cc2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7a204f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46a5de8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    116be69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9229cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2e1726 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Apr 3, 2024

  1. implement join method for polymorphic relationships, alter join contr…

    …act so that you can pass the class you wish to join to
    thewunder committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2f9dae4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    5be73e5 View commit details
    Browse the repository at this point in the history
  2. Add backward compatibility note for legacy save and load, name releas…

    …e 5.0 as it does have some backward compatibility issues
    thewunder committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6c685da View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    df2f626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73cdad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aa3675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a69562 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc6fb56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19afa0c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    bd2ab65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    156a775 View commit details
    Browse the repository at this point in the history
  3. Require corma-dbal 1.x

    thewunder committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6fe4f12 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from thewunder/corma-dbal

    corma-dbal
    thewunder authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d6d3192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59c2aa0 View commit details
    Browse the repository at this point in the history
  6. Update version in README

    thewunder committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dbf364c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44e848f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c5566c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bb86f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    e745135 View commit details
    Browse the repository at this point in the history
  2. Support * as a shortcut to load or save all relationships, if multipl…

    …e relationships are loaded, key return by property name
    thewunder committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6a2f1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565b6eb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    d139c5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3c90d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152c612 View commit details
    Browse the repository at this point in the history
  4. Give example .env files

    thewunder committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f3cf832 View commit details
    Browse the repository at this point in the history
  5. Split unit tests and integration tests into different suites, add com…

    …poser scripts to run just unit tests or mysql / postgres
    thewunder committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5a3cab0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1abc8c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1db96d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f401647 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    10547de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from thewunder/integration-test-refactor

    integration-test-refactor
    thewunder authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    77f9d9d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 16, 2024

  1. Override default pluralization rule to reflect that the children is a…

    …lready plural, add tests to inflector
    thewunder committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1e79a32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from thewunder/5.x-fixes

    5.x-fixes
    thewunder authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    87ca54f View commit details
    Browse the repository at this point in the history