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

Update README.md and bump version to 1.5.1 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


<div id="header" align="center">
<img src="https://www.err0.io/assets/img/err0/icons/err0Logo.svg" width="603" height="164">
<img src="https://assets.err0.io/assets/img/err0/icons/err0Logo.svg" width="603" height="164">
</div>

# err0: the power of Error Code
Expand Down Expand Up @@ -31,7 +31,7 @@ See <a href="https://bit.ly/3Sv4dLV">err0.io/</a> for more information, demo req

Please note that err0 is totally free for all Open-Source projects, just contact us.

<img src="https://www.err0.io/assets/img/screenshots/full_error_code_page.png" width="700"/>
<img src="https://assets.err0.io/assets/img/screenshots/full_error_code_page.png" width="700"/>

## What is required to test or use err0?

Expand Down Expand Up @@ -68,15 +68,15 @@ The err0agent automatically detects the following programming language.
Yes. The policy is fully editable!

<div align="left">
<img src="https://www.err0.io/assets/img/screenshots/advanced_code_policy.png" width="400" />
<img src="https://www.err0.io/assets/img/screenshots/error_detection_settings.png" width="400" />
<img src="https://assets.err0.io/assets/img/screenshots/advanced_code_policy.png" width="400" />
<img src="https://assets.err0.io/assets/img/screenshots/error_detection_settings.png" width="400" />
</div>

## Can it use a custom placeholder to insert error code?

Yes. On can define a custom Placeholder in the "Code Policy settings" of a project. The agent will pick-it-up and automatically insert error codes.

<img src="https://www.err0.io/assets/img/screenshots/edit_code_policy_placeholder.png" width="500" />
<img src="https://assets.err0.io/assets/img/screenshots/edit_code_policy_placeholder.png" width="500" />

## Can it be integrated in CI/CD?

Expand All @@ -93,8 +93,8 @@ err0 platform enables to publish and maintain Knowledge Data Bases (KDB) of erro

Visit the err0agent knowledge base: <a href="http://bit.ly/3YYxmS5">err0 agent KDB</a> for more information on err0agent's codes.

<img src="https://www.err0.io/assets/img/screenshots/knowledge_base_add.png" width="300" />
<img src="https://www.err0.io/assets/img/screenshots/kdb_sample.png" width="500" />
<img src="https://assets.err0.io/assets/img/screenshots/knowledge_base_add.png" width="300" />
<img src="https://assets.err0.io/assets/img/screenshots/kdb_sample.png" width="500" />

## Quality Metrics

Expand All @@ -120,7 +120,7 @@ When you're ready to use this in production why not <a href="https://bit.ly/3Sv4

### Full mode

A step by step guide is available on the <a href="https://www.err0.io/how-to">err0</a> platform, which details each step:
A step by step guide is available on the <a href="https://assets.err0.io/how-to">err0</a> platform, which details each step:
1. Create a numbering policy
2. Add a project to the numbering policy
3. Run the agent, in sandbox mode, on your code to insert error codes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

group = "io.err0"
version = "1.5.0-BETA"
version = "1.5.1-BETA"

repositories {
mavenCentral()
Expand Down
Loading