Sorin Sbarnea

Results 499 issues of Sorin Sbarnea

As @webknjaz and I observed, we often observe repositories that have wrong or incomplete branch protection rules. This can lead to mistakes or even more dangerous security issues. The good...

enhancement
workflows

Why trying to enable `` via https://review.opendev.org/#/c/716251/4/web/src/containers/build/BuildOutput.jsx I observed that this produces failures like https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_aa6/716251/4/check/zuul-build-dashboard/aa6b67f/npm/html/build/f88a6e20be834d5a8245b5473e609a8e ``` TypeError: "e.split is not a function" value index.js:291 value index.js:251 value index.js:99 default index.js:28...

bug
help wanted

In order to easy the release management and avoid publishing using personal accounts, projects should be able to publish new releases using a service account. This service account can be...

It would be great if you could document the differences between this libary and the other existing one namd Party - https://pypi.python.org/pypi/Party/ How do they compare, pros, cons, maybe policy...

I thin that maybe is time to implement a workaround for allowing us to start the debugger on a failure. See https://bugs.launchpad.net/testrepository/+bug/902881 Instructions from https://wiki.openstack.org/wiki/Testr#Debugging_.28pdb.29_Tests are outdated as they do...

### Issue description The current documentation requires used to call a script that is included in the source, `$STESTR_SOURCE_DIR/tools/testr_to_stestr.py` which may be quite inconvenient. #### Expected behavior and actual behavior...

Assuming the current comment has multiple tags, setuptools only picks the first one, when it would be better to pick that last one instead. Multiple tags on same commit are...

enhancement
help wanted
deferred

Current behavior of setuptools does not help with automation because it does not just retrieve the version, it can also report the guessed version. ``` > python3 -m setuptools_scm Guessed...

If someone has a project repository that uses submodules which are part of the packaging, running setuptools on a clone without recurse will produce a broken/incomplete package. The user will...

Once an editable install is performed the version reported by it remains the same even if the code was updated and a new tag was added. At this moment the...