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

Event and Alarm Framework HLD #761

Closed
wants to merge 48 commits into from
Closed

Commits on Mar 16, 2021

  1. Event and Alarm Framework HLD

    Allows applications to raise events; Stores them in the DB; allows NBIs to subscribe and fetch to monitor the device.
    
    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5a94a19 View commit details
    Browse the repository at this point in the history
  2. changed block diagram to be of .png format

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c1b4240 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. updated static_event_map signature

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    d326ed2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. updated with system health parameter

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f876fd3 View commit details
    Browse the repository at this point in the history
  2. updated block diagram

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    aa139b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. updated help for few db fields

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    75dc344 View commit details
    Browse the repository at this point in the history
  2. Updated about table in the app-db

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    9c69ae9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. updated with table of contents

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    bc35f9f View commit details
    Browse the repository at this point in the history
  2. formatted ToC

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    7f9d0ef View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. updated alarm definition

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ce993bd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. updated information on event consumer

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    5185480 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. removed a typo with a command

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    cbb65bf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. updated details on event profiles

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    4cb9068 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. updated details about event profile

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    9213c83 View commit details
    Browse the repository at this point in the history
  2. updated 'show event profile' output

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    6c9d746 View commit details
    Browse the repository at this point in the history
  3. fixed typos, added missing entries in the map for events that are use…

    …d as examples
    
    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ee6e0cb View commit details
    Browse the repository at this point in the history
  4. formatted some text for better readability

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    5371dc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. updated outdated few of show command outputs

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    ad081bb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. updated information on event profiles

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    11b8f6f View commit details
    Browse the repository at this point in the history
  2. 'event profile' is an exec command

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2c0de3d View commit details
    Browse the repository at this point in the history
  3. updated the db schema with latest

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2db959b View commit details
    Browse the repository at this point in the history
  4. formatting of exec/show commands

    Signed-off-by: spenugondaa <[email protected]>
    spenugondaa committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a11600d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

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

Commits on May 4, 2021

  1. Updated based on HLD review comments

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 4, 2021
    Configuration menu
    Copy the full SHA
    52c3e65 View commit details
    Browse the repository at this point in the history
  2. updated with few typos

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d72a14a View commit details
    Browse the repository at this point in the history
  3. update lifecycle diagram

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 4, 2021
    Configuration menu
    Copy the full SHA
    e5f8ae7 View commit details
    Browse the repository at this point in the history
  4. lifecycle diagram didnt download properly. Uploading again.

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 4, 2021
    Configuration menu
    Copy the full SHA
    eedc345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67e8974 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. fixed few typos

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 5, 2021
    Configuration menu
    Copy the full SHA
    e294f65 View commit details
    Browse the repository at this point in the history
  2. few rewording of sentences

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 5, 2021
    Configuration menu
    Copy the full SHA
    2691f76 View commit details
    Browse the repository at this point in the history
  3. updated with showtechsupport information

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 5, 2021
    Configuration menu
    Copy the full SHA
    519f0b5 View commit details
    Browse the repository at this point in the history
  4. formatting few text

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 5, 2021
    Configuration menu
    Copy the full SHA
    52fd540 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. updated with command output and few updates

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 20, 2021
    Configuration menu
    Copy the full SHA
    772059e View commit details
    Browse the repository at this point in the history
  2. updated the life cycle diagram with correct fields

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 20, 2021
    Configuration menu
    Copy the full SHA
    1509b63 View commit details
    Browse the repository at this point in the history
  3. added more information on event profiles

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 20, 2021
    Configuration menu
    Copy the full SHA
    1168b9a View commit details
    Browse the repository at this point in the history
  4. updated example format

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 20, 2021
    Configuration menu
    Copy the full SHA
    81eb310 View commit details
    Browse the repository at this point in the history
  5. fixed default event profile directory path

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed May 20, 2021
    Configuration menu
    Copy the full SHA
    941d00a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. added information on the new DB

    Signed-off-by: Srinadh Penugonda <[email protected]>
    spenugondaa committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    574bec9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

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

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    b7c4b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a8f30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abdb39c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb69975 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

Commits on Mar 28, 2022

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

Commits on Apr 18, 2022

  1. Address review comments.

    1. Introduce revision id for an event.
    2. Only active profile to be persisted on upgrade.
    3. SequenceId to have some sematics <time_t><id>
    bhaveshdell committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7765c7c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

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