Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Drop support for Python 3.10 | 2024-03-18 | -1/+1 | |
| | ||||
* | Add support for Python 3.12 | 2024-03-18 | -1/+1 | |
| | ||||
* | Update CI action versions | 2024-01-30 | -11/+12 | |
| | ||||
* | Update CI to use new ruff output argument | 2023-10-26 | -1/+1 | |
| | ||||
* | Bump action step versions in CI | 2023-05-31 | -13/+9 | |
| | ||||
* | Migrate to ruff | 2023-05-06 | -14/+4 | |
| | ||||
* | Matrix test both 3.10 and 3.11 in CI | 2022-12-11 | -20/+27 | |
| | ||||
* | Add a dry run step to lint & test CI | 2022-12-11 | -0/+3 | |
| | ||||
* | Support 3.11 and bump CI to use 3.11 | 2022-12-11 | -6/+6 | |
| | ||||
* | Rename package due to naming conflict | 2022-11-05 | -1/+1 | |
| | ||||
* | Use New Static Build Site API (#122) | 2022-10-26 | -0/+5 | |
| | | | | | | | | Updates the build the script to use the new API provided by the site to fetch and download artifacts. Additionally, metadata files are deleted in CI. They are only required for speeding up subsequent builds, which is not applicable in CI, and only increases the build size. | |||
* | Remove Unused Steps In CI | 2022-09-18 | -11/+2 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Update poetry to use 1.2.0 | 2022-09-11 | -5/+3 | |
| | | | | This change requires the use of venvs, rather than pip user installs | |||
* | Bump Python To 3.10 (#108) | 2022-07-27 | -3/+3 | |
| | ||||
* | Speed Up Docs CI | 2022-05-30 | -2/+0 | |
| | | | | | | Removes unnecessary `depends-on` to speed up builds. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Pass Branch Name To Docs In CI | 2022-05-29 | -0/+1 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Check Out The Entire Repository For Multiversion | 2022-05-29 | -1/+3 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Update Docs CI For Multiversion | 2022-05-29 | -5/+34 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Restore Releases Changelog | 2022-05-29 | -1/+1 | |
| | | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Enable Testing In CI | 2022-05-10 | -11/+4 | |
| | | | | | | | | | Uncomments the testing command in CI. It is unclear why but the testing command that is normally used in all our projects causes an import error here, so instead we run with `python -m` to ensure the run directory is added to `sys.path`. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Install optional deps during CI | 2022-03-31 | -2/+4 | |
| | ||||
* | Update GHA Docs Build To Match Pyproject | 2022-02-24 | -1/+1 | |
| | | | | | | | Updates the command in GH actions to match the command in pyproject to generate the correct output. Kaizens a small fix in clean up. | |||
* | Fix Typo In File Name | 2021-12-16 | -0/+0 | |
| | ||||
* | Add Dependabot Config | 2021-12-15 | -0/+6 | |
| | ||||
* | Move Doc Dependencies Into Dev Section | 2021-12-04 | -1/+1 | |
| | ||||
* | Add Documentation Deploy Action | 2021-12-02 | -0/+51 | |
| | | | | Adds a github action to deploy the documentation. | |||
* | Disable testing in actions workflow. | 2021-11-17 | -9/+9 | |
| | ||||
* | Delete deploy workflow. | 2021-11-17 | -11/+0 | |
| | ||||
* | Remove env section and remove 'Add custom PYTHONUSERBASE to PATH' step. | 2021-11-17 | -17/+2 | |
| | ||||
* | Use HassanAbouelela/actions/setup-python@setup-python_v1.0.0 actions for ↵ | 2021-11-16 | -39/+4 | |
| | | | | installing python deps. | |||
* | Lint and fix line endings. | 2021-11-16 | -1/+1 | |
| | ||||
* | Setup attempt | 2021-11-04 | -0/+135 | |