Giter VIP home page Giter VIP logo

pachypy's People

Contributors

codacy-badger avatar itssimon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pachypy's Issues

Empty values for branches when using list_commits()

Describe the bug
When I used client.list_commits(), the dataframe contains empty values in Branch.

To Reproduce
Steps to reproduce the behavior:

  1. I added data and created pipelines with the pachyderm tutorial
  2. get some work done on images to populate edges and stats
  3. run client.list_commits("edges", n=3)
  4. values of "Branch" columns are empty after the head value.
  5. this also happens for the "images" repo.

Expected behavior.
Values of should show the proper branch for all commits

Environment:

  • OS: ubuntu 18.04
  • Python Version: 3.6.8
  • Pachyderm Version: 1.9.0

put_timestamp_file.function bug

Describe the bug
At line 985 in client.py (function: put_timestamp_file()):
if self.client.pachd_version >= '1.8.6'

if the version is 1.9.5, the above if is right.

But if the version is 1.10.5 or 1.11.1, the above if will give a False where a True should be generated.

To Reproduce
Steps to reproduce the behavior:
If pachyderm 1.10.5 is used, client.trigger_pipeline() function won't work properly

Environment:

  • OS: macOS
  • Python Version: 3.6.7
  • Pachyderm Version: 1.10.5

Additional context
Add any other context about the problem here.

add branch filter to list_commits()

Is your feature request related to a problem? Please describe.
When listing commits in a repo, you cannot easilly filter between branches such as 'master', 'stats' etc.

Describe the solution you'd like
Add an optional branch argument to list_commits() that will filter the results by branch similar to list_files().

Describe alternatives you've considered
I attempted to filter the resulting dataframe manually however there is currently a bug, see #2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.