pacemaker icon indicating copy to clipboard operation
pacemaker copied to clipboard

Move much of crm_ticket into libpacemaker

Open clumens opened this issue 1 year ago • 4 comments

clumens avatar Mar 25 '24 18:03 clumens

The first eight commits could be broken out into their own PR.

clumens avatar Mar 25 '24 18:03 clumens

One piece potentially missing here is that allow_modification is still in crm_ticket. This code doesn't exist in any of the library functions. Perhaps it needs to be moved over and called, though.

clumens avatar Mar 25 '24 19:03 clumens

Added a patch to deal with allow_modification, rebased on main.

clumens avatar Mar 26 '24 18:03 clumens

I've split out all the intro stuff into its own PR, which this one is now built on top of (and also duplicates those patches, for the moment). Not everything here is done, but I want to get the prep stuff out of the way first and then we can finish the more complicated parts of this one.

clumens avatar Mar 27 '24 19:03 clumens