- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Aug 22 2022
Aug 22 2022
nrwahl2 committed rP48195f9b87dc: Doc: libcrmcommon: pcmk__assert_asserts() accepts a statement (authored by nrwahl2).
Doc: libcrmcommon: pcmk__assert_asserts() accepts a statement
nrwahl2 committed rP239c02ab332c: Test: libcrmcommon, libpe_status: Check expectations in mocked calloc() (authored by nrwahl2).
Test: libcrmcommon, libpe_status: Check expectations in mocked calloc()
nrwahl2 committed rP8e28520b907c: Test: libcrmcommon: Check expectations in mocked fopen() (authored by nrwahl2).
Test: libcrmcommon: Check expectations in mocked fopen()
nrwahl2 committed rPba55c2fd1430: Test: libcrmcommon: Check expectations in mocked getpwnam_r() (authored by nrwahl2).
Test: libcrmcommon: Check expectations in mocked getpwnam_r()
nrwahl2 committed rPda4f7f541f58: Test: libcrmcommon: Check expectations in mocked readlink() (authored by nrwahl2).
Test: libcrmcommon: Check expectations in mocked readlink()
nrwahl2 committed rP4287d81d8ba6: Test: libcrmcommon: Check expectations in mocked uname() (authored by nrwahl2).
Test: libcrmcommon: Check expectations in mocked uname()
nrwahl2 committed rPac59d1ecad86: Test: libcrmcommon: Check expectations in mocked strdup() (authored by nrwahl2).
Test: libcrmcommon: Check expectations in mocked strdup()
GitHub <noreply@github.com> committed rPd37469e0519c: Merge pull request #2811 from nrwahl2/nrwahl2-mock (authored by kgaillot).
Merge pull request #2811 from nrwahl2/nrwahl2-mock
Update link to google drive
fabbione committed rK982781cbec83: m4/ax_pthread.m4: update to latest upstream version (serial 31) (authored by Ferenc Wágner <wferi@debian.org>).
m4/ax_pthread.m4: update to latest upstream version (serial 31)
GitHub <noreply@github.com> committed rK6d3a0b6ba0fc: Merge pull request #387 from kronosnet/fix-readme (authored by fabbione).
Merge pull request #387 from kronosnet/fix-readme
Update link to google drive
GitHub <noreply@github.com> committed rK6a1fc935a1e1: Merge pull request #386 from kronosnet/ax_pthread (authored by fabbione).
Merge pull request #386 from kronosnet/ax_pthread
Aug 21 2022
Aug 21 2022
Ferenc Wágner <wferi@debian.org> committed rKcd18613105bc: m4/ax_pthread.m4: update to latest upstream version (serial 31) (authored by Ferenc Wágner <wferi@debian.org>).
m4/ax_pthread.m4: update to latest upstream version (serial 31)
Aug 19 2022
Aug 19 2022
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rFfbca33a53641: fencing: source_env(): dont process empty lines (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
fencing: source_env(): dont process empty lines
GitHub <noreply@github.com> committed rF8b0ea39d4945: Merge pull request #499 from oalbrigt/fencing-fix-source_env-empty-lines (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #499 from oalbrigt/fencing-fix-source_env-empty-lines
Aug 18 2022
Aug 18 2022
clumens committed rPbd3ba9268983: Refactor: libcrmcommon: Change a return value in pcmk__register_format. (authored by clumens).
Refactor: libcrmcommon: Change a return value in pcmk__register_format.
clumens committed rPdbcbd117c90c: Low: libcrmcommon: Assert in more output-related functions. (authored by clumens).
Low: libcrmcommon: Assert in more output-related functions.
clumens committed rP408aad590a21: Fix: libcrmcommon: Remove an extraneous colon. (authored by clumens).
Fix: libcrmcommon: Remove an extraneous colon.
clumens committed rP87429715f612: Low: libcrmcommon: Don't allow registering a format with an empty name. (authored by clumens).
Low: libcrmcommon: Don't allow registering a format with an empty name.
clumens committed rP0bc6f25a68a2: Test: libcrmcommon: Add unit tests for pcmk__register_format. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__register_format.
clumens committed rP4b60a9e79eec: Test: libcrmcommon: Add a special pcmk__output_formatters function. (authored by clumens).
Test: libcrmcommon: Add a special pcmk__output_formatters function.
clumens committed rP51979917e124: Low: libcrmcommon: Set formatters to NULL after freeing it. (authored by clumens).
Low: libcrmcommon: Set formatters to NULL after freeing it.
clumens committed rPcf059d09f37c: Test: libcrmcommon: Add unit tests for pcmk__unregister_formats. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__unregister_formats.
clumens committed rP90505aac06ef: Test: libcrmcommon: Add unit tests for pcmk__register_formats. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__register_formats.
clumens committed rP2e53b97bc2c0: Low: libcrmcommon: Don't allow a NULL out param in pcmk__output_new. (authored by clumens).
Low: libcrmcommon: Don't allow a NULL out param in pcmk__output_new.
clumens committed rP8ff238cfad10: Test: libcrmcommon: Add a mock wrapper for fopen. (authored by clumens).
Test: libcrmcommon: Add a mock wrapper for fopen.
clumens committed rP7635b706a23b: Low: libcrmcommon: Free the output object if fopen fails. (authored by clumens).
Low: libcrmcommon: Free the output object if fopen fails.
clumens committed rP2eba66842e0b: Test: libcrmcommon: Add unit tests for pcmk__output_new. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__output_new.
clumens committed rPa337b1a9109a: Test: libcrmcommon: Add unit tests for pcmk__register_message. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__register_message.
clumens committed rP37530be4947e: Test: libcrmcommon: Add unit tests for pcmk__register_messages. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__register_messages.
clumens committed rPee3a003a8c4b: Low: libcrmcommon: Don't allow NULL params on pcmk__register_message. (authored by clumens).
Low: libcrmcommon: Don't allow NULL params on pcmk__register_message.
clumens committed rPb34827a8db4c: Low: libcrmcommon: Don't allow NULL params in pcmk__call_message. (authored by clumens).
Low: libcrmcommon: Don't allow NULL params in pcmk__call_message.
clumens committed rPa87395c96f5b: Test: libcrmcommon: Add unit tests for pcmk__call_message. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__call_message.
clumens committed rP6248b604df96: Low: libcrmcommon: Don't allow out to be NULL in pcmk__output_free. (authored by clumens).
Low: libcrmcommon: Don't allow out to be NULL in pcmk__output_free.
clumens committed rPcf66488bec53: Test: libcrmcommon: Add unit tests for pcmk__output_free. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__output_free.
clumens committed rP4fea1600db4a: Test: libcrmcommon: Add unit tests for pcmk__output_and_clear_error. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__output_and_clear_error.
GitHub <noreply@github.com> committed rPf8931800938e: Merge pull request #2800 from clumens/output-testing (authored by kgaillot).
Merge pull request #2800 from clumens/output-testing
waltdisgrace committed rP5e2f10a62773: Low: ClusterMon: Remove unique from all <parameter> entries (authored by waltdisgrace).
Low: ClusterMon: Remove unique from all <parameter> entries
waltdisgrace committed rPd55aa657f398: Feature: ClusterMon: Update OCF version to 1.1 (authored by waltdisgrace).
Feature: ClusterMon: Update OCF version to 1.1
waltdisgrace committed rP47d96542d693: Feature: ClusterMon: Update resource-agent version to 1.2 (authored by waltdisgrace).
Feature: ClusterMon: Update resource-agent version to 1.2
waltdisgrace committed rPb681aca76e4f: Low: ClusterMon: Add unique-group to appropriate <parameter> entries (authored by waltdisgrace).
Low: ClusterMon: Add unique-group to appropriate <parameter> entries
waltdisgrace committed rP731133641ea5: Low: ClusterMon: Update deprecated -h flag (authored by waltdisgrace).
Low: ClusterMon: Update deprecated -h flag
waltdisgrace committed rPfaee3f3b93ce: Low: ClusterMon: Add OCF_CHECK_LEVEL handling in the validate-all action (authored by waltdisgrace).
Low: ClusterMon: Add OCF_CHECK_LEVEL handling in the validate-all action
GitHub <noreply@github.com> committed rPc14102d7bb12: Merge pull request #2768 from waltdisgrace/t147 (authored by kgaillot).
Merge pull request #2768 from waltdisgrace/t147
Aug 17 2022
Aug 17 2022
kgaillot committed rPc522cd4e9fba: Refactor: CIB: reformat cib_server_ops[] table per current guidelines (authored by kgaillot).
Refactor: CIB: reformat cib_server_ops[] table per current guidelines
Refactor: libcib: rename CIB_OP_SLAVEALL
Refactor: libcib: rename CIB_OP_MASTER
Refactor: libcib: rename CIB_OP_SLAVE
Refactor: libcib: rename CIB_OP_SYNC_ONE
Refactor: libcib: rename CIB_OP_SYNC
Refactor: libcib: rename CIB_OP_BUMP
Refactor: libcib: rename CIB_OP_ISMASTER
Refactor: libcib: rename CIB_OP_CREATE
Refactor: libcib: rename CIB_OP_MODIFY
Refactor: libcib: rename CIB_OP_QUERY
Refactor: libcib: rename CIB_OP_DELETE
Refactor: libcib: rename CIB_OP_ERASE
Refactor: libcib: rename CIB_OP_REPLACE
Refactor: libcib: rename CIB_OP_UPGRADE
kgaillot committed rP4abf0c57107b: Refactor: libcib: rename CIB_OP_APPLY_DIFF (authored by kgaillot).
Refactor: libcib: rename CIB_OP_APPLY_DIFF
kgaillot committed rPe070e62fe24c: Refactor: libcib: define a PCMK__CIB_REQUEST_NOOP symbol (authored by kgaillot).
Refactor: libcib: define a PCMK__CIB_REQUEST_NOOP symbol
kgaillot committed rPce70306d1999: Refactor: libcib: rename CIB_OP_DELETE_ALT (authored by kgaillot).
Refactor: libcib: rename CIB_OP_DELETE_ALT
kgaillot committed rPedd958c99a98: Refactor: libcib: define a PCMK__CIB_REQUEST_SHUTDOWN symbol (authored by kgaillot).
Refactor: libcib: define a PCMK__CIB_REQUEST_SHUTDOWN symbol
GitHub <noreply@github.com> committed rPad32bc505c8a: Merge pull request #2784 from kgaillot/term (authored by kgaillot).
Merge pull request #2784 from kgaillot/term
Build: rpm: Requires python-psutil for cts
nrwahl2 committed rP5f2bbfcacb07: Test: cts-fencing: Bail out if fencer is running (authored by nrwahl2).
Test: cts-fencing: Bail out if fencer is running
nrwahl2 committed rP0c4dc8bfebc3: Test: cts-exec: Bail out if executor is running (authored by nrwahl2).
Test: cts-exec: Bail out if executor is running
nrwahl2 committed rPc803125afff3: Test: cts-exec, cts-fencing: Exit if corosync running; helper function (authored by nrwahl2).
Test: cts-exec, cts-fencing: Exit if corosync running; helper function
nrwahl2 committed rP4cb4dc5c4318: Test: cts-exec, cts-fencing: Use psutil for killall (authored by nrwahl2).
Test: cts-exec, cts-fencing: Use psutil for killall
GitHub <noreply@github.com> committed rPe7232fdebd7c: Merge pull request #2804 from nrwahl2/nrwahl2-T496 (authored by kgaillot).
Merge pull request #2804 from nrwahl2/nrwahl2-T496
Log: fencing: rename fence action IDs
kgaillot committed rP1f27776379e8: Refactor: fencer: use "target" terminology consistently (authored by kgaillot).
Refactor: fencer: use "target" terminology consistently
kgaillot committed rPc8f5b124aa63: Low: fencer: improve error-checking of request XML (authored by kgaillot).
Low: fencer: improve error-checking of request XML
kgaillot committed rP8fd76f1ec102: Refactor: fencer: functionize merging duplicates of a completed async op (authored by kgaillot).
Refactor: fencer: functionize merging duplicates of a completed async op
Log: fencer: log target consistently
kgaillot committed rP7ce60364453b: Refactor: fencer: functionize getting next required device (authored by kgaillot).
Refactor: fencer: functionize getting next required device
kgaillot committed rP6529cc7df4cb: Refactor: fencer: functionize getting currently executing device (authored by kgaillot).
Refactor: fencer: functionize getting currently executing device
kgaillot committed rP2688c63dfbdf: Log: pacemakerd: improve core file limit messages (authored by kgaillot).
Log: pacemakerd: improve core file limit messages
kgaillot committed rPd84f788a4c66: Doc: controller: improve stonith-watchdog-timeout description (again) (authored by kgaillot).
Doc: controller: improve stonith-watchdog-timeout description (again)
kgaillot committed rP8b3569a168ba: Refactor: fencer: rename a struct member for clarity (authored by kgaillot).
Refactor: fencer: rename a struct member for clarity
GitHub <noreply@github.com> committed rP59e5368eaa68: Merge pull request #2795 from kgaillot/fencing (authored by kgaillot).
Merge pull request #2795 from kgaillot/fencing
nrwahl2 committed rPcb7f320749ba: Test: cts-cli: Add crm_attribute --promotion regression tests (authored by nrwahl2).
Test: cts-cli: Add crm_attribute --promotion regression tests
GitHub <noreply@github.com> committed rP8cc64d52d88b: Merge pull request #2802 from nrwahl2/nrwahl2-T494 (authored by kgaillot).
Merge pull request #2802 from nrwahl2/nrwahl2-T494
Test: cts-regression: Remove .dot.pe files
GitHub <noreply@github.com> committed rP2f1eea4e30a0: Merge pull request #2803 from nrwahl2/nrwahl2-T495 (authored by kgaillot).
Merge pull request #2803 from nrwahl2/nrwahl2-T495
GitHub <noreply@github.com> committed rQeaa95ecf03e6: lib: Fix some small bugs spotted by newest covscan (#471) (authored by chrissie-c).
lib: Fix some small bugs spotted by newest covscan (#471)
Aug 16 2022
Aug 16 2022
clumens committed rPd4358b0f9a6b: Test: libcrmcommon: Add unit tests for very basic list macros. (authored by clumens).
Test: libcrmcommon: Add unit tests for very basic list macros.
clumens committed rPaec9eb450f4a: Test: libcrmcommon: Add a mocked version of getpid. (authored by clumens).
Test: libcrmcommon: Add a mocked version of getpid.
clumens committed rP192cee7ba082: Test: libcrmcommon: Add a unit test for pcmk__getpid_s. (authored by clumens).
Test: libcrmcommon: Add a unit test for pcmk__getpid_s.
clumens committed rP6e688db6f398: Test: libcrmcommon: Add a unit test for pcmk__s. (authored by clumens).
Test: libcrmcommon: Add a unit test for pcmk__s.
clumens committed rP69ddf891ae51: Low: libcrmcommon: crm_generate_ra_key should fail if std or key are missing. (authored by clumens).
Low: libcrmcommon: crm_generate_ra_key should fail if std or key are missing.
Low: daemons: Correct an error message.
clumens committed rPed05cc21190a: Test: libcrmcommon: Add tests for the rest of agents.c. (authored by clumens).
Test: libcrmcommon: Add tests for the rest of agents.c.
clumens committed rP84a5f9c120b4: Test: libcrmcommon: Exclude mock.c from test coverage. (authored by clumens).
Test: libcrmcommon: Exclude mock.c from test coverage.
clumens committed rP9ca6af8a1e87: doc: Pacemaker Development: Mention requiring -lcmocka. (authored by clumens).
doc: Pacemaker Development: Mention requiring -lcmocka.
GitHub <noreply@github.com> committed rP71d8af5c0bb0: Merge pull request #2793 from clumens/easy-tests (authored by kgaillot).
Merge pull request #2793 from clumens/easy-tests
kgaillot committed rP1b4e8ed2bd8b: Refactor: scheduler: avoid using pe_graph_disable (authored by kgaillot).
Refactor: scheduler: avoid using pe_graph_disable
kgaillot committed rP68e2f0fd7485: Refactor: scheduler: add internal equivalent of pe_graph_flags (authored by kgaillot).
Refactor: scheduler: add internal equivalent of pe_graph_flags
kgaillot committed rP864ece44ed67: Refactor: scheduler: avoid pe_graph_flags internally (authored by kgaillot).
Refactor: scheduler: avoid pe_graph_flags internally