ivan l.
ivan l.
I have three components in the same repository. It would be awesome if I could filter them by path (``git log -- ``), so I can generate three different CHANGELOG...
It could be something like `api-service-route.js` ``` js /services/outages ``` Parameters: - since - max-items Considerations: - Filter restricted services according to the request credentials. - Make it efficient for...
Considerations - Admin can comment on all outages. - A logged user can comment on outages he has specific access to (restrictedTo property) - It would be nice if comments...