-
-
Notifications
You must be signed in to change notification settings - Fork 834
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
Queue support #1773
Commits on Apr 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cc8dfbf - Browse repository at this point
Copy the full SHA cc8dfbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9735a - Browse repository at this point
Copy the full SHA 5a9735aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b1416 - Browse repository at this point
Copy the full SHA 85b1416View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0603dd - Browse repository at this point
Copy the full SHA c0603ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c47a3d7 - Browse repository at this point
Copy the full SHA c47a3d7View commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4794be0 - Browse repository at this point
Copy the full SHA 4794be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eac01d - Browse repository at this point
Copy the full SHA 5eac01dView commit details -
Merge branch 'dk/978-queue-implementation' of github.com:flarum/core …
…into dk/978-queue-implementation
Configuration menu - View commit details
-
Copy full SHA for 061cc59 - Browse repository at this point
Copy the full SHA 061cc59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f4390 - Browse repository at this point
Copy the full SHA e8f4390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a173c5 - Browse repository at this point
Copy the full SHA 3a173c5View commit details -
Merge branch 'dk/978-queue-implementation' of github.com:flarum/core …
…into dk/978-queue-implementation
Configuration menu - View commit details
-
Copy full SHA for 656a26d - Browse repository at this point
Copy the full SHA 656a26dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e117e - Browse repository at this point
Copy the full SHA c6e117eView commit details
Commits on May 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5043f2f - Browse repository at this point
Copy the full SHA 5043f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f914c2 - Browse repository at this point
Copy the full SHA 7f914c2View commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c2a0540 - Browse repository at this point
Copy the full SHA c2a0540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04dbb2a - Browse repository at this point
Copy the full SHA 04dbb2aView commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64d6c4c - Browse repository at this point
Copy the full SHA 64d6c4cView commit details
Commits on Jul 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 67634ab - Browse repository at this point
Copy the full SHA 67634abView commit details
Commits on Aug 3, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 75f354d - Browse repository at this point
Copy the full SHA 75f354dView commit details -
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.)
Configuration menu - View commit details
-
Copy full SHA for b773374 - Browse repository at this point
Copy the full SHA b773374View commit details -
Remove console commands that create migrations
That concept doesn't apply here - extensions will have to take care of running migrations if needed.
Configuration menu - View commit details
-
Copy full SHA for bdb4635 - Browse repository at this point
Copy the full SHA bdb4635View commit details -
[ci skip] [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 730cba4 - Browse repository at this point
Copy the full SHA 730cba4View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e8aa373 - Browse repository at this point
Copy the full SHA e8aa373View commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e62eca1 - Browse repository at this point
Copy the full SHA e62eca1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.