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: algorithmiaio/algorithmia-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.0
Choose a base ref
...
head repository: algorithmiaio/algorithmia-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 10 contributors

Commits on Nov 29, 2021

  1. Dev 325 (#116)

    * INSIGHTS-12 Initial structure of insight functionality
    
    * INSIGHTS-12 Added todo statements
    
    * INSIGHTS-12 Moved Insights out of client
    
    * INSIGHTS-12 Adjusted insight methods to reside in the client class. Removed the ability to collect insights before sending, now the every time the user invokes the collectInsights method, it will also send. This prevents any State issues with the algorithm.
    
    * INSIGHTS-12 Added a todo. Tests fail for unknown reasons at this time
    
    * INSIGHTS-12 Fixed method call. Added a todo to get url from config if necessary.
    
    * INSIGHTS-12 Fixed method call.
    
    * INSIGHTS-12 added json serialization. might not be needed
    
    * INSIGHTS-12 commented test temporarily
    
    * INSIGHTS-12 comment updates and json .encode change
    
    * INSIGHTS-12 comment update
    
    * INSIGHTS-12 changed method signatures to match documentation https://insights1.enthalpy.click/developers/clients/python#publishing-algorithmia-insights
    
    * INSIGHTS-12 Added system property for queue reader url
    
    * INSIGHTS-12 Fixed URL to not be https
    
    * INSIGHTS-12 minor version update
    
    * INSIGHTS-12 revert change
    
    * INSIGHTS-12 removed todo
    
    * INSIGHTS-12 uncommented test. May start failing again in the pipeline.
    
    * INSIGHTS-12 commented test.
    
    * INSIGHTS-12 changed version. Removed unused import.
    
    * INSIGHTS-12 changed url to include /v1/
    
    * Allow listing of non-data:// files on cli
    
    * Allow catting non-data:// files on cli
    
    * Fix tests
    
    * adding jwt support to CLI
    
    * refactoring bearertoken method
    
    * adding test and simplifying getclient method
    
    * test fixes
    
    * adding test
    
    Co-authored-by: robert-close <[email protected]>
    Co-authored-by: Kenny Daniel <[email protected]>
    Co-authored-by: Kenny Daniel <[email protected]>
    Co-authored-by: John Bragg <[email protected]>
    Co-authored-by: John-Bragg <[email protected]>
    Co-authored-by: John Bragg <[email protected]>
    7 people authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    276f5b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. update readme print statements to Python 3 (#119)

    Co-authored-by: Ezra Citron <[email protected]>
    lemonez and lemonez authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    bf2a033 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. added the freeze automation to the client object (#120)

    * added the freeze automation to the client object, pulled from CLI
    
    * added test cases for freeze
    
    * fixed imports
    
    * fixed directory collision
    zeryx authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    6d35bbc View commit details
    Browse the repository at this point in the history
Loading