08cb2038bd
api: disks: indentation fixup
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-07-03 17:59:30 +02:00
6f711c1737
ui: ZFS list: fix details top-bar button handler
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-07-03 17:20:33 +02:00
42ec9f577f
ui: buildsys: actually include PBS.window.ZFSCreate component in source
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-07-03 17:19:59 +02:00
9de69cdb1a
src/bin/proxmox_backup_client/catalog.rs: split out catalog code
2020-07-03 16:45:47 +02:00
bd260569d3
ui: fix glitch on some zoom steps
...
if the baseCls is not 'x-plain' the background of the flex
element is white, and on some zoom steps it gets taller
than one pixel and appears as a white line
making it have the plain baseCls, so it does not get any
background color and is always invisible
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-07-03 13:05:19 +02:00
36cb4b30ef
add beta text with link to bugtracker
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-07-03 13:05:08 +02:00
4e717240bf
bump version to 0.6.0-1
2020-07-03 09:46:19 +02:00
e9764238df
make ReadChunk not require mutable self.
...
That way we can reduce lock contentions because we lock for much shorter
times.
v0.6.0
2020-07-03 07:37:29 +02:00
26f499b17b
ui: increase timeout for snapshot listing
...
the api call can take a very long time (for now), until we can
improve that, increase the timeout from the default of 30s
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-07-03 06:14:21 +02:00
cc7995ac40
src/bin/proxmox_backup_client/task.rs: split out task command
2020-07-02 18:04:29 +02:00
43abba4b4f
src/bin/proxmox_backup_client/mount.rs: split out mount code
2020-07-02 17:49:59 +02:00
58f950c546
ui: consistently spell Datastore without space between words
...
Not even hard feeling on 'Datastore' vs. 'Data Store' but consistency
is desired in such names.
Talked shortly with Dominik, which also slightly favored the one
without space - so just go for that one.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-07-02 17:20:41 +02:00
c426e65893
ui: disk create: sync and improve 'add-datastore' checkbox label
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-07-02 17:06:37 +02:00
caea8d611f
proxmox-backup-client: add benchmark command
...
This is just a start, We need to add more useful things here...
2020-07-02 14:01:57 +02:00
7d0754a6d2
pxar: fixup 'vanished-file' logic a bit
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2020-06-30 14:41:42 +02:00
5afa0755ea
pxar: fix missing newlines in warnings
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2020-06-30 14:37:20 +02:00
40b63186a6
DataStoreConfig.js: add verify button
2020-06-30 13:28:42 +02:00
8f6088c130
DataStoreContent.js: add verify button
2020-06-30 13:22:02 +02:00
2162e2c15d
src/api2/admin/datastore.rs: avoid slash in UPID strings
2020-06-30 13:11:22 +02:00
0d5ab04a90
bump version to 0.5.0-1
v0.5.0
2020-06-29 13:01:11 +02:00
4059285649
fix typo
2020-06-29 12:59:25 +02:00
2e079b8bf2
partially revert commit 1f82f9b7b5
...
do it backwards compatible. Also, code was wrong because FixedIndexWriter
still computed old style csums...
2020-06-29 12:44:45 +02:00
4ff2c9b832
ui: allow to Forget (delete) backup snapshots.
2020-06-26 15:58:06 +02:00
a8e2940ff3
pxar: deal with files changing size during archiving
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2020-06-26 11:49:51 +02:00
d5d5f2174e
bump version to 0.4.0-1
v0.4.0
2020-06-26 10:43:52 +02:00
2311238450
depend on proxmox 0.1.41
2020-06-26 10:40:47 +02:00
2ea501ffdf
ui: add ZFS management
...
adds a ZFSList and ZFSCreate class, modeled after the one in pve
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 10:33:23 +02:00
4eb4e94918
fix test output
...
field separator for pools is always a tab when using -H
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 10:31:11 +02:00
817bcda848
src/backup/verify.rs: do not stop on server shutdown
...
This is a read-only task, so there is no need to stop.
2020-06-26 09:45:59 +02:00
f6de2c7359
WorkerTask: add warnings and count them
...
so that we have one level more between errors and OK
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 09:42:11 +02:00
3f0b9c10ec
ui: dashboard: remove 'wobbling' of tasks that have the same duration
...
by sorting them by upid after sorting by duration
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 09:13:33 +02:00
2b66abbfab
ui: dashboard: use last value for holes in history graph
...
it is only designed to be a quick overview, so having holes there
is not really pretty and since we do not even show any date
for the points, we can simply reuse the last value for holes
the 'real' graph with holes is still available on the
DataStoreStatistics panel
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 09:13:16 +02:00
402c8861d8
fix typo
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 09:12:29 +02:00
3f683799a8
improve 'debug' parameter
...
instead of checking on '1' or 'true', check that it is there and not
'0' and 'false'. this allows using simply
https://foo:8007/?debug
instead of
https://foo:8007/?debug=1
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 09:12:14 +02:00
573bcd9a92
ui: automatically add 'localhost' as nodename for all panels
...
this will make refactoring easier for panels that are reused from pve
(where we always have a hostname)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 09:11:36 +02:00
90779237ae
ui: show proper loadMask for DataStoreContent
...
we have to use the correct store, and we have to manually show the
error (since monStoreErrors only works for Proxmox Proxies)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-06-26 09:11:10 +02:00
1f82f9b7b5
src/backup/index.rs: add compute_csum
...
And use it for fixed and dynamic index. Please note that this
changes checksums for fixed indexes, so restore older backups
will fails now (not backward compatible).
2020-06-26 09:00:34 +02:00
19b5c3c43e
examples/upload-speed.rs: fix compile error
2020-06-26 08:59:51 +02:00
fe3e65c3ea
src/api2/backup.rs: call register_chunk in previous download api
2020-06-26 08:22:46 +02:00
fdaab0df4e
src/backup/index.rs: add chunk_info method
2020-06-26 08:14:45 +02:00
b957aa81bd
update backup api for incremental backup
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com >
2020-06-26 07:17:08 +02:00
8ea00f6e49
allow to abort verify jobs
...
And improve job description rendering on gui.
2020-06-25 12:56:36 +02:00
4bd789b0fa
ui: file browser: expand child node if only one archive present
...
Get the first visible node through the Ext.data.NodeInterface defined
"firstChild" element and expand that if there's only one archive
present.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-06-25 12:52:42 +02:00
2f050cf2ed
ui: file browser: adapt height for 4:3 instead of weird 2:1 ratio
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-06-25 11:59:23 +02:00
e22f4882e7
extract create_download_response API helper
...
and put it into a new "api2::helpers" module.
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com >
2020-06-25 11:57:37 +02:00
c65bc99a41
[chore] bump to using pxar 0.2.0
...
This breaks all previously created pxar archives!
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2020-06-25 09:46:56 +02:00
355c055e81
src/bin/proxmox-backup-manager.rs: implement verify
2020-06-24 13:35:21 +02:00
c2009e5309
src/api2/admin/datastore.rs: add verify api
2020-06-24 13:35:21 +02:00
23f74c190e
src/backup/backup_info.rs: impl Display for BackupGroup
2020-06-24 13:35:21 +02:00
a6f8728339
update to pxar 0.1.9, update ReadAt implementations
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2020-06-24 11:57:12 +02:00