Analyze the history and manage your own git repositories.
This repository contains the full, chronological source history of the project across its first two product generations, stitched into a single timeline:
| Era | Tag | Period | Description |
|---|---|---|---|
| 1 | v1-cryptocoin-check |
2017–2019 | The original predecessor (cryptocoin-check), Java/Spring + Angular, com.dualexec.crypto.*. Analyzed crypto-currency and git repositories. |
| 2 | v2-git-analytics |
2019–2020 | The git-analytics-branded continuation, com.dualexec.git.*. Multi-module: charts, client (Angular), compose, repositories, states. |
History note: these two generations originally lived in two separate git repositories that shared no commits. The early
git-analyticswork was started by copying and renaming thecryptocoin-checkcodebase rather than continuing its git history. Thev2-git-analyticsroot commit has been grafted onto thev1-cryptocoin-checktip so the complete development lineage reads as one continuous, chronological history while preserving every original commit, author, and date. The large diff at the seam reflects the realcrypto*→git-analytics-*restructure.
git-analytics-charts— chart/analytics servicegit-analytics-client— Angular front-endgit-analytics-compose— Docker Compose deployment stackgit-analytics-repositories— repository fetcher servicegit-analytics-states— git state / commit analysis service
Licensed under the Apache License 2.0 — see LICENSE.