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 ability to specify the queue connection on static:warm command #8634

Merged
merged 16 commits into from
Jul 16, 2024

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    8ef9dc8 View commit details
    Browse the repository at this point in the history
  2. Update description

    grantholle committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    018e898 View commit details
    Browse the repository at this point in the history
  3. Fix code style

    grantholle committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1a4af65 View commit details
    Browse the repository at this point in the history
  4. run 'em

    jasonvarga committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    51a3286 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    5c10b00 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'static-warm-queue-connection' of github.com:grantholle/…

    …cms into static-warm-queue-connection
    grantholle committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9a619e0 View commit details
    Browse the repository at this point in the history
  3. Add and fix warm tests

    grantholle committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b062c96 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on May 13, 2024

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

Commits on Jul 16, 2024

  1. Merge branch '5.x' into static-warm-queue-connection

    # Conflicts:
    #	config/static_caching.php
    #	src/Console/Commands/StaticWarm.php
    #	tests/Console/Commands/StaticWarmTest.php
    jasonvarga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9336646 View commit details
    Browse the repository at this point in the history
  2. these have failed since we switched to component output. using these …

    …helpers pass the test again.
    jasonvarga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    61c614c View commit details
    Browse the repository at this point in the history
  3. nitpick

    jasonvarga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4aec8f2 View commit details
    Browse the repository at this point in the history
  4. get rid of ability to specify connection. if you add the queue flag, …

    …it'll figure out which connection based on your config.
    jasonvarga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e9732c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f68da4f View commit details
    Browse the repository at this point in the history
  6. include queue in test

    jasonvarga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c3646cb View commit details
    Browse the repository at this point in the history
  7. wip

    jasonvarga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    45b429f View commit details
    Browse the repository at this point in the history