@@ -36,54 +36,54 @@ Visit [Eiffel Community](https://eiffel-community.github.io) to get started and
36
36
37
37
# Documentation
38
38
39
- 1 . [ ** Configuration** ] ( ./ wiki/Configuration.md)
40
- 1 . [ ** Running Eiffel Intelligence** ] ( ./ wiki/Running-Eiffel-Intelligence.md)
41
- - [ ** Prerequisites** ] ( ./ wiki/Running-Eiffel-Intelligence.md#Prerequisites)
42
- 1 . [ ** REST API** ] ( ./ wiki/REST-API.md)
43
- - [ ** Query aggregated objects** ] ( ./ wiki/Query.md)
44
- - [ ** Perform query on created aggregated object** ] ( ./ wiki/Query.md#Perform-query-on-created-aggregated-object)
45
- - [ ** Perform freestyle query on created aggregated object** ] ( ./ wiki/Query.md#Perform-freestyle-query-on-created-aggregated-object)
46
- - [ ** Example of freestyle query that returns all aggregated objects** ] ( ./ wiki/Query.md#Example-of-freestyle-query-that-returns-all-aggregated-objects)
47
- - [ ** Query an aggregated object and filter it with specific key** ] ( ./ wiki/Query.md#Query-an-aggregated-object-and-filter-it-with-specific-key)
48
- - [ ** Query missed notifications** ] ( ./ wiki/Query.md#Query-missed-notifications)
49
- - [ ** Running rules on objects** ] ( ./ wiki/Running-rules-on-objects.md)
50
- - [ ** Test JMESPath expression on given Event** ] ( ./ wiki/Running-rules-on-objects.md#Test-JMESPath-expression-on-given-Event)
51
- - [ ** Test a list of rule sets on given list of events** ] ( ./ wiki/Running-rules-on-objects.md#Test-a-list-of-rule-sets-on-given-list-of-events)
52
- - [ ** Authentication** ] ( ./ wiki/Authentication.md)
53
- - [ ** Check if security is enabled** ] ( ./ wiki/Authentication.md#Check-if-security-is-enabled)
54
- - [ ** Login point that returns the name of current user** ] ( ./ wiki/Authentication.md#Login-point-that-returns-the-name-of-current-user)
55
- - [ ** Delete session of current user** ] ( ./ wiki/Authentication.md#Delete-session-of-current-user)
56
- - [ ** Check if backend is running** ] ( ./ wiki/Authentication.md#Check-if-backend-is-running)
57
- - [ ** Subscriptions** ] ( ./ wiki/Subscription-API.md)
58
- - [ ** Create subscriptions** ] ( ./ wiki/Subscription-API.md#Create-subscriptions)
59
- - [ ** Get subscriptions for the given names** ] ( ./ wiki/Subscription-API.md#Get-subscriptions-for-the-given-names)
60
- - [ ** Update subscriptions** ] ( ./ wiki/Subscription-API.md#Update-subscriptions)
61
- - [ ** Delete subscriptions for the given names** ] ( ./ wiki/Subscription-API.md#Delete-subscriptions-for-the-given-names)
62
- - [ ** Get all subscriptions** ] ( ./ wiki/Subscription-API.md#Get-all-subscriptions)
63
- - [ ** Download files** ] ( ./ wiki/Download-Files.md)
64
- - [ ** List available files** ] ( ./ wiki/Download-Files.md#List-available-files)
65
- - [ ** Download subscription template file** ] ( ./ wiki/Download-Files.md#Download-subscription-template-file)
66
- - [ ** Download rules template file** ] ( ./ wiki/Download-Files.md#Download-rules-template-file)
67
- - [ ** Download events template file** ] ( ./ wiki/Download-Files.md#Download-events-template-file)
68
- 1 . [ ** Rules** ] ( ./ wiki/Rules.md)
69
- - [ ** Introduction** ] ( ./ wiki/Rules.md#Introduction)
70
- - [ ** Rule set up** ] ( ./ wiki/Rules.md#Rule-set-up)
71
- - [ ** Existing rules files** ] ( ./ wiki/Rules.md#Existing-rules-files)
72
- - [ ** MergeResolverRules** ] ( ./ wiki/MergeResolverRules.md)
73
- - [ ** Example 1** ] ( ./ wiki/MergeResolverRules.md#Example-1)
74
- - [ ** Example 2 - array aggregations** ] ( ./ wiki/MergeResolverRules.md#Example-2---array-aggregations)
75
- - [ ** History Rules** ] ( ./ wiki/History-rules.md)
76
- 1 . [ ** Subscriptions** ] ( ./ wiki/Subscriptions.md)
77
- - [ ** REST POST notification** ] ( ./ wiki/REST-POST-notification.md)
78
- - [ ** Email notification** ] ( ./ wiki/Email-notification.md)
79
- 1 . [ ** Known limitations** ] ( ./ wiki/Known-limitations.md)
80
- 1 . [ ** Step by Step Aggregation** ] ( ./ wiki/Step-by-Step-Aggregation.md)
81
- - [ ** ArtifactCreatedEvent Aggregation** ] ( ./ wiki/ArtifactCreatedEvent-aggregation.md)
82
- - [ ** EiffelTestCaseTriggeredEvent Aggregation** ] ( ./ wiki/EiffelTestCaseTriggeredEvent-Aggregation.md)
83
- - [ ** EiffelTestCaseStartedEvent Aggregation** ] ( ./ wiki/EiffelTestCaseStartedEvent-aggregation.md)
84
- - [ ** EiffelTestCaseFinishedEvent Aggregation** ] ( ./ wiki/EiffelTestCaseFinishedEvent-aggregation.md)
85
- - [ ** EiffelArtifactPublishedEvent Aggregation** ] ( ./ wiki/EiffelArtifactPublishedEvent-Aggregation.md)
86
- - [ ** EiffelConfidenceLevelModifiedEvent Aggregation** ] ( ./ wiki/EiffelConfidenceLevelModifiedEvent-Aggregation.md)
87
- 1 . [ ** Step by Step Subscription Notification** ] ( ./ wiki/Step-by-Step-Subscription-Notification.md)
39
+ 1 . [ ** Configuration** ] ( wiki/markdown /Configuration.md )
40
+ 1 . [ ** Running Eiffel Intelligence** ] ( wiki/markdown /Running-Eiffel-Intelligence.md )
41
+ - [ ** Prerequisites** ] ( wiki/markdown /Running-Eiffel-Intelligence.md#Prerequisites )
42
+ 1 . [ ** REST API** ] ( wiki/markdown /REST-API.md )
43
+ - [ ** Query aggregated objects** ] ( wiki/markdown /Query.md )
44
+ - [ ** Perform query on created aggregated object** ] ( wiki/markdown /Query.md#Perform-query-on-created-aggregated-object )
45
+ - [ ** Perform freestyle query on created aggregated object** ] ( wiki/markdown /Query.md#Perform-freestyle-query-on-created-aggregated-object )
46
+ - [ ** Example of freestyle query that returns all aggregated objects** ] ( wiki/markdown /Query.md#Example-of-freestyle-query-that-returns-all-aggregated-objects )
47
+ - [ ** Query an aggregated object and filter it with specific key** ] ( wiki/markdown /Query.md#Query-an-aggregated-object-and-filter-it-with-specific-key )
48
+ - [ ** Query missed notifications** ] ( wiki/markdown /Query.md#Query-missed-notifications )
49
+ - [ ** Running rules on objects** ] ( wiki/markdown /Running-rules-on-objects.md )
50
+ - [ ** Test JMESPath expression on given Event** ] ( wiki/markdown /Running-rules-on-objects.md#Test-JMESPath-expression-on-given-Event )
51
+ - [ ** Test a list of rule sets on given list of events** ] ( wiki/markdown /Running-rules-on-objects.md#Test-a-list-of-rule-sets-on-given-list-of-events )
52
+ - [ ** Authentication** ] ( wiki/markdown /Authentication.md )
53
+ - [ ** Check if security is enabled** ] ( wiki/markdown /Authentication.md#Check-if-security-is-enabled )
54
+ - [ ** Login point that returns the name of current user** ] ( wiki/markdown /Authentication.md#Login-point-that-returns-the-name-of-current-user )
55
+ - [ ** Delete session of current user** ] ( wiki/markdown /Authentication.md#Delete-session-of-current-user )
56
+ - [ ** Check if backend is running** ] ( wiki/markdown /Authentication.md#Check-if-backend-is-running )
57
+ - [ ** Subscriptions** ] ( wiki/markdown /Subscription-API.md )
58
+ - [ ** Create subscriptions** ] ( wiki/markdown /Subscription-API.md#Create-subscriptions )
59
+ - [ ** Get subscriptions for the given names** ] ( wiki/markdown /Subscription-API.md#Get-subscriptions-for-the-given-names )
60
+ - [ ** Update subscriptions** ] ( wiki/markdown /Subscription-API.md#Update-subscriptions )
61
+ - [ ** Delete subscriptions for the given names** ] ( wiki/markdown /Subscription-API.md#Delete-subscriptions-for-the-given-names )
62
+ - [ ** Get all subscriptions** ] ( wiki/markdown /Subscription-API.md#Get-all-subscriptions )
63
+ - [ ** Download files** ] ( wiki/markdown /Download-Files.md )
64
+ - [ ** List available files** ] ( wiki/markdown /Download-Files.md#List-available-files )
65
+ - [ ** Download subscription template file** ] ( wiki/markdown /Download-Files.md#Download-subscription-template-file )
66
+ - [ ** Download rules template file** ] ( wiki/markdown /Download-Files.md#Download-rules-template-file )
67
+ - [ ** Download events template file** ] ( wiki/markdown /Download-Files.md#Download-events-template-file )
68
+ 1 . [ ** Rules** ] ( wiki/markdown /Rules.md )
69
+ - [ ** Introduction** ] ( wiki/markdown /Rules.md#Introduction )
70
+ - [ ** Rule set up** ] ( wiki/markdown /Rules.md#Rule-set-up )
71
+ - [ ** Existing rules files** ] ( wiki/markdown /Rules.md#Existing-rules-files )
72
+ - [ ** MergeResolverRules** ] ( wiki/markdown /MergeResolverRules.md )
73
+ - [ ** Example 1** ] ( wiki/markdown /MergeResolverRules.md#Example-1 )
74
+ - [ ** Example 2 - array aggregations** ] ( wiki/markdown /MergeResolverRules.md#Example-2---array-aggregations )
75
+ - [ ** History Rules** ] ( wiki/markdown /History-rules.md )
76
+ 1 . [ ** Subscriptions** ] ( wiki/markdown /Subscriptions.md )
77
+ - [ ** REST POST notification** ] ( wiki/markdown /REST-POST-notification.md )
78
+ - [ ** Email notification** ] ( wiki/markdown /Email-notification.md )
79
+ 1 . [ ** Known limitations** ] ( wiki/markdown /Known-limitations.md )
80
+ 1 . [ ** Step by Step Aggregation** ] ( wiki/markdown /Step-by-Step-Aggregation.md )
81
+ - [ ** ArtifactCreatedEvent Aggregation** ] ( wiki/markdown /ArtifactCreatedEvent-aggregation.md )
82
+ - [ ** EiffelTestCaseTriggeredEvent Aggregation** ] ( wiki/markdown /EiffelTestCaseTriggeredEvent-Aggregation.md )
83
+ - [ ** EiffelTestCaseStartedEvent Aggregation** ] ( wiki/markdown /EiffelTestCaseStartedEvent-aggregation.md )
84
+ - [ ** EiffelTestCaseFinishedEvent Aggregation** ] ( wiki/markdown /EiffelTestCaseFinishedEvent-aggregation.md )
85
+ - [ ** EiffelArtifactPublishedEvent Aggregation** ] ( wiki/markdown /EiffelArtifactPublishedEvent-Aggregation.md )
86
+ - [ ** EiffelConfidenceLevelModifiedEvent Aggregation** ] ( wiki/markdown /EiffelConfidenceLevelModifiedEvent-Aggregation.md )
87
+ 1 . [ ** Step by Step Subscription Notification** ] ( wiki/markdown /Step-by-Step-Subscription-Notification.md )
88
88
89
89
0 commit comments