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

Feature/alec 140 #38

Merged
merged 31 commits into from
Jul 28, 2022
Merged

Feature/alec 140 #38

merged 31 commits into from
Jul 28, 2022

Commits on Jul 6, 2022

  1. ALEC-122

    add alpha and beta to karaf-shell command
    BenjaminJ committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bf88f23 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    546d7e6 View commit details
    Browse the repository at this point in the history
  2. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    6e81c81 View commit details
    Browse the repository at this point in the history
  3. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    b517461 View commit details
    Browse the repository at this point in the history
  4. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ab4715b View commit details
    Browse the repository at this point in the history
  5. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a5d5ac0 View commit details
    Browse the repository at this point in the history
  6. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    87a7c10 View commit details
    Browse the repository at this point in the history
  7. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d649e3b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    0845b64 View commit details
    Browse the repository at this point in the history
  2. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    86013a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. ALEC-122-ALEC-116

    O add rest endpoint to store data in db
    o add rest endpoint to configure and store engine parameter
    BenjaminJ committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    97ef64d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. ALEC-122-ALEC-116

    o remove useless debug log
    o remove useless comment
    o remove TODO (partially fixed unit test)
    o add key value to parameter
    o fixed restImpl bean
    BenjaminJ committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c358a85 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. ALEC-122-ALEC-116

    o add BlueprintContextTest
    BenjaminJ committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a65001e View commit details
    Browse the repository at this point in the history
  2. ALEC-122-ALEC-116

    o rewrite rest api
    BenjaminJ committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    295aef3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. ALEC-122-ALEC-116

    o rewrite rest api
    BenjaminJ committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    55b62bf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. ALEC-122-ALEC-116

    o rewrite rest api
    BenjaminJ committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    306658c View commit details
    Browse the repository at this point in the history
  2. ALEC-122-ALEC-116

    o rewrite rest api
    BenjaminJ committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0562407 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    64ad5f8 View commit details
    Browse the repository at this point in the history
  2. Add a getSituationsWithAlarmId to SituationDatasource.java

    o allow to find a situation with alarmId
    BenjaminJ committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    844b9aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bf9cf0 View commit details
    Browse the repository at this point in the history
  4. change GET body to path param

    https://github.com/axios/axios#request-config
    it's not allowed to send body with GET
    BenjaminJ committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f0b89a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    b2f5a8d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. investigate coors issue

    ALEC-140
    BenjaminJ committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    cae205c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge remote-tracking branch 'origin/develop' into feature/ALEC-140

    # Conflicts:
    #	driver/main/src/main/java/org/opennms/alec/driver/main/Driver.java
    #	engine/dbscan/src/main/java/org/opennms/alec/engine/dbscan/DBScanEngine.java
    #	engine/dbscan/src/main/java/org/opennms/alec/engine/dbscan/DBScanEngineFactory.java
    #	engine/dbscan/src/main/resources/OSGI-INF/blueprint/blueprint.xml
    #	engine/itest/src/test/java/org/opennms/alec/engine/itest/DBScanEngineOptimizationTest.java
    #	engine/itest/src/test/java/org/opennms/alec/engine/itest/Level1EngineComplianceTest.java
    #	engine/itest/src/test/java/org/opennms/alec/engine/itest/Level2EngineComplianceTest.java
    #	features/shell/src/main/java/org/opennms/alec/features/shell/ProcessAlarms.java
    #	features/ui/src/main/java/org/opennms/alec/rest/ALECRest.java
    #	features/ui/src/main/java/org/opennms/alec/rest/ALECRestImpl.java
    #	features/ui/src/main/resources/OSGI-INF/blueprint/blueprint.xml
    #	features/ui/src/test/java/org/opennms/alec/BlueprintContextTest.java
    #	features/ui/src/test/java/org/opennms/alec/rest/ALECRestImplTest.java
    #	features/ui/src/test/java/org/opennms/alec/rest/EngineParameterImplTest.java
    #	pom.xml
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    99229b4 View commit details
    Browse the repository at this point in the history
  2. Add status to JacksonSituation.java

    ALEC-140
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    266b0d1 View commit details
    Browse the repository at this point in the history
  3. remove unused DataStore.java

    ALEC-140
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    9823796 View commit details
    Browse the repository at this point in the history
  4. remove unused class (merge issue)

    ALEC-140
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e59f2f9 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    ALEC-140
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    323ffb7 View commit details
    Browse the repository at this point in the history
  6. add status to refused situations

    ALEC-140
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    9f01170 View commit details
    Browse the repository at this point in the history
  7. Cleanup code

    ALEC-140
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a8c4b3f View commit details
    Browse the repository at this point in the history
  8. Remove useless endpoints

    ALEC-140
    BenjaminJ committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ef3ad16 View commit details
    Browse the repository at this point in the history