Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the yum module, redirect it to dnf (#81895) | Martin Krizek | 2024-01-23 | 1 | -1/+1 |
| | | | Fixes #81728 | ||||
* | Require `from __future__ import annotations` (#81902) | Matt Clay | 2023-10-05 | 4 | -8/+4 |
| | |||||
* | Add pymarkdown sanity test for core (#81220) | Matt Clay | 2023-07-11 | 1 | -2/+8 |
| | | | | | | | * Clean up markdown * Add pymarkdown sanity test for core * Update unit test SHA | ||||
* | Add work-around for old AZP jobs (#80339) | Matt Clay | 2023-03-28 | 1 | -0/+8 |
| | |||||
* | Clean up unused imports in `hacking` directory (#79894) | Matt Clay | 2023-02-03 | 1 | -1/+0 |
| | |||||
* | Allow result sha to be overriden with local sha (#77832) | Matt Martz | 2022-05-18 | 1 | -5/+11 |
| | |||||
* | hacking - account for job names that contain separators (#75454) | Sam Doran | 2021-08-12 | 1 | -0/+4 |
| | | | | | | Some job names contain '/' which causes the download job to fail. Example job name: `Post-job: Checkout ansible/ansible@refs/pull/75445/merge to ansible.log` | ||||
* | Cleanup hacking scripts to prepare for pylint update. (#75474) | Matt Clay | 2021-08-11 | 1 | -1/+1 |
| | | | | * Use generator in get_recent_coverage_runs.py * Use from import in test-module.py | ||||
* | Rename hacking/shippable to hacking/azp. | Matt Clay | 2021-05-06 | 5 | -0/+1016 |
References to Shippable were changed to Azure Pipelines. Also remove rebalance.py as it does not work with Azure Pipelines due to the required data not being present. |