URL: https://github.com/freeipa/freeipa/pull/946
Author: tiran
Title: #946: Misc Python 3 fixes for ipaserver.secrets
Action: opened
PR body:
"""
bytes/str fixes for LDAP data, JSON encoding and temp files.
Related to https://bugzilla.redhat.com/show_bug.cgi?id=1476150
"""
To pull the PR as
URL: https://github.com/freeipa/freeipa/pull/828
Author: tiran
Title: #828: Silence pytest.yield_fixture deprecation warning
Action: opened
PR body:
"""
pytest >= 2.10 supports yield based fixtures with pytest.fixture. In
pytest < 2.10 pytest.yield_fixture is required. But that function
also
URL: https://github.com/freeipa/freeipa/pull/827
Title: #827: pylint: explicitly depends on python2-pylint
tiran commented:
"""
@MartinBasti I'm still developing on F25 because I'm reluctant to upgrade my
working machine to F26 until F26 has been released and stabilized. Can we
compromise and
URL: https://github.com/freeipa/freeipa/pull/828
Author: tiran
Title: #828: Silence pytest.yield_fixture deprecation warning
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/828/head:pr828
git checkout
URL: https://github.com/freeipa/freeipa/pull/827
Title: #827: pylint: explicitly depends on python2-pylint
tiran commented:
"""
```
%if 0%{?fedora} >= 26
BuildRequires: python2-pylint
%else
BuildRequires: python-pylint >= 1.6
%endif
```
"""
See the full comment at
URL: https://github.com/freeipa/freeipa/pull/827
Title: #827: pylint: explicitly depends on python2-pylint
tiran commented:
"""
```
%if 0%{?fedora} >= 26
BuildRequires: python2-pylint
%else
BuildRequires: python-pylint >= 1.6
%endif
```
"""
See the full comment at
URL: https://github.com/freeipa/freeipa/pull/828
Author: tiran
Title: #828: Silence pytest.yield_fixture deprecation warning
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/828/head:pr828
git checkout
URL: https://github.com/freeipa/freeipa/pull/828
Title: #828: Silence pytest.yield_fixture deprecation warning
tiran commented:
"""
yield fixtures and yield tests are two different beasts. I have pushed another
commit to replace yield tests with parametrized tests.
"""
See the full comment at
URL: https://github.com/freeipa/freeipa/pull/1158
Author: tiran
Title: #1158: Block PyOpenSSL to prevent SELinux execmem in wsgi
Action: opened
PR body:
"""
Some dependencies like Dogtag's pki.client library and custodia use
python-requsts to make HTTPS connection. python-requests prefers
URL: https://github.com/freeipa/freeipa/pull/1161
Author: tiran
Title: #1161: Block PyOpenSSL to prevent SELinux execmem in wsgi
Action: opened
PR body:
"""
Some dependencies like Dogtag's pki.client library and custodia use
python-requsts to make HTTPS connection. python-requests prefers
URL: https://github.com/freeipa/freeipa/pull/1160
Author: tiran
Title: #1160: Block PyOpenSSL to prevent SELinux execmem in wsgi
Action: opened
PR body:
"""
Some dependencies like Dogtag's pki.client library and custodia use
python-requsts to make HTTPS connection. python-requests prefers
URL: https://github.com/freeipa/freeipa/pull/1148
Author: tiran
Title: #1148: Use namespace-aware meta importer for ipaplatform
Action: opened
PR body:
"""
Instead of symlinks and build-time configuration the ipaplatform module
is now able to auto-detect platforms on import time. The meta
URL: https://github.com/freeipa/freeipa/pull/379
Author: tiran
Title: #379: Packaging: Add IPA commands package
Action: reopened
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/379/head:pr379
git checkout pr379
URL: https://github.com/freeipa/freeipa/pull/1335
Author: tiran
Title: #1335: [Backport][ipa-4-6] Fix dnsrecord_show for structured record
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1335/head:pr1335
git
URL: https://github.com/freeipa/freeipa/pull/1340
Author: tiran
Title: #1340: Add workaround for pytest 3.3.0 bug
Action: opened
PR body:
"""
pytest is setting an env var PYTEST_CURRENT_TEST to the test name + test
parameters. If parameters happen to contain NULL bytes, the putenv()
call
URL: https://github.com/freeipa/freeipa/pull/1342
Author: tiran
Title: #1342: [Backport][ipa-4-6] Add workaround for pytest 3.3.0 bug
Action: opened
PR body:
"""
Backport of #1340
pytest is setting an env var PYTEST_CURRENT_TEST to the test name + test
parameters. If parameters happen to
URL: https://github.com/freeipa/freeipa/pull/1342
Author: tiran
Title: #1342: [Backport][ipa-4-6] Add workaround for pytest 3.3.0 bug
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1342/head:pr1342
git checkout
URL: https://github.com/freeipa/freeipa/pull/1340
Author: tiran
Title: #1340: Add workaround for pytest 3.3.0 bug
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1340/head:pr1340
git checkout pr1340
URL: https://github.com/freeipa/freeipa/pull/1056
Author: stlaz
Title: #1056: Remove temporary workaround for Travis CI
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1056/head:pr1056
git checkout pr1056
URL: https://github.com/freeipa/freeipa/pull/1331
Author: tiran
Title: #1331: [Backport][ipa-4-6] Use Python 3 on Travis
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1331/head:pr1331
git checkout pr1331
URL: https://github.com/freeipa/freeipa/pull/1278
Author: felipevolpone
Title: #1278: [Backport][ipa-4-5] Warning the user when using a loopback IP as
forwarder
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1318
Author: tiran
Title: #1318: [Backport][ipa-4-6] Prevent installation of Py2 and Py3 mod_wsgi
Action: opened
PR body:
"""
This PR was opened automatically because PR #1306 was pushed to master and
backport to ipa-4-6 is required.
"""
To pull
URL: https://github.com/freeipa/freeipa/pull/1306
Author: tiran
Title: #1306: Prevent installation of Py2 and Py3 mod_wsgi
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1306/head:pr1306
git checkout pr1306
URL: https://github.com/freeipa/freeipa/pull/1311
Author: tiran
Title: #1311: [Backport][ipa-4-6] libotp: add libraries after objects
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1311/head:pr1311
git checkout
URL: https://github.com/freeipa/freeipa/pull/1319
Author: tiran
Title: #1319: [Backport][ipa-4-5] Prevent installation of Py2 and Py3 mod_wsgi
Action: opened
PR body:
"""
This PR was opened manually because PR #1306 was pushed to master and backport
to ipa-4-5 is required.
"""
To pull the
URL: https://github.com/freeipa/freeipa/pull/1316
Author: tiran
Title: #1316: [Backport][ipa-4-6] Require UTF-8 fs encoding
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1316/head:pr1316
git checkout pr1316
URL: https://github.com/freeipa/freeipa/pull/1325
Author: tiran
Title: #1325: [Backport][ipa-4-6] Backport pr1262 ipa 4 6
Action: opened
PR body:
"""
This PR was opened manually because PR #1262 was pushed to master and backport
to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git
URL: https://github.com/freeipa/freeipa/pull/1323
Author: Rezney
Title: #1323: [Backport][ipa-4-5] test_vault: increase WAIT_AFTER_ARCHIVE
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1323/head:pr1323
git
URL: https://github.com/freeipa/freeipa/pull/1322
Author: Rezney
Title: #1322: [Backport][ipa-4-6] test_vault: increase WAIT_AFTER_ARCHIVE
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1322/head:pr1322
git
URL: https://github.com/freeipa/freeipa/pull/1321
Author: tiran
Title: #1321: [Backport][ipa-4-5] Remove ignore import 4 5
Action: opened
PR body:
"""
Manual backport of PR #1258
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1321
Author: tiran
Title: #1321: [Backport][ipa-4-5] Remove ignore_import_errors
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1321/head:pr1321
git checkout pr1321
URL: https://github.com/freeipa/freeipa/pull/1324
Author: tiran
Title: #1324: Fix dnsrecord_show for structured record
Action: opened
PR body:
"""
https://pagure.io/freeipa/issue/7275
Signed-off-by: Christian Heimes
"""
To pull the PR as Git branch:
git remote add
URL: https://github.com/freeipa/freeipa/pull/1330
Author: tomaskrizek
Title: #1330: [Backport][ipa-4-5] prci: define testing topologies
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1330/head:pr1330
git
URL: https://github.com/freeipa/freeipa/pull/1331
Author: tiran
Title: #1331: [Backport][ipa-4-6] Use Python 3 on Travis
Action: opened
PR body:
"""
This PR was opened automatically because PR #1303 was pushed to master and
backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
URL: https://github.com/freeipa/freeipa/pull/1325
Author: tiran
Title: #1325: [Backport][ipa-4-6] ipa-restore: Set umask to 0022 while
restoring
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1325/head:pr1325
URL: https://github.com/freeipa/freeipa/pull/1335
Author: tiran
Title: #1335: [Backport][ipa-4-6] Fix dnsrecord_show for structured record
Action: opened
PR body:
"""
This PR was opened automatically because PR #1324 was pushed to master and
backport to ipa-4-6 is required.
"""
To pull the
URL: https://github.com/freeipa/freeipa/pull/1324
Author: tiran
Title: #1324: Fix dnsrecord_show for structured record
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1324/head:pr1324
git checkout pr1324
URL: https://github.com/freeipa/freeipa/pull/1328
Author: tomaskrizek
Title: #1328: prci: define testing topologies
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1328/head:pr1328
git checkout pr1328
URL: https://github.com/freeipa/freeipa/pull/1312
Author: slaykovsky
Title: #1312: ipalib/frontend.py output_for_cli loops optimization
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1312/head:pr1312
git
URL: https://github.com/freeipa/freeipa/pull/1329
Author: tomaskrizek
Title: #1329: [Backport][ipa-4-6] prci: define testing topologies
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1329/head:pr1329
git
URL: https://github.com/freeipa/freeipa/pull/1319
Author: tiran
Title: #1319: [Backport][ipa-4-5] Prevent installation of Py2 and Py3 mod_wsgi
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1319/head:pr1319
git
URL: https://github.com/freeipa/freeipa/pull/1352
Author: tiran
Title: #1352: [Backport][ipa-4-6] test_batch_plugin: fix py2/3 failing
assertion
Action: opened
PR body:
"""
This PR was opened automatically because PR #1345 was pushed to master and
backport to ipa-4-6 is required.
"""
To
URL: https://github.com/freeipa/freeipa/pull/1345
Author: Rezney
Title: #1345: test_batch_plugin: fix py2/3 failing assertion
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1345/head:pr1345
git checkout pr1345
URL: https://github.com/freeipa/freeipa/pull/1350
Author: tiran
Title: #1350: [Backport][ipa-4-6] Update builddep command to install Python 3
and tox deps
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1341
Author: tiran
Title: #1341: Update builddep command to install Python 3 and tox deps
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1341/head:pr1341
git
URL: https://github.com/freeipa/freeipa/pull/1351
Author: tiran
Title: #1351: NSSDB: use preferred convert command
Action: opened
PR body:
"""
After further testing, Kai Engert proposed to use -N with -f -@ to
convert a NSSDB from DBM to SQL format.
URL: https://github.com/freeipa/freeipa/pull/1350
Author: tiran
Title: #1350: [Backport][ipa-4-6] Update builddep command to install Python 3
and tox deps
Action: opened
PR body:
"""
This PR was opened automatically because PR #1341 was pushed to master and
backport to ipa-4-6 is required.
URL: https://github.com/freeipa/freeipa/pull/1393
Author: tiran
Title: #1393: Travis: Add workaround for missing IPv6 support
Action: opened
PR body:
"""
Latest Travis CI image lacks IPv6 address on localhost. Use image from
old group.
Signed-off-by: Christian Heimes
"""
URL: https://github.com/freeipa/freeipa/pull/1408
Author: tiran
Title: #1408: Fix pylint warnings inconsistent-return-statements
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1408/head:pr1408
git checkout
URL: https://github.com/freeipa/freeipa/pull/1392
Author: tiran
Title: #1392: Travis: Add ::1 to loopback in case it's missing
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1392/head:pr1392
git checkout pr1392
URL: https://github.com/freeipa/freeipa/pull/1395
Author: tiran
Title: #1395: Travis: Add workaround for missing IPv6 support
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1395/head:pr1395
git checkout pr1395
URL: https://github.com/freeipa/freeipa/pull/1397
Author: tiran
Title: #1397: [Backport][ipa-4-6] Travis: Add workaround for missing IPv6
support
Action: opened
PR body:
"""
This PR was opened automatically because PR #1395 was pushed to master and
backport to ipa-4-6 is required.
"""
To
URL: https://github.com/freeipa/freeipa/pull/1391
Author: abbra
Title: #1391: [WIP] Add :1/128 in Travis CI in case it misses
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1391/head:pr1391
git checkout pr1391
URL: https://github.com/freeipa/freeipa/pull/1403
Author: tiran
Title: #1403: [Backport][ipa-4-6] ensuring 389-ds plugins are enabled after
install
Action: opened
PR body:
"""
This PR was opened automatically because PR #1327 was pushed to master and
backport to ipa-4-6 is required.
"""
To
URL: https://github.com/freeipa/freeipa/pull/1404
Author: tiran
Title: #1404: [Backport][ipa-4-5] ensuring 389-ds plugins are enabled after
install
Action: opened
PR body:
"""
This PR was opened automatically because PR #1327 was pushed to master and
backport to ipa-4-5 is required.
"""
To
URL: https://github.com/freeipa/freeipa/pull/1327
Author: akokshar
Title: #1327: ensuring 389-ds plugins are enabled after install
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1327/head:pr1327
git checkout
URL: https://github.com/freeipa/freeipa/pull/1397
Author: tiran
Title: #1397: [Backport][ipa-4-6] Travis: Add workaround for missing IPv6
support
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1397/head:pr1397
URL: https://github.com/freeipa/freeipa/pull/1403
Author: tiran
Title: #1403: [Backport][ipa-4-6] ensuring 389-ds plugins are enabled after
install
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1404
Author: tiran
Title: #1404: [Backport][ipa-4-5] ensuring 389-ds plugins are enabled after
install
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1399
Author: tomaskrizek
Title: #1399: prci: bump ci-master-f27 template to 1.0.2
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1399/head:pr1399
git checkout pr1399
URL: https://github.com/freeipa/freeipa/pull/1405
Author: tiran
Title: #1405: Enable ephemeral KRA requests
Action: opened
PR body:
"""
@rcritten's PR #1116 rebased to latest master. I had to create a new PR because
I don't have permission to fix the merge conflict.
## original message
URL: https://github.com/freeipa/freeipa/pull/1398
Author: tiran
Title: #1398: [Backport][ipa-4-5] Travis: Add workaround for missing IPv6
support
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1398/head:pr1398
URL: https://github.com/freeipa/freeipa/pull/1332
Author: pvomacka
Title: #1332: Enable WebUI unit tests
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1332/head:pr1332
git checkout pr1332
URL: https://github.com/freeipa/freeipa/pull/1116
Author: rcritten
Title: #1116: Enable ephemeral KRA requests
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1116/head:pr1116
git checkout pr1116
URL: https://github.com/freeipa/freeipa/pull/1411
Author: tiran
Title: #1411: [Backport][ipa-4-6] Fix pylint warnings
inconsistent-return-statements
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1409
Author: tiran
Title: #1409: Vault: Add argument checks to encrypt/decrypt
Action: opened
PR body:
"""
Vault's encrypt and decrypt helper function take either symmetric or
public/private key. Raise an exception if either both or none of them
URL: https://github.com/freeipa/freeipa/pull/1410
Author: tiran
Title: #1410: Custodia uninstall: Don't fail when LDAP is down
Action: opened
PR body:
"""
The Custodia instance is removed when LDAP is already shut down. Don't
fail and only remove the key files from disk. The server_del
URL: https://github.com/freeipa/freeipa/pull/1411
Author: tiran
Title: #1411: [Backport][ipa-4-6] Fix pylint warnings
inconsistent-return-statements
Action: opened
PR body:
"""
This PR was opened manually because PR #1408 was pushed to master and backport
to ipa-4-6 is required.
"""
To
URL: https://github.com/freeipa/freeipa/pull/1407
Author: Rezney
Title: #1407: test_help: test "help" command without schema cache
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1407/head:pr1407
git checkout
URL: https://github.com/freeipa/freeipa/pull/1409
Author: tiran
Title: #1409: Vault: Add argument checks to encrypt/decrypt
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1409/head:pr1409
git checkout pr1409
URL: https://github.com/freeipa/freeipa/pull/1412
Author: tiran
Title: #1412: Use pylint 1.7.5 with fix for bad python3 import
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1412/head:pr1412
git checkout pr1412
URL: https://github.com/freeipa/freeipa/pull/1413
Author: tiran
Title: #1413: [Backport][ipa-4-6] Require python-ldap 3.0.0b2
Action: opened
PR body:
"""
This PR was opened automatically because PR #1390 was pushed to master and
backport to ipa-4-6 is required.
"""
To pull the PR as Git
URL: https://github.com/freeipa/freeipa/pull/1390
Author: tiran
Title: #1390: Require python-ldap 3.0.0b2
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1390/head:pr1390
git checkout pr1390
URL: https://github.com/freeipa/freeipa/pull/1405
Author: tiran
Title: #1405: Enable ephemeral KRA requests
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1405/head:pr1405
git checkout pr1405
URL: https://github.com/freeipa/freeipa/pull/1406
Author: tiran
Title: #1406: [Backport][ipa-4-6] Enable ephemeral KRA requests
Action: opened
PR body:
"""
This PR was opened automatically because PR #1405 was pushed to master and
backport to ipa-4-6 is required.
"""
To pull the PR as Git
URL: https://github.com/freeipa/freeipa/pull/1406
Author: tiran
Title: #1406: [Backport][ipa-4-6] Enable ephemeral KRA requests
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1406/head:pr1406
git checkout
URL: https://github.com/freeipa/freeipa/pull/1408
Author: tiran
Title: #1408: Fix pylint warnings inconsistent-return-statements
Action: opened
PR body:
"""
Add consistent return to all functions and methods that are covered by
tox -e pylint[23]. I haven't checked if return None is always a
URL: https://github.com/freeipa/freeipa/pull/1398
Author: tiran
Title: #1398: [Backport][ipa-4-6] Travis: Add workaround for missing IPv6
support
Action: opened
PR body:
"""
This PR was opened automatically because PR #1395 was pushed to master and
backport to ipa-4-6 is required.
"""
To
URL: https://github.com/freeipa/freeipa/pull/1413
Author: tiran
Title: #1413: [Backport][ipa-4-6] Require python-ldap 3.0.0b2
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1413/head:pr1413
git checkout pr1413
URL: https://github.com/freeipa/freeipa/pull/1414
Author: tiran
Title: #1414: [Backport][ipa-4-6] Custodia uninstall: Don't fail when LDAP is
down
Action: opened
PR body:
"""
This PR was opened automatically because PR #1410 was pushed to master and
backport to ipa-4-6 is required.
"""
To
URL: https://github.com/freeipa/freeipa/pull/1401
Author: tomaskrizek
Title: #1401: prci: bump ci-ipa-4-5-f26 template to 0.1.2
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1401/head:pr1401
git checkout
URL: https://github.com/freeipa/freeipa/pull/1410
Author: tiran
Title: #1410: Custodia uninstall: Don't fail when LDAP is down
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1410/head:pr1410
git checkout pr1410
URL: https://github.com/freeipa/freeipa/pull/1415
Author: tiran
Title: #1415: Include ipa_krb5.h without util prefix
Action: opened
PR body:
"""
Fixes out-of-tree builds.
ipa_kdb_certauth.c is the only place that includes the header file with
``util`` prefix
```
$ find -name '*.[ch]' |
URL: https://github.com/freeipa/freeipa/pull/1414
Author: tiran
Title: #1414: [Backport][ipa-4-6] Custodia uninstall: Don't fail when LDAP is
down
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1415
Author: tiran
Title: #1415: Include ipa_krb5.h without util prefix
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1415/head:pr1415
git checkout pr1415
URL: https://github.com/freeipa/freeipa/pull/1417
Author: tiran
Title: #1417: [Backport][ipa-4-6] Include ipa_krb5.h without util prefix
Action: opened
PR body:
"""
This PR was opened automatically because PR #1415 was pushed to master and
backport to ipa-4-6 is required.
"""
To pull the PR
URL: https://github.com/freeipa/freeipa/pull/1412
Author: tiran
Title: #1412: Use pylint 1.7.5 with fix for bad python3 import
Action: opened
PR body:
"""
Closes: https://pagure.io/freeipa/issue/7315
Signed-off-by: Christian Heimes
"""
To pull the PR as Git branch:
git
URL: https://github.com/freeipa/freeipa/pull/1395
Author: tiran
Title: #1395: Travis: Add workaround for missing IPv6 support
Action: opened
PR body:
"""
Latest Travis CI image lacks IPv6 address on localhost. Use image from
old group.
Signed-off-by: Christian Heimes
"""
URL: https://github.com/freeipa/freeipa/pull/1392
Author: tiran
Title: #1392: Travis: Add ::1 to loopback in case it's missing
Action: opened
PR body:
"""
Signed-off-by: Christian Heimes
"""
To pull the PR as Git branch:
git remote add ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1393
Author: tiran
Title: #1393: Travis: Add workaround for missing IPv6 support
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1393/head:pr1393
git checkout pr1393
URL: https://github.com/freeipa/freeipa/pull/1394
Author: tiran
Title: #1394: [Backport][ipa-4-6] Travis: Add workaround for missing IPv6
support
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1301
Author: tiran
Title: #1301: Require UTF-8 fs encoding
Action: opened
PR body:
"""
https://pagure.io/freeipa/issue/5887
Signed-off-by: Christian Heimes
"""
To pull the PR as Git branch:
git remote add ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1297
Author: tiran
Title: #1297: Remove Custodia keys on uninstall
Action: opened
PR body:
"""
Keys are removed from disk and LDAP
https://pagure.io/freeipa/issue/7253
Signed-off-by: Christian Heimes
"""
To pull the PR as
URL: https://github.com/freeipa/freeipa/pull/1284
Author: tiran
Title: #1284: Py3: Fix vault tests
Action: opened
PR body:
"""
* Bump PKI to 10.5.1-2, which fixes an issue with KRA under Python 3
* Correct encoding of secret
https://pagure.io/freeipa/issue/7033
Obsoletes: #1261
URL: https://github.com/freeipa/freeipa/pull/1304
Author: tiran
Title: #1304: Fix grammar in login screen
Action: opened
PR body:
"""
https://pagure.io/freeipa/issue/7263
Signed-off-by: Christian Heimes
"""
To pull the PR as Git branch:
git remote add ghfreeipa
URL: https://github.com/freeipa/freeipa/pull/1305
Author: tiran
Title: #1305: libotp: add libraries after objects
Action: opened
PR body:
"""
https://pagure.io/freeipa/issue/7189
Original patch by Rob Crittenden
Signed-off-by: Christian Heimes
"""
To pull the PR as Git
URL: https://github.com/freeipa/freeipa/pull/1303
Author: tiran
Title: #1303: Use Python 3 for Travis
Action: opened
PR body:
"""
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1303/head:pr1303
git checkout pr1303
From
URL: https://github.com/freeipa/freeipa/pull/1307
Author: tiran
Title: #1307: Run tox tests for PyPI packages on Travis
Action: opened
PR body:
"""
Manual backport of #1293 to 4.6
Signed-off-by: Christian Heimes
Reviewed-By: Tomas Krizek
"""
To pull
URL: https://github.com/freeipa/freeipa/pull/1307
Author: tiran
Title: #1307: [Backport][ipa-4-6] Run tox tests for PyPI packages on Travis
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1307/head:pr1307
git
URL: https://github.com/freeipa/freeipa/pull/1310
Author: tiran
Title: #1310: 6577 ca replica install certupdate2
Action: opened
PR body:
"""
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1310/head:pr1310
git checkout
1 - 100 of 1195 matches
Mail list logo