Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
You need to combine https://theforeman.github.io/forklift/development/#packit-pr-builds and https://theforeman.github.io/forklift/testing/#pipeline-testing but I don't know how well it works since it only should be set up on the last install, not the n-2 and...
> Here's how I fixed it: https://postgrespro.com/list/id/CANu8FiwUHNbRkpVCGRkzqvQZVxTm1v9NsrRWkWU-KKD-W-xfqQ@mail.gmail.com says you also need to update `pg_shdepend`: ```sql UPDATE pg_shdepend SET refobjid = {oid_of_new_owner} WHERE refobjid = {oid_of old_owner} AND deptype = 'o';...
I had a closer look at the method and I think some comments in https://github.com/Katello/katello/pull/11110#pullrequestreview-2242461519 also apply to the current code and your patch.
> To aid developers in creating these constants, I created a rake task, `export_permissions`, that automatically generates these JS constants from the permission seed file. My programming professor from university...
It looks like the [tests](https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/spec/functions/loadjson_spec.rb) really stub out the crucial parts which is `JSON.parse` and I really don't know why. What is really is the point of testing it then?
> @maximiliankolb Atix folks probably take over the ownership and extract the code to the plugin, so there should be a doc variant for your docs. If there is a...
Now that web01 is turned off, can you rebase this?
> Since it's too late for the 3.14 release, should we keep it for 3.14.1, or would it be better to create a new PR with an updated migration to...
@nofaralfasi do you still think we should pull this into 3.14 or is it something we can leave for 3.15?
@nofaralfasi given where 3.14 is now, shall we close this?