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] Add install:collaboration command #9760

Merged
merged 59 commits into from
Apr 15, 2024

Commits on Mar 11, 2024

  1. Install Laravel Prompts

    duncanmcclean committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e231329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f64276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed49494 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17f7544 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3ad6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dd5938 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be0c0bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83d0f27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b01b77d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    d03b40a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6ea06 View commit details
    Browse the repository at this point in the history
  3. Revert "Enhance addons:discover command"

    This reverts commit ed49494.
    duncanmcclean committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9f15968 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    eeac710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad06f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55c744b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b769f64 View commit details
    Browse the repository at this point in the history
  5. Enhance addons:discover

    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8238ac6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0ed1a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e289e09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6329c2 View commit details
    Browse the repository at this point in the history
  9. wip

    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c5a5b7c View commit details
    Browse the repository at this point in the history
  10. Enhance make:addon

    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9870008 View commit details
    Browse the repository at this point in the history
  11. Remove duplicate info

    Laravel *also* seems to display info after a "thing" has been generated.
    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    82e73de View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    511b093 View commit details
    Browse the repository at this point in the history
  13. wip

    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    979a976 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d631f8 View commit details
    Browse the repository at this point in the history
  15. Fix styling

    duncanmcclean authored and github-actions[bot] committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b25a2b8 View commit details
    Browse the repository at this point in the history
  16. wip

    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e8b6d1d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85711a6 View commit details
    Browse the repository at this point in the history
  18. Fix styling

    duncanmcclean authored and github-actions[bot] committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d09bf97 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2541170 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e9f6f1c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c741bbe View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9d354a7 View commit details
    Browse the repository at this point in the history
  23. don't skip these tests

    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    74151b0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ed87480 View commit details
    Browse the repository at this point in the history
  25. Fix styling

    duncanmcclean authored and github-actions[bot] committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c17481b View commit details
    Browse the repository at this point in the history
  26. fix more expectations

    duncanmcclean committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c367259 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    07f7159 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3216fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Refactor error handling in make:addon command

    When we were doing `exit(1)`, it was causing the test suite to not complete running.
    duncanmcclean committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f16211f View commit details
    Browse the repository at this point in the history
  2. Fix prompts interactivity in tests

    When running the test suite on Laravel 10.0.0, Prompts would show me the interactive prompt, meaning the assertions wouldn't take place.
    
    Related: laravel/framework#48468
    duncanmcclean committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1fd4b00 View commit details
    Browse the repository at this point in the history
  3. Fix styling

    duncanmcclean authored and github-actions[bot] committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5342049 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update Laravel Echo

    duncanmcclean committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e528507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e669386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94e5c91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f9c109 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97a90fe View commit details
    Browse the repository at this point in the history
  6. Revert "Merge remote-tracking branch 'origin/laravel-prompts' into in…

    …stall-collaboration-command"
    
    This reverts commit 5f9c109, reversing
    changes made to 94e5c91.
    duncanmcclean committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e6e3e2e View commit details
    Browse the repository at this point in the history
  7. Revert "Merge branch 'laravel-reverb-support' into install-collaborat…

    …ion-command"
    
    This reverts commit 94e5c91, reversing
    changes made to 6e91adb.
    duncanmcclean committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bae1cd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97cf512 View commit details
    Browse the repository at this point in the history
  9. Fix styling

    duncanmcclean authored and github-actions[bot] committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    829f7aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92c1180 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. It's Pusher here, not Reverb.

    You can tell where I borrowed this code from, eh?
    duncanmcclean authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1e49f27 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge remote-tracking branch 'origin/master' into install-collaborati…

    …on-command
    
    # Conflicts:
    #	composer.json
    duncanmcclean committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bfc0593 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge remote-tracking branch 'origin/master' into install-collaborati…

    …on-command
    
    # Conflicts:
    #	composer.json
    duncanmcclean committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d3ce972 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge branch 'master' into install-collaboration-command

    # Conflicts:
    #	src/Providers/ConsoleServiceProvider.php
    jasonvarga committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    852dab6 View commit details
    Browse the repository at this point in the history
  2. Prevent running composer scripts when requiring statamic/collaboration

    When we use the `Broadcast` facade in the Collaboration addon's `ServiceProvider`, if the `BROADCAST_DRIVER` is `pusher`, you'll see an error when the Pusher driver hasn't yet been installed.
    duncanmcclean committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e76d887 View commit details
    Browse the repository at this point in the history
  3. dont commit the dev branch

    jasonvarga committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a304199 View commit details
    Browse the repository at this point in the history