8
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix flaky GetCmdline() tests in Github Action containers More... 3 months ago
master-ip-setup: set master ip as deprecated More... 3 months ago
master-ip-setup: fix a typo in the ndisc6 command More... 3 months ago
Drop testing against bullseye, add bookworm instead More... 6 months ago
kvm_extra supports now spaces (#1713) More... 6 months ago
Add warning about setting the PVID as instance vlan More... 10 months ago
Merge pull request #1704 from saschalucas/watcher_enhancements More... 11 months ago
optimize move-instance: do not wait for DRBD sync More... about 1 year ago
move-instance: allow users to empty out NIC parameters More... about 1 year ago
move-instance: fix crash in Python 3 More... about 1 year ago
daemon: drop event scheduler More... about 1 year ago
Remove daemon.AsyncTerminatedMessageStream More... about 1 year ago
Convert custom condition methods to snake_case More... about 1 year ago
Replace calls to deprecated threading methods More... about 1 year ago
Reorder Arbitrary instance definitions More... about 1 year ago
Fix building against GHC 9 / Lens 5 More... about 1 year ago
uidpool_unittest: avoid using negative UIDs More... about 1 year ago
Template Haskell 2.17 compatibility More... over 1 year ago
replace test.com by example.com More... over 1 year ago
replace google domain More... over 1 year ago
Relax Haskell dependencies to allow LTS-19 packages More... over 1 year ago
Fix variable names in ganeti-os-interface(7).
mbakke
as Marius Bakke
More... over 1 year ago
Replace epydoc with pydoctor (#1676) More... over 1 year ago
add test data to Makefile More... almost 2 years ago
Fix gnt-instance --help output to reflect multi-instance commands More... almost 2 years ago
I updated the developer notes to include information about pycodestyle and contemporary Debian dependencies. I also changed the `apt-get` commands to `apt`, which is meant to be more pleasant to end-users. More... almost 2 years ago
The pep8 tool changed its name to pycodestyle a few years ago and added more errors. This commit allows one to run 'make pycodestyle' instead of 'make pep8'. 'make pycodestyle' produces many style related errors. Errors will have to be added to PEP8_IGNORE or python source code will have to be altered. I used the 2.6.0 version of pycodestyle that is included in Debian bullseye to test everything. I added E114, which is relevant to comment whitespace, to the PEP8_IGNORE variable. It eliminates\hides 2,540 errors. More... almost 2 years ago
Make kpartx use '-part' separator instead of '-' More... almost 2 years ago
Rename CONTRIBUTING file to adhere to Github standards More... almost 2 years ago
Added 'custom_osparams' to the rapi I_FIELDS. More... almost 2 years ago