Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: feast-dev/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 6 commits
  • 41 files changed
  • 1 contributor

Commits on Jan 29, 2021

  1. Add telemetry to Python SDK (#1289)

    * add basic anonymous telemetry
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * add telemetry docs
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * add testing
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * fix test
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * lint
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * fix prow job
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * bugfix
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * fix env var setting
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * lint
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * address comments and fix unit test
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * lint
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    jklegar committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a8c4bbf View commit details
    Browse the repository at this point in the history
  2. make test-telemetry.sh executable

    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    jklegar committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    883ee55 View commit details
    Browse the repository at this point in the history
  3. disable telemetry in docker-compose test and job_service (#1297)

    * fix docker-compose test
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    
    * disable telemetry in client that job_service uses
    
    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    jklegar committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ad47eda View commit details
    Browse the repository at this point in the history
  4. fix kafka download url (#1298)

    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    jklegar committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5313392 View commit details
    Browse the repository at this point in the history
  5. update changelog

    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    jklegar committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    795ec2a View commit details
    Browse the repository at this point in the history
  6. update version

    Signed-off-by: Jacob Klegar <jacob@tecton.ai>
    jklegar committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    cbf2034 View commit details
    Browse the repository at this point in the history
Loading