Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tech/2733/Remove Outdated Parser #3053

Merged
merged 9 commits into from
Sep 27, 2022
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻)

### Removed 🗑

- remove outdated Crococosmo, Understand and Jasome Importer from Analysis including its documentation [#3053](https://github.com/MaibornWolff/codecharta/pull/3053)

## [1.107.0] - 2022-09-27

### Added 🚀
Expand Down
27 changes: 12 additions & 15 deletions analysis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CodeCharta analysis

[![Build Status](https://secure.travis-ci.org/)](https://travis-ci.org/)
[![Quality Gate Status For Analysis](https://sonarcloud.io/api/project_badges/measure?project=maibornwolff-gmbh_codecharta_analysis&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=maibornwolff-gmbh_codecharta_analysis)

> CodeCharta by [MaibornWolff](https://www.maibornwolff.de)

Expand All @@ -12,20 +12,17 @@ CodeCharta analysis tools generally follow the pipes and filters architecture pr

Components that import data from an external source, e.g. SonarQube, and generate visualisation data.

| Source | Project |
| ------------------------ | --------------------------------------------------------- |
| CodeMaat CSV | [CodeMaatImporter](import/CodeMaatImporter/README.md) |
| Crococosmo | [CrococosmoImporter](import/CrococosmoImporter/README.md) |
| generic CSV | [CSVImporter](import/CSVImporter/README.md) |
| Jasome | [JasomeImporter](import/JasomeImporter/README.md) |
| SCITools' Understand CSV | [UnderstandImporter](import/UnderstandImporter/README.md) |
| SVN log | [SVNLogParser](import/SVNLogParser/README.md) |
| Git log | [GitLogParser](import/GitLogParser/README.md) |
| SonarQube | [SonarImporter](import/SonarImporter/README.md) |
| Source Code | [SourceCodeParser](import/SourceCodeParser/README.md) |
| SourceMonitor CSV | [SourceMonitorImporter](import/CSVImporter/README.md) |
| Source Code / Text | [RawTextParser](parser/RawTextParser/README.md) |
| Tokei | [TokeiImporter](import/TokeiImporter/README.md) |
| Source | Project |
| ------------------ | ----------------------------------------------------- |
| CodeMaat CSV | [CodeMaatImporter](import/CodeMaatImporter/README.md) |
| generic CSV | [CSVImporter](import/CSVImporter/README.md) |
| SVN log | [SVNLogParser](import/SVNLogParser/README.md) |
| Git log | [GitLogParser](import/GitLogParser/README.md) |
| SonarQube | [SonarImporter](import/SonarImporter/README.md) |
| Source Code | [SourceCodeParser](import/SourceCodeParser/README.md) |
| SourceMonitor CSV | [SourceMonitorImporter](import/CSVImporter/README.md) |
| Source Code / Text | [RawTextParser](parser/RawTextParser/README.md) |
| Tokei | [TokeiImporter](import/TokeiImporter/README.md) |

### Filter

Expand Down
17 changes: 0 additions & 17 deletions analysis/import/CrococosmoImporter/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions analysis/import/CrococosmoImporter/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.