AllMyChanges / original.allmychanges.com

A project for Django Dash 2013
BSD 2-Clause "Simplified" License
42 stars 9 forks source link

Please allow to add all repos of some org/individual #61

Closed yurikoles closed 6 years ago

yurikoles commented 6 years ago

I mean in one call, for example I want to add all repos under https://github.com/apple.

svetlyak40wt commented 6 years ago

In many cases, it is not enough just to paste and URL. Sometimes you need to tune the parser.

For example, you've complained that there is the problem with Kubernetes's changelog. Right. This is because Allmychanges automatically has chosen a GitHub Releases as the source. And you need manually say it to search CHANGLOG.*\.md files in the repository.

That is why I think adding repositories in the batch mode is inappropriate.

svetlyak40wt commented 6 years ago

Actually, the more requested feature is ability to add repositories you are "watching" on the github. But there is same problem with them.

yurikoles commented 6 years ago

@svetlyak40wt how about batch/background processing? As I see now if user left processing page wanted repo will not be added?

svetlyak40wt commented 6 years ago

Yeah, if you didn't tuned and saved the result, it will be lost.