Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2017-11-23 09:43:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Minion (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Minion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Minion"

Thu Nov 23 09:43:35 2017 rev:34 rq:544127 version:8.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2017-11-15 
16:53:58.316449027 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes     
2017-11-23 09:43:40.770122628 +0100
@@ -1,0 +2,36 @@
+Tue Nov 21 06:34:58 UTC 2017 - co...@suse.com
+
+- updated to 8.02
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  8.02  2017-11-19
+    - Improved admin ui with alerts for job management.
+
+-------------------------------------------------------------------
+Sun Nov 19 06:35:30 UTC 2017 - co...@suse.com
+
+- updated to 8.01
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  8.01  2017-11-18
+    - Fixed installation problems with some versions of Perl on Windows.
+
+-------------------------------------------------------------------
+Sat Nov 18 06:35:52 UTC 2017 - co...@suse.com
+
+- updated to 8.0
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  
+  8.0  2017-11-16
+    - Removed job_info and worker_info methods from Minion::Backend and
+      Minion::Backend::Pg.
+    - Changed return value of list_jobs and list_workers methods in
+      Minion::Backend and Minion::Backend::Pg.
+    - Added new module Mojolicious::Plugin::Minion::Admin.
+    - Added ids option to list_jobs and list_workers methods in Minion::Backend
+      and Minion::Backend::Pg.
+    - Added uptime field to stats methods in Minion, Minion::Backend and
+      Minion::Backend::Pg.
+
+-------------------------------------------------------------------

Old:
----
  Minion-7.09.tar.gz

New:
----
  Minion-8.02.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Minion.spec ++++++
--- /var/tmp/diff_new_pack.7ZBhTO/_old  2017-11-23 09:43:41.378100442 +0100
+++ /var/tmp/diff_new_pack.7ZBhTO/_new  2017-11-23 09:43:41.378100442 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Minion
-Version:        7.09
+Version:        8.02
 Release:        0
 %define cpan_name Minion
 Summary:        Job queue
@@ -30,8 +30,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Mojolicious) >= 7.29
-Requires:       perl(Mojolicious) >= 7.29
+BuildRequires:  perl(Mojolicious) >= 7.56
+Requires:       perl(Mojolicious) >= 7.56
 %{perl_requires}
 
 %description
@@ -39,8 +39,8 @@
 framework, with support for multiple named queues, priorities, delayed
 jobs, job dependencies, job progress, job results, retries with backoff,
 rate limiting, unique jobs, statistics, distributed workers, parallel
-processing, autoscaling, remote control, resource leak protection and
-multiple backends (such as at http://www.postgresql.org).
+processing, autoscaling, remote control, admin ui, resource leak protection
+and multiple backends (such as at http://www.postgresql.org).
 
 Job queues allow you to process time and/or computationally intensive tasks
 in background processes, outside of the request/response lifecycle. Among
@@ -79,6 +79,13 @@
 
   $ ./myapp.pl minion job
 
+You can also add an admin ui to your application by loading the plugin
+Mojolicious::Plugin::Minion::Admin. Just make sure to secure access before
+making your application publically accessible.
+
+  # Make admin ui available under "/minion"
+  plugin 'Minion::Admin';
+
 To manage background worker processes with systemd, you can use a unit
 configuration file like this.
 

++++++ Minion-7.09.tar.gz -> Minion-8.02.tar.gz ++++++
++++ 4896 lines of diff (skipped)


Reply via email to