|
18 | 18 | <img src="./images/eiffel-intelligence-logo.png" alt="Eiffel Intelligence" width="350"/>
|
19 | 19 |
|
20 | 20 | [](https://travis-ci.org/eiffel-community/eiffel-intelligence)
|
21 |
| -[](https://coveralls.io/github/eiffel-community/eiffel-intelligence?branch=master) |
| 21 | +[](https://www.codacy.com/app/eiffel-intelligence-maintainers/eiffel-intelligence?utm_source=github.com&utm_medium=referral&utm_content=eiffel-community/eiffel-intelligence&utm_campaign=Badge_Grade) |
| 22 | +[](https://www.codacy.com/app/eiffel-intelligence-maintainers/eiffel-intelligence?utm_source=github.com&utm_medium=referral&utm_content=eiffel-community/eiffel-intelligence&utm_campaign=Badge_Coverage) |
22 | 23 | [](https://jitpack.io/#eiffel-community/eiffel-intelligence)
|
23 | 24 |
|
24 | 25 | # Eiffel Intelligence
|
25 | 26 | Eiffel Intelligence is a real time data aggregation and analysis solution
|
26 | 27 | for Eiffel events. While Eiffel represents an event based architecture,
|
27 | 28 | Eiffel Intelligence addresses the need of stakeholders to view the current
|
28 | 29 | state of the system by bridging the divide from immutable events to mutable
|
29 |
| -state representation. |
| 30 | +state representation. More information [can be found here](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/index.md). |
30 | 31 |
|
31 | 32 | Eiffel Intelligence consists of two components: the Eiffel Intelligence
|
32 | 33 | back-end (this repository) and the [Eiffel Intelligence front-end](https://github.com/eiffel-community/eiffel-intelligence-frontend),
|
33 | 34 | which is a graphical user interface.
|
34 | 35 |
|
35 |
| -## What is Eiffel Intelligence? |
36 |
| -More information about what Eiffel Intelligence is and what it can be used for [can be read here](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/index.md). |
37 |
| - |
38 |
| -# About this repository |
| 36 | +## About this repository |
39 | 37 | The contents of this repository are licensed under the [Apache License 2.0](./LICENSE).
|
40 | 38 |
|
41 | 39 | To get involved, please see [Code of Conduct](./CODE_OF_CONDUCT.md) and [contribution guidelines](./CONTRIBUTING.md).
|
42 | 40 |
|
43 |
| -# About Eiffel |
| 41 | +## About Eiffel |
44 | 42 | This repository forms part of the Eiffel Community. Eiffel is a protocol for technology agnostic machine-to-machine communication in continuous integration and delivery pipelines, aimed at securing scalability, flexibility and traceability. Eiffel is based on the concept of decentralized real time messaging, both to drive the continuous integration and delivery system and to document it.
|
45 | 43 |
|
46 | 44 | Visit [Eiffel Community](https://eiffel-community.github.io) to get started and get involved.
|
47 | 45 |
|
48 |
| -# Documentation |
| 46 | +## Documentation |
49 | 47 |
|
50 | 48 | 1. [**Running Eiffel Intelligence**](wiki/markdown/running-eiffel-intelligence.md)
|
51 | 49 | - [**Prerequisites**](wiki/markdown/running-eiffel-intelligence.md#Prerequisites)
|
52 | 50 | - [**Configuration**](wiki/markdown/configuration.md)
|
53 | 51 | - [**Run in Docker**](wiki/markdown/docker.md)
|
54 |
| -1. [**Understanding subscriptions**](wiki/markdown/subscriptions.md) |
| 52 | +2. [**Understanding subscriptions**](wiki/markdown/subscriptions.md) |
55 | 53 | - [**REST POST notification**](wiki/markdown/subscription-with-REST-POST-notification.md)
|
56 | 54 | - [**HTTP POST notification to trigger parameterized Jenkins jobs**](wiki/markdown/triggering-jenkins-jobs.md)
|
57 | 55 | - [**Email notification**](wiki/markdown/subscription-with-email-notification.md)
|
58 | 56 | - [**Step by Step Subscription Notification**](wiki/markdown/step-by-step-subscription-notification.md)
|
59 |
| -1. [**Understanding rules**](wiki/markdown/rules.md) |
| 57 | +3. [**Understanding rules**](wiki/markdown/rules.md) |
60 | 58 | - [**What is JMESPath?**](wiki/markdown/rules.md#What-is-JMESPath?)
|
61 | 59 | - [**Rule set up**](wiki/markdown/rules.md#Rule-set-up)
|
62 | 60 | - [**MergeResolverRules**](wiki/markdown/merge-resolver-rules.md)
|
63 | 61 | - [**History Rules**](wiki/markdown/history-rules.md)
|
64 | 62 | - [**Existing rules files**](wiki/markdown/existing-rules-files.md)
|
65 | 63 | - [**Mapping Rules To Aggregations**](wiki/markdown/mapping-rules-to-aggregations.md)
|
66 |
| -1. [**Step by Step Aggregation on Eiffel events**](wiki/markdown/step-by-step-aggregation.md) |
| 64 | +4. [**Step by Step Aggregation on Eiffel events**](wiki/markdown/step-by-step-aggregation.md) |
67 | 65 | - [**ArtifactCreatedEvent Aggregation**](wiki/markdown/artifact-created-event-aggregation.md)
|
68 | 66 | - [**TestCaseTriggeredEvent Aggregation**](wiki/markdown/test-case-triggered-event-aggregation.md)
|
69 | 67 | - [**TestCaseStartedEvent Aggregation**](wiki/markdown/test-case-started-event-aggregation.md)
|
70 | 68 | - [**TestCaseFinishedEvent Aggregation**](wiki/markdown/test-case-finished-event-aggregation.md)
|
71 | 69 | - [**ArtifactPublishedEvent Aggregation**](wiki/markdown/artifact-published-event-aggregation.md)
|
72 | 70 | - [**ConfidenceLevelModifiedEvent Aggregation**](wiki/markdown/confidence-level-modified-event-aggregation.md)
|
73 |
| -1. [**REST API**](wiki/markdown/REST-API.md) |
| 71 | +5. [**REST API**](wiki/markdown/REST-API.md) |
74 | 72 | - [**Query aggregated objects**](wiki/markdown/query.md)
|
75 | 73 | - [**Running rules on objects**](wiki/markdown/running-rules-on-objects.md)
|
76 | 74 | - [**Authentication**](wiki/markdown/authentication.md)
|
77 | 75 | - [**Subscriptions**](wiki/markdown/subscription-API.md)
|
78 | 76 | - [**Download files**](wiki/markdown/download-files.md)
|
79 |
| -1. [**Compatibility**](wiki/markdown/compatibility.md) |
80 |
| -1. [**Known limitations**](wiki/markdown/known-limitations.md) |
| 77 | +6. [**Compatibility**](wiki/markdown/compatibility.md) |
| 78 | +7. [**Known limitations**](wiki/markdown/known-limitations.md) |
81 | 79 |
|
82 | 80 | **Eiffel Intelligence documentation** [**can be found here**](https://eiffel-community.github.io/eiffel-intelligence/)
|
0 commit comments