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: vyuldashev/laravel-queue-rabbitmq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.3.4
Choose a base ref
...
head repository: vyuldashev/laravel-queue-rabbitmq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.3.5
Choose a head ref
  • 11 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 24, 2024

  1. Ignore errors from nullable_type_declarations

    Quick fix for the pint tests
    adm-bome authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    57fba78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2695f78 View commit details
    Browse the repository at this point in the history
  3. skip test

    adm-bome authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1475380 View commit details
    Browse the repository at this point in the history
  4. Update ConnectorTest.php

    adm-bome authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    806a59d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. changed signature method commit

    between laravel versions 9 and 10, the signature of the method `commit` within the `DatabaseTransactionsManager:class` was changed.
    adm-bome authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    089e72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04ff6b View commit details
    Browse the repository at this point in the history
  3. Update ConnectorTest.php

    adm-bome authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a7de79e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix for errors on $currentJob property

    RabbitMQQueue::$currentJob must not be accessed before initialization
    
    Fixes for issue: #572 #555
    adm-bome authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ba4dd0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #580 from vyuldashev/fix/pint-nullable-type-declar…

    …ations
    
    Fix bottlenecks for tests
    adm-bome authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a6f430f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d20d3c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #581 from vyuldashev/fix/errors-on-property-initia…

    …lization-for-current-job
    
    Fix for errors on $currentJob property
    adm-bome authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2fda572 View commit details
    Browse the repository at this point in the history
Loading