- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Tue, Nov 12
Tue, Nov 12
kgaillot committed rP6e1f3ceb6c65: Doc: CONTRIBUTING: update for website changes and 3.0 series (authored by kgaillot).
Doc: CONTRIBUTING: update for website changes and 3.0 series
Doc: README: update for website changes
kgaillot committed rP674f4fa6ee87: Build: update version information for 3.0.0 (authored by kgaillot).
Build: update version information for 3.0.0
Build: doc: fix Makefile typos
kgaillot committed rPc85c71b40943: Build: rpm: drop no-longer-needed support tests from spec file (authored by kgaillot).
Build: rpm: drop no-longer-needed support tests from spec file
kgaillot committed rPbabe1ef1eb08: Build: .gitignore: update pattern to match any release series (authored by kgaillot).
Build: .gitignore: update pattern to match any release series
kgaillot committed rP6984f06e3635: Test: libcrmcommon: move xml_element.c function unit tests (authored by kgaillot).
Test: libcrmcommon: move xml_element.c function unit tests
kgaillot committed rP1d03a405159e: Test: libcrmcommon: move xml_comment.c function unit tests (authored by kgaillot).
Test: libcrmcommon: move xml_comment.c function unit tests
kgaillot committed rP4b8a0938344e: Feature: libcrmcommon: bump feature set to 3.20.0 (authored by kgaillot).
Feature: libcrmcommon: bump feature set to 3.20.0
kgaillot committed rP7165d6a50d9b: Doc: CONTRIBUTING: update for website changes and 3.0 series (authored by kgaillot).
Doc: CONTRIBUTING: update for website changes and 3.0 series
GitHub <noreply@github.com> committed rP6802965010ff: Merge pull request #3724 from kgaillot/backports (authored by kgaillot).
Merge pull request #3724 from kgaillot/backports
Doc: README: update for website changes
Low: CTS: Fix cts-lab --list.
kgaillot committed rPb14237a7a48d: Doc: uploads: don't preserve permissions on uploaded files (authored by kgaillot).
Doc: uploads: don't preserve permissions on uploaded files
GitHub <noreply@github.com> committed rPc3b66b02d0aa: Merge pull request #3723 from gao-yan/cts-lab-list-2.1 (authored by kgaillot).
Merge pull request #3723 from gao-yan/cts-lab-list-2.1
GitHub <noreply@github.com> committed rP324838a50363: Merge pull request #3725 from nrwahl2/nrwahl2-T885 (authored by kgaillot).
Merge pull request #3725 from nrwahl2/nrwahl2-T885
nrwahl2 committed rP2a8234ce1324: Refactor: tools: Assert on NULL cib_xml_orig in crm_resource (authored by nrwahl2).
Refactor: tools: Assert on NULL cib_xml_orig in crm_resource
nrwahl2 closed T885: Fix regression in crm_resource master resource handling as Merged by committing rPd97a2a3841cd: Fix: tools: crm_resource --restart works with master resources.
Tue, Nov 12, 11:07 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
nrwahl2 committed rPd97a2a3841cd: Fix: tools: crm_resource --restart works with master resources (authored by nrwahl2).
Fix: tools: crm_resource --restart works with master resources
nrwahl2 committed rPe1d37a39f744: Refactor: tools: Rearrange cli_resource_delete_attribute() (authored by nrwahl2).
Refactor: tools: Rearrange cli_resource_delete_attribute()
nrwahl2 committed rP32273b69bd72: Fix: tools: crm_resource --delete-parameter --element works with master (authored by nrwahl2).
Fix: tools: crm_resource --delete-parameter --element works with master
nrwahl2 committed rPebf0042b5167: Refactor: tools: Capture pre-upgrade CIB in crm_resource (authored by nrwahl2).
Refactor: tools: Capture pre-upgrade CIB in crm_resource
nrwahl2 committed rP90e3defd44a0: Fix: tools: crm_resource --set-parameter works with master resources (authored by nrwahl2).
Fix: tools: crm_resource --set-parameter works with master resources
nrwahl2 committed rP649025d3ebba: Refactor: tools: Simplify crm_resource update scheduler input functions (authored by nrwahl2).
Refactor: tools: Simplify crm_resource update scheduler input functions
kgaillot committed rPbe5017280c9b: Test: libcrmcommon: add unit tests for pcmk__cmp_nvpair_blocks() (authored by kgaillot).
Test: libcrmcommon: add unit tests for pcmk__cmp_nvpair_blocks()
GitHub <noreply@github.com> committed rP8615e8bb4448: Merge pull request #3721 from kgaillot/rules (authored by kgaillot).
Merge pull request #3721 from kgaillot/rules
kgaillot committed rP340c754f6cdc: Low: libcrmcommon: allow NULL unpack_data in pcmk__cmp_nvpair_blocks() (authored by kgaillot).
Low: libcrmcommon: allow NULL unpack_data in pcmk__cmp_nvpair_blocks()
GitHub <noreply@github.com> committed rP0d4aafe3665a: Merge pull request #3717 from kgaillot/release3 (authored by kgaillot).
Merge pull request #3717 from kgaillot/release3
kgaillot committed rPe55a3ae0cf33: Low: libcrmcommon: ignore NULL first ID in pcmk__cmp_nvpair_blocks() (authored by kgaillot).
Low: libcrmcommon: ignore NULL first ID in pcmk__cmp_nvpair_blocks()
kgaillot committed rP1e0f8494fb4c: Refactor: libcrmcommon: best practices for pcmk__cmp_nvpair_blocks() (authored by kgaillot).
Refactor: libcrmcommon: best practices for pcmk__cmp_nvpair_blocks()
GitHub <noreply@github.com> committed rF05fd299e094c: fence_nutanix_ahv: Add fence agent support for Nutanix AHV Cluster (#600) (authored by Govindarajan Soundararajan <govindarajan.s@nutanix.com>).
fence_nutanix_ahv: Add fence agent support for Nutanix AHV Cluster (#600)
GitHub <noreply@github.com> committed rR20a433c39cef: storage_mon: remove unused macro variables (#1994) (authored by Fujii Masao <fujii@postgresql.org>).
storage_mon: remove unused macro variables (#1994)
nrwahl2 triaged T915: crm_resource --delete-parameter returns ENXIO if parameter does not exist as Normal priority.
Wed, Nov 6
Wed, Nov 6
clumens committed rP1ae0a57ccde3: Refactor: liblrmd: Minor code cleanups to lrmd_send_command. (authored by clumens).
Refactor: liblrmd: Minor code cleanups to lrmd_send_command.
clumens committed rP3bc3c3dc71fe: Refactor: liblrmd: lrmd_send_command should take a bool. (authored by clumens).
Refactor: liblrmd: lrmd_send_command should take a bool.
clumens committed rPe13d554403e2: Refactor: liblrmd: Add lrmd_handshake_hello_msg. (authored by clumens).
Refactor: liblrmd: Add lrmd_handshake_hello_msg.
clumens committed rPf4cd6e6b2107: Refactor: liblrmd: Rename do_handshake to do_api_handshake. (authored by clumens).
Refactor: liblrmd: Rename do_handshake to do_api_handshake.
clumens committed rP45a665ef3ef7: Refactor: liblrmd: Add process_lrmd_handshake_reply. (authored by clumens).
Refactor: liblrmd: Add process_lrmd_handshake_reply.
clumens committed rP10eda6aec3da: Refactor: liblrmd: Change lrmd_handshake return value. (authored by clumens).
Refactor: liblrmd: Change lrmd_handshake return value.
clumens committed rP24da89aba543: Refactor: liblrmd: Perform the API handshake asynchronously. (authored by clumens).
Refactor: liblrmd: Perform the API handshake asynchronously.
GitHub <noreply@github.com> committed rP3a5ed960c9bb: Merge pull request #3722 from clumens/async-api-handshake (authored by kgaillot).
Merge pull request #3722 from clumens/async-api-handshake
GitHub <noreply@github.com> committed rRbfad7ecd6f96: AWS agents: reuse IMDS token until it expires (issue #1990) (#1991) (authored by harshkiprofile <83770157+harshkiprofile@users.noreply.github.com>).
AWS agents: reuse IMDS token until it expires (issue #1990) (#1991)
build: update ChangeLog for 4.16.0
Tue, Nov 5
Tue, Nov 5
GitHub <noreply@github.com> committed rWa35c2bae39f4: Merge pull request #45 from kgaillot/main (authored by kgaillot).
Merge pull request #45 from kgaillot/main
kgaillot committed rW4f2b10f311e8: .gitignore: Ignore hugo caches for real this time (authored by kgaillot).
.gitignore: Ignore hugo caches for real this time
kgaillot committed rW4a8250681c30: .gitignore: Ignore hugo cache directories (authored by kgaillot).
.gitignore: Ignore hugo cache directories
GitHub <noreply@github.com> committed rW1ff2b7126266: Merge pull request #44 from kgaillot/main (authored by kgaillot).
Merge pull request #44 from kgaillot/main
gao-yan committed rP596e7d60b156: Fix: executor: avoid use-after-free upon shutdown (authored by gao-yan).
Fix: executor: avoid use-after-free upon shutdown
GitHub <noreply@github.com> committed rPe043e6816a49: Merge pull request #3719 from gao-yan/executor-shutdown-use-after-free-2.1 (authored by kgaillot).
Merge pull request #3719 from gao-yan/executor-shutdown-use-after-free-2.1
gao-yan committed rPa2c64fdd56a2: Fix: executor: avoid use-after-free upon shutdown (authored by gao-yan).
Fix: executor: avoid use-after-free upon shutdown
GitHub <noreply@github.com> committed rP0d2606e5bce0: Merge pull request #3718 from gao-yan/executor-shutdown-use-after-free (authored by kgaillot).
Merge pull request #3718 from gao-yan/executor-shutdown-use-after-free
kgaillot committed rWeeddfc11d01c: README: Add specific Hugo versions known to work (authored by kgaillot).
README: Add specific Hugo versions known to work
GitHub <noreply@github.com> committed rW94752352fe3e: Merge pull request #43 from kgaillot/main (authored by kgaillot).
Merge pull request #43 from kgaillot/main
kgaillot committed rW42522e147d6d: Fix typo in Pacemaker deprecated documentation PHP (authored by kgaillot).
Fix typo in Pacemaker deprecated documentation PHP
kgaillot committed rW36ebfe2e552b: Add description and title for Pacemaker 3.0 docs (authored by kgaillot).
Add description and title for Pacemaker 3.0 docs
Mon, Nov 4
Mon, Nov 4
Mon, Nov 4, 6:22 PM · Restricted Project
Mon, Nov 4, 6:20 PM · Restricted Project
Mon, Nov 4, 6:12 PM · Restricted Project
Mon, Nov 4, 6:05 PM · Restricted Project
Mon, Nov 4, 11:57 AM · Restricted Project
kgaillot moved T785: Fix handling of fence device monitor timeouts from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mon, Nov 4, 11:23 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot moved T901: Use asynchronous communication for liblrmd commands with replies from Restricted Project Column to Restricted Project Column on the Restricted Project board.
kgaillot renamed T855: Make most remote reads asynchronous from Make remote reads asynchronous to Make most remote reads asynchronous.
Mon, Nov 4, 11:21 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot changed the status of T901: Use asynchronous communication for liblrmd commands with replies from Open to WIP.
kgaillot changed the status of T901: Use asynchronous communication for liblrmd commands with replies, a subtask of T855: Make most remote reads asynchronous, from Open to WIP.
Mon, Nov 4, 11:20 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
Mon, Nov 4, 11:00 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot changed the status of T742: Drop "default" as an allowed value for some meta-attributes from WIP to Open.
Mon, Nov 4, 10:34 AM · Restricted Project
Thu, Oct 31
Thu, Oct 31
nrwahl2 committed rP3afc8b64384e: Refactor: tools: Drop cli_resource_restart() cib_options argument (authored by nrwahl2).
Refactor: tools: Drop cli_resource_restart() cib_options argument
nrwahl2 committed rP5704f7b25196: Refactor: tools: Drop cli_resource_move() cib_options argument (authored by nrwahl2).
Refactor: tools: Drop cli_resource_move() cib_options argument
nrwahl2 committed rPb8352dc99fd7: Refactor: tools: Drop cli_resource_prefer() cib_options argument (authored by nrwahl2).
Refactor: tools: Drop cli_resource_prefer() cib_options argument
nrwahl2 committed rP30f0b2e6cf30: Refactor: tools: Drop cli_resource_ban() cib_options argument (authored by nrwahl2).
Refactor: tools: Drop cli_resource_ban() cib_options argument
nrwahl2 committed rP684205a67962: Refactor: tools: Drop cli_resource_clear_all_expired() cib_options arg (authored by nrwahl2).
Refactor: tools: Drop cli_resource_clear_all_expired() cib_options arg
nrwahl2 committed rPc095318ddbb1: Feature: tools: Drop deprecated crm_resource --xml-file option (authored by nrwahl2).
Feature: tools: Drop deprecated crm_resource --xml-file option
nrwahl2 committed rPb6889f3247b7: Refactor: tools: Drop cli_resource_clear() cib_options argument (authored by nrwahl2).
Refactor: tools: Drop cli_resource_clear() cib_options argument
nrwahl2 committed rP8e1d96389249: Refactor: tools: Drop cli_resource_delete_attribute() cib_options arg (authored by nrwahl2).
Refactor: tools: Drop cli_resource_delete_attribute() cib_options arg
nrwahl2 committed rP1641df8291f2: Doc: tools: Add COMPAT note for crm_resource --host-uname option (authored by nrwahl2).
Doc: tools: Add COMPAT note for crm_resource --host-uname option
nrwahl2 committed rP15a859de7d08: Feature: tools: Drop crm_resource --get-property option (authored by nrwahl2).
Feature: tools: Drop crm_resource --get-property option
nrwahl2 committed rP6e5959facc61: Refactor: cts: Expand non-obvious crm_resource options (authored by nrwahl2).
Refactor: cts: Expand non-obvious crm_resource options
nrwahl2 committed rP47237fb8c3f9: Feature: tools: Drop crm_resource --set-property option (authored by nrwahl2).
Feature: tools: Drop crm_resource --set-property option
nrwahl2 committed rP9ff48f55681e: Refactor: tools: Drop cib_xml_copy function arguments (authored by nrwahl2).
Refactor: tools: Drop cib_xml_copy function arguments
GitHub <noreply@github.com> committed rP26f9591dd7da: Merge pull request #3714 from nrwahl2/nrwahl2-refactor (authored by kgaillot).
Merge pull request #3714 from nrwahl2/nrwahl2-refactor
Thu, Oct 31, 6:06 PM · Restricted Project
Thu, Oct 31, 5:24 PM · Restricted Project
Thu, Oct 31, 5:19 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot edited projects for T835: date-X and origin scheduler regression tests fail when run directly, added: Restricted Project; removed Restricted Project.