Skip to content

Releases: mikefourie-zz/GitMonitor

GitMonitor v2.0

28 Oct 17:46
Compare
Choose a tag to compare

.Net Core 2.0
UI Refresh

GitMonitor v1.2

12 Jun 17:16
Compare
Choose a tag to compare

New in this release

  • ASP.Net Core RC2 based.
  • Revised UI providing
    • Retrieve by date range
    • Search for commit
  • New in Wep API
    • Search for commit
    • Search by date range

Check the readme.md for improved docs.

GitMonitor v1.1

20 Apr 21:06
Compare
Choose a tag to compare

v1.1 provides a Web interface & Rest API

Web

  • monitor 1 or more folder containing any number of git repositories.
  • specify a repository friendly name
  • provide a link to commit details
  • scan all or selected folders in a path
  • fetch
  • specify days to retrieve
  • filter out or include merge commits
  • specify branch
  • bare and non-bare repository support

API

  • retrieve all commits for the default repository
  • retrieve a specific number of days for all repositories in a path
  • retrieve a specific repository
  • retrieve a specific number of days for a specific repository
  • retrieve a specific branch with above options