Skip to content

feat(deps): use html2rss in latest development status#728

Merged
gildesmarais merged 7 commits intomasterfrom
deps/h2r-latest
May 29, 2025
Merged

feat(deps): use html2rss in latest development status#728
gildesmarais merged 7 commits intomasterfrom
deps/h2r-latest

Conversation

@gildesmarais
Copy link
Copy Markdown
Member

@gildesmarais gildesmarais commented Mar 16, 2025

Closes #722

@gildesmarais gildesmarais force-pushed the deps/h2r-latest branch 8 times, most recently from 8a01e59 to 718bfa3 Compare March 16, 2025 14:13
@gildesmarais gildesmarais force-pushed the deps/h2r-latest branch 3 times, most recently from 5fa8174 to 88c4e1d Compare May 12, 2025 16:57
@gildesmarais gildesmarais force-pushed the deps/h2r-latest branch 2 times, most recently from a693cdc to 312dcbf Compare May 29, 2025 13:27
Refactored RSS feed handling in app.rb to eliminate the Html2rssFacade.
Merged configuration directly into request handlers, simplifying the feed generation process.
This change enhances performance by reducing method calls and improves readability by consolidating logic.
Removed unused helper files related to the facade, cleaning up the codebase.

Signed-off-by: Gil Desmarais <[email protected]>
…e test

Adjusted the expected value of the cache-control header in the response test to include 'no-cache' and 'no-store'. This change ensures that the test accurately reflects the intended caching behavior for responses, improving reliability and correctness.
This commit deletes the RequestPath class and its corresponding tests, as they are no longer needed in the application. This helps reduce code complexity and maintenance overhead.
Replaced the previous RSS construction with a new feed builder to simplify code and improve maintainability. Updated caching logic to align with the new structure, enhancing response handling for auto-source features.

Signed-off-by: Gil Desmarais <[email protected]>
Created /app/tmp/rack-cache-body and /app/tmp/rack-cache-meta directories in the Dockerfile to support caching functionality.
@gildesmarais gildesmarais marked this pull request as ready for review May 29, 2025 13:36
@gildesmarais
Copy link
Copy Markdown
Member Author

to test-drive recent changes, accepting the missing binstub for dev-version of html2rss

@gildesmarais gildesmarais merged commit 5885d1d into master May 29, 2025
8 of 9 checks passed
@gildesmarais gildesmarais deleted the deps/h2r-latest branch May 29, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: use h2r from git

1 participant