Commits on Source 30
-
Javier Jardón authored
-
Javier Jardón authored
-
Javier Jardón authored
-
Javier Jardón authored
-
Tristan Van Berkom authored
Some pycodestyle (PEP8) fixes See merge request !746
-
This adds a step to the docs generation Makefile to generate release.svg and snapshot.svg badges, modelled after the gitlab badges. This also adds the generated badges directory in docs to .gitignore
-
This is a part of #528
-
This is a part of #528
-
Tristan Van Berkom authored
Release badges See merge request !742
-
- setup.py: List useful links using `project_urls` - setup.py: Specify minumum python vresion using `python_requires` `python_requires` is the new way of specifying requirements for python version, as documented @ https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires. This will also make this requirement appear nicely on the PyPI project page. - setup.py: Add project classifiers PyPI will use these classifiers to categorize projects while searching or browsing. Full list of classifiers can be found at https://pypi.org/classifiers.
-
Tristan Van Berkom authored
setup.py: Add more metadata useful for PyPI See merge request !718
-
Fixes #597
-
Tristan Van Berkom authored
Fix ValueError traceback for URL without alias or URI scheme Closes #597 See merge request !700
-
-
Tristan Van Berkom authored
Disable round-tripping when element is not modified See merge request !748
-
Benjamin Schubert authored
-
Benjamin Schubert authored
-
Tristan Van Berkom authored
There is no reason that the filter element codepaths can behave differently depending on the Source implementation used in the test, as the Source implementation does not have any filter specific virtual methods. Removing the redundant tests and just performing these tests with the git source.
-
Tristan Van Berkom authored
tests/plugins/filter.py: Don't run redundant tests See merge request !753
-
Tristan Van Berkom authored
This test was skipped because of issue #538, but #538 was fixed and the test was still not reenabled.
-
Tristan Van Berkom authored
tests/frontend/mirror.py: Reenable test_mirror_fetch_upstream_absent[ostree] See merge request !755
-
Tristan Van Berkom authored
Added some comments to make the flow easier to follow, and removed an annoying 'success' variabled in favor of a for / else loop statement.
-
Tristan Van Berkom authored
This was sitting in the section for abstract methods, but this is most definitely not an abstract method to be implemented by Sources.
-
Tristan Van Berkom authored
This was displaying the aliased URL which is pretty useless, use the translated URL for the timed activity.
-
Tristan Van Berkom authored
Minor code changes revolving around source mirroring See merge request !758
-
Valentin David authored
Failures to write files when tracking were not reported. Fixes #533.