Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: iotile/iotile_analytics

Tags

iotile_analytics_interactive-0.6.3

Toggle iotile_analytics_interactive-0.6.3's commit message
0.6.3

iotile_analytics_interactive-0.6.2

Toggle iotile_analytics_interactive-0.6.2's commit message
0.6.2

iotile_analytics_interactive-0.6.1

Toggle iotile_analytics_interactive-0.6.1's commit message
0.6.1

iotile_analytics_core-0.6.1

Toggle iotile_analytics_core-0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix support for data masking (#80)

iotile_analytics_offline-0.3.0

Toggle iotile_analytics_offline-0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for filtering raw events and allowing empty data streams. (

…#79)

* Add support for filtering raw events.

* Fix docstring for documentation

* Adjust wording of fetch_stream allow_empty

iotile_analytics_core-0.6.0

Toggle iotile_analytics_core-0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for filtering raw events and allowing empty data streams. (

…#79)

* Add support for filtering raw events.

* Fix docstring for documentation

* Adjust wording of fetch_stream allow_empty

iotile_analytics_interactive-0.6.0

Toggle iotile_analytics_interactive-0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update for compatibility with bokeh 1.0.0 (#76)

* Update for compatiblity with bokeh 1.0.0

* Update requirements for bokeh 1.0.0

iotile_analytics_core-0.5.2

Toggle iotile_analytics_core-0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update for compatibility with bokeh 1.0.0 (#76)

* Update for compatiblity with bokeh 1.0.0

* Update requirements for bokeh 1.0.0

iotile_analytics_offline-0.2.3

Toggle iotile_analytics_offline-0.2.3's commit message
Update readme to trigger new doc build

iotile_analytics_interactive-0.5.1

Toggle iotile_analytics_interactive-0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for passing a token and report_id on command line. (#71)

analytics-host now supports two more command line flags:
--token=TOKEN
--web-push-id=REPORT_ID

If --token is specified, it will immediately set the token
for CloudSession instead of prompting for a password.

If --web-push-id is specified then when uploading a report
to iotile cloud, the files will be attached to that existing
report id, rather than creating a new report id.

Closes #70