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: add check graph cmd and integration tests #96

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

leoadonia
Copy link
Collaborator

@leoadonia leoadonia commented Oct 11, 2024

  1. 命令行如下:

    Check the predefined graph or start_graph cmd for the primary app. For more detailed usage, run 'graph -h'
    
    Usage: tman check graph [OPTIONS] --app <APP>
    
    Options:
          --app <APP>
              The absolute path of the app declared in the graph. By default, the predefined graph will be read from the first one in the list. 
          --predefined-graph-name <PREDEFINED_GRAPH_NAME>
              Specify the predefined graph name only to be checked, otherwise, all graphs will be checked.
          --graph <GRAPH>
              Specify the json string of a 'start_graph' cmd to be checked. If not specified, the predefined graph in the primary app will be checked.
      -h, --help
              Print help
  2. 增加 Graph 中 Node/Connection 中 app 校验, 不能为 "localhost". 只能为空或者其他值.

  3. 如果 _ten::uri, Graph 中的 Node/Connection 中的 app 为空或者 localhost, dump property 时不会保存.

@halajohn halajohn self-assigned this Oct 13, 2024
@halajohn halajohn added the enhancement New feature or request label Oct 13, 2024
@halajohn halajohn linked an issue Oct 13, 2024 that may be closed by this pull request
@halajohn halajohn assigned leoadonia and unassigned halajohn Oct 13, 2024
feat: upload runtime only, ignore others (#93)

fix: no need to package src (#92)

feat: add a python script for auto update package versions according … (#85)

Co-authored-by: Hu Yueh-Wei <wei.hu.tw@gmail.com>

docs: updating ten_agent_server from astra_agents_dev (#95)

* docs: updating ten_agent_server from astra_agents_dev

Updating ten_agent_server from astra_agents_dev

* docs: fixing typo

Fixing typo

fix: fix some integration test cases (#94)

feat: add cargo config auto-gen (#51)

Co-authored-by: Hu Yueh-Wei <wei.hu.tw@gmail.com>

chore: update version and publish to cloud store automatically (#97)

Co-authored-by: Hu Yueh-Wei <wei.hu.tw@gmail.com>

fix: forked repo can not get version since tag is not synced (#99)

doc: update summary part

feat: add linux/arm64 (#98)

Co-authored-by: Hu Yueh-Wei <wei.hu.tw@gmail.com>

chore: update to latest ten_gn

chore: add more CI test cases (#136)

chore: enable more CI test cases (#137)

feat: add a python script to update "supports" in manifest (#138)

feat: add async extension in Python binding in order to use asyncio m… (#91)

Co-authored-by: Hu Yueh-Wei <wei.hu.tw@gmail.com>

chore: disable auto-added supports field in GN build flow

fix: check the app in graph

fix: help message
@halajohn halajohn merged commit f013c94 into main Oct 15, 2024
13 checks passed
@halajohn halajohn deleted the feature/check-graph-cmd branch October 15, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

check graph facility of TEN manager
2 participants