From: Ivan Tashkinov <ivantashkinov@gmail.com>
Date: Tue, 3 Sep 2019 14:12:15 +0000 (+0300)
Subject: [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job... 
X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=eb17cc17a146471d3774fc2b972128dd75eb05af;p=akkoma

[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue

# Conflicts:
#	CHANGELOG.md
---

eb17cc17a146471d3774fc2b972128dd75eb05af
diff --cc CHANGELOG.md
index c9d6fef17,8264688d6..cedacbdf6
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -19,8 -19,7 +19,9 @@@ The format is based on [Keep a Changelo
  - Mastodon API: Unsubscribe followers when they unfollow a user
  - AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see private statuses)
  - Improve digest email template
- - Replaced [pleroma_job_queue](https://git.pleroma.social/pleroma/pleroma_job_queue) and `Pleroma.Web.Federator.RetryQueue` with [Oban](https://github.com/sorentwo/oban) (see [`docs/config.md`](docs/config.md) on migrating customized worker / retry settings).
+ – Pagination: (optional) return `total` alongside with `items` when paginating
++- Replaced [pleroma_job_queue](https://git.pleroma.social/pleroma/pleroma_job_queue) and `Pleroma.Web.Federator.RetryQueue` with [Oban](https://github.com/sorentwo/oban) (see [`docs/config.md`](docs/config.md) on migrating customized worker / retry settings)
 +- Introduced [quantum](https://github.com/quantum-elixir/quantum-core) job scheduler
  
  ### Fixed
  - Following from Osada