- Update to version 0.7.2:

* [web] remove console.log
  * [web] settings view -> vue
  * [web] updated axios and added js maps for axios and bootstrap
  * [web] vue-ification of the notify page
  * [web] show error message in jobs page if parsing of config fails
  * [web] fix for 'Refresh' button in job_history
  * [web] improved error handling when job config broken
  * [doc] updated path in Development.pod
  * [web] fixed slider code in job_history
  * [web] better role integration in js (jobs/guests)
  * [web] fixes for role handling in REST/dispatcher
  * [web] introduction of development mode for Dancer2
  * [web] enforce domain_name prefixed by username if role is user
  * [web] removed dummy roles and added active_roles in guest page
  * [web] vue-ified guest page
  * [core] better app recognition in K::U::IPTables
  * [web] cleanup worker_errors and spinner from guest page
  * [web] vue-ified job page
  * [core] better handling of job config errors
  * [core] output of SSH connection problems more verbose
  * [dist] rewrite of KankuFile with new YAML::PP features
  * [core] Switched to YAML::PP
  * [cli] rguest cleanup
  * [handler] send_esc in CreateDomain
  * [web] removed debug output
  * [web] fixed messageboxes when trigger jobs
  * [util] be more verbose if prj/pkg not ready yet
  * [web] fix refresh button in job_history
  * [web] fix buttons for remove-domain

OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=33
This commit is contained in:
Frank Schreiner 2020-04-17 08:32:44 +00:00 committed by Git OBS Bridge
parent 155ebf69ae
commit 536e96b55f
6 changed files with 58 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/M0ses/kanku.git</param>
<param name="changesrevision">e311923d94262e4615ece415147f3a926c5270c8</param></service><service name="tar_scm">
<param name="changesrevision">6a17758a2e66dd92e708188f6bb6e4119cdf858b</param></service><service name="tar_scm">
<param name="url">/home/frank/prj/kanku</param>
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>

View File

@ -2,7 +2,7 @@ Format: 1.0
Source: kanku
Binary: kanku
Architecture: any
Version: 0.6.10
Version: 0.7.2
Maintainer: unknown <unknown@debian.org>
Standards-Version: 3.8.2
Homepage: https://github.com/M0ses/kanku

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3f061761c9f357b28c30ac5f8c509a34c3d516d55039749de9203d00f4d0da3
size 903036

3
kanku-0.7.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b544cfbc52a2ad064930180967bb91b4094b1add474efb0152751947dad85d9e
size 1039604

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Apr 17 08:31:24 UTC 2020 - FSchreiner@suse.com
- Update to version 0.7.2:
* [web] remove console.log
* [web] settings view -> vue
* [web] updated axios and added js maps for axios and bootstrap
* [web] vue-ification of the notify page
* [web] show error message in jobs page if parsing of config fails
* [web] fix for 'Refresh' button in job_history
* [web] improved error handling when job config broken
* [doc] updated path in Development.pod
* [web] fixed slider code in job_history
* [web] better role integration in js (jobs/guests)
* [web] fixes for role handling in REST/dispatcher
* [web] introduction of development mode for Dancer2
* [web] enforce domain_name prefixed by username if role is user
* [web] removed dummy roles and added active_roles in guest page
* [web] vue-ified guest page
* [core] better app recognition in K::U::IPTables
* [web] cleanup worker_errors and spinner from guest page
* [web] vue-ified job page
* [core] better handling of job config errors
* [core] output of SSH connection problems more verbose
* [dist] rewrite of KankuFile with new YAML::PP features
* [core] Switched to YAML::PP
* [cli] rguest cleanup
* [handler] send_esc in CreateDomain
* [web] removed debug output
* [web] fixed messageboxes when trigger jobs
* [util] be more verbose if prj/pkg not ready yet
* [web] fix refresh button in job_history
* [web] fix buttons for remove-domain
* [web] refresh buttons for job_history/guests/worker
* [dist] included with-spice.tt2
* [handler] support cursor in CreateDomain installation
* [notify] configurable state maps for K::N::NSCA
* [web] fix duration calculation in job_result
* [web] spinner in job/guest page
* [dist] updated bootstrap 4.1.3 -> 4.4.1
* [web] limit distinct view of job results to currently configured jobs
* [handler] CreateDomain: fix for colorized grep
* [handler] fix 'undefined' errors in K::H::Reboot
* [handler] suppress errors when grep for 9P in CreateDomain
* [core] fix TO_JSON in obHistorySub
* [cli] improved output of 'kanku lsi'
* [handler] croak if use_9p enabled but no module in guest kernel
-------------------------------------------------------------------
Fri Feb 14 17:36:42 UTC 2020 - FSchreiner@suse.com

View File

@ -20,7 +20,7 @@
Name: kanku
# Version gets set by obs-service-tar_scm
Version: 0.6.10
Version: 0.7.2
Release: 0
License: GPL-3.0
Summary: Development and continuous integration made easy
@ -36,7 +36,7 @@ BuildRequires: systemd-rpm-macros
# perl requires for %check
BuildRequires: perl(Const::Fast)
BuildRequires: perl(Test::Simple)
BuildRequires: perl(YAML)
BuildRequires: perl(YAML::PP)
BuildRequires: perl(Config::Tiny)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Sys::Virt)
@ -135,11 +135,12 @@ Summary: Common files for kanku
Recommends: osc
Recommends: perl(IO::Uncompress::UnXz)
Recommends: apache2
Recommends: perl(YAML::PP::LibYAML)
Requires: libvirt-daemon-qemu qemu-kvm libvirt-daemon-config-network libvirt-daemon-config-nwfilter
Requires: sudo
Requires: perl(DBIx::Class::Fixtures)
Requires: perl(Test::Simple)
Requires: perl(YAML)
Requires: perl(YAML::PP)
Requires: perl(Config::Tiny)
Requires: perl(Path::Class)
Requires: perl(Sys::Virt)
@ -220,6 +221,7 @@ TODO:
%dir /etc/kanku/templates
%dir /etc/kanku/templates/cmd
%dir /etc/kanku/templates/cmd/setup
%config /etc/kanku/templates/with-spice.tt2
%config /etc/kanku/templates/cmd/init.tt2
%config /etc/kanku/templates/cmd/setup/*
%dir /etc/kanku/templates/examples-vm/