-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BE-702 Update documents, azure (#60)
* BE-702 Update documents, azure * BE-711 add quality metrics * Updated fabric, and explorer version Signed-off-by: nfrunza <nfrunza@gmail.com> * BE-702 Update documents, azure * Excluded .js test files from quality metrics * BE-711 add quality metrics * Updated fabric, and explorer version Signed-off-by: nfrunza <nfrunza@gmail.com> * BE-702 fixed lgth.yml syntax Signed-off-by: nfrunza <nfrunza@gmail.com> * BE-702 Exclude test files Signed-off-by: nfrunza <nfrunza@gmail.com> * BE-702 Syntax fix Signed-off-by: nfrunza <nfrunza@gmail.com> * BE-702 Exclude test files Signed-off-by: nfrunza <nfrunza@gmail.com> * BE-702 Exclude test files Signed-off-by: nfrunza <nfrunza@gmail.com>
- Loading branch information
Showing
15 changed files
with
118 additions
and
15 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// add new version of fabric here | ||
const Version = ['v1.4']; | ||
const Version = ['v1.4.x']; | ||
|
||
export default Version; |
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 |
---|---|---|
|
@@ -106,6 +106,7 @@ Related Topics | |
MAINTAINERS | ||
dev-setup/devenv | ||
dev-setup/build | ||
dev-setup/azure | ||
Style-guides/js-style | ||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,69 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<p> | ||
Below screen displays the <a | ||
href="https://dev.azure.com/Hyperledger/blockchain-explorer/_build">Hyperledger(Blockchain) | ||
Explorer pipeline.<a> | ||
</p> | ||
<div class="container"> | ||
<input type="checkbox" id="azure_hlexplorer"> | ||
<label for="azure_hlexplorer"> | ||
<img src="../_static/images/azure_hlexplorer.png"> | ||
</label> | ||
</div> | ||
</p> | ||
|
||
<p>A sample list of the run shown below can be accesses by navigating to this <a | ||
href="https://dev.azure.com/Hyperledger/blockchain-explorer/_build?definitionId=41&_a=summary">link</a>. | ||
</p> | ||
<div class="container"> | ||
<input type="checkbox" id="azure_runs"> | ||
<label for="azure_runs"> | ||
<img src="../_static/images/azure_runs.png"> | ||
</label> | ||
</div> | ||
</p> | ||
|
||
<p>Each run has a set of jobs, and can be viewed by clicking on job name. The duration, and the status are displayed | ||
next to each job.</p> | ||
<div class="container"> | ||
<input type="checkbox" id="azure_jobs"> | ||
<label for="azure_jobs"> | ||
<img src="../_static/images/azure_jobs.png"> | ||
</label> | ||
</div> | ||
</p> | ||
|
||
<p>Code coverage is available for each run, and can be accessed by clicking on the tab next to Summary.</p> | ||
<div class="container"> | ||
<input type="checkbox" id="azure_code_coverage"> | ||
<label for="azure_code_coverage"> | ||
<img src="../_static/images/azure_code_coverage.png"> | ||
</label> | ||
</div> | ||
</p> | ||
|
||
<p>Preview code coverage for a selected file can be accessed by clicking on file name.</p> | ||
<div class="container"> | ||
<input type="checkbox" id="azure_code_coverage_single_file"> | ||
<label for="azure_code_coverage_single_file"> | ||
<img src="../_static/images/azure_code_coverage_single_file.png"> | ||
</label> | ||
</div> | ||
</p> | ||
|
||
|
||
|
||
</body> | ||
|
||
</html> |
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,13 @@ | ||
|
||
.. SPDX-License-Identifier: Apache-2.0 | ||
Azure DevOps | ||
------------- | ||
|
||
Hyperledger Explorer uses `Azure DevOps <https://azure.microsoft.com/en-us/services/devops/>`__ to automate the builds, run tests, and code coverage. | ||
After the pull request is created an automated job will be triggered defined by the `Azure pipeline script <https://github.com/hyperledger/blockchain-explorer/blob/master/ci/azure-pipelines.yml>`__. | ||
|
||
|
||
.. raw:: html | ||
:file: ./azure.html |
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,18 @@ | ||
|
||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
path_classifiers: | ||
docs: | ||
- '**/*.md' | ||
test: | ||
- '**/test/**/*.js' | ||
third_party: | ||
- 'third_party/**/*.*' | ||
externs: | ||
- '**/*.extern.js' | ||
extraction: | ||
javascript: | ||
index: | ||
exclude: e2e-test | ||
queries: | ||
exclude: js/unused-local-variable |