695 Commits

Author SHA1 Message Date
Wolfgang Bumiller
41d990ca75 Fix #191: acl: honor propagate checkbox 2016-06-08 16:39:46 +02:00
Dietmar Maurer
bcf0a1d411 bump version to 4.2-12 2016-06-08 12:46:23 +02:00
Dietmar Maurer
2c626aa1e9 bump version to 4.2-11 2016-06-03 12:12:44 +02:00
Dietmar Maurer
796c80858b bump version to 4.2-10 2016-06-02 10:01:56 +02:00
Dietmar Maurer
28dc3551e5 bump version to 4.2-9 2016-06-01 12:54:11 +02:00
Dominik Csapak
cb1520673b fix right click selection in tree
in my commit 2e1eb55afc743d6c8fd186cb227d1667fbedb585
i introduced a bug with that an item gets selected
in the tree when you right click on it

also fix the function parameters

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-05-31 12:23:06 +02:00
Dietmar Maurer
b46a8f54d3 bump version to 4.2-8 2016-05-25 10:00:45 +02:00
Dietmar Maurer
2fddd335d6 depend on pve-docs package
and serve documentation files with pveproxy:

https://<HOST>:8006/pve-docs/index.html
2016-05-25 09:41:46 +02:00
Dietmar Maurer
5b97901492 bump version to 4.2-7 2016-05-23 09:42:51 +02:00
Dietmar Maurer
d2b40f7979 update changelog 2016-05-19 06:12:48 +02:00
Dietmar Maurer
db4b9d4872 bump version to 4.2-6 2016-05-18 11:33:06 +02:00
Dietmar Maurer
7cf096674a bump version to 4.2-5 2016-05-17 17:00:06 +02:00
Dietmar Maurer
2660193c36 update changelog 2016-05-06 09:29:51 +02:00
Dominik Csapak
ea5e798cf3 improve pending changes for qemu hardware in gui
this patch fixes an access to an undefined value
if a disk/cd/network device was pending

also improve how this is displayed:
instead of
****
undefined
new value
****

show just the new value

this occured when having a new disk under pending,
or having a disk removal under pending

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-05-03 11:24:47 +02:00
Dominik Csapak
c79b6aaf25 add undo Zoom Button
this adds a decent undo zoom button, which is only enabled
when the chart is zoomed

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-05-03 11:21:01 +02:00
Dietmar Maurer
4e3cb61d16 update changelog 2016-05-03 09:24:43 +02:00
Dietmar Maurer
74f016bf00 update changelog 2016-05-03 06:44:33 +02:00
Dietmar Maurer
2ee503baf4 bump version to 4.2-4 2016-05-03 06:34:50 +02:00
Dietmar Maurer
26b33858b1 update changelog 2016-04-29 09:18:41 +02:00
Dietmar Maurer
7dbf5bf8d2 bump version to 4.2-3 2016-04-28 10:58:22 +02:00
Dietmar Maurer
725d76f002 bump version to 4.2-2 2016-04-26 12:09:02 +02:00
Dietmar Maurer
bfea7cca01 bump version to 4.2 2016-04-25 11:22:38 +02:00
Fabian Grünbichler
09720205ba fix #949: add post-restart hook to vzdump 2016-04-22 10:54:18 +02:00
Dietmar Maurer
8887b0fde9 update changelog 2016-04-22 10:35:39 +02:00
Dietmar Maurer
35f34254e8 bump version to 4.1-34 2016-04-22 09:15:22 +02:00
Dietmar Maurer
de386c1a9e update changelog 2016-04-21 12:25:12 +02:00
Dietmar Maurer
461e319e8f bump version to 4.1-33 2016-04-21 12:22:15 +02:00
Dietmar Maurer
f62ea90c6b update changelog 2016-04-20 18:16:55 +02:00
Dominik Csapak
4701aec1e6 fix #759: save columns of resourceGrid
with this patch, the resourceGrid saves its state when
the columns are changed (resized, sorted, etc.)

also add a little reset button to the toolbar

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-20 09:40:59 +02:00
Dominik Csapak
473353d146 fix #143: add disk/mem percent sort
previously, we had a disk/memory usage column in the resource grid,
whose raw data were the bytes used, but we added a renderer
to display it as percentage

with this, the columns sorted by bytes and not by percentage,
which made the column rather confusing

with this patch, we add a real percentage column (where the
data is a float from 0 to 1) so it sorts correctly

also make the old columns show the used size in B/KiB/etc.
by default we still only show the percentage column

since the disk usage part was always zero with qemu guests,
leave it empty there

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-20 09:36:23 +02:00
Dietmar Maurer
8746fadf5d bump version to 4.1-32 2016-04-20 09:30:44 +02:00
Dietmar Maurer
e07eef72ad bump version to 4.1-31 2016-04-19 09:40:03 +02:00
Dietmar Maurer
a02f76eae1 update changelog 2016-04-15 09:43:29 +02:00
Dietmar Maurer
9e199213fa bump version to 4.1-30 2016-04-15 08:38:37 +02:00
Dietmar Maurer
5f27a0a841 bump version to 4.1-29 2016-04-14 17:03:31 +02:00
Dietmar Maurer
f3392bb906 bump version to 4.1-28 2016-04-14 12:49:05 +02:00
Dominik Csapak
2ded346fca fix ceph tabs switching
when switching from one node to another, we stop the wrong store
for the ceph tabs disk/monitor/pools because they have the same id,
so give them different ones

also the same applies for node/Services, fix it there too

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-13 10:36:56 +02:00
Wolfgang Bumiller
5ff6680f80 Fix #936: ceph: support multiple roots in osd tree
The OSD tree in our GUI otherwise only shows the "first"
root it finds in the crush map.
2016-04-13 08:40:49 +02:00
Dietmar Maurer
46c43262f1 update changelog 2016-04-13 08:20:15 +02:00
Dietmar Maurer
7f32cbed37 bump version to 4.1-27 2016-04-12 17:12:32 +02:00
Dominik Csapak
c5216dfc36 revert default compress mode for vzdump to 0
rationale is the following:

we had this as default before commit
d6b8bffa3d598e404d3c77798a7ca3e30e0f6b9b

but wrongly documented

since we set the compression mode explicitly via the gui,
we can set the default to 0, which makes some operations more
intuitive (e.g. with the -stdout parameter it makes no sense
to compress it by default)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-12 12:44:44 +02:00
Dietmar Maurer
ac49047972 do not depend of pve-doc-generator
This should be a Build-Depend instead.
2016-04-12 12:43:03 +02:00
Dietmar Maurer
104c89793e update changelog 2016-04-11 11:57:27 +02:00
Dietmar Maurer
c57f951538 use pve-doc-generator, bump version to 4.1-25 2016-04-10 15:54:35 +02:00
Dietmar Maurer
207fea4d9b bump version to 4.1-24 2016-04-01 16:39:19 +02:00
Dietmar Maurer
b9ebe6f2f4 update changelog 2016-03-31 17:22:46 +02:00
Dietmar Maurer
3a98ad027f update changelog 2016-03-31 12:18:03 +02:00
Dietmar Maurer
b13f0e045d bump version to 4.1-23 2016-03-31 10:58:49 +02:00
Dietmar Maurer
aca130cfe5 update changelog 2016-03-15 09:21:07 +01:00
Dietmar Maurer
f89e945483 bump version to 4.1-22 2016-03-14 17:31:02 +01:00