-
Better sanity check output (
aad6126) -
Patch terminal display (
e86f30d) -
migration: Change default value of --online option (
4b1508b)
- Use python-semantic-release v9 instead of master
(
da11a91)
- Update README.md
(
0eb4fc9)
-
Bad formatting in "no such cluster" log (
8d333d1) -
Enable ssl_verification from config, catch failures (
c82c9e4) -
Exit 130 without printing stacktrace on sigint (
bffe5d1) -
Get version with help command, README typos (
d4ac84f) -
Rebase click changes, more stuffs broken with json/yaml translator (
fbab03a) -
Rm duped main (pip should gen the executable script) (
a5fb557) -
Set default memoryminimum to 8GB (8589934592 instead of 81928589934592) (
c22ec97)
The value was almost good, but prefixed with 8192, which is almost good also. But all together, it wasn't good at all.
-
Set default when assigning resource_* prop (KeyError on faulty nodes) (
53e2c2e) -
Typo, incorrect status ref (
afab5ae) -
Use env in she-bangs (
de6a25d) -
config: Set default timeout to 60 (
13a58ad) -
sanitycheck: Correct disk unused on check (
ee32fc1) -
sanitycheck: Fix wording in backup messages (
3e599e1) -
sanitycheck: Patch VM startonboot option check (
1ded8c4) -
sanitycheck: Reduce complexity on VMStartOnBoot check (
591c60f) -
sanitycheck: Warn when vms don't have any backup (
b86ea89) -
sanitycheck: Wording (
fb10b29) -
test: Correct code repetition (
f8f9625) -
vm: Add tags as vm columns (
6a48132) -
vm: Correctly parse tag list (
c6f7e78) -
vm: Get_backup_jobs when selection mode is "all" or "exclude selected" and filter by node (
b10ba25) -
vm: Get_backup_jobs when selection mode is "pool based" (
0cf55ef) -
vmstatus: Add new VmStatus (
fa20415)
-
Trigger release manually from main branch only (
5ff5bbd) -
ci: Enable pip dependencies caching (
7e9a391) -
ci: Fetch with default depth (1 commit) instead of the whole history (
f569685) -
ci: Install pvecontrol package before running tests (
949a85e) -
ci: Remove flake8 linting and redundant pytest job (
8c41a46) -
ci: Trigger tests on pull requests but not on push (
a04dc02) -
ci: Upgrade actions versions (
b72f95a)
-
Drop python-3.8 support, enable python-3.13 (
df51da3) -
Enable 'diff' option with black formatter (
9d1edd5) -
Move root models to a dedicated folder (
71fdc63) -
black: Fix syntax (
394b83e) -
cluster: Add some logging around backups (
ff863f8) -
README: Update fish completion documentation (
c68bb6c)
- A command in README was using the legacy syntax
(
25cb79e)
-
Add a markdown outputFormat (
fd9613f) -
Add api timeout configuration (
d2291ff) -
Add list of available checks in sanitycheck --help (
202eff5) -
Allow sorting and filtering on hidden columns (
ce59a7a)
In render_output, we stopped using filter_keys, in order to be able to sort and filter on hidden
columns as well. Instead, we use reorder_keys because filter_keys used to reorder keys and we
want the columns to appears in the order given by the arguments. Last but not least: in
add_list_resource_command we actually reimplement filter_keys in order to remove columns that
should never be rendered (node._api for instance). First because we don't want users to display
them, and second because PrettyTable take in account the rendering of hidden columns to calculate
the height of each cells, which would produce very high columns in some cases.
-
Allow to configure proxy certificate and key with one unique command (
3b2571d) -
Enable outputFormats (yaml, json) for clusterstatus (
eb9262a) -
Support for proxmox clusters behind a reverse proxy with certificate-based authentication (
902c759) -
cli: Get --cluster flag from env (
760c613) -
sanitycheck: Check if disks are unused (
d31752f) -
sanitycheck: Check vms have a backup job configured (
1b8617f) -
sanitycheck: Check vms have at least one recent backup (
db42367) -
sanitychecks: Check onboot vm option (
cda70f8) -
vm: Parse tags as sets for easier usage (
7dda4fe)
-
Add PVEVolume and PVEBackupJob classes (
f488dbe) -
Create a click ResourceGroup class that automatically adds a list subcommand (
592b6d0) -
Move backups and backups_job listing in PVECluster and PVEVm (
2cedc7d) -
Move cli related functions from utils.py to cli.py (
67cc27a) -
Move PVECluster.get_node_resources to PVENode.resources property (
5f028ad) -
Remove dead code in Check (
2a24f61) -
Use property instead of method whenever possible in PVECluster and PVENode (
34efd0c) -
cli: Show help instead of an error when no args is provided (
4d2d474) -
cli: Split subcommands between name and verb and use click instead of argparse (
38f28f9)
Co-authored-by: Yoann Lamouroux yoann.lamouroux@enix.fr
-
sanitycheck: Improve vm_backups wording (
1ca8721) -
sanitycheck: Use storage.images instead of storage.get_content("images") (
aa6db96)
- sanitycheck: Vm backups
(
5e0fd4e)
-
Cleanup code (
992d6d2) -
Correct clusterconfig default value overwrite (
aa30cbf) -
Crash on sortby None (default value) (
075761e) -
Crash when filtering returns 0 results (
57c6892) -
Harmonize logs when using --wait and --follow (
81df66a) -
Missing method self._initstatus() in task.refresh() (
a730fc4) -
Patch clusterconfig never set to default config (
9d02b41) -
Strenum isn't available for python 3.10 (
29e44bd) -
Transpose existing sanity checks to new class (
368d868) -
clusterstatus: Update cli output (
23d3aa7) -
config: Correct PVECluster args node to config (
833dd6e) -
config: Correct PVECluster args node to config (
e5367e8) -
config: Rollback node_factors to node (
8dffbc8) -
evacuate: Change log output (
c2c4fd8) -
evacuate: Make sure targets are unique (
3627ef7) -
sanitycheck: In VM config, cpu are not always return by API (
842a444) -
sanitycheck: Patch error on if statements in ha_vms check (
9030ffe) -
sanitycheck: Patch no checks append to sanity checks list (
b280650) -
sanitycheck: Verify check exists before trying to run it (
1535772) -
sanitychecks: Add exitcode and correct message criticity code (
ada9222) -
sanitychecks: Add terminal supports verification (utf-8, bold, colors) (
b37570a) -
sanitychecks: Correct check code for ha_group (
723a3e6) -
sanitychecks: Patch display issues depending on terminal using curses (
b8d1b04) -
sanitychecks: Patch display issues depending on terminal using curses (
b83e6e7) -
sanitychecks: Patch some issues (
31ef892) -
sanitychecks: Refacto Checks run with classes (
2de9331) -
storage: Patch error on PVEStorage.str (
8a83370) -
storagelist: Add sort-by arg (
0da34d4) -
storagelist: Correct shared col (
0d78b7f) -
storagelist: Prototype of print_tableoutput has changed (
b5d4367) -
storagelist: Update PVEStorage kwargs loading (
496118d) -
tasks: Nicely handle vanished tasks (
64a1c4c)
Some tasks can deseappear from the API with time. So we must handle this case.
-
Add CI job for black and config in pyproject (
d08192b) -
Fix ci cancelled jobs (
61d6607) -
Optimize cli by reducing HTTP calls (
078c37d) -
Remove Github deployment in CI stage tests (
5ee2257) -
Remove Github deployment in CI stage tests (
a95bd61) -
Run black (
ef4be01) -
Run black (
9aa757b) -
auth: Patch tests and lint (
8b3d837) -
black: Correct style for sanitycheck (
27b3c73) -
black: Patch black warnings (
bb17d7b) -
ci: Fix CI execution for PRs (
197c49f) -
ci: Update file requirements-dev.txt (
13a540c) -
pylint: Add CI job for pylint (
579b436) -
pylint: Init pylint refacto (
2daa821) -
pylint: Patch last needed (
0d87cde) -
pylint: Patch loop on pvecontrol module (
a218711) -
pylint: Patch pvecontrol/actions/cluster.py (
77725cb) -
pylint: Patch pvecontrol/actions/storage.py (
97a12c7) -
pylint: Patch pvecontrol/actions/task.py (
9332e6b) -
pylint: Patch pvecontrol/actions/vm.py (
611afb7) -
pylint: Patch pvecontrol/node.py (
5f27f0b) -
pylint: Patch src/pvecontrol/cluster.py (
17bb25e) -
pylint: Patch src/pvecontrol/storage.py (
363b079) -
pylint: Patch src/pvecontrol/utils.py (
8b76209) -
pylint: Patch typo (
8353a7e) -
pylint: Rebase to branch black (
2c60f5e) -
pylint: Remove unnecessary pylint comment (
d902a2e) -
README: Add documentation about shell auto completion (
2695418) -
README: Complete doc for release (
c8143c2)
-
docs: update README
-
chore(README): Add token auth to documentation.
-
docs: merge my token auth docs
Co-authored-by: Laurent Corbes laurent.corbes@enix.fr
-
README: Fix missing newline (
d091473) -
README: Fix title (
16eedc4) -
README: With pylint modification dev command was updated (
305759c)
-
--columns flag (
2397102) -
Add --filter flag to node, task and vm (
4dfbb52) -
Add --output option to list commands (supports text, json, csv and yaml) (
c1ee523) -
Add --sort-by flag (
0a0cf4d) -
Add completion generation (
3a38437) -
Add sanitycheck VM has HA disks (
bcf535a) -
Add sanitycheck VM has HA disks (
2722de8) -
Add shell-like globbing on nodeevacuate --target flag (
d7b3393)
based on fnmatch.fnmatchcase from python stdlib
-
Add support for authentication tokens (
7a913a8) -
Columns name validation (--sort-by & --filter flags) (
7cd0bdb) -
Implement cpufactor and memoryminimum by cluster (
bab64bf) -
auth: Add some checks on token auth (
4394cde) -
auth: Allow command on user, password config attributes (
c628f96) -
auth: Allow command on user, password config attributes (
ffe12dc) -
auth: Allow command on user, password config attributes (
92cf67d) -
auth: Update README.md (
01ca6fe) -
node: Nodeevacuate add --wait flag (
edae9da) -
sanitycheck: Check HA VM has cpu type != host (
d5c7d1f) -
sanitycheck: Rewrite logic to run tests (
c8153c9) -
sanitychecks: Add colors support on ASCII icons (
e8097c9) -
storagelist: Add missing --filter flag (
4d644fd) -
storagelist: Add storages list group shared by storage name (
361fc39) -
tasks: Taskget add --wait flag (
011db78) -
vm: Vmmigrate add --wait flag (
8b8f1f1)
-
Default values of PVE objects (node, vm & task) (
4ca64ea) -
Move tests in src directory (
98755da) -
Simplify print_task (
c65104f)
- Split actions into mutliple files, add a config.py to resolve issue due to global validconfig
(
32f4534)
- package: Fix module package and install
(
858d20f)
- ci: Update python version
(
c79b5a3)
Also update action versions Run ci on dev branch
-
node: Add cast on memory (
2298276) -
node: Linter output (
5e0bea1) -
PVENode: Fix issue with offline node (
a128eb3) -
task: Fix issue with status refresh (
43c72c0) -
task: Revert fix for not available node (
3cbd35a)
- cluster: Add refresh
(
6b50de5)
Allow to refresh all clusters objects
- global: Complete rewrite into classes
(
119b01c)
Create classes to manage PVECluster, PVENode and PVEVM objects. This will allow lot more simple operations now.
- pvecontrol: Add nodeevacuate feature
(
206dc83)
This fonction allow to automatically migrate out all the VMs from a node to another ones.
-
sanitycheck: Add feature to check for cluster good rules (
f649380) -
task: Add internal decode_log fonction (
dad15b2) -
tasks: Rewrite task using class (
df528be) -
vm: Add vm.migrate (
9b01237)
This new fonction take over management of VM migration
-
config: Use a more comprehensive default (
5b9d4fc) -
nodelist: Add some defaults for optional (
f1ece32) -
pvecontrol: Convert vmid to int (
bb493fa) -
pvecontrol: Update parser help output (
4a484f3) -
requirements: Bump proxmoxer version (
09fd1fb)
-
debug: Add some debug lines (
151c31d) -
README: Add badges, fix typos (
e51df76) -
README: More complete documentation (
384749c) -
setup: Change description (
542f9d7) -
setup: Change README content type (
08aabcb)
- pvecontrol: Add missing empty line
(
b825a95)
- semantic-release: Add semantic-release configuration
(
d1c86b5)
This include semantic-release gh action to build a new release when push to main branch
-
allocated_cpu: Sockets is optional (
a858e9b) -
main: Proper definition of main function (
8253449) -
nodelist: Skip offline nodes (
9c67414) -
taskget: Fix output of running tasks (
b720c1b)