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/2538/load gz files via url parameter #2961

Merged
merged 19 commits into from Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Expand Up @@ -11,7 +11,7 @@ assignees: ''

## Expected Behavior

<GIVEN>
GIVEN
Hall-Ma marked this conversation as resolved.
Show resolved Hide resolved

WHEN

Expand All @@ -28,7 +28,7 @@ THEN
1.

## Specifications
- is released in [online-demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json): yes | no
- is released in [online-demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz): yes | no
- CodeCharta Version:
- OS:
- Browser:
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
<h1 align="center">
<br>
<a href="https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json"><img src="https://raw.githubusercontent.com/maibornwolff/codecharta/main/logo/codecharta_logo.svg" alt="CodeCharta" width="200"/></a>
<a href="https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz"><img src="https://raw.githubusercontent.com/maibornwolff/codecharta/main/logo/codecharta_logo.svg" alt="CodeCharta" width="200"/></a>
<br>
CodeCharta
<br>
Expand Down Expand Up @@ -35,7 +35,7 @@

- [CodeCharta Visualization](https://maibornwolff.github.io/codecharta/docs/visualization/):

- CC visualizes code bases as 3D cities, so that you can understand it - view the [Web Demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json).
- CC visualizes code bases as 3D cities, so that you can understand it - view the [Web Demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz).
- It uses code metrics from `.cc.json` files.
- The imported files are validated using JSON Schema as defined in [generatedSchema.json](/visualization/app/codeCharta/util/generatedSchema.json).

Expand All @@ -58,7 +58,7 @@

### How to use **Visualization**?

- **Online:** You can try the [web visualization](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json) without any installation and explore the CodeCharta code (shown by default).
- **Online:** You can try the [web visualization](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz) without any installation and explore the CodeCharta code (shown by default).
- **Local:**
- _Standalone:_ You can find different versions (MacOS, Linux, Windows, Web) for CC on the [release](https://github.com/MaibornWolff/codecharta/releases) page (you don't need internet to run them).
- _Dev:_ To clone and run this application, you'll need [Git](https://git-scm.com)
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/_pages/home.md
Expand Up @@ -5,7 +5,7 @@ header:
overlay_image: /assets/images/CC-Home.png
actions:
- label: "<i class='fas fa-fw fa-link'></i> Explore Web Studio"
url: "https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json"
url: "https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz"
- label: "<i class='fas fa-fw fa-link'></i> Quick Start"
url: "/docs/quick-start-guide/"
excerpt: >
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/_posts/dev-guide/2020-08-04-make-a-release.md
Expand Up @@ -36,4 +36,4 @@ The new version depends on what kind of entries are found in the unreleased part
## Post-Work

- Click `Edit` on your latest [release](https://github.com/MaibornWolff/codecharta/releases) and add the release notes from your gh-pages post
- Quick-test our [web demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json) for it's core and new features again
- Quick-test our [web demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz) for it's core and new features again