update to version 0.8.1
OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=36
This commit is contained in:
parent
96e16b4fa8
commit
6f5af5234d
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/M0ses/kanku.git</param>
|
||||
<param name="changesrevision">4fb45fcbfa01a0f76e6b13688fc6b2e5c651dcb7</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">bd41c91ba615b5ee90e93150ef6b71edd41d7fe9</param></service><service name="tar_scm">
|
||||
<param name="url">/home/frank/prj/kanku</param>
|
||||
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>
|
@ -2,7 +2,7 @@ Format: 1.0
|
||||
Source: kanku
|
||||
Binary: kanku
|
||||
Architecture: any
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Maintainer: unknown <unknown@debian.org>
|
||||
Standards-Version: 3.8.2
|
||||
Homepage: https://github.com/M0ses/kanku
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b568ca166c194a2c1ac07747feb5b80e22af6663ceb63f5d923605e3fbc1fac
|
||||
size 1258172
|
3
kanku-0.8.1.tar.xz
Normal file
3
kanku-0.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb8e767cf8fd05a3c60da18bcf86b65787c2fe1959a4a89db9af51f0f502ba1e
|
||||
size 2322708
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 02 15:15:25 UTC 2020 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.8.1:
|
||||
* [web] removed VueX store
|
||||
* [web] fix url for pwreset
|
||||
* [web] signup error more verbose
|
||||
* [web] fix show_comments link in job_history
|
||||
* [web] show_only_latest_results in route now
|
||||
* [web] cleanup vue.js templates
|
||||
* [handler] fix typo K::Handler::Reboot
|
||||
* [util] fix for colorized 'ip' output in Console->get_ipaddress
|
||||
* [cli] fix regression in lsi
|
||||
* [web] routeable job_states in job_history
|
||||
* [web] routable search fields
|
||||
* [handler] enhance Reboot by management_interface
|
||||
* [handler] enhance SetJobContext by management_interface
|
||||
* [web] moved search-field to common.js
|
||||
* [web] minor cleanups in js files
|
||||
* [web] improved tooltips in job_history
|
||||
* [web] search for guests
|
||||
* [web] refactoring of search in job/job_history page
|
||||
* [web] filter for worker
|
||||
* [web] fixed showDetails in guest page
|
||||
* [setup] removed setting tcpmss for network setup
|
||||
* [web] better routing for pagination in job_history
|
||||
* [notifier] fixed link to job_result in view sendmail
|
||||
* [web] fix link to vm in guest page
|
||||
* [notifier] fixed link to job result for nsca
|
||||
* [handler] changed pod to public OBS api
|
||||
* [cli] fixed login/logout
|
||||
* [Util] fix '--color' for older version of 'ip' tool
|
||||
* [util] disabled colorized output of 'ip' command
|
||||
* [web] added preferred_extension as field in gui_config
|
||||
* [util] unify controllers in K::U::VM
|
||||
* [util] made controller more flexible in K::U::VM
|
||||
* [web] tooltip for job_history search
|
||||
* [web] updated fontawesome/bootstrap.bundle
|
||||
* [web] extended search filter in job_history
|
||||
* [web] search by job_id in job_history
|
||||
* [web] various fixes for job_history
|
||||
* [web] new pager in job_history
|
||||
* [web] avoid warning by removing distinct
|
||||
* [web] fixed spacing for messagebox
|
||||
* [web] fixed typo in JobCard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 03 22:04:13 UTC 2020 - FSchreiner@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: kanku
|
||||
# Version gets set by obs-service-tar_scm
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
License: GPL-3.0
|
||||
Summary: Development and continuous integration made easy
|
||||
|
Loading…
Reference in New Issue
Block a user