Skip to content

Some valuable changes [Read Description]

Matthew Falkner requested to merge api into master
  • fixed snapshot bug where it was passing SQL Query data rather than actual object
  • showing statistics about snapshot in snapshot card
  • you can now delete a snapshot which deletes the snapshot in its entirety (except unrelated members/commits)
  • new grouped bar graph showing users added/removed/total changes
  • new random colours assigned to member on their creation ensuring continuity between visualizations for a given member
  • new method of collecting user commits since the total-pages method no longer works. Tested new version after contacting Gitlab developers about issue. They say the breaking change is on purpose :)
  • marshmallow API for remote triggering of snapshots

Merge request reports