summaryrefslogtreecommitdiffstats
path: root/.mergify.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include Python 3.10 and 3.11 as part of CI.Diego Elio Pettenò2023-08-031-0/+6
|
* Update minimum supported version to Python 3.9.Diego Elio Pettenò2023-08-031-6/+0
|
* Update mergify configuration.Diego Elio Pettenò2021-11-071-17/+3
|
* CI: name the job with a bit more obvious name.Diego Elio Pettenò2021-05-171-18/+18
|
* Mergify: make sure to check the status of _all_ actions.Diego Elio Pettenò2021-05-171-2/+18
| | | | | See the documentation at https://docs.mergify.io/conditions/#about-status-checks
* Migrate to GitHub Actions rather than Travis CI.Diego Elio Pettenò2021-05-161-2/+2
|
* Initial import of freestyle-hid.freestyle-hid-1.0.0Diego Elio Pettenò2020-10-041-0/+21
This library is a factor-out of https://github.com/glucometers-tech/glucometerutils to only include the FreeStyle implementation, to make it easier to use outside of glucometerutils, and in particular to make it easier to build better reverse engineering tooling around it. Note that since the code was a mix of MIT and Apache-2.0 license, the overall license of the library is written down as Apache-2.0, as that would be a super-set of the requirements from MIT.