Recent Releases of https://github.com/taylorwilsdon/git-clone-stats

https://github.com/taylorwilsdon/git-clone-stats - v1.0.6

Release v1.0.6

What's Changed

  • fix: upsert sqlite db by @taylorwilsdon in https://github.com/taylorwilsdon/git-clone-stats/pull/1
  • enh: add view statistics by @taylorwilsdon in https://github.com/taylorwilsdon/git-clone-stats/pull/2
  • feaet: add docker support by @taylorwilsdon in https://github.com/taylorwilsdon/git-clone-stats/pull/4
  • enh: add support for orgs by @taylorwilsdon in https://github.com/taylorwilsdon/git-clone-stats/pull/7

Full Changelog: https://github.com/taylorwilsdon/git-clone-stats/compare/v1.0.3...v1.0.6

- Python
Published by taylorwilsdon 7 months ago

https://github.com/taylorwilsdon/git-clone-stats - Organization Repository Support - v1.0.5

Release v1.0.5

Organization Repository Support

Git-Stats provides intelligent support for tracking repositories from both personal accounts and organizations with individual control over each repository's owner type:

Features:

  • Smart Repository Resolution: Automatically determines the correct GitHub API path based on repository owner type
  • Mixed Repository Support: Track both personal and organization repositories simultaneously
  • Intelligent UI: Owner type selection appears automatically when GITHUB_ORG is configured
  • Flexible Repository Specification: Support for explicit owner/repo format

Configuration Options:

  1. Personal repositories only (default)

    • Set only GITHUB_USERNAME
    • All repositories use personal account
  2. Organization repositories with choice

    • Set both GITHUB_USERNAME and GITHUB_ORG
    • Web UI shows owner type selection for each repository
    • Choose "Personal" or "Organization" when adding repositories
  3. Explicit path format

    • Add repositories as owner/repo (e.g., myorg/project or someuser/repo)
    • Bypasses automatic owner resolution

Examples:

Personal only: ```bash GITHUB_USERNAME=johndoe

Add "myproject" → uses johndoe/myproject

```

Mixed personal and organization: ```bash GITHUBUSERNAME=johndoe GITHUBORG=mycompany

Add "myproject" as Personal → uses johndoe/myproject

Add "web-app" as Organization → uses mycompany/web-app

```

Explicit paths: ```bash

Add "otherorg/special-project" → uses otherorg/special-project

Full Changelog: https://github.com/taylorwilsdon/git-clone-stats/compare/v1.0.4...v1.0.5

- Python
Published by taylorwilsdon 7 months ago

https://github.com/taylorwilsdon/git-clone-stats - v1.0.3

Release v1.0.3

Full Changelog: https://github.com/taylorwilsdon/git-clone-stats/compare/v1.0.2...v1.0.3

- Python
Published by taylorwilsdon 7 months ago