2017 © Pedro Peláez
 

library tracy-git

Git commit info for Tracy panel

image

adt/tracy-git

Git commit info for Tracy panel

  • Monday, June 25, 2018
  • by michallohnisky
  • Repository
  • 6 Watchers
  • 0 Stars
  • 1,521 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 43 % Grown

The README.md

DEPRECATED

See https://github.com/AppsDevTeam/tracy-system-info, (*1)

Tracy Git panel

Useful for displaying information about currently deployed application version., (*2)

Screenshot, (*3)

Installation

Composer:, (*4)

composer require adt/tracy-git

config.neon:, (*5)

extensions:
    tracyGit: ADT\TracyGit\DI\TracyGitExtension

tracyGit:
    provider: json
    file: %appDir%/git.json

Currently supported providers are:, (*6)

  • json
    • needs file to be specified and existing

Updating git info

JSON provider

run vendor/bin/tracy-git-json app/git.json, (*7)

  • use -h or --help to display usage,
  • use --with-user to include current git user,
  • use --with-timestamp to include current timestamp

Note: do not forget do add app/git.json to your .gitignore., (*8)

Auto update

Most deploy systems have list of commands to execute before actual deploy takes place., (*9)

Eg. for dg/ftp-deployment and JSON provider:, (*10)

  1. ini config, (*11)

    before[] = local: vendor/bin/tracy-git-json app/git.json --with-user
  2. php config, (*12)

    $before[] = 'local: vendor/bin/tracy-git-json app/git.json --with-user';

The Versions

25/06 2018

dev-master

9999999-dev

Git commit info for Tracy panel

  Sources   Download

MIT

The Development Requires

by AppsDevTeam

25/06 2018

v1.1.1

1.1.1.0

Git commit info for Tracy panel

  Sources   Download

MIT

The Development Requires

by AppsDevTeam

25/06 2018

v1.1.0

1.1.0.0

Git commit info for Tracy panel

  Sources   Download

MIT

The Development Requires

by AppsDevTeam

12/05 2017

v1.0.3

1.0.3.0

Git commit info for Tracy panel

  Sources   Download

MIT

The Development Requires

by AppsDevTeam

05/10 2016

v1.0.2

1.0.2.0

Git commit info for Tracy panel

  Sources   Download

MIT

The Development Requires

by AppsDevTeam

05/10 2016

v1.0.1

1.0.1.0

Git commit info for Tracy panel

  Sources   Download

MIT

The Development Requires

by AppsDevTeam

05/10 2016

v1.0

1.0.0.0

Git commit info for Tracy panel

  Sources   Download

MIT

The Development Requires

by AppsDevTeam