Coder Social home page Coder Social logo

cawolf / rss-semantic-release-filter Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 103 KB

Filters RSS feeds from GitHub project releases by semantic version levels and publishes it as a new RSS feed.

License: MIT License

Go 97.13% Dockerfile 2.87%
rss filter feed release semantic-versioning semantic-release

rss-semantic-release-filter's Introduction

test

rss-semantic-release-filter

This application filters RSS feeds from GitHub project releases by semantic version levels and publishes it as a new RSS feed for you to consume. This way, you can specify for each project, which releases you are interested in, instead of searching through all releases for relevant changes interesting to you.

installation

You can either build a binary for your system from this source code or use a docker image. An example docker-compose.yml is provided in the repository.

usage

create config.yaml

You need to configure the release feeds in a config.yaml file. Each feed needs a URL and a minimum semantic version level. A minimum configuration file looks like this:

feeds:
  - url: https://github.com/kubernetes/kubernetes/releases.atom
    minimum_level: minor

This example would find only the latest Kubernetes releases, which are minor or above.

refresh feed data

With a configuration file in the same directory as the binary, you can refresh the feed data:

./rss-semantic-release-filter refresh

This populates a local database with all matched feed items.

generate filtered feed

When the local database was refreshed, you can serve your filtered feed:

./rss-semantic-release-filter feed

This opens an HTTP server on port 1323, serving your feed at the root URL. You can now consume the feed:

curl localhost:1323

rss-semantic-release-filter's People

Contributors

cawolf avatar renovate[bot] avatar

Watchers

 avatar  avatar

rss-semantic-release-filter's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update actions/setup-go action to v5
  • chore(deps): update docker/build-push-action action to v6
  • chore(deps): update docker/login-action action to v3
  • chore(deps): update docker/metadata-action action to v5
  • chore(deps): update docker/setup-qemu-action action to v3
  • chore(deps): update github/codeql-action action to v3
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
docker-compose.yml
dockerfile
Dockerfile
  • golang 1.19
github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/release.yml
  • actions/checkout v3
  • docker/metadata-action v4
  • docker/setup-qemu-action v2
  • docker/login-action v2
  • docker/build-push-action v3
.github/workflows/test.yml
  • actions/checkout v3
  • actions/setup-go v3
.github/workflows/trivy.yml
  • actions/checkout v3
  • docker/setup-qemu-action v2
  • docker/build-push-action v3
  • github/codeql-action v2
  • ubuntu 18.04
gomod
go.mod
  • go 1.19
  • github.com/Masterminds/semver/v3 v3.2.0
  • github.com/go-playground/validator/v10 v10.11.1
  • github.com/gorilla/feeds v1.1.1
  • github.com/labstack/echo/v4 v4.10.2
  • github.com/mmcdole/gofeed v1.2.0
  • github.com/stretchr/testify v1.8.1
  • go.uber.org/zap v1.23.0
  • gopkg.in/yaml.v2 v2.4.0
  • modernc.org/sqlite v1.20.3

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.