Commit graph

283 commits

Author SHA1 Message Date
GitHub Actions
1b44f642f6 chore: scheduled poetry update 2023-05-21 20:22:07 +00:00
GitHub Actions
a000221d61 Merge remote-tracking branch 'origin/main' into deps/poetry-update 2023-05-21 20:21:37 +00:00
Rohan McGovern
dd98f3f432
Merge pull request #49 from rohanpm/mypy-20230515
Update and fix mypy with latest type hints again
2023-05-16 07:15:46 +10:00
Rohan McGovern
6ffbe4736c Update and fix mypy with latest type hints again
3f478e76f7 added a "type: ignore" here due to a change in
typeshed. The commit message mentioned that the type hint may have been
wrong.

It looks like that was fixed in
https://github.com/python/typeshed/pull/9919/files,
so it's necessary to also remove the "type: ignore" now.
2023-05-15 08:45:01 +10:00
Rohan McGovern
6a88656fa0
Merge pull request #44 from crungehottman/codeowners
Add CODEOWNERS file
2023-05-15 08:39:05 +10:00
GitHub Actions
e25f349540 chore: scheduled poetry update 2023-05-14 20:22:09 +00:00
github-actions[bot]
5c35886354
Merge pull request #47 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-05-09 20:22:44 +00:00
GitHub Actions
00ffe18c1d chore: scheduled poetry update 2023-05-07 20:22:13 +00:00
github-actions[bot]
3ca2b6bb91
Merge pull request #46 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-05-02 20:22:42 +00:00
GitHub Actions
b4ad9ad1e7 chore: scheduled poetry update 2023-04-30 20:22:03 +00:00
github-actions[bot]
070005e20e
Merge pull request #45 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-04-25 20:23:11 +00:00
GitHub Actions
16e43f2a75 chore: scheduled poetry update 2023-04-23 20:22:31 +00:00
Rohan McGovern
4b37dc745a
Merge pull request #43 from rohanpm/mypy-fix
Fix type check with latest mypy/typeshed
2023-04-20 07:23:04 +10:00
Caleigh Runge-Hottman
a0c2edcc93 Add CODEOWNERS file 2023-04-19 09:24:56 -04:00
Rohan McGovern
3f478e76f7 Fix type check with latest mypy/typeshed
The following commit defined a return type hint for
getElementsByTagName:

3fc2f27990 (diff-f451f731d037ef9d79347194490b32ba613798ea7eaa2c160351a69625f05e08R150)

It defined the return type as a list of Node, while this code expects a
list of Element (Element is a subtype of Node).

Given that one would expect a getElements method to return
specifically *elements* and not other types of node, I think the
typeshed change may be incorrect, but it's hard to be sure since the
stdlib docs themselves are ambiguous.

Suppress it for now to unblock dependency updates.
2023-04-19 13:57:11 +10:00
GitHub Actions
41e8587cf0 chore: scheduled poetry update 2023-04-16 20:22:28 +00:00
GitHub Actions
61a6ab2fce Merge remote-tracking branch 'origin/main' into deps/poetry-update 2023-04-16 20:22:02 +00:00
Rohan McGovern
ceb2f37ddf Release 1.1.1 2023-04-12 14:08:21 +10:00
Caleigh Runge-Hottman
d3f1870d64
Merge pull request #41 from crungehottman/kickstart-autoindex
Add support for AppStream kickstart repos [RHELDST-14528]
2023-04-11 09:17:57 -04:00
GitHub Actions
79a9dec48e chore: scheduled poetry update 2023-04-09 20:22:16 +00:00
Caleigh Runge-Hottman
6a58f13963 Add support for AppStream kickstart repos [RHELDST-14528]
AppStream kickstart repos were missing from the initial collection
of repos used to test the kickstart repo index functionality. AppStream
repos uniquely do not contain "checksums" sections in their treeinfo
files. So, when attempting to run repo-autoindex against an AppStream
kickstart repo, "KeyError: 'checksums'" was raised.

Now, when encountering an AppStream kickstart repo, repo-autoindex
does not attempt to parse the "checksums" section.
2023-04-06 10:17:21 -04:00
github-actions[bot]
5ca472a19f
Merge pull request #40 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-04-04 20:23:11 +00:00
Rohan McGovern
bc5b0c3f23 Release 1.1.0 2023-04-04 09:57:52 +10:00
Rohan McGovern
5a9938c05c
Merge pull request #39 from crungehottman/kickstart-autoindex
Generate kickstart repo index [RHELDST-14528]
2023-04-04 09:55:27 +10:00
GitHub Actions
40008dda58 chore: scheduled poetry update 2023-04-02 20:22:00 +00:00
Caleigh Runge-Hottman
b284ddbd9f Generate kickstart repo index [RHELDST-14528]
Due to the presence of a "repodata/repomd.xml" path in a kickstart
repo, repo-autoindex previously interpreted kickstart repos as yum
repos. As such, a kickstart repo's index would solely consist of two
directories: "Packages" and "repodata".

While a kickstart repo does contain a yum repo, kickstart repos also
contain two additional repo entry points: treeinfo and extra_files.json.
Each entry point references additional files that should be included
in a kickstart repo's index. These files were previously ignored.

Now, when repo-autoindex encounters a kickstart repo, repo-autoindex
produces a repo index that reflects the content referenced in all
three repo entry points (repomd.xml, treeinfo, extra_files.json).
2023-03-31 17:53:57 -04:00
github-actions[bot]
22ba8ced0d
Merge pull request #38 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-03-21 20:23:23 +00:00
GitHub Actions
aff90e024b chore: scheduled poetry update 2023-03-19 20:23:28 +00:00
github-actions[bot]
60a1d0388c
Merge pull request #37 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-03-14 20:27:19 +00:00
GitHub Actions
aa3e8300f4 chore: scheduled poetry update 2023-03-12 20:23:10 +00:00
github-actions[bot]
8ce1979e47
Merge pull request #36 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-03-07 20:24:55 +00:00
GitHub Actions
649d8a8061 chore: scheduled poetry update 2023-03-05 20:23:40 +00:00
github-actions[bot]
a598fbf414
Merge pull request #35 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-02-28 20:25:03 +00:00
GitHub Actions
bc9f7268f4 chore: scheduled poetry update 2023-02-26 20:24:12 +00:00
github-actions[bot]
4efdab7ac0
Merge pull request #34 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-02-21 20:24:57 +00:00
GitHub Actions
c72873a75d chore: scheduled poetry update 2023-02-19 20:24:05 +00:00
github-actions[bot]
94e918f1ec
Merge pull request #33 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-02-14 20:24:42 +00:00
GitHub Actions
fea321a307 chore: scheduled poetry update 2023-02-12 20:24:05 +00:00
github-actions[bot]
7a9914b498
Merge pull request #32 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-02-07 20:24:21 +00:00
GitHub Actions
eec6e388ed chore: scheduled poetry update 2023-02-05 20:23:26 +00:00
github-actions[bot]
12bedee3af
Merge pull request #31 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-01-31 20:24:09 +00:00
GitHub Actions
f051f9c04b chore: scheduled poetry update 2023-01-29 20:23:16 +00:00
github-actions[bot]
4572cde818
Merge pull request #30 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-01-24 20:23:57 +00:00
GitHub Actions
f7e1fc9f92 chore: scheduled poetry update 2023-01-22 20:23:34 +00:00
github-actions[bot]
4ffa294713
Merge pull request #29 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-01-17 20:23:23 +00:00
GitHub Actions
bb05f571bd chore: scheduled poetry update 2023-01-15 20:23:29 +00:00
github-actions[bot]
ff73c32c3f
Merge pull request #28 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-01-10 20:24:16 +00:00
GitHub Actions
b01f3c4a1f chore: scheduled poetry update 2023-01-08 20:23:31 +00:00
github-actions[bot]
9f0d62da60
Merge pull request #27 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2023-01-03 20:24:10 +00:00
GitHub Actions
6d15aa407d chore: scheduled poetry update 2023-01-01 20:23:50 +00:00