This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
from 8b06d55 Merge branch 'UMD-ARLIS-composed_path' into test "merging PR
# 323 into test"
add b296bcf refators buildPath and tests
add 1adb17c adding line at end of userale.journey.js
add 195fc94 Add attribute logging example
add 8336f4e Merge branch 'attribute_example' of
https://github.com/UMD-ARLIS/incubator-flagon-useralejs into
UMD-ARLIS-attribute_example
add 9020c6c minor modifications to text, and sp fixes
No new revisions were added by this update.
Summary of changes:
build/UserALEWebExtension/background.js | 32 ++++++-------
build/UserALEWebExtension/content.js | 48 ++++++++-----------
build/UserALEWebExtension/options.js | 60 ++++++++++++------------
build/userale-2.3.0.js | 18 ++-----
build/userale-2.3.0.min.js | 2 +-
example/log-attribute-example/README.md | 75 ++++++++++++++++++++++++++++++
example/log-attribute-example/index.html | 80 ++++++++++++++++++++++++++++++++
journey/userale.journey.js | 15 +++++-
src/packageLogs.js | 14 ++----
src/sendLogs.js | 2 +-
test/packageLogs_spec.js | 23 ++-------
test/sendLogs_spec.js | 31 +++----------
test/testUtils.js | 2 +-
13 files changed, 255 insertions(+), 147 deletions(-)
create mode 100644 example/log-attribute-example/README.md
create mode 100644 example/log-attribute-example/index.html