Commit 82d4e67
Dev 330 (#99)
* 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
* restructured list_languages method
* return error instead of printing for unit 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]>1 parent 8fe7046 commit 82d4e67
3 files changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
300 | 307 | | |
301 | 308 | | |
302 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
| 205 | + | |
| 206 | + | |
208 | 207 | | |
209 | 208 | | |
210 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments