kg-releases
kg-releases copied to clipboard
Select with repo to track.
It would be nice to track specific repos, not all the starred repos.
Ok. ATM I'm collecting all user feedback and prioritizing it afterwards. Let's see if more people request that and it will go to the roadmap.
Originally I've built this tool for myself and I personally don't see big need in this. I have ~1000 starred repos and having 10-30 releases per day don't annoy me at all.
Your right, but I was thinking if you had notifications/emails. I would like to only be interrupted with info about specific repos. In its current state it's no trouble at all.
BTW, notifications by email are implemented now. So next step would be to support what you asked. I'm thinking to make it as a "black-list" (exclude list) of repos to not track, while by default it will track all. Actually, in the UI I can make "select all / unselect all", so it wouldn't matter if it's black list or white list.
I'd be interested in this if you provide an API so that I can build a tool that scans dependencies of my projects and tracks updates for them. I don't want it linked to my github stars as I don't want to have to look for all the dependencies of my projects and manually star them.
Hello @benjamin-demarteau!
Have you seen https://greenkeeper.io/? It's free for OpenSource projects and is built with exactly same features in mind.
I'm not sure I fully understand what exactly the spoken API need to do. But it sounds like a more tailored request, so I'm not sure it will work.
I still plan to implement the functionality mentioned in this PR, though.
API is theoretically open to authenticated users (backend project is OpenSourced too), so I'm not forbidding to use it ATM, but let me know if you plan to use it somehow.
greenkeeper is for npm dependencies while your project is for any github repositories. I don't work with npm packages much so I'm not really interested in greenkeeper. I'll see if I can setup a custom instance. I'll let you know if I come up with anything useful.