You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating #33 and #36, it's hard to tell which commits are from the Indexer, which from the web hooks, and which from the download counter. The author is always just NetKAN inflator Robot regardless of the container of origin.
We could, though I expect in the fullness of time the Indexer itself will take charge of all the commits. It can basically consume any changes faster than anything else producing them, so changes are always going to be near real time. It will reduce the amount of merge commits and any fights over who does what.
The Download Counter could submit them too, but currently the indexer assumes a ckan.
Problem
While investigating #33 and #36, it's hard to tell which commits are from the Indexer, which from the web hooks, and which from the download counter. The author is always just
NetKAN inflator Robot
regardless of the container of origin.Suggestions
Describe the solution you'd like
Make this name container-specific:
NetKAN-Infra/netkan/.gitconfig
Lines 1 to 3 in e5735d3
Suggestions:
Then the git history would tell us who did what more clearly.
The text was updated successfully, but these errors were encountered: