Commit graph

45 commits

Author SHA1 Message Date
github-actions[bot]
44f49b2188
Merge pull request #8 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2022-09-13 20:27:30 +00:00
GitHub Actions
c946d22a7e chore: scheduled poetry update 2022-09-11 20:27:53 +00:00
github-actions[bot]
c910ba9926
Merge pull request #7 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2022-09-06 20:27:03 +00:00
GitHub Actions
016ac7117b chore: scheduled poetry update 2022-09-04 20:27:42 +00:00
github-actions[bot]
6be58bf6b6
Merge pull request #6 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2022-08-30 20:26:48 +00:00
GitHub Actions
8e2fc80175 chore: scheduled poetry update 2022-08-28 20:26:50 +00:00
github-actions[bot]
619517fc7d
Merge pull request #5 from release-engineering/deps/poetry-update
chore: scheduled poetry update
2022-08-23 20:26:04 +00:00
GitHub Actions
36b77ab87a chore: scheduled poetry update 2022-08-22 04:55:44 +00:00
Rohan McGovern
6f9abbdeb5 Release 1.0.1 2022-08-15 09:43:43 +10:00
Rohan McGovern
44f5f024b8
Merge pull request #4 from rohanpm/drop-release
Drop redundant pypi release workflow
2022-08-15 09:42:21 +10:00
Rohan McGovern
b9becf8196 Drop redundant pypi release workflow
This workflow was added mistakenly. It doesn't work and is redundant:
publishing is handled already by the poetry-publish workflow.
2022-08-15 09:38:23 +10:00
Rohan McGovern
f06b623af4 Release a version 1.0.0 2022-08-15 09:35:06 +10:00
Rohan McGovern
7c23c8a544
Merge pull request #3 from rohanpm/tuneup-readme
Improve README
2022-08-15 09:33:29 +10:00
Rohan McGovern
6900caa7a7 Improve README 2022-08-15 09:30:59 +10:00
Rohan McGovern
179de1b0c3
Merge pull request #2 from rohanpm/release-wf
actions: add release workflow
2022-08-15 09:20:08 +10:00
Rohan McGovern
0291789b8f actions: add release workflow 2022-08-15 09:17:47 +10:00
Rohan McGovern
efe4b61551
Merge pull request #1 from rohanpm/docs-wf
actions: add workflow for publishing docs
2022-08-15 09:10:40 +10:00
Rohan McGovern
26fef80779 actions: add workflow for publishing docs 2022-08-15 09:06:35 +10:00
Rohan McGovern
7f83996e63 0.2.0 2022-08-09 09:00:38 +10:00
Rohan McGovern
7284e28078
Merge pull request #10 from rohanpm/errors
Implement error handling
2022-08-09 09:00:07 +10:00
Rohan McGovern
293f5887b7 Implement error handling
Ultimately, all errors are propagated in some way, but it's important to
differentiate between "the content was invalid" vs "failed to fetch the
content".
2022-08-09 08:51:06 +10:00
Rohan McGovern
74f657c79e
Merge pull request #9 from rohanpm/cov100
Lock coverage at 100%
2022-08-08 13:56:07 +10:00
Rohan McGovern
c8f3af8ada Lock coverage at 100% 2022-08-08 13:51:07 +10:00
Rohan McGovern
e4be1f39b7
Merge pull request #8 from rohanpm/pulp
Add support for PULP_MANIFEST & docs
2022-08-08 13:49:18 +10:00
Rohan McGovern
90b746caee Add PULP_MANIFEST support 2022-08-08 13:45:50 +10:00
Rohan McGovern
254e0f7cd9 Add some documentation 2022-08-08 12:46:07 +10:00
Rohan McGovern
12f0e22b53
Merge pull request #6 from rohanpm/cover-all
Raise coverage to 100%
2022-08-03 10:57:45 +10:00
Rohan McGovern
f258eee451 Raise coverage to 100% 2022-08-03 10:53:55 +10:00
Rohan McGovern
730be77cf4
Merge pull request #5 from rohanpm/test-more
Improve test coverage
2022-08-02 16:46:45 +10:00
Rohan McGovern
52ec5f195b Add a test running entire command 2022-08-02 16:45:24 +10:00
Rohan McGovern
c4fd70e240 Add a test for text elision 2022-08-02 16:41:46 +10:00
Rohan McGovern
99ccc97e29
Merge pull request #4 from rohanpm/test-yum-render
Add a test which renders a yum repo
2022-07-07 14:07:53 +10:00
Rohan McGovern
fbd3cb37ec Add a test which renders a yum repo 2022-07-07 14:04:18 +10:00
Rohan McGovern
3703988f83
Merge pull request #3 from rohanpm/test-noop
Rearrange sources to keep API separate, add a real test
2022-07-07 13:26:37 +10:00
Rohan McGovern
787ba01a0e Rearrange sources to keep API separate, add a real test 2022-07-07 13:20:43 +10:00
Rohan McGovern
66097c6725
Merge pull request #2 from rohanpm/add-ci
Add ci
2022-06-29 16:30:07 +10:00
Rohan McGovern
3a0285d433 Add github workflows for testing 2022-06-29 16:25:51 +10:00
Rohan McGovern
119f0ea9b6 Make it all pass mypy 2022-06-29 16:19:05 +10:00
Rohan McGovern
05c6bd14be Add some basic tests & CI setup 2022-06-29 15:52:00 +10:00
Rohan McGovern
8d5a624f18 Tweak default time/size for nonexistent data 2022-06-29 15:44:46 +10:00
Rohan McGovern
3062bdad26 Declare HTML lang and charset 2022-06-20 09:47:09 +10:00
Rohan McGovern
975e9f9f9e Declare HTML doctype
This is important due to certain behavior of localstack S3.
2022-06-20 09:33:52 +10:00
Rohan McGovern
e27033d1f4
README.md: add an example 2022-06-17 10:38:38 +10:00
Rohan McGovern
5c4e5354b2 Initial implementation
Basically working for yum repos.
2022-06-17 10:31:31 +10:00
Rohan McGovern
cde2b61fe5
Initial commit 2022-06-17 10:00:43 +10:00