Skip to content
Avatar
🐍
Python Tamer
🐍
Python Tamer

Sponsors

@geerlingguy @jagguli @jsf9k @nhthai2005 @ehagerty @cybette @belfast77 @MonolithProjects

Sponsoring

@knsv @gaborbernat @gnachman @The-Compiler @Homebrew @geerlingguy @willmcgugan

Achievements

Achievements

Highlights

Block or Report

Block or report ssbarnea

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ssbarnea/README.md

Hi there 👋

  • 🔭 I’m currently working for Red Hat (IBM) as part of Ansible DevTools team
  • 🌱 I’m currently maintaining several open source projects
  • 💬 @zbr nick on matrix/irc channels as #ansible-devtools, #zuul or #pycontribs
  • sbarnea.com personal blog, always outdated

ssbarnea's GitHub stats

Credits

I would like to thanks everyone that has aver supported me in my volutary work of supporting open-source project. I should mention at least few of these:

  • Red Hat (IBM), which is also my employer, for giving me the freedom to contribute to whatever open-source project I do see fit and spend a signifiant portion of my work time doing this, not only my free time.
  • Every other open-source maintainer which ever reviewed my contributions, or just replied to issues I raise. I do value your help!
  • Those that decided to show appeciation by sponsoring me. Keep in mind that I donate 100% of what I receive to upstream opensource projects that I use.
  • Several companies that found a way to support my work:
    • JetBrains for providing me with a free license of the great PyCharm
    • Navicat for giving me a license of their powerful dataabase database development tool
    • Atlassian for providing a free cloud instance of Jira that is used to perform integrations testing on jira python library.

2020-12 Updates

2020 proved to be a very stressful year which got me very close to a burnout. One measure that I had to take was to suspend my maintenance of jira library. I am aware that it is affected by a lot of bitrot and nobody was willing to spend the considerable amount of time needed to restore the CI.

Please do not get offeended if I do not reply to support questions on irc or email. Unless I already know you as someone that contributed to one of projects I maintain or just use, I would likely ignore direct messages.

Tool others made and that I want to share with you

  • hyperfine for benchmarking command execution times
  • ripgrep for searching locally. It recognizes gitignores and provide a very useful output. I do also have an alias for it rg='rg --hidden --no-follow --max-columns 255 --no-heading --column -F'
  • pyenv install and use multiple versions of python. Useful to bring python versions that your distro may lack. Especialy useful for MacOS.
  • direnv which allows yuou to create .envrc fiels on disk which are automatically loaded. You can put env vars there, including secrets in order to avoid cluttering your entire user profile. This also limits their availability based on where you run from.
  • glances and htop as alternatives to old top.

Bits

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF+fxSQJpM7Ily1dWQ2Cpfft/0nnDwz2cjT1p0JZQqPr @ssbarnea (zbr)

Pinned

  1. mk ease contributing to any open source repository by exposing most common actions you can run. Inspired by make, tox and other cool tools!

    Python 15 5

  2. Best practices checker for Ansible

    Python 2.6k 420

  3. Molecule aids in the development and testing of Ansible roles

    Python 3.2k 557

  4. tox-ansible exposes Ansible molecule test scenarios as tox environments, so you can test them in insolation without having to setup tox.ini yourself.

    Python 9 5

  5. vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.

    TypeScript 126 18

Contribution activity

October 2021

Created 2 repositories

Created a pull request in SchemaStore/schemastore that received 8 comments

github-workflow: add support for python-versions

This change prevents bugs like wrongly typing the float 3.10 value instead of "3.10" as python version, as the float ends-up as 3.1, which is inval…

+18 −0 8 comments
Opened 92 other pull requests in 14 repositories
ansible/vscode-ansible 30 merged 1 closed
ansible/ansible-language-server 1 open 15 merged 1 closed
ansible-community/ansible-compat 10 merged 1 open
ansible-community/ansible-lint 6 merged
ansible-community/molecule 3 merged 1 open 2 closed
ssbarnea/gha-playground 4 merged 1 open
ansible-community/devtools 4 merged
pycontribs/jira 3 merged
ansible-community/molecule-containers 2 merged
ssbarnea/schemastore 2 open
ansible-community/pytest-molecule 2 merged
ansible-community/molecule-podman 1 open
SchemaStore/schemastore 1 open
pycontribs/subprocess-tee 1 merged
Reviewed 42 pull requests in 10 repositories
ansible/ansible-language-server 9 pull requests
ansible/vscode-ansible 8 pull requests
ansible-community/molecule 7 pull requests
ansible-community/ansible-lint 6 pull requests
pycontribs/jira 5 pull requests
jazzband/pip-tools 2 pull requests
ansible-community/ansible-compat 2 pull requests
microsoft/vscode-vsce 1 pull request
ssbarnea/gha-playground 1 pull request
ansible/ansible-navigator 1 pull request

Created an issue in pypa/packaging.python.org that received 4 comments

objects.inv vanished from docs (404 error)

Apparently an URL that worked previously now returns 404: loading intersphinx inventory from https://packaging.python.org/en/latest/objects.inv... …

4 comments
Opened 13 other issues in 9 repositories
ansible-community/devtools 3 open
ansible/vscode-ansible 2 open
sanitizers/patchback-github-app 2 open
redhat-developer/vscode-extension-tester 1 open
alessandrojcm/commitlint-pre-commit-hook 1 open
ssbarnea/gha-playground 1 open
actions/virtual-environments 1 closed
refined-github/refined-github 1 open
ansible-community/ansible-lint 1 open
Started 4 discussions in 2 repositories
ansible-community/ansible-lint
ansible-community/molecule

Seeing something unexpected? Take a look at the GitHub profile guide.