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

feat: system diagnostic monitor #4722

Merged

Commits on May 31, 2023

  1. feat: add package template

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed May 31, 2023
    Configuration menu
    Copy the full SHA
    05facb3 View commit details
    Browse the repository at this point in the history
  2. feat: add ros interface

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f8747fb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    f499cdc View commit details
    Browse the repository at this point in the history
  2. feat: add diag leaf

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    df22dff View commit details
    Browse the repository at this point in the history
  3. feat: add report

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    591a462 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. feat: add key

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2154c7f View commit details
    Browse the repository at this point in the history
  2. feat: add debug

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    678a5f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. feat: update debug

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9b6eb1e View commit details
    Browse the repository at this point in the history
  2. feat: load file

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    867e099 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 9, 2023

  1. add config loading

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c0f1aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f924c3 View commit details
    Browse the repository at this point in the history
  3. update diag node

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d5ddaf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. create node links

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0e6df85 View commit details
    Browse the repository at this point in the history
  2. add topological sort

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    88e719a View commit details
    Browse the repository at this point in the history
  3. add status update

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b48d3c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. publish graph

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    33ff440 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. add timeout

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fa33de5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 19, 2023

  1. update message

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    017c615 View commit details
    Browse the repository at this point in the history
  2. split struct message

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2ad7a98 View commit details
    Browse the repository at this point in the history
  3. update type name

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    56edc8a View commit details
    Browse the repository at this point in the history
  4. add hardware id

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    14d01f7 View commit details
    Browse the repository at this point in the history
  5. update docs

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e26d9ee View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. update docs

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    dbe4475 View commit details
    Browse the repository at this point in the history
  2. update config

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    00e3af2 View commit details
    Browse the repository at this point in the history
  3. update config

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f4072e2 View commit details
    Browse the repository at this point in the history
  4. update example

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7fad07d View commit details
    Browse the repository at this point in the history
  5. update debug tool

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    67893d9 View commit details
    Browse the repository at this point in the history
  6. add debug type

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    501dae0 View commit details
    Browse the repository at this point in the history
  7. update docs

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    64f761d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Aug 4, 2023

  1. update message

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    911609b View commit details
    Browse the repository at this point in the history
  2. move dir

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    63dd813 View commit details
    Browse the repository at this point in the history
  3. add converter

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    283350d View commit details
    Browse the repository at this point in the history
  4. add monitor package

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6e092cf View commit details
    Browse the repository at this point in the history
  5. add component state diagnostics

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bf780ea View commit details
    Browse the repository at this point in the history
  6. update planning

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f45d6cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cd8423 View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    725e878 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    834086c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    2859664 View commit details
    Browse the repository at this point in the history
  2. fix build

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    79d5cd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff5e8b View commit details
    Browse the repository at this point in the history
  4. add ref expr

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    460431d View commit details
    Browse the repository at this point in the history
  5. update graph

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    39c5f9f View commit details
    Browse the repository at this point in the history
  6. publish summary

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f2a27a8 View commit details
    Browse the repository at this point in the history
  7. update config

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    411a7c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 15, 2023

  1. update expr result

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9896703 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. add link

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8e5e125 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    a316a11 View commit details
    Browse the repository at this point in the history
  2. add precondition

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4417e5a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    c3c6ea8 View commit details
    Browse the repository at this point in the history
  2. update if expr

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    65f5c15 View commit details
    Browse the repository at this point in the history
  3. update config

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ed2e7fe View commit details
    Browse the repository at this point in the history
  4. fix typo

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    be9bfc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    a872168 View commit details
    Browse the repository at this point in the history
  2. update message type

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d32e72a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc26c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    bace02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6953dfd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    65fb05b View commit details
    Browse the repository at this point in the history
  2. fix typo

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    322832b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    6c83ed2 View commit details
    Browse the repository at this point in the history
  2. fix availability

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    af0f5b2 View commit details
    Browse the repository at this point in the history
  3. rename availability

    Signed-off-by: Takagi, Isamu <[email protected]>
    isamu-takagi committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    123428c View commit details
    Browse the repository at this point in the history