Robin Björklin

Results 45 issues of Robin Björklin

It looks like most secrets are encrypted by the [Secret](https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/util/Secret.java) class. This however does not seem to be the case with [SecretBytes](https://github.com/jenkinsci/credentials-plugin/blob/ac381d0df61f4b4d714fa7ac8be932cca35558fc/src/main/java/com/cloudbees/plugins/credentials/SecretBytes.java#L123-L144) which has it's own implementation. This seems to...

This is just an FYI for anyone who finds their way here. There is a maintained fork here: https://github.com/salt-formulas/reclass

I've tried filtering for DNS queries and can't see an IP in the response, what am I doing wrong? ``` sudo ngrep -W single -l -q -d any -i ""...

See this paper for an interesting algorithm: http://ls13-www.cs.tu-dortmund.de/homepage/publications/jannach/Conference_RecSys_2017.pdf

This PR adds opt-in functionality for Postgres replication controlled by [repmgr](https://repmgr.org/).

I was just hit by some surprising behavior due to the [Ansible variable precedence rules](https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable) where the [`include_vars` block in `tasks/main.yml`](https://github.com/ANXS/postgresql/blob/master/tasks/main.yml#L3-L7) overrode my configuration that I had set in **"14....

The documentation for `custom_compression_filter` and `custom_decompression_filter` is almost non-existent. How does one go about using these? Do the commands need to be configured to read from stdin and write to...

triage

I have found my way over here after trying to use https://github.com/vbmithr/ocaml-websocket and realizing that `ws://` and `wss://` from [RFC6455](https://datatracker.ietf.org/doc/html/rfc6455#section-3) are not supported. The library seems to work correctly with...

Using this plugin seems to introduce a symbol collision with the [`tag` keyword described in the `when` section](https://www.jenkins.io/doc/book/pipeline/syntax/#when). The collision in question is between these two: https://github.com/KostyaSha/github-integration-plugin/blob/master/github-pullrequest-plugin/src/main/java/com/github/kostyasha/github/integration/multibranch/handler/GitHubTagHandler.java#L115 https://github.com/jenkinsci/pipeline-model-definition-plugin/blob/df9862e385faba147f9e1665309fafe7b3f02452/pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TagConditional.java#L89 Initial report...

There was a request for structured logging in #24 which looks like it was implemented in a separate package as syslog. It would be great if there was support for...

enhancement