Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
122 lines (70 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

122 lines (70 loc) · 7.63 KB

1.7.0 (2020-03-16)

Features

1.6.0 (2020-02-10)

Bug Fixes

  • add fetched members to DB (26b3f85)

Features

  • logs: Move logs to the database (a0a9a6f)
  • store last updates in log (21afb11)

1.5.0 (2020-02-08)

Bug Fixes

  • Commit: Display deleted fiiles as deleted (815faba)
  • Commit: Wrong reference to this (6500da7)
  • projects: Get projects based on last activity (2c595a8)

Features

  • Get member's new events only (9ebdd02)
  • Requests now grab all available data (3fe7a7b)
  • Charts: Add callback to chart drawing (a197430)
  • Commit: Display diff between 2 commits (5302713)
  • Commits: Draw commits in a separate panel (f6d56f4)
  • Add query strings to the request utility (ec24931)
  • Draw commits additions vs deletions (1312baf)
  • Fetch and store project commits (d10154d)
  • Set maximum zoom level to one day (9a62032)
  • Commits: Add commits panel (eb08940)

Performance Improvements

  • Request less project info to reduce db size (310db98)

1.4.0 (2020-02-04)

Bug Fixes

  • projects: Display project name on chart (1e8fc22)
  • Add zoom to detailed chart (f1e4ffd)
  • Loading new members activities not working (6015618)
  • Sort data supplied to chart ascendingly (16650f0)

Features

  • project: Group actionlist buttons together (a9b5893)
  • change project chart type (1759abb)
  • projects: Add append to chart (d97eabc)
  • projects: Draw project activity chart (82b6a91)
  • projects: Separate load from show activities (fa2bea3)
  • Add chart zooming options for recent activities (95e6e02)
  • Add search event to detect field clearance (1f22a56)
  • Display detailed activity for the user (f0e80bb)

Performance Improvements

  • db: Remove unneeded member object from member_events (5e66e2a)

1.3.0 (2020-02-04)

Features

1.2.0 (2020-01-31)

Bug Fixes

  • Filter now is working on table data only (888a702)

Features

  • Add filtration by activity for projects (c45aaa2)

1.1.0 (2020-01-31)

Features

  • Add basic filtration function to panels (97382f8)
  • Add free text search for table (8e2bb37)

1.0.0 (2020-01-22)

Bug Fixes

  • data-handler returning wrong data (5df7df2)
  • display project group the first time correctly (fbe916d)
  • loading groups not updating count (e8e94fc)

Features

  • add charts from members (7bd4b24)
  • add import/export/delete functionality (013fe18)
  • add members listing (368d0fa)
  • add projects listing (c370c5d)
  • add zoom to timeline (76442e8)
  • display last user activity (96f0c2e)
  • draw multiple streams on the chart (6c739c5)
  • setup workflow, local db handler, add groups (5b05e4a)