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: NativePHP/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Choose a base ref
...
head repository: NativePHP/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0-beta.1
Choose a head ref
  • 12 commits
  • 28 files changed
  • 6 contributors

Commits on Dec 19, 2024

  1. Update CHANGELOG

    simonhamp authored and github-actions[bot] committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    8267087 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Child process queue workers (#450)

    * Child process queue workers
    - Remove `ShouldBroadcast` in favor of `ShouldBroadcastNow` in `Events\\ChildProcess` namespace
    - Implement `QueueWorker::class`
    - Add new binding to `NativeServiceProvider::class`
    - Fire up workers: iterate through queue worker config in `NativeServiceProvider::configureApp()`
    
    - Test `QueueWorker::up()`, `QueueWorker::down()`
    - Test `QueueWorkerFake::class` assertions work as expected
    
    * Prevent attempting to boot workers on CLI calls
    
    * Remove creating workers just by string
    
    Rely on keys of the config array to assert uniqueness of worker aliases
    
    * Allow workers to be instantiated directly by alias
    
    * Fix styling
    
    * Fix tests
    
    ---------
    
    Co-authored-by: Simon Hamp <simon.hamp@me.com>
    Co-authored-by: simonhamp <simonhamp@users.noreply.github.com>
    3 people authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    101ddf0 View commit details
    Browse the repository at this point in the history
  2. fix: static analysis (#452)

    * fix: static analysis
    
    * fix: removed warnings
    
    * fix: migrated phpunit.xml.dist
    SRWieZ authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    b719ccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0cc732 View commit details
    Browse the repository at this point in the history
  4. Fix styling

    simonhamp authored and github-actions[bot] committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    4ec5c58 View commit details
    Browse the repository at this point in the history
  5. Fix menubar not ready (#453)

    * fix: menubar not ready
    
    * fix: menubar not ready
    
    * feat: new menubar event
    
    * Revert "fix: menubar not ready"
    
    This reverts commit 4c89091.
    
    * Revert "fix: menubar not ready"
    
    This reverts commit 345b37a.
    SRWieZ authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    e700c62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe81fa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Remove sponsor

    simonhamp authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    15b01f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Update README.md

    simonhamp authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    2bd2887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36abbb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. fix: Dock facade (#470)

    SRWieZ authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    34bcfd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4235d2c View commit details
    Browse the repository at this point in the history
Loading