2017 © Pedro PelĆ”ez
 

library tracy-gitversion-panel

Tracy DebugBar panel displaying current project git branch.

image

jandrabek/tracy-gitversion-panel

Tracy DebugBar panel displaying current project git branch.

  • Monday, April 24, 2017
  • by repli2dev
  • Repository
  • 1 Watchers
  • 4 Stars
  • 21,712 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

Git Version Panel

Panel for Tracy debug panel. Shows current branch and current revision hash to be able identify your deployed version on sight., (*1)

Inspired by https://gist.github.com/vvondra/3645108., (*2)

, (*3)

Installing

Install library via composer:, (*4)

composer require jandrabek/tracy-gitversion-panel

Registerring...

In older versions of Nette (< 2.2)

nette:
    debugger:
        bar:
            - JanDrabek\Tracy\GitVersionPanel

In newer versions of Nette (>= 2.2)

tracy:
    bar:
        - JanDrabek\Tracy\GitVersionPanel

In pure Tracy

Tracy\Debugger::getBar()->addPanel(new JanDrabek\Tracy\GitVersionPanel());

The Versions

24/04 2017

dev-master

9999999-dev

Tracy DebugBar panel displaying current project git branch.

  Sources   Download

BSD-3-Clause

The Requires

 

debug log git nette branch

24/04 2017

2.0

2.0.0.0

Tracy DebugBar panel displaying current project git branch.

  Sources   Download

BSD-3-Clause

The Requires

 

debug log git nette branch

02/09 2014

1.0

1.0.0.0

Tracy DebugBar panel displaying current project git branch.

  Sources   Download

BSD-3-Clause

The Requires

 

debug log git nette branch

02/09 2014

0.1.2

0.1.2.0

Tracy DebugBar panel displaying current project git branch.

  Sources   Download

BSD-3-Clause

The Requires

 

debug log git nette branch

02/09 2014

0.1.1

0.1.1.0

Tracy DebugBar panel displaying current project git branch.

  Sources   Download

BSD-3-Clause

The Requires

  • php >= 5.3.2
  • nette/tracy ~2.2

 

debug log git nette branch