Skip to content
Permalink
main

Commits on Oct 8, 2021

  1. Update auth0 document to include user_idp_tokens (#100)

    * Update auth0 document to include user_idp_tokens
    
    Need user_idp_tokens for our newer versions of the Auth0 authenticated cloud.
    
    Signed-off-by: Phillip Kuznetsov <pkuznetsov@pixielabs.ai>
    
    * Update content/en/05-reference/01-admin/01-authentication.md
    
    Co-authored-by: Hannah Troisi <66266496+htroisi@users.noreply.github.com>
    Signed-off-by: Phillip Kuznetsov <pkuznetsov@pixielabs.ai>
    
    Co-authored-by: Hannah Troisi <66266496+htroisi@users.noreply.github.com>
    philkuz and htroisi committed Oct 8, 2021

Commits on Oct 3, 2021

  1. Dramatically speed up docs link nav (#97)

    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Oct 3, 2021
  2. Use new footer (#95)

    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Oct 3, 2021

Commits on Oct 1, 2021

  1. Update repo to use node 16 (#94)

    Signed-off-by: Postescu Cristian <postescu@gmail.com>
    postescu committed Oct 1, 2021
  2. Update links too (#93)

    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Oct 1, 2021
  3. Fix some lint issues (#92)

    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Oct 1, 2021
  4. Update badges (#91)

    Signed-off-by: Zain Asgar <zasgar@pixielabs.ai>
    zasgar committed Oct 1, 2021

Commits on Sep 30, 2021

  1. Update contribution guide for DCO (#90)

    Signed-off-by: Zain Asgar <zasgar@pixielabs.ai>
    zasgar committed Sep 30, 2021
  2. Update Troubleshooting docs. (#89)

    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    htroisi committed Sep 30, 2021
  3. About Pixie + eBPF (#68)

    Signed-off-by: Omid Azizi <oazizi@pixielabs.ai>
    oazizi000 committed Sep 30, 2021
  4. Remove password on build preview (#87)

    Signed-off-by: Zain Asgar <zasgar@pixielabs.ai>
    zasgar committed Sep 30, 2021

Commits on Sep 29, 2021

  1. Bump up k8s version requirement (#86)

    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Sep 29, 2021

Commits on Sep 28, 2021

  1. Don't depend on potrace (#82)

    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Sep 28, 2021
  2. Add note to requirements about privileged access. (#85)

    * Add note to requirements about privileged access.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    
    * Fix links.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    htroisi committed Sep 28, 2021

Commits on Sep 23, 2021

  1. Update self-hosted install guide. (#83)

    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    htroisi committed Sep 23, 2021
  2. Add debug symbol info. (#81)

    * Add debug symbol info.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    
    * tweak
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    
    * tweak
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    
    * Address oazizi000's comments.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    
    * Address oazizi000's comments.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    
    * Address oazizi000's comments.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    htroisi committed Sep 23, 2021

Commits on Sep 22, 2021

  1. Add list of bpftrace PxL scripts to tutorial. (#80)

    * Add list of bpftrace PxL scripts to tutorial.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    
    * Address oazizi000's comments.
    
    Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
    htroisi committed Sep 22, 2021
  2. Cleanup package.json (#78)

    Sort deps, fixup metadata.
    
    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Sep 22, 2021
  3. Upgrade lodash instead of patching (#79)

    Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
    vihangm committed Sep 22, 2021

Commits on Sep 21, 2021

  1. [Snyk] Fix for 2 vulnerabilities (#75)

    * fix: package.json, yarn.lock & .snyk to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    
    
    The following vulnerabilities are fixed with a Snyk patch:
    - https://snyk.io/vuln/SNYK-JS-LODASH-567746
    snyk-bot committed Sep 21, 2021

Commits on Sep 13, 2021

Commits on Sep 9, 2021

  1. Update GitHub repo links. (#71)

    * Update GitHub repo links.
    
    * tweak
    
    * tweak
    htroisi committed Sep 9, 2021

Commits on Sep 8, 2021

Commits on Aug 31, 2021

  1. Misc fixes. (#67)

    * Misc fixes.
    
    * Typo.
    htroisi committed Aug 31, 2021
  2. Update copyright. (#66)

    htroisi committed Aug 31, 2021

Commits on Aug 26, 2021

  1. Add NATS, Kafka to supported protocols list. (#65)

    * Add NATS, Kafka to data sources table.
    
    * Update 02-data-sources.md
    htroisi committed Aug 26, 2021

Commits on Aug 24, 2021

  1. Document E2E encryption. (#62)

    * Document new E2E encryption.
    
    * Address nserrino's comments.
    
    * Address vihangm's comments.
    
    * Address vihangm's comments.
    
    * Revert changes to About Pixie file.
    
    * Remove misc doc changes from this PR.
    
    * Revert changes to FAQ
    
    * Address vihangm, aimichelle's comments.
    
    * tweak
    
    * Remove community cloud physical security note.
    
    * tweak
    htroisi committed Aug 24, 2021

Commits on Aug 23, 2021

Commits on Aug 19, 2021

  1. Point to install guides, not install section in tutorials. (#63)

    * Point to install guides, not install section in tutorials.
    
    * make link relative.
    htroisi committed Aug 19, 2021

Commits on Aug 4, 2021

  1. Update api-key docs. (#61)

    htroisi committed Aug 4, 2021
  2. Clarify install guide steps for running Pixie on multiple clusters (#59)

    * Update install guide to clarify steps to install Pixie on multiple clusters
    
    * feedback
    nserrino committed Aug 4, 2021

Commits on Jul 30, 2021

  1. Reorganize left nav sections. (#46)

    * Move Reference section below Tutorials section
    
    * Reorganize Tutorials Section.
    
    * Reorganize Tutorials Section (deleted files).
    
    * Move PxL Script Overview to Reference section.
    
    * Rename API Quickstart.
    
    * Fix merge.
    
    * Fix ordering so that Next & Prev buttons work correctly.
    
    * Remove outdated Use Case Overview section.
    
    * fix links
    
    * Restore deleted profiler tutorial.
    
    * tweaks
    
    * Rename Profiling tutorial.
    
    * Address aimichelle's comments.
    htroisi committed Jul 30, 2021
Older