1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00
Commit Graph

3899 Commits

Author SHA1 Message Date
Kelly Brazil e737dde9e0 windows 2019 runner deprecated - move to windows 2022 2025-07-24 13:08:15 -07:00
Kelly Brazil 6e49c87575 update tests 2025-07-24 13:02:37 -07:00
Kelly Brazil 6afa6b449e add unit and byte conversion fields 2025-07-08 12:30:41 -07:00
Kelly Brazil 424d9c1347 add unit string fields and topline bytes fields 2025-07-08 11:45:47 -07:00
Kelly Brazil 10d1ab1c74 add bytes fields 2025-07-08 08:50:12 -07:00
Kelly Brazil 5db256c3e7 add x509-crl parser tests 2025-06-06 15:23:42 -07:00
Kelly Brazil 7f7dcc35ec help screen update 2025-05-28 14:54:29 -07:00
Kelly Brazil edcde58cb9 remove unused Dict type import 2025-05-28 13:18:00 -07:00
Kelly Brazil 3a7ca118ff doc updates 2025-05-27 09:06:26 -07:00
Kelly Brazil f36c713110 doc fix 2025-05-20 17:58:04 -07:00
Kelly Brazil 0db2ad2f5e doc fix 2025-05-20 17:56:15 -07:00
Kelly Brazil 816c38e1fe now returns only a single object, not an array of CRL objects 2025-05-20 17:47:05 -07:00
Kelly Brazil e4cf7b502e doc update 2025-05-18 20:16:58 -07:00
Kelly Brazil 4ca7179481 add x509-crl parser 2025-05-18 20:09:05 -07:00
Kelly Brazil bebd6a60fb add team-port.config and fix for blank values 2025-05-18 19:24:54 -07:00
Kelly Brazil 5d7940a89b version bump 2025-05-18 19:24:19 -07:00
Kelly Brazil ac8120e1fe Merge pull request #655 from kellyjonbrazil/dev
Dev v1.25.5
v1.25.5
2025-05-10 11:38:04 -07:00
Kelly Brazil a854f1d6b0 doc update 2025-05-10 11:25:41 -07:00
Kelly Brazil 7c9e92e284 add test for team.config with JSON 2025-05-05 14:48:12 -07:00
Kelly Brazil 4c2775970d change team_config to object instead of list 2025-05-05 11:34:30 -07:00
Kelly Brazil ba0fc5dad9 doc update 2025-05-03 13:42:34 -07:00
Kelly Brazil 222d1b7255 support json value in team.config field 2025-05-03 13:39:32 -07:00
Kelly Brazil 34fda0905f force test run 2025-04-15 08:56:36 -07:00
Kelly Brazil ccbe36e712 Create very_old, old, and latest python runs
needed due to loss of python 3.6 support on some runners
2025-04-15 08:55:41 -07:00
Kelly Brazil bb1136c33c Merge branch 'dev' of https://github.com/kellyjonbrazil/jc into dev 2025-04-15 08:51:39 -07:00
Kelly Brazil c6a13aa4d8 force test run 2025-04-15 08:51:35 -07:00
Kelly Brazil d04a175d36 Update to ubuntu-22.04 on old version run 2025-04-15 08:50:30 -07:00
Kelly Brazil 966df71566 add default policy stats to iptables parser 2025-04-15 08:41:30 -07:00
Kelly Brazil c8599253fb formatting 2025-04-14 15:30:35 -07:00
Kelly Brazil 65d9cc718f version bump 2025-04-13 18:14:15 -07:00
Kelly Brazil 9b4190f1e6 fix mount on macOS when filesystem contains parenthesis 2025-04-13 18:13:31 -07:00
Kelly Brazil c519657d85 allow IDNA2008 encoded email addresses with warning 2025-04-12 10:50:26 -07:00
Kelly Brazil d5cceb77e9 remove extraneous file 2025-04-04 16:16:47 -07:00
Kelly Brazil 5cde110afb set bytes conversion to posix mode 2025-04-04 16:14:20 -07:00
Kelly Brazil 65aa6c1a9a update copyright date 2025-04-02 12:06:59 -07:00
Kelly Brazil 5394d7f62d doc update 2025-04-02 11:37:24 -07:00
Jake Ob ebbd4e9320 Fix broken controller parser schema to include power state prop (#652)
This commit fixes issue #627

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2025-04-02 11:32:19 -07:00
Kelly Brazil 834acfb2d6 update lsblk tests 2025-03-31 17:06:41 -07:00
Kelly Brazil 1182c9f263 fix for missing dB value 2025-03-31 16:50:46 -07:00
Kelly Brazil ed3046bb1b remove type annotations since they are not used 2025-03-31 16:34:38 -07:00
Kelly Brazil ca73076b56 make empty mountpoints list instead of null 2025-03-31 14:29:27 -07:00
Kelly Brazil 9efc014dce doc update 2025-03-31 14:17:51 -07:00
Kelly Brazil dbe1757a48 add mountpoints array field and convert sizes to bytes 2025-03-31 14:16:17 -07:00
Kelly Brazil 1c09289d95 fix time parser for missing centiseconds 2025-03-31 12:16:45 -07:00
Kelly Brazil e9ccedf0d7 doc update 2025-03-30 12:38:41 -07:00
Michel Lind fb4b4eeb58 Adjust for removal of typing.ByteString in Python 3.14 (#639)
`typing.ByteString` has been removed:

https://docs.python.org/3.14/whatsnew/3.14.html

The modernizing guide suggests `collections.abc.ByteString` which has
also been removed; the recommendation is to use either:

- just `bytes`
- `collections.abc.Buffer`
- a union of `bytes`, `bytesarray`, etc.

https://typing.readthedocs.io/en/latest/guides/modernizing.html#modernizing-byte-string

Per discussion, using `bytes` should suffice

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2025-03-30 12:34:54 -07:00
pettai 896891ad9e Switch TZ to a generic name (#635)
Switch TZ to a more generic name that works under minimal chrooted builds. (America/Los_Angeles, Pacific, PST, PST8PDT)
This fixes pbuilder builds on Ubuntu

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
2025-03-30 12:33:45 -07:00
Kelly Brazil 7fda79d841 allow parser to deal with null input 2024-12-20 16:31:38 -08:00
Kelly Brazil 8995ac686a doc update 2024-12-20 15:30:41 -08:00
Kelly Brazil 006047553d version bump to v1.25.5 2024-12-20 15:29:07 -08:00