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. 24 Feb, 2021 1 commit
    • Nick Lanam's avatar
      Chore: clean up build rules for tests and builds. · b6a189f2
      Nick Lanam authored
      Summary: Patches up testing configuration for the various @pixie/* packages, runs `yarn install` again, and brings in updated `go.mod` and `go.sum` that were missed when landing D7452. This is all chore work and cleans up diffs for upcoming changes some more.
      
      Test Plan: N/A
      
      Reviewers: michelle, vihang, #engineering
      
      Reviewed By: vihang, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D7460
      
      GitOrigin-RevId: dcf594e7bd8f529eae9b3870bc7fdeb47d6c8d9a
      b6a189f2
  2. 23 Nov, 2020 1 commit
    • Nick Lanam's avatar
      Correct semantic errors in local GQL modifications; add graphclconfig file. · a867d593
      Nick Lanam authored
      Summary: the GraphQL language service (used by plugins for editors and IDEs) marks the entire schema invalid if it detects syntax or semantic errors, making the tool think every query is invalid/unknown. Fixing semantic errors takes care of that. Additionally, we have two schemas with some overlap, which were both being seen by that tooling. Using  `.graphqlconfig` file to ignore the one that is a subset of the other takes care of this as well. Both fixes combined allow tooling to recognize valid queries. Notably, this does not change the application's behavior at all: it just makes sure editors and IDEs understand what's happening.
      
      Test Plan: Check out the various usages of the `gql` template tag in our TypeScript code, in an editor/IDE that can highlight and inspect the syntax. It should now succeed when trying to do so. The build should be entirely unaffected.
      
      Reviewers: nserrino, michelle, vihang, #engineering, zasgar
      
      Reviewed By: nserrino, #engineering
      
      Differential Revision: https://phab.corp.pixielabs.ai/D6838
      
      GitOrigin-RevId: 5fe4cf6418c5e834f26c2be8f5621df12520ef93
      a867d593