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

Implement ngt property get API #2584

Merged
merged 20 commits into from
Aug 22, 2024
Merged

Implement ngt property get API #2584

merged 20 commits into from
Aug 22, 2024

Commits on Aug 20, 2024

  1. add property to proto

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fced1aa View commit details
    Browse the repository at this point in the history
  2. build proto files

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cc7df61 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    df71ac0 View commit details
    Browse the repository at this point in the history
  4. fix rust API

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3b9ae3f View commit details
    Browse the repository at this point in the history
  5. fix unit test

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6a014d2 View commit details
    Browse the repository at this point in the history
  6. make format

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6c8cdc4 View commit details
    Browse the repository at this point in the history
  7. make format

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4b0d943 View commit details
    Browse the repository at this point in the history
  8. update

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2dbe53b View commit details
    Browse the repository at this point in the history
  9. fix test

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7e9ec78 View commit details
    Browse the repository at this point in the history
  10. add unit test

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    55c2861 View commit details
    Browse the repository at this point in the history
  11. style: format code with Gofumpt and Prettier

    This commit fixes the style issues introduced in de3ef81 according to the output
    from Gofumpt and Prettier.
    
    Details: #2584
    deepsource-autofix[bot] authored and kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0a8b8be View commit details
    Browse the repository at this point in the history
  12. add codecov.yml to ignore generated code

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    872d84d View commit details
    Browse the repository at this point in the history
  13. make format

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    527b2f4 View commit details
    Browse the repository at this point in the history
  14. fix conflict

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    66ae195 View commit details
    Browse the repository at this point in the history
  15. fix

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1d43dbb View commit details
    Browse the repository at this point in the history
  16. style: format code with Gofumpt and Prettier

    This commit fixes the style issues introduced in 1d43dbb according to the output
    from Gofumpt and Prettier.
    
    Details: #2584
    deepsource-autofix[bot] authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e4526c3 View commit details
    Browse the repository at this point in the history
  17. fix

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    50d6a8c View commit details
    Browse the repository at this point in the history
  18. format

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2b243c9 View commit details
    Browse the repository at this point in the history
  19. add codecov ignore

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4994b17 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. add unit test

    Signed-off-by: Kosuke Morimoto <[email protected]>
    kmrmt committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    438b4a8 View commit details
    Browse the repository at this point in the history