-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: algorithmiaio/algorithmia-python
base: simplify-ci
head repository: algorithmiaio/algorithmia-python
compare: develop
- 18 commits
- 34 files changed
- 10 contributors
Commits on Oct 25, 2021
-
* added fastAPI tests to all algorithm tests * added fastAPI tests to all client test cases * fixed test fixtures * added 2/3 switch for conftest, and added back env var gets for python 2 tests * migrated run algo test from CLI main test suite to dummy test suite * added 2 second wait for start of process
Configuration menu - View commit details
-
Copy full SHA for 1edb330 - Browse repository at this point
Copy the full SHA 1edb330View commit details
Commits on Nov 9, 2021
-
* added async algo processing to tests, fixed issue where async response was thought of as error * fixed typo in test casese * fixed async tests, and ensured that the algo endpoint dummy works * also fixed raw output
Configuration menu - View commit details
-
Copy full SHA for 1d26de1 - Browse repository at this point
Copy the full SHA 1d26de1View commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 537945c - Browse repository at this point
Copy the full SHA 537945cView commit details
Commits on Nov 29, 2021
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 276f5b0 - Browse repository at this point
Copy the full SHA 276f5b0View commit details
Commits on Dec 6, 2021
-
update readme print statements to Python 3 (#119)
Co-authored-by: Ezra Citron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf2a033 - Browse repository at this point
Copy the full SHA bf2a033View commit details
Commits on Dec 22, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 6d35bbc - Browse repository at this point
Copy the full SHA 6d35bbcView commit details -
[ALERT] Fix for breaking changes introduced by Bearer Token work (#121)
* critical fix to bearer token breakage * corrected issue with header initialization in json helper * removed else exception, no auth is passed by internal algo API processing * added a test case tracking authorization required server responses and system handling no auth provided gracefully * added a false flag to actually invalidate environment variables for client auth * cleaned up client, used environment variable manipulation in the test suite * removing problematic server test
Configuration menu - View commit details
-
Copy full SHA for 7fd688d - Browse repository at this point
Copy the full SHA 7fd688dView commit details
Commits on Mar 1, 2022
-
improvement for systemic errors (#122)
* added a better message when errors are not caused by Algorithms * make failure test compliant with other testcase components
Configuration menu - View commit details
-
Copy full SHA for f911e55 - Browse repository at this point
Copy the full SHA f911e55View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d3e73cb - Browse repository at this point
Copy the full SHA d3e73cbView commit details
Commits on May 6, 2022
-
self signed certificate - ssl disabling support w/ testing (#124)
* added a ssl failure test, ssl disabling path is now correct * moved resources * kill instead of terminate; actually closes the sockets * swapped from process kill to os.kill path to be compliant with 3.6 * separated normal tests from self signed cert tests where it made sense, split fastAPI to support all endpoints as both regular mode and self signed mode
Configuration menu - View commit details
-
Copy full SHA for 12b2b3d - Browse repository at this point
Copy the full SHA 12b2b3dView commit details
Commits on May 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 02898a1 - Browse repository at this point
Copy the full SHA 02898a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a64d8 - Browse repository at this point
Copy the full SHA 23a64d8View commit details
Commits on May 13, 2022
-
add versions, environments and improve test coverage (#125)
* major updates to all paths, removal of class creation from API requests * added more test coverage for versions and info functions * removed unnecessary class conversion function * forgot to remove a dependency, and self signed cert branch wasn't updated * replaced all create/publish/update endpoints to use fixed urls and built-in requests package * simplified builds to follow the normal getJsonHelper pattern * renamed builds to get_builds * added an update endpoint test * fixed the put operation; follows the other helper endpoint systems * removed mutating and cluster specific test cases from client tests (python 2)
Configuration menu - View commit details
-
Copy full SHA for d295aea - Browse repository at this point
Copy the full SHA d295aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e23c8a7 - Browse repository at this point
Copy the full SHA e23c8a7View commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c590385 - Browse repository at this point
Copy the full SHA c590385View commit details
Commits on Jun 22, 2022
-
get available SCMs support (#128)
* added an scm get operation in the client class * added testing app endpoint, fixed client.create for external scms * added very basic test
Configuration menu - View commit details
-
Copy full SHA for 73348a3 - Browse repository at this point
Copy the full SHA 73348a3View commit details
Commits on Jul 22, 2022
-
added get and set secrets endpoints for python client (#129)
* added get and set secrets endpoints for python client * bumped version support to 1.4x of adk * adjusted description field to always be present * added better test coverage, removed get test (verified works on marketplace)
Configuration menu - View commit details
-
Copy full SHA for 5e2a8a8 - Browse repository at this point
Copy the full SHA 5e2a8a8View commit details
Commits on Aug 3, 2022
-
added a retry mechanic to PostJsonHelper to avoid 400 error issues (#130
Configuration menu - View commit details
-
Copy full SHA for 31f0e90 - Browse repository at this point
Copy the full SHA 31f0e90View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff simplify-ci...develop