Emmanuel Kasper
c0b3df6e34
ext6migrate: listen to 'activate' events for panels inside a tabpanel
...
Using ExtJS6 a browser refresh (F5) do not send the 'show' event which we use to display the store as it did with ExtJS4.
At the momment only for tabs inside the datacenter tabpanel, since node and lxc tabpanels are not yet in manager6/
2016-01-22 11:24:20 +01:00
Dietmar Maurer
424c12694e
bump version to 4.0-63
2016-01-22 11:24:20 +01:00
Dietmar Maurer
623c4a1079
pveproxy.service: start after remote-fs and ceph
2016-01-22 11:24:20 +01:00
Alexandre Derumier
988b5a267d
influxdb : use multi values measurement
...
influxdb (> 0.9.5) now support fastly multiple values by mesuerement,
through a new column store engine.
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2016-01-22 11:24:19 +01:00
Alexandre Derumier
b0e07e4481
add qemu agent gui option
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2016-01-22 11:24:19 +01:00
Dietmar Maurer
dd903b5fe5
pve-manager.service: start after pve-ha-crm.service and pve-ha-lrm.service
...
To priorize HA VMs.
2016-01-22 11:24:19 +01:00
Dietmar Maurer
ef6260a659
pve-manager.service: start after spiceproxy
2016-01-22 11:24:18 +01:00
Dietmar Maurer
df17e52e39
pveproxy.service: add Wants=ssh.service
...
and make sure sshd is running while pveproxy is active
2016-01-22 11:24:18 +01:00
Dietmar Maurer
1767881b4a
pve-manager.service: do not invoke old init.d script
...
redirect stdout/stderr to null, because we already log to pve task log.
2016-01-22 11:24:18 +01:00
Dietmar Maurer
37bec89547
improve log messages at sytem shutdown
2016-01-22 11:24:17 +01:00
Dietmar Maurer
1d9f1e8dbc
pvesh: use PVE::SafeSyslog
2016-01-22 11:24:17 +01:00
Dietmar Maurer
ae8b09bdf6
pvestatd: use 'priv' environment for service
2016-01-22 11:24:17 +01:00
Dietmar Maurer
4db8790e2a
bump version to 4.0-62
2016-01-22 11:24:16 +01:00
Dietmar Maurer
69174606e4
remove unused var
2016-01-22 11:24:16 +01:00
Dietmar Maurer
e78e0cd733
pvedaemon.service: Wants=corosync.service to fix shutdown order
...
To make sure /etc/pve/ is functional while pvedaemon is running.
2016-01-22 11:24:16 +01:00
Dietmar Maurer
02a1322de4
pve-manager.service: add dependencies to fix shutdown order
2016-01-22 11:24:15 +01:00
Dietmar Maurer
e0b85a1dbf
bump version to 4.0-61
2016-01-22 11:24:15 +01:00
Alexandre Derumier
fc78c972ef
ceph.conf : remove auth_supported
...
It's not used since ceph 0.50,
replaced by the 3 others auth config options
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2016-01-22 11:24:15 +01:00
Emmanuel Kasper
8ca163bd36
Allow email adresses with a top level domain of up to 63 characters
...
Reapply fix for https://bugzilla.proxmox.com/show_bug.cgi?id=716
which was missing in manager6/ directory
2016-01-22 11:24:14 +01:00
Emmanuel Kasper
f13d185b0f
Correct whitespaces and comment non obvious class properties
2016-01-22 11:24:14 +01:00
Emmanuel Kasper
04ebb5c650
ext6migrate: move class static properties out of initComponent()
...
This fixes the Auth realm selection while login with ExtJS6
2016-01-22 11:24:13 +01:00
Emmanuel Kasper
dd4a4e36ac
ext6migrate: move static class properties out of initComponent()
...
Besides fitting more with the declarative style of ExtJS, this has the
interesting side effect of allowing comboboxes to work with ExtJS6
2016-01-22 11:24:13 +01:00
Emmanuel Kasper
ae1887db4f
ext6migrate: force an empty array as default value for filters
...
Without this, filters.add() in line 73 file fails
2016-01-22 11:24:13 +01:00
Dietmar Maurer
9cad08ca19
fix bug #575 : fork at shutdown, so that partent starts new worker
2016-01-22 11:24:12 +01:00
Emmanuel Kasper
6a71fe01f2
ext6migrate: Replace deprecated function which is missing in Ext6
...
See http://docs.sencha.com/extjs/5.1/5.1.0-apidocs/#!/api/Ext.container.Container-method-doLayout
This allows the pve manager to load
2016-01-22 11:24:12 +01:00
Emmanuel Kasper
fe5151a70a
Switch to triton theme as default theme in ExtJS6
2016-01-22 11:24:12 +01:00
Emmanuel Kasper
7a552a9e6c
Add mime type for woff2 fonts, also update mime type for ttf fonts
...
application/font-woff2 is still in discussion but works in main three browsers
This is needed for ExtJS6, which includes some woff2 fonts
ttf font mime type is taken from the official IANA assignment, and works as
well in main three browsers
2016-01-22 11:24:11 +01:00
Dietmar Maurer
c9ef221324
remove old extJS5 files
2016-01-22 11:24:11 +01:00
Dietmar Maurer
bac5bd135c
rename manager5 to manager6
2016-01-22 11:24:10 +01:00
Emmanuel Kasper
faea780768
update build infrastucture to be able to develop with Ext6
2015-11-13 07:08:04 +01:00
Dietmar Maurer
adfca12dcf
bump version to 4.0-60
2015-11-10 07:49:19 +01:00
Thomas Lamprecht
efedd8c36f
make startall wait up to 60 seconds for quorum
...
Previously we waited 10 seconds, in PVE 4 system sometimes need more
time to initialize all services so the didn't execute the startall
command even if a few seconds later cfs quorum was etablished.
This is a background process started from the pve-manager init
script, thus waiting doesn't interferes with other processes, so
wait long enough.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2015-11-10 07:48:20 +01:00
Dietmar Maurer
b819819b75
bump version to 4.0-59
2015-11-06 10:21:18 +01:00
Dietmar Maurer
3a9295100f
Sytem Report: place download button at bottom/right
2015-11-06 10:19:29 +01:00
Emmanuel Kasper
88605108ef
Add report modal window, containing pvereport content
...
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-11-06 10:07:17 +01:00
Emmanuel Kasper
6bbdf981d1
Use protected mode to be able to execute root system commands
...
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-11-06 10:06:11 +01:00
Dietmar Maurer
cdb5a20942
report: change return type to string
2015-11-03 18:14:51 +01:00
Emmanuel Kasper
34ada77a13
Add REST endpoint for /report call
2015-11-03 18:10:44 +01:00
Emmanuel Kasper
2f7faeed28
Move pvereport functionality into a separate PVE package
2015-11-03 18:10:22 +01:00
Dietmar Maurer
36176c222c
bump version to 4.0-58
2015-10-30 16:13:45 +01:00
Thomas Lamprecht
64e5196914
Improve HA UI for users with restricted permissions
...
Only show edit dialogs for HA resources and groups when an user
has the privileges to edit them.
2015-10-30 16:11:42 +01:00
Dietmar Maurer
8a00780d3b
bump version to 4.0-57
2015-10-30 07:18:08 +01:00
Emmanuel Kasper
f0afcf35fe
Pretty format the output of multiple files in a directory
...
Also, don't "cat" non existing files
2015-10-30 07:11:36 +01:00
Dietmar Maurer
73aeb2007e
add Galician to GUI
2015-10-28 13:02:26 +01:00
Dietmar Maurer
b3da6ec360
bump version to 4.0-56
2015-10-28 11:53:57 +01:00
Wolfgang Link
ceebc5fc7c
add bios report to pvereport
2015-10-28 11:51:25 +01:00
Wolfgang Link
f99124fb8a
add mouint point to GUI
2015-10-28 11:42:00 +01:00
Wolfgang Link
c2ee953ce8
add resize LXC Mountpoint at the GUI
2015-10-28 11:40:07 +01:00
Wolfgang Link
d807e210d5
move Root Disk form Options to Resources and add icon for it
2015-10-28 11:37:31 +01:00
Wolfgang Link
21855147bc
add icons to resources
2015-10-28 11:36:37 +01:00