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. 13 May, 2020 1 commit
  2. 11 Apr, 2020 1 commit
  3. 02 Apr, 2020 1 commit
    • Zain Asgar's avatar
      Add YQ · e3b4bad7
      Zain Asgar authored
      Summary: YQ is used as a YAML equivalent of JQ.
      
      Test Plan: N/A
      
      Reviewers: michelle, #engineering
      
      Reviewed By: michelle, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D4164
      
      GitOrigin-RevId: a351fce0197fabf1972c6389339c1989845cd175
      e3b4bad7
  4. 26 Mar, 2020 1 commit
    • Michelle Nguyen's avatar
      Add prototool to chef · 3109b1b6
      Michelle Nguyen authored
      Summary: prototool will help us run checks to determine whether or not any proto changes will break the API
      
      Test Plan: ran the docker image, verified that i can run prototool
      
      Reviewers: zasgar, #engineering
      
      Reviewed By: zasgar, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D4081
      
      GitOrigin-RevId: 0d53893ef5c67b8b724fc5f1ae3b7554b71c639f
      3109b1b6
  5. 23 Mar, 2020 1 commit
    • Zain Asgar's avatar
      Upgrade node to v12 · 6810b292
      Zain Asgar authored
      Summary:
      Update nodejs.
      
      We needed to pull in a new base image due to an old version of node installed on it.
      Something upstream changed which broke the original update-rc.d command which is why
      we have additional changes.
      
      Fix style
      
      Test Plan: Jenkins
      
      Reviewers: oazizi, michelle, #engineering
      
      Reviewed By: oazizi, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D4020
      
      GitOrigin-RevId: 383ab4d5ea45bcf1636dce2a1d511aa2ed775eaf
      6810b292
  6. 19 Mar, 2020 1 commit
    • Zain Asgar's avatar
      Upgrade yarn/webpack and make build more verbose · 2c7087d7
      Zain Asgar authored
      Summary:
      I tried to repro hang locally and could not do it. The jenkins hangs are happening on epollwait
      which just means it's waiting for a file descriptor. The process is stuck, not doing doing anything
      or consuming any CPU resources.
      
      Hopefully the upgrade fixes the build. If not, we will have more debug info with the verbose build.
      
      Test Plan: Jenkins
      
      Reviewers: michelle, malthus, #engineering
      
      Reviewed By: michelle, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D3971
      
      GitOrigin-RevId: 9a06aeadaca109abcaa2c2f1289f6e21278beaee
      2c7087d7
  7. 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
  8. 04 Oct, 2019 1 commit
  9. 16 Sep, 2019 1 commit
  10. 12 Sep, 2019 1 commit
  11. 07 Jul, 2019 1 commit
  12. 04 Jun, 2019 1 commit
    • Zain Asgar's avatar
      Fix go version in chef recipe · 982757f8
      Zain Asgar authored
      Summary: remove go from apt/brew and replace with downloaded version.
      
      Test Plan: bazel/chef/jenkins
      
      Reviewers: michelle, #engineering, philkuz
      
      Reviewed By: #engineering, philkuz
      
      Differential Revision: https://phab.corp.pixielabs.ai/D894
      
      GitOrigin-RevId: 5cee6f5f55aa8a2e96b66fec3792470273bac815
      982757f8
  13. 22 Feb, 2019 1 commit
  14. 28 Nov, 2018 1 commit
    • Zain Asgar's avatar
      PL-110 - Added chef scripts to setup environments (Mac/Linux). · 6e2147d1
      Zain Asgar authored
      Summary:
      Contains a set of recipes to provision our machines. There are primiarly three different roles that can be provisioned:
      
      pl_base_dev -- Has everything to run builds.
      pl_workstation -- Has the recipes to setup a full dev workstation.
      pl_desktop -- Has all gui apps.
      
      One thing left to debug is why our new images are bit bigger:
      
      Original:
      gcr.io/pl-dev-infra/base_dev_image          201811061534        36a879b7aa10        2 weeks ago         2.26GB
      
      New:
      gcr.io/pl-dev-infra/base_dev_image          201811270026        7ac725b2098b        10 hours ago        2.43GB
      
      And the delta with the dev image (there should be no delta right now):
      gcr.io/pl-dev-infra/dev_image               201811271012        5fa2b90382ed        25 minutes ago      2.85GB
      
      Docs here: https://phab.corp.pixielabs.ai/w/eng/machine_provisioning/
      
      Test Plan:
        Tested on Linux VM to ensure proper setup.
        Tested on Mac.
        Crated docker images using `make build_and_push_base_dev_image` and `make build_and_push_dev_images`
      
      Reviewers: #engineering, michelle, philkuz
      
      Reviewed By: philkuz
      
      Subscribers: kgandhi, philkuz
      
      Differential Revision: https://phab.corp.pixielabs.ai/D131
      
      GitOrigin-RevId: 3ad87c10fe426c7a5f565c76370f89c0243ed164
      6e2147d1