Aleksei Burlakov

Results 10 issues of Aleksei Burlakov

The flag HttpOnly was unconditional. It was set fot all cookies. This commit gives you a choice. To set the HttpOnly flag you need to pass the environment variable `HAWK_COOKIE_HTTP_ONLY=true`....

This is a draft-PR. It does two things **1)** It resolves gem-dependencies by `obs-service-bundle_gems`. It happens sometimes that the gems are incompatible in some releases. So this PR simply downloads...

It enables creating the cluster under the hacluster It requires some preparaions. To use it, do: Bring the user to the haclient group. Assume the user is 'hackerman' ``` user=hackerman...

When doing `crm configure primitive st-ssh stonith:external/ssh params hostlist=node1` the crm would complain `ERROR: st-ssh: parameter "hostlist" is not known` (because the `libglue-devel` containing `stonith:external/ssh` was not installed). The user...

Use crm_attribute --list-options pacemaker-v3+ enables crm_attribute --list-options which is preferable over the "pacemaker-schedulerd", "pacemaker-controld", "pacemaker-based", or even older "pengine", "crmd", "cib".

It tells the browser not to autocomplete the password textbox.

Here I add two changes + the test for them. Changes are 1) sle15.4+ versions uses the keyword "select" instead of "enum" for enumeratable options. 2) pacemaker 2.8+ lists possible...

The regression was introduced in beb26f3e Before beb26f3e it was like ``` crm(live/15sp5-1)configure# primitive d Dummy crm(live/15sp5-1)configure# up There are changes pending. Do you want to commit them (y/n)? ```...

This new command checks if the migration from sle15 to sle16 is safe. (ref: PED-8270)

This is the next iteration of renaming `score` -> `kind`. Here we replace all occurences of the `score` visible to the user. So, an English version hawk will display all...