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. 22 Oct, 2020 1 commit
    • Vihang Mehta's avatar
      Fix arc config · 5917f8b6
      Vihang Mehta authored
      Summary:
      `arc land` with no args tries to land onto the `master` branch. This fixes said issue.
      Also cleanup the JSON indentation.
      
      Test Plan: `arc land` now picks `main` as the branch to land onto by default.
      
      Reviewers: michelle, zasgar, #engineering
      
      Reviewed By: zasgar, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D6564
      
      GitOrigin-RevId: 4236dbcd9c2cba7def49a99c1e748e9e027a9455
      5917f8b6
  2. 02 Jul, 2020 1 commit
    • Zain Asgar's avatar
      Improve branch naming · 3554b49f
      Zain Asgar authored
      Summary: Rename mainline branch from master -> main.
      
      Test Plan: Jenkins
      
      Reviewers: michelle, #engineering
      
      Reviewed By: michelle, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D5457
      
      GitOrigin-RevId: 6fa17bb0e40d6cc8361151d047c333f15528733b
      3554b49f
  3. 15 May, 2020 1 commit
  4. 17 Mar, 2020 1 commit
  5. 10 Mar, 2020 1 commit
  6. 19 Oct, 2019 1 commit
    • Zain Asgar's avatar
      Add shellcheck linter and configs · b61b1f5f
      Zain Asgar authored
      Summary: Finds common errors in shell files. This adds the linter but does not enabled it yet.
      
      Test Plan: N/A
      
      Reviewers: michelle, oazizi, #engineering, philkuz
      
      Reviewed By: #engineering, philkuz
      
      Differential Revision: https://phab.corp.pixielabs.ai/D2310
      
      GitOrigin-RevId: 96111281c68e7250fddddd07f0e0a92ed21e55be
      b61b1f5f
  7. 17 May, 2019 1 commit
    • Michelle Nguyen's avatar
      Add lint checker that checks if Gazelle has been run · 9284c2d2
      Michelle Nguyen authored
      Summary:
      some of our gazelle builds were breaking because we always forget to run `make gazelle` after updating our go code.
      this arc unit test checks that Gazelle builds properly (often breaks when adding new proto go files), and checks that `make gazelle` was run recently. if the unit test runs `make gazelle` and there are modified BUILD.bazel files, that means that the user forgot to run `make gazelle` and check in the updated build files.
      
      Test Plan: try it out in different situations
      
      Reviewers: zasgar, #engineering, philkuz
      
      Reviewed By: #engineering, philkuz
      
      Differential Revision: https://phab.corp.pixielabs.ai/D795
      
      GitOrigin-RevId: b0939fd9214132cd75692b265d4f5839384f8a60
      9284c2d2
  8. 08 Oct, 2018 1 commit
    • Michelle Nguyen's avatar
      PL-31 Add arc unit test to check generated files · c785b292
      Michelle Nguyen authored
      Summary: Added an arc unit test that checks that .pb.go and .gen.go files are updated and added to the diff.
      
      Test Plan:
      ran arc diff many times with different cases
      - .proto file updated but pb.go is not
      - .proto file updated and pb.go file updated
      etc
      
      Reviewers: zasgar, kgandhi
      
      Reviewed By: zasgar
      
      Differential Revision: https://phab.corp.pixielabs.ai/D60
      
      GitOrigin-RevId: 8c81e69422129bd57d75b826213d69fa3a76f627
      c785b292
  9. 25 Jun, 2018 1 commit
  10. 23 Jun, 2018 1 commit