1
I Use This!
Inactive

Commits : Listings

Analyzed 9 minutes ago. based on code collected about 12 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Respond to PR feedback. More... about 7 years ago
Fix up tests. More... about 7 years ago
Smooth out Python 2 vs 3 issues, respond to PR feedback and fix a few bugs. More... about 7 years ago
Merge branch 'master' into jm_SavedQueries_UpdateQuirks More... about 7 years ago
Merge pull request #124 from keenlabs/jm_SavedQueries_Docs More... about 7 years ago
Get the docs corrected in master while I fix up PR #123 to be ship-ready. More... about 7 years ago
Merge remote-tracking branch 'github/master' into jm_SavedQueries_UpdateQuirks More... about 7 years ago
Merge pull request #121 from keenlabs/jm_RefactorSavedQueries More... about 7 years ago
Fix bad merge. More... about 7 years ago
Merge remote-tracking branch 'github/master' into jm_RefactorSavedQueries More... about 7 years ago
Merge pull request #122 from keenlabs/jm_DocBugs More... about 7 years ago
Merge pull request #120 from keenlabs/jm_CreateSavedQuery_AcceptDict More... about 7 years ago
PR feedback. More... about 7 years ago
Fix unit tests now that get_collection()/get_collections() don't need the `master_key`. More... about 7 years ago
Forgot to actually use the `read_key` instead of just demanding it in get_collection()/get_collections(). More... about 7 years ago
Tiny change to support existing clients that already work around create() not accepting a dict. More... about 7 years ago
Merge branch 'jm_DocBugs' into jm_SavedQueries_Docs+Refactor More... about 7 years ago
Example of what would need to happen to support updating partial query definitions, like only { 'query_name': 'new_name' }. More... about 7 years ago
Explain that query update requires sending the entire query definition. More... about 7 years ago
A few minor PR feedback changes. More... about 7 years ago
Fix up some documentation bugs I've had jotted down for a while. - Also fixes Issue #106. More... about 7 years ago
Clean up Saved Queries API and share some code with the rest of the SDK too. - There's more that can be done here, but I didn't want to mess more with the core api.py without more test coverage. More... about 7 years ago
Clean up saved_queries code a bit. - Don't create a KeenApi instance for each method call--just use the one the KeenClient already created since this SavedQueriesInterface is bound to that KeenClient instance anyway. - Consolidate the dispatch of the actual HTTP request, error handling and response gathering. - Construct and work off of the base url for Saved Queries. More... about 7 years ago
Whitespace as per Codacy. More... about 7 years ago
Accept a dict for the saved_query properties, and convert to a json-formatted str to send as the PUT payload. More... about 7 years ago
Merge pull request #118 from keenlabs/0.3.31 More... about 7 years ago
remove VERSION file as it is extraneous More... about 7 years ago
bump to 0.3.31 and remove VERSION file More... about 7 years ago
Merge pull request #117 from keenlabs/0.3.30 More... about 7 years ago
release 0.3.30 to fix 0.3.29 build problems More... about 7 years ago