Page MenuHomeClusterLabs Projects
Feed Advanced Search

Apr 6 2023

clumens committed rPc80ceee58b52: Refactor: python: Use substitution strings instead of adding. (authored by clumens).
Refactor: python: Use substitution strings instead of adding.
Apr 6 2023, 11:36 AM
clumens committed rP71cc178822f2: Refactor: python: Remove unnecessary parentheses. (authored by clumens).
Refactor: python: Remove unnecessary parentheses.
Apr 6 2023, 11:36 AM
clumens committed rPe8173a4b0eb0: Refactor: python: Clean up comparisons in watcher.py. (authored by clumens).
Refactor: python: Clean up comparisons in watcher.py.
Apr 6 2023, 11:36 AM
clumens committed rP27425b723888: Refactor: python: Remove unnecessary return statements. (authored by clumens).
Refactor: python: Remove unnecessary return statements.
Apr 6 2023, 11:36 AM
clumens committed rP9b9a9e48d147: Refactor: python,cts: Fix argument handling for LogWatcher. (authored by clumens).
Refactor: python,cts: Fix argument handling for LogWatcher.
Apr 6 2023, 11:36 AM
clumens committed rPf0ae8439352a: Refactor: python: Remove unused variables from watcher.py. (authored by clumens).
Refactor: python: Remove unused variables from watcher.py.
Apr 6 2023, 11:36 AM
clumens committed rP8b10aa070116: Refactor: python: Raise NotImplementedError when appropriate. (authored by clumens).
Refactor: python: Raise NotImplementedError when appropriate.
Apr 6 2023, 11:36 AM
clumens committed rPf9563d437800: Refactor: python: Remove returnonlymatch. (authored by clumens).
Refactor: python: Remove returnonlymatch.
Apr 6 2023, 11:36 AM
clumens committed rP76deb02a97d6: Refactor: python: Fix handling of log_watcher_bin. (authored by clumens).
Refactor: python: Fix handling of log_watcher_bin.
Apr 6 2023, 11:36 AM
clumens committed rP2622e7cb6981: Refactor: python: Remove the unused timeout argument from __get_lines. (authored by clumens).
Refactor: python: Remove the unused timeout argument from __get_lines.
Apr 6 2023, 11:36 AM
clumens committed rP02dd894a98b7: Refactor: python: Clean up minor problems in SearchObj. (authored by clumens).
Refactor: python: Clean up minor problems in SearchObj.
Apr 6 2023, 11:36 AM
clumens committed rPb55f838a4ffd: Refactor: python: Remove some elif blocks that pylint doesn't like. (authored by clumens).
Refactor: python: Remove some elif blocks that pylint doesn't like.
Apr 6 2023, 11:36 AM
clumens committed rPd3ac0d1fedfb: Refactor: python: Rename the setend method to set_end. (authored by clumens).
Refactor: python: Rename the setend method to set_end.
Apr 6 2023, 11:36 AM
clumens committed rPafa7a822335a: Refactor: python: Clean up minor problems in JournalObj. (authored by clumens).
Refactor: python: Clean up minor problems in JournalObj.
Apr 6 2023, 11:36 AM
clumens committed rP3fbcaac9c286: Refactor: python: Clean up minor problems in FileObj. (authored by clumens).
Refactor: python: Clean up minor problems in FileObj.
Apr 6 2023, 11:36 AM
clumens committed rPa034855d9342: Refactor: python: Rename setwatch to set_watch. (authored by clumens).
Refactor: python: Rename setwatch to set_watch.
Apr 6 2023, 11:36 AM
clumens committed rP6ad83207eb86: Refactor: python: Remove the unused silent parameter from look. (authored by clumens).
Refactor: python: Remove the unused silent parameter from look.
Apr 6 2023, 11:36 AM
clumens committed rP11ee306cfd2c: Refactor: python: Clean up handling of lookforall function. (authored by clumens).
Refactor: python: Clean up handling of lookforall function.
Apr 6 2023, 11:36 AM
clumens committed rP6ff6537b37c3: Refactor: python: Remove the debug_level argument from LogWatcher. (authored by clumens).
Refactor: python: Remove the debug_level argument from LogWatcher.
Apr 6 2023, 11:36 AM
clumens committed rPa80a6f7b9ef7: Refactor: python: Rename LogWatcher.Timeout to LogWatcher._timeout. (authored by clumens).
Refactor: python: Rename LogWatcher.Timeout to LogWatcher._timeout.
Apr 6 2023, 11:36 AM
clumens committed rP4268c3af7f9c: Refactor: python: Make various things in LogWatcher private. (authored by clumens).
Refactor: python: Make various things in LogWatcher private.
Apr 6 2023, 11:35 AM
clumens committed rP1b55ab51d56b: Refactor: python: Use a context manager when acquiring a lock. (authored by clumens).
Refactor: python: Use a context manager when acquiring a lock.
Apr 6 2023, 11:35 AM
clumens committed rP3de3883bc5f3: Refactor: python: LogWatcher should not inherit from RemoteExec. (authored by clumens).
Refactor: python: LogWatcher should not inherit from RemoteExec.
Apr 6 2023, 11:35 AM
clumens committed rP18c819204032: Refactor: python: Remove the unused LogWatcher.matched variable. (authored by clumens).
Refactor: python: Remove the unused LogWatcher.matched variable.
Apr 6 2023, 11:35 AM
clumens committed rPf8b08c0ebcd5: Refactor: python: Rename a couple more things in LogWatcher. (authored by clumens).
Refactor: python: Rename a couple more things in LogWatcher.
Apr 6 2023, 11:35 AM
clumens committed rP10353d0f80bb: Refactor: python: Preface all regex strings with r"". (authored by clumens).
Refactor: python: Preface all regex strings with r"".
Apr 6 2023, 11:35 AM
clumens committed rPa587a08a5458: Refactor: cts: Create a new LogKind enum. (authored by clumens).
Refactor: cts: Create a new LogKind enum.
Apr 6 2023, 11:35 AM
clumens committed rP5f85ae66d06c: Refactor: python: Minor cleanups to watcher.py. (authored by clumens).
Refactor: python: Minor cleanups to watcher.py.
Apr 6 2023, 11:35 AM
clumens committed rP6c3343c23c0c: Refactor: python: Add docstrings to watcher.py. (authored by clumens).
Refactor: python: Add docstrings to watcher.py.
Apr 6 2023, 11:35 AM

Mar 30 2023

clumens committed rPc0cc401a5164: Refactor: controller: Use a bitmask for remote_ra_cmd_t status. (authored by clumens).
Refactor: controller: Use a bitmask for remote_ra_cmd_t status.
Mar 30 2023, 12:13 PM
clumens committed rP74575f2690ef: Refactor: controller: Use a bitmask for migrate_status. (authored by clumens).
Refactor: controller: Use a bitmask for migrate_status.
Mar 30 2023, 12:13 PM
clumens committed rP309ce990cf4c: Refactor: controller: Move active into remote status bitmask. (authored by clumens).
Refactor: controller: Move active into remote status bitmask.
Mar 30 2023, 12:13 PM
clumens committed rPcd46f76f1c75: Refactor: controller: Move is_maintenance into remote bitmask. (authored by clumens).
Refactor: controller: Move is_maintenance into remote bitmask.
Mar 30 2023, 12:13 PM
clumens committed rPcab8f0eed19f: Refactor: controller: Move controlling_guest into remote bitmask. (authored by clumens).
Refactor: controller: Move controlling_guest into remote bitmask.
Mar 30 2023, 12:12 PM

Mar 29 2023

clumens committed rPce90c38376b3: API: libcrmcommon: Add new return codes for bad input and XML patches. (authored by clumens).
API: libcrmcommon: Add new return codes for bad input and XML patches.
Mar 29 2023, 4:20 PM
clumens committed rP487e507e82cd: Refactor: libcrmcommon: Change return value in pcmk__xe_get_bool_attr. (authored by clumens).
Refactor: libcrmcommon: Change return value in pcmk__xe_get_bool_attr.
Mar 29 2023, 4:20 PM
clumens committed rP159799d38aab: Refactor: libcrmcommon: Change return value in pcmk__read_pidfile. (authored by clumens).
Refactor: libcrmcommon: Change return value in pcmk__read_pidfile.
Mar 29 2023, 4:20 PM
clumens committed rP0ddf287d98d8: Refactor: libcrmcommon: Change return value in pcmk__parse_ll_range. (authored by clumens).
Refactor: libcrmcommon: Change return value in pcmk__parse_ll_range.
Mar 29 2023, 4:20 PM
clumens committed rP126d4b5952c9: Refactor: libcrmcommon: Change return value in pcmk__read_series_sequence. (authored by clumens).
Refactor: libcrmcommon: Change return value in pcmk__read_series_sequence.
Mar 29 2023, 4:20 PM
clumens committed rPddd7eb69f643: Refactor: libcrmcommon: Change return value in xml patchset code. (authored by clumens).
Refactor: libcrmcommon: Change return value in xml patchset code.
Mar 29 2023, 4:20 PM

Mar 28 2023

clumens committed rPaaf735cb96a7: Refactor: cts: Move cts.environment to _cts module. (authored by clumens).
Refactor: cts: Move cts.environment to _cts module.
Mar 28 2023, 3:18 PM
clumens committed rP7e10cf9d8a2c: Refactor: python: Use a triple quote string in environment.py. (authored by clumens).
Refactor: python: Use a triple quote string in environment.py.
Mar 28 2023, 3:18 PM
clumens committed rPd111aa8cce73: Refactor: python: Remove the DoStats environment variable. (authored by clumens).
Refactor: python: Remove the DoStats environment variable.
Mar 28 2023, 3:18 PM
clumens committed rP78382d1664c1: Refactor: python: DoFencing is now a boolean. (authored by clumens).
Refactor: python: DoFencing is now a boolean.
Mar 28 2023, 3:18 PM
clumens committed rPfb4bd45e24b5: Refactor: python: Convert other environment items to booleans. (authored by clumens).
Refactor: python: Convert other environment items to booleans.
Mar 28 2023, 3:18 PM
clumens committed rPf406a94ac22b: Refactor: cts: DoBSC and benchmark are now booleans. (authored by clumens).
Refactor: cts: DoBSC and benchmark are now booleans.
Mar 28 2023, 3:18 PM
clumens committed rPb15eddcaf995: Refactor: python: Minor style cleanups in environment.py. (authored by clumens).
Refactor: python: Minor style cleanups in environment.py.
Mar 28 2023, 3:18 PM
clumens committed rP40c79fd00520: Low: python: Disable the too-many-statements warning from pylint. (authored by clumens).
Low: python: Disable the too-many-statements warning from pylint.
Mar 28 2023, 3:18 PM
clumens committed rP1df32177f6ea: Refactor: python: TruncateLog is now a boolean. (authored by clumens).
Refactor: python: TruncateLog is now a boolean.
Mar 28 2023, 3:17 PM
clumens committed rPb4cd6f8e290f: Refactor: python: Change DoStonith to DoFencing. (authored by clumens).
Refactor: python: Change DoStonith to DoFencing.
Mar 28 2023, 3:17 PM
clumens committed rP4ba5b0f89e62: Refactor: python: Rename uppercase things in environment.py. (authored by clumens).
Refactor: python: Rename uppercase things in environment.py.
Mar 28 2023, 3:17 PM
clumens committed rPa98766e2fe78: Refactor: python: Use argparse in environment.py. (authored by clumens).
Refactor: python: Use argparse in environment.py.
Mar 28 2023, 3:17 PM
clumens committed rPdb860785f0c4: Refactor: python: Remove the OS detection from the stack parameter. (authored by clumens).
Refactor: python: Remove the OS detection from the stack parameter.
Mar 28 2023, 3:17 PM
clumens committed rP942b1d5e758b: Refactor: python: Remove hard-coded cluster environments. (authored by clumens).
Refactor: python: Remove hard-coded cluster environments.
Mar 28 2023, 3:17 PM
clumens committed rPc3a16bcfac05: Refactor: python,cts: Remove support for generating stats. (authored by clumens).
Refactor: python,cts: Remove support for generating stats.
Mar 28 2023, 3:17 PM
clumens committed rP4613713e7a06: Refactor: python: Mark more functions as private in Environment. (authored by clumens).
Refactor: python: Mark more functions as private in Environment.
Mar 28 2023, 3:17 PM
clumens committed rPc0c2274583a4: Refactor: python: Environment.logger is now Environment._logger. (authored by clumens).
Refactor: python: Environment.logger is now Environment._logger.
Mar 28 2023, 3:17 PM
clumens committed rPa52ae3c14c4d: Refactor: python: Libraries shouldn't call exit. (authored by clumens).
Refactor: python: Libraries shouldn't call exit.
Mar 28 2023, 3:17 PM
clumens committed rPfa44a717655f: Refactor: python: Environment.rsh is now Environment._rsh. (authored by clumens).
Refactor: python: Environment.rsh is now Environment._rsh.
Mar 28 2023, 3:17 PM
clumens committed rP7e9bea6d6ac3: Refactor: python: Environment.target is now Environment._target. (authored by clumens).
Refactor: python: Environment.target is now Environment._target.
Mar 28 2023, 3:17 PM
clumens committed rP44b6cea266e8: Refactor: python: Fix a couple string-related problems. (authored by clumens).
Refactor: python: Fix a couple string-related problems.
Mar 28 2023, 3:17 PM
clumens committed rP71e930fee286: Refactor: python: Remove an unnecessary rstrip call. (authored by clumens).
Refactor: python: Remove an unnecessary rstrip call.
Mar 28 2023, 3:17 PM
clumens committed rP5699dc672834: Refactor: python: Disable warning about the getInstance name. (authored by clumens).
Refactor: python: Disable warning about the getInstance name.
Mar 28 2023, 3:17 PM
clumens committed rP91cb5de456d0: Refactor: python: Disable not-callable in environment.py. (authored by clumens).
Refactor: python: Disable not-callable in environment.py.
Mar 28 2023, 3:17 PM
clumens committed rP9ec2293a2eb9: Refactor: python: Fix final pylint warnings. (authored by clumens).
Refactor: python: Fix final pylint warnings.
Mar 28 2023, 3:17 PM
clumens committed rP42e8e841542c: Refactor: python: Clean up handling of self["IPBase"] (authored by clumens).
Refactor: python: Clean up handling of self["IPBase"]
Mar 28 2023, 3:17 PM
clumens committed rPf8c99f0d4adc: Refactor: python: Remove the PacketLoss scenario. (authored by clumens).
Refactor: python: Remove the PacketLoss scenario.
Mar 28 2023, 3:17 PM
clumens committed rPd4018882829a: Refactor: python: Add docstrings to environment.py. (authored by clumens).
Refactor: python: Add docstrings to environment.py.
Mar 28 2023, 3:17 PM
clumens committed rPfda9c8fbe7f7: Refactor: python: Better align text in the dump method. (authored by clumens).
Refactor: python: Better align text in the dump method.
Mar 28 2023, 3:17 PM

Mar 21 2023

clumens committed rPde7d53f4a363: Refactor: cts: Move remote.py into the _cts module. (authored by clumens).
Refactor: cts: Move remote.py into the _cts module.
Mar 21 2023, 10:22 AM
clumens committed rPdb38759d5381: Refactor: python: Remove commented out code from _cts.remote. (authored by clumens).
Refactor: python: Remove commented out code from _cts.remote.
Mar 21 2023, 10:22 AM
clumens committed rP5075661cc6ba: Refactor: python: Fix minor pylint problems in remote.py. (authored by clumens).
Refactor: python: Fix minor pylint problems in remote.py.
Mar 21 2023, 10:22 AM
clumens committed rPac058a0422ff: Refactor: python: Remove the test argument from exists_on_all. (authored by clumens).
Refactor: python: Remove the test argument from exists_on_all.
Mar 21 2023, 10:22 AM
clumens committed rP604352ebc43c: Refactor: python: Remove the path manipulation from remote.py. (authored by clumens).
Refactor: python: Remove the path manipulation from remote.py.
Mar 21 2023, 10:22 AM
clumens committed rP057bf1bafddb: Refactor: cts,python: Remove trace_lw and trace_rsh. (authored by clumens).
Refactor: cts,python: Remove trace_lw and trace_rsh.
Mar 21 2023, 10:22 AM
clumens committed rP76c8268736a4: Refactor: python: Make most idenfitiers in RemoteExec private. (authored by clumens).
Refactor: python: Make most idenfitiers in RemoteExec private.
Mar 21 2023, 10:22 AM
clumens committed rP3e241ea8c8b2: Refactor: python: Merge AsyncWaitCmd and AsyncRemoteProc into a single class. (authored by clumens).
Refactor: python: Merge AsyncWaitCmd and AsyncRemoteProc into a single class.
Mar 21 2023, 10:22 AM
clumens committed rP23bc859fb339: Refactor: python: Minor cleanups to remote.py. (authored by clumens).
Refactor: python: Minor cleanups to remote.py.
Mar 21 2023, 10:22 AM
clumens committed rPd1e81177c601: Refactor: python: Fix argument handling in _cmd. (authored by clumens).
Refactor: python: Fix argument handling in _cmd.
Mar 21 2023, 10:22 AM
clumens committed rP5107cdb86663: Refactor: cts,python: Clean up uses of the __call__ function. (authored by clumens).
Refactor: cts,python: Clean up uses of the __call__ function.
Mar 21 2023, 10:21 AM
clumens committed rP784239f6604b: Refactor: python,cts: Rename the cp function to copy. (authored by clumens).
Refactor: python,cts: Rename the cp function to copy.
Mar 21 2023, 10:21 AM
clumens committed rPf01e761ddc0a: Refactor: python: Remove RemoteFactory.new. (authored by clumens).
Refactor: python: Remove RemoteFactory.new.
Mar 21 2023, 10:21 AM
clumens committed rPf94870534fec: Refactor: python: Ignore suggestions for using "with". (authored by clumens).
Refactor: python: Ignore suggestions for using "with".
Mar 21 2023, 10:21 AM
clumens committed rPf7401d2f306f: Refactor: python: Add comments to the remote module. (authored by clumens).
Refactor: python: Add comments to the remote module.
Mar 21 2023, 10:21 AM
clumens committed rPdf648d7ac5d5: Refactor: python: Disable warning about the getInstance name. (authored by clumens).
Refactor: python: Disable warning about the getInstance name.
Mar 21 2023, 10:21 AM
clumens committed rP8993aecc41ab: Fix: cts: Add a missing import of LogFactory. (authored by clumens).
Fix: cts: Add a missing import of LogFactory.
Mar 21 2023, 10:21 AM

Mar 14 2023

clumens committed rPe8212bee049d: Refactor: cts: Move logging.py into the _cts module. (authored by clumens).
Refactor: cts: Move logging.py into the _cts module.
Mar 14 2023, 8:06 PM
clumens committed rPf5ec73869baf: Refactor: python: Update the logging module. (authored by clumens).
Refactor: python: Update the logging module.
Mar 14 2023, 8:06 PM
clumens committed rP8b9920592ace: Low: python: Fix __license__ strings. (authored by clumens).
Low: python: Fix __license__ strings.
Mar 14 2023, 8:06 PM

Mar 1 2023

clumens committed rPb04237049b1c: Refactor: cts: Move patterns.py into the _cts module. (authored by clumens).
Refactor: cts: Move patterns.py into the _cts module.
Mar 1 2023, 3:54 PM
clumens committed rP6ca19adda417: Refactor: python: Stylistic changes to patterns.py. (authored by clumens).
Refactor: python: Stylistic changes to patterns.py.
Mar 1 2023, 3:54 PM
clumens committed rPcff1ed388d77: Refactor: python: Remove unnecessary path setting in patterns.py. (authored by clumens).
Refactor: python: Remove unnecessary path setting in patterns.py.
Mar 1 2023, 3:54 PM
clumens committed rPde3bce2147ec: Refactor: python: Simplify pattern class instantiation. (authored by clumens).
Refactor: python: Simplify pattern class instantiation.
Mar 1 2023, 3:54 PM
clumens committed rPd4eb3df35945: Refactor: python: Rename attributes in patterns.py. (authored by clumens).
Refactor: python: Rename attributes in patterns.py.
Mar 1 2023, 3:54 PM
clumens committed rP5c5ceb18d69f: Refactor: python: Use argparse in patterns.py. (authored by clumens).
Refactor: python: Use argparse in patterns.py.
Mar 1 2023, 3:54 PM
clumens committed rP142769ae1e26: Refactor: python: Fix pylint warnings in get_patterns and __getitem__. (authored by clumens).
Refactor: python: Fix pylint warnings in get_patterns and __getitem__.
Mar 1 2023, 3:54 PM
clumens committed rPd601eeb676e1: Refactor: python: Add docstrings to the patterns.py module. (authored by clumens).
Refactor: python: Add docstrings to the patterns.py module.
Mar 1 2023, 3:54 PM

Feb 20 2023

clumens committed rPc5b6a64cde5d: Low: libcrmcommon: Fix problems with pcmk__output_and_clear_error. (authored by clumens).
Low: libcrmcommon: Fix problems with pcmk__output_and_clear_error.
Feb 20 2023, 6:59 PM
clumens committed rP160a6afc8294: High: libcrmcommon: Fix handling node=NULL in pcmk__attrd_api_query. (authored by clumens).
High: libcrmcommon: Fix handling node=NULL in pcmk__attrd_api_query.
Feb 20 2023, 3:31 PM
clumens committed rP5803312ce3db: Feature: python: Allow overriding the environment in cts tests. (authored by clumens).
Feature: python: Allow overriding the environment in cts tests.
Feb 20 2023, 3:31 PM