Project modification only occurs when master receives commit
Created by: ti24horas
Im trying to figure out which projects are not being used. When i query projects table the 'updated_at' column is updated only when master branch is pushed. As all projects from my company uses master as "production" and branches as "features and bugfixes" the "last update" is useless. Maybe the last modification should be updated when a new push is sent to project, regardless of the branch.
Im using an old version (2.x), and i was not able to found an issue with this description.