Coder Social home page Coder Social logo

gitlogged's Introduction

Gitlogged

This gem provides git reporting per author grouped by date.

Installation

Install the latest stable release:

$ gem install gitlogged

In Rails, add it to your Gemfile:

group :development do
  gem 'gitlogged'
end

Getting started

To get the git stats for the day, run:

$ gitlogged

This will return the following sample output:

Armin Primadi (1):
      Fix git summarizer script (by default git --before and --after offset the date by current hour, which is not what we want)

Budi (1):
      disabled setup invoice from document (Invoice Processing - new)

Yunan (3):
      fix edit qr (#4420) & add react attachment on qr
      fix blank row suppliers on qr (#4448)
      fix toggle hide form edit (#4447)

You can also specify a date to gitlogged which will return the commit stats for that date:

$ gitlogged 2016-04-01

Or you can also specify a date range to gitlogged which will return the commit stats grouped by date:

$ gitlogged 2016-04-25 2016-04-26

Which return this sample output:

################################################################

Date: 2016-04-25

Yunan (4):
      fix attachment form for IE (#4407)
      fix (#4406)
      fix merge & indentation attachment form
      fix (#4394) unexpected after edit wo

gilang (1):
      #4404 fix orders cart


################################################################
################################################################

Date: 2016-04-26

Armin Primadi (2):
      Fix document approval logs controller
      Adding git tool to generate summary on what each devs are doing on a given day for reporting purpose

Budi (1):
      remove validation user for Invoice Processing feature

Yunan (3):
      fix attachment in edit mode (#4405) && (#4430)
      fix label attachment on IE (#4407)
      fix void method (#4427)

gilang (2):
      Fix show products list in discussion summary
      #4437 define CApproved_NR status id in order


################################################################

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.