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

Queue support #1773

Merged
merged 24 commits into from
Aug 19, 2019
Merged

Queue support #1773

merged 24 commits into from
Aug 19, 2019

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    cc8dfbf View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    [ci skip] [skip ci]
    luceos authored and StyleCIBot committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    5a9735a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85b1416 View commit details
    Browse the repository at this point in the history
  4. bindings are now up to date

    luceos committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    c0603dd View commit details
    Browse the repository at this point in the history
  5. remove factory resolving

    luceos committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    c47a3d7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    4794be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eac01d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dk/978-queue-implementation' of github.com:flarum/core …

    …into dk/978-queue-implementation
    luceos committed May 20, 2019
    Configuration menu
    Copy the full SHA
    061cc59 View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    [ci skip] [skip ci]
    luceos authored and StyleCIBot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    e8f4390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a173c5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dk/978-queue-implementation' of github.com:flarum/core …

    …into dk/978-queue-implementation
    luceos committed May 20, 2019
    Configuration menu
    Copy the full SHA
    656a26d View commit details
    Browse the repository at this point in the history
  7. Apply fixes from StyleCI

    [ci skip] [skip ci]
    luceos authored and StyleCIBot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c6e117e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    5043f2f View commit details
    Browse the repository at this point in the history
  2. merged

    luceos committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7f914c2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    c2a0540 View commit details
    Browse the repository at this point in the history
  2. add notifications for queue

    luceos committed May 29, 2019
    Configuration menu
    Copy the full SHA
    04dbb2a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

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

Commits on Jul 8, 2019

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

Commits on Aug 3, 2019

  1. Avoid the QueueManager

    The `Worker` class doesn't really need it. It only needs a
    connection factory and one additional method (for detecting
    whether the app is in maintenance mode), but unfortunately
    type-hints the `QueueManager` class.
    
    Laravel 6.0 will improve this, so let's hack our way around
    it for now by building a minimal subclass of `QueueManager`
    that only supports those two methods.
    
    Once we upgrade to Laravel 6.0, the hack can simply be removed.
    franzliedke committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    75f354d View commit details
    Browse the repository at this point in the history
  2. Fake a CacheManager

    Again, Laravel wants the whole manager even though it only needs a
    repository instance. Let's build a minimal workaround again until
    this situation is resolved. (I submitted a PR to Laravel.)
    franzliedke committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    b773374 View commit details
    Browse the repository at this point in the history
  3. Remove console commands that create migrations

    That concept doesn't apply here - extensions will have to take
    care of running migrations if needed.
    franzliedke committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    bdb4635 View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    [ci skip] [skip ci]
    franzliedke authored and StyleCIBot committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    730cba4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

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

Commits on Aug 19, 2019

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