1. 22 7月, 2020 1 次提交
  2. 08 7月, 2020 1 次提交
  3. 29 3月, 2020 1 次提交
    • K
      Add command `trace` (#39) · f2712a7b
      kezhenxu94 提交于
      ### Motivation
      
      Add command `trace` to query trace by trace ID and visualize the traces
      
      ### Modification
      
      - Add command `trace` to query and visualize traces.
      
      - Move `main.go` to `cmd`, as per the recommendation of GO CLI package structure.
      
      - Move GraphQL query to individual `*.graphql` file, for more friendly development, with IDE plugin.
      
      ### Result
      
      - Traces can be queried and visualized by `swctl trace <trace id>`
      
      - GraphQL queries can be debugged in IDE, with some plugins
      f2712a7b
  4. 06 3月, 2020 1 次提交
  5. 04 3月, 2020 1 次提交
  6. 03 3月, 2020 1 次提交
  7. 06 12月, 2019 1 次提交
  8. 03 12月, 2019 1 次提交
  9. 02 12月, 2019 1 次提交
  10. 07 11月, 2019 1 次提交
    • K
      Motivation: · 298aff8b
      kezhenxu94 提交于
      Set up the graphql client, schema and implement a service command
      for reference
      
      Modifications:
      
      - Set up GraphQL client
      - Implement service ls command
      
      Result:
      
      GraphQL client can be reused by other commands
      298aff8b
  11. 06 11月, 2019 2 次提交