Skip to content

Tags: ktdreyer/artifactory

Tags

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Python 3.11 (devopshq#424)

* ArtifactoryPath: fix mkdir and rmdir with Python 3.11

pathlib in Python 3.11 implements mkdir and rmdir directly
in terms of calling os.<func> without any accessor layer.
So copy the implementations of those functions from Python
3.10 to get the previous behavior back.

Fixes: devopshq#415

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>

* test_artifactory_path: Add basic unit test for mkdir()

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>

* ArtifactoryPath: Fix glob() in Python 3.11

Python 3.11 replaced _accessor.scandir with _scandir.
Override _scandir to still use our implementation.
Should be a noop on older Python versions because they
didn't have _scandir at all.

Fixes: devopshq#396

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>

---------

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add DOHQ_ARTIFACTORY_PYTHON_CFG env variable (devopshq#413)

0.8.4

Toggle 0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add 0.8.4 changelog

0.8.3

Toggle 0.8.3's commit message
fix: add callable check to progress_bar

If `progress_func` is `None` a `TypeError` (`TypeError: 'NoneType'
object is not callable`) is raised. Add check to verify that
`progress_func` is callable.

Fixes devopshq#378.

0.8.2

Toggle 0.8.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Fix typos

Co-authored-by: Maksim Beliaev <beliaev.m.s@gmail.com>

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add changelog for 0.8.1 release

0.8.1.dev0

Toggle 0.8.1.dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request devopshq#328 from devopshq/pre-commit-ci-update-co…

…nfig

[pre-commit.ci] pre-commit autoupdate

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request devopshq#301 from devopshq/develop

Release (15 Dec 2021)

0.8.0.dev0

Toggle 0.8.0.dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request devopshq#315 from beliaev-maksim/mbeliaev/repo_stat

mbeliaev/repo stat

v0.7

Toggle v0.7's commit message
Bump version to 0.7