This project is mirrored from https://gitee.com/cowcomic/pixie.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 12 Mar, 2021 1 commit
    • Michelle Nguyen's avatar
      PX-88 Add yaml template artifact type · 24d51aa3
      Michelle Nguyen authored
      Summary:
      we are now uploading the templated YAMLs to GCS, so we should make them available as artifacts in our artifact tracker.
      the CLI will download these templates, fill them in, and apply them. this avoids having the CLI generate them unnecessarily. see D7675 for more context.
      
      the next diff will update the artifact job to actually use this new enum.
      
      Test Plan: n/a
      
      Reviewers: vihang, zasgar
      
      Reviewed By: vihang
      
      Differential Revision: https://phab.corp.pixielabs.ai/D7676
      
      GitOrigin-RevId: 700fe93d6b53c313b8b9fca92d9f7ea9331a8776
      24d51aa3
  2. 11 Mar, 2021 1 commit
    • Vihang Mehta's avatar
      Update go protos · 51a71f2f
      Vihang Mehta authored
      Summary: Update the protos and speed up the shell script to do so.
      
      Test Plan:
      Ran the script.
      
      Before:
      ```
      ./scripts/update_go_protos.sh  0.45s user 0.38s system 2% cpu 41.123 total
      ```
      After:
      ```
      ./scripts/update_go_protos.sh  0.23s user 0.08s system 17% cpu 1.823 total
      ```
      
      Reviewers: zasgar, philkuz
      
      Reviewed By: zasgar
      
      Differential Revision: https://phab.corp.pixielabs.ai/D7655
      
      GitOrigin-RevId: 780e8d24fb682e33b6e34a4eefbf7d5cb9e0301f
      51a71f2f
  3. 27 Jan, 2021 1 commit
    • Michelle Nguyen's avatar
      Move uuidpb to public api · a91d3d1d
      Michelle Nguyen authored
      Summary: we need to make this public because we use it in some of our public apis
      
      Test Plan:
      tested by deploying to staging.
      ran old, current vizier release. verified running a query with a uuid col (agent_status) works on skaffold cli and old cli release
      ran vizier with skaffold. verified running a query with with a uuid col works on skaffold cli and old cli release
      
      Reviewers: zasgar, philkuz, #engineering
      
      Reviewed By: zasgar, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D7198
      
      GitOrigin-RevId: f0408c91f436cee101b774a21034760385930e91
      a91d3d1d
  4. 28 Feb, 2020 1 commit
  5. 25 Oct, 2019 1 commit
  6. 22 Oct, 2019 1 commit