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: GuavaCZ/laravel-populator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.2
Choose a base ref
...
head repository: GuavaCZ/laravel-populator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 93 files changed
  • 2 contributors

Commits on Apr 10, 2023

  1. Update README.md

    lukas-frey authored Apr 10, 2023
    Copy the full SHA
    85ea90a View commit details

Commits on Jun 22, 2024

  1. add

     add testing
    ainesophaur committed Jun 22, 2024
    Copy the full SHA
    68fbf61 View commit details
  2. add phpstan

    ainesophaur committed Jun 22, 2024
    Copy the full SHA
    73cb1d7 View commit details
  3. Basic framework for tests

    ainesophaur committed Jun 22, 2024
    Copy the full SHA
    be9aa61 View commit details
  4. fixed issue where HasOne, HasMany, MorphsOne and MorphsMany relations…

    …hips were not being created
    ainesophaur committed Jun 22, 2024
    Copy the full SHA
    45c5e3e View commit details
  5. Copy the full SHA
    0be9a5c View commit details
  6. removed unused method

    ainesophaur committed Jun 22, 2024
    Copy the full SHA
    c445355 View commit details
  7. tests completed

    ainesophaur committed Jun 22, 2024
    Copy the full SHA
    69b6907 View commit details

Commits on Jun 23, 2024

  1. - Inserts via callable

    - Overrideable model for tracking populated entries
    - Increased phpstan level to 6, fixed errors with relations
    - Added composer scripts for invoking testing, analyzing and formatting
    - Populator rollback logic
    ainesophaur committed Jun 23, 2024
    Copy the full SHA
    d60fef6 View commit details

Commits on Jun 27, 2024

  1. remove pest files

    ainesophaur committed Jun 27, 2024
    Copy the full SHA
    16b90b2 View commit details

Commits on Jul 2, 2024

  1. Copy the full SHA
    207b301 View commit details

Commits on Jul 3, 2024

  1. feat: added tests

    feat: added tests
    lukas-frey authored Jul 3, 2024
    Copy the full SHA
    1bdba5a View commit details
Loading