-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'izubiaurre-group-pages' of 'https://github.com/fioddor/…
…grimoirelab-tutorial' Merges #227 Closes #227
- Loading branch information
Showing
148 changed files
with
531 additions
and
126 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: default | ||
title: GrimoireELK | ||
permalink: /gelk | ||
nav_order: 1 | ||
parent: Components | ||
has_children: true | ||
has_toc: true | ||
--- | ||
|
||
# GrimoireELK (Gelk) | ||
|
||
GrimoireELK is the component of GrimoireLab that interacts with the | ||
underlying (OpenSearch) database. Its goal is two-fold, first it aims | ||
at offering a convenient way to store the data coming from Perceval, | ||
second it processes and enriches the data in a format that can be | ||
used by the Dashboards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: default | ||
title: Graal | ||
permalink: /graal | ||
nav_order: 5 | ||
parent: Components | ||
has_children: true | ||
has_toc: true | ||
--- | ||
|
||
# Graal: a Generic Reporitory AnALyzer | ||
|
||
Graal leverages on the Git backend of Perceval and enhances it to set | ||
up ad-hoc source code analysis. Thus, it fetches the commits from a | ||
Git repository and provides a mechanism to plug third party | ||
tools/libraries focused on source code analysis. | ||
|
||
|
||
GrimoireELK is the component of GrimoireLab that interacts with the | ||
underlying (OpenSearch) database. Its goal is two-fold, first it aims | ||
at offering a convenient way to store the data coming from Perceval, | ||
second it processes and enriches the data in a format that can be | ||
used by the Dashboards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: default | ||
title: Intro | ||
nav_order: 1 | ||
parent: Graal | ||
has_children: false | ||
has_toc: false | ||
--- | ||
|
||
# Graal | ||
|
||
- [Graal](https://github.com/chaoss/grimoirelab-graal) | ||
( Generic Repository AnALyzer ) with the help of Perceval's | ||
[Git backend](https://github.com/chaoss/grimoirelab-perceval/blob/master/perceval/backends/core/git.py) | ||
fetches commits from a Git repository and provides a mechanism to | ||
plug third party tools/libraries focused on source code analysis. | ||
As of now, Graal produces analysis related to code complexity, | ||
quality, dependencies, vulnerability and licensing. In this chapter, | ||
you will learn the basics of working with Graal, including how to | ||
retrieve source code related analysis with the help of some of it's | ||
backends. | ||
|
||
- Before starting, ensure that you have Python3 ready, and the Graal | ||
module installed, as detailed in | ||
[Installing GrimoireLab Python modules](../basics/install.md). | ||
|
||
**Note:** As of now, Graal is not integrated in Grimoirelab toolchain, | ||
it will soon be added to support source code related metrics. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
manuscripts/first.md → docs/components/manuscripts/first.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
title: Manuscripts | ||
permalink: /manuscripts | ||
nav_order: 4 | ||
parent: Components | ||
has_children: true | ||
has_toc: true | ||
--- | ||
|
||
# Manuscripts | ||
|
||
Production of PDF documents reporting on the main characteristics of a | ||
project. |
11 changes: 10 additions & 1 deletion
11
sirmordred/container.md → docs/components/sirmordred/container.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
sirmordred/dashboard.md → docs/components/sirmordred/dashboard.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
title: Sir Mordred rules them all | ||
permalink: /sirmordred | ||
nav_order: 2 | ||
parent: Components | ||
has_children: true | ||
has_toc: true | ||
--- | ||
|
||
# Sir Mordred | ||
|
||
Mordred is the tool used to coordinate the execution of the GrimoireLab | ||
platform. |
10 changes: 10 additions & 0 deletions
10
sirmordred/micro-mordred.md → docs/components/sirmordred/micro-mordred.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
sirmordred/projects.md → docs/components/sirmordred/projects.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
sortinghat/basic.md → docs/components/sortinghat-cli/basic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.