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: danielme85/laravel-log-to-db
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: danielme85/laravel-log-to-db
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 14 files changed
  • 5 contributors

Commits on Feb 24, 2024

  1. chore: prepare for laravel 11 (#61)

    * chore: prepare for laravel 11
    * fix: composer based on matrix values
    * fix: ignore test classes for phpunit
    * fix: autoload test models in dev
    joostdebruijn authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3e2a1f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Refactor delete loops to queries

    To delete an object it's not necessary to load it into memory. And by
    doing one query instead of a delete query for every object, it's much
    faster.
    martijngastkemper committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    574e2db View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge pull request #63 from norday-agency/feature/martijn.g-log-clean…

    …er-upper-performance
    
    Refactor delete loops to queries
    danielme85 authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    650b148 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

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

Commits on Nov 25, 2024

  1. Merge pull request #66 from joostdebruijn/php84-compat

    refactor: explicit null types for php 8.4
    danielme85 authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    026a492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b8ae34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    411e13c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

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

Commits on Mar 3, 2025

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

Commits on Mar 4, 2025

  1. Merge pull request #70 from ArtemKahramanov/save-new-log-fix

    getting LogToDB instance in SaveNewLogEvent
    danielme85 authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    c9da498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1602bc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81629d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e59bd38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72ca882 View commit details
    Browse the repository at this point in the history
  6. some more testing tweaks.

    Seems mongodb eloquent behavior changed slightly.
    danielme85 committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    b527bfd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #68 from danielme85/update-testing-84

    Update testing for php 8.4 and Laravel 12
    danielme85 authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    5ccfde1 View commit details
    Browse the repository at this point in the history
Loading