- Update to version 0.5.5.git20181113.495ead4:
OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=10
This commit is contained in:
parent
cfe9c9975d
commit
4992ca4e74
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/M0ses/kanku.git</param>
|
||||
<param name="changesrevision">c43c60085348904362bb2a96ec327fe53252a1a7</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">495ead4ebe68568454be9540aef1cac68afcf2ca</param></service><service name="tar_scm">
|
||||
<param name="url">/home/frank/prj/kanku</param>
|
||||
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d663ebd2bf2240a23c2793fe49e1ccf7648704edac973050f04f6305ef06eb2
|
||||
size 8067598
|
3
kanku-0.5.5.git20181113.495ead4.obscpio
Normal file
3
kanku-0.5.5.git20181113.495ead4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e58ca866b32d5de3de9af9db880e9ea8a5b8416e45271cb4c0958296a2cb1099
|
||||
size 3950605
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 19:33:12 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.5.5.git20181113.495ead4:
|
||||
* [doc] added more examples to KankuFile.examples/README.md
|
||||
* [examples] fixed typo in README
|
||||
* [examples] intial example for icinga2
|
||||
* [examples] first version of openQA as an example
|
||||
* [core] KankuFile more flexible via 'KANKU_CONFIG' env variable
|
||||
* [handler] global config variable cache_dir for K::H::GIT
|
||||
* [dist] fix startup deps for kanku-worker.service
|
||||
* [core] default trigger_user to empty string
|
||||
* [handler] K::H::PrepareSSH has now global configurable public_key_files option
|
||||
* [core] config variable cache_dir can now be set globally per server
|
||||
* [cli] fixed apache mod list for server setup
|
||||
* [core] fix for global host_interface in K::U::IPTables
|
||||
* [dist] added lib/Kanku/Test into spec-files %files section
|
||||
* [cli] new command 'rabbit' to test rabbitmq connection's
|
||||
* [doc] improvements in README.setup-worker.md
|
||||
* [doc] improvements in README.setup-ovs.md
|
||||
* [dist] fixed path to cache directory in dist/kanku-git-cache.conf
|
||||
* [core] Better exception handling for remote tasks
|
||||
* [core] Global config for keys in K::Roles::SSH
|
||||
* [web] fix broken job_history for triggered jobs
|
||||
* [web] more space before first headline
|
||||
* [core] global priv/pub key configs for ssh
|
||||
* [core] make 'host_interface' central configurable
|
||||
* [dist] check for vhost/user in rabbitmq before adding
|
||||
* [core] better logging/webview if encryption of password fails
|
||||
* [dist] added apache mod 'proxy_http' to list of default modules in 'kanku setup --apache'
|
||||
* [dist] removed client_cert.sh as client certificates are no longer needed by rabbitmq
|
||||
* [web] dont execute when k is not set
|
||||
* [web] removed console.log from most js files
|
||||
* [web] added worker hostname to job headline
|
||||
* [core] transformation netstat -> ss
|
||||
* [web] fix problem with undefined job.comments
|
||||
* [core] added missing 'use Try::Tiny' in Kanku::Job
|
||||
* [web] do not hide messagebox when websocket connection gets closed
|
||||
* [web] fix notifications
|
||||
* [web] remove also class 'alert-danger' from messagebox
|
||||
* [web] set user_id correct in websocket session object
|
||||
* [web] fix for 'not started' in job_history
|
||||
* [triggerd] changed logging for package/repo key to trace
|
||||
* [web] added color for dispatching in job_history
|
||||
* [web] refactor job_history to vue.js
|
||||
* changed title History to Result
|
||||
* [web] link to job result in job history
|
||||
* [web] vue.js based job history
|
||||
* [core] better default for Job's workerinfo
|
||||
* [web] fix for has_role to default to empty array
|
||||
* [dist] views are own target in Makefile now
|
||||
* [web] fix for duplicate entries in job_history
|
||||
* [core] fix for 'uninitialized value' warnings
|
||||
* [dist] added 'Wants' rabbitmq-server
|
||||
* [web] fix for has_role
|
||||
* [cli] fix for 'kanku status' config problem
|
||||
* [web] js location cleanup and refactoring
|
||||
* [web] unified sticky messagebox for js
|
||||
* [api] improved response message for job trigger in REST API
|
||||
* [dist] enhanced docu and fixed installation for default job 'remove-domain'
|
||||
* [web] fixed regression for navbar from bootstrap 4 migration
|
||||
* [web] removed obsolete ajaxsetup.js
|
||||
* [web] refactor: own js in namespace kanku
|
||||
* [web] eleminated function 'toggle_job_result_body'
|
||||
* [web] replaced toggle_subtask_result_body by toggle_element
|
||||
* [web] replaced toggle_job_panel_body by toggle_element
|
||||
* [web] refactored toggle_guest_panel_body to toggle_element
|
||||
* [dist] new section 'public' in Makefile
|
||||
* [dist] new example for simple KankuFile
|
||||
* [dist] added db dir to spec
|
||||
* [web] bootstrap4 notifications config page
|
||||
* [utils] wait 10 min to get ip on console
|
||||
* [web] removed bootstrap 3.3.6
|
||||
* [web] update to bootstrap4 and jquery3.3
|
||||
* [web] show pwrand in jobhistory if user is Admin
|
||||
* [web] moved jquery js
|
||||
* [handler] fix timeout in get_ipaddress
|
||||
* [handler] allow_ip_change in K:H:Reboot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 29 21:31:13 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: kanku
|
||||
version: 0.5.4.git20180729.c43c600
|
||||
mtime: 1532899751
|
||||
commit: c43c60085348904362bb2a96ec327fe53252a1a7
|
||||
version: 0.5.5.git20181113.495ead4
|
||||
mtime: 1542136480
|
||||
commit: 495ead4ebe68568454be9540aef1cac68afcf2ca
|
||||
|
||||
|
@ -284,6 +284,7 @@ TODO:
|
||||
%dir /usr/lib/kanku/lib/Kanku/Dispatch/
|
||||
/usr/lib/kanku/lib/Kanku/Dispatch/Local.pm
|
||||
|
||||
/usr/lib/kanku/lib/Kanku/Test/
|
||||
|
||||
%package cli
|
||||
Summary: Command line client for kanku
|
||||
@ -324,6 +325,7 @@ exit 0
|
||||
%defattr(-, root, root)
|
||||
%dir %attr(755, kankurun, kanku) /var/log/kanku
|
||||
%dir %attr(755, kankurun, kanku) /var/lib/kanku
|
||||
%dir %attr(755, kankurun, kanku) /var/lib/kanku/db
|
||||
%dir %attr(755, kankurun, kanku) /var/cache/kanku
|
||||
%ghost %dir %attr(755, kankurun, kanku) /run/kanku
|
||||
|
||||
@ -384,6 +386,7 @@ TODO:
|
||||
%dir /etc/apache2
|
||||
%dir /etc/apache2/conf.d
|
||||
%ghost %config (noreplace) /etc/apache2/conf.d/kanku.conf
|
||||
%config /etc/kanku/jobs/remove-domain.yml
|
||||
|
||||
# public contains css/js/bootstrap/jquery etc
|
||||
/usr/share/kanku/public/
|
||||
|
Loading…
Reference in New Issue
Block a user