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 f82c6d5  [FLAGON-341] resolves duplicate logging issue in WebExtension
     add 397a22b  [FLAGON-440] created sendOnRefresh function to call via 
attachEventListeners so data isn't lost for events that trigger refreshes
     add 4e9ccd4  [FLAGON-434/441] Pushing feature that stores sessionId in 
session storage and retrieves it whenever a page is reloaded
     add e61a99f  [FLAGON-443] added options API example to index.html
     add 8422279  minor package-lock fix due to vulnerability in gulp-eslint 
v5.0.0
     add 094b872  [FLAGON-451] updated WIP mods to unit testing framework to 
mock sessionStorage
     add e545d8c  Moved SessionId initialization to a one-time run in 
getInitialSettings. Changed to camelCase. Removed weird JSON.parse check
     add 0c844d0  Removed storage in favor of having testUtils handle it.
     add 8e67a26  Fixed missing window.sessionStorage. Added VirtualConsole to 
make future debugging easier
     add d75ebed  [FLAGON-455] Update Index.html to integrate forms example, 
.options API example
     add a382e91  [FLAGON-434] resolving merge conflicts
     new fe1b477  fixing merge conflicts

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/UserAleWebExtension/background.js |  769 +++++++--------
 build/UserAleWebExtension/content.js    | 1567 ++++++++++++++++---------------
 build/UserAleWebExtension/options.js    |   38 +-
 build/userale-2.0.2.js                  |  266 +++---
 build/userale-2.0.2.min.js              |    2 +-
 example/index.html                      |   16 +-
 package-lock.json                       |   48 +-
 package.json                            |    1 +
 src/attachHandlers.js                   |   20 +-
 src/getInitialSettings.js               |   28 +-
 src/sendLogs.js                         |   18 +
 test/getInitialSettings_spec.js         |    1 +
 test/testUtils.js                       |   23 +-
 13 files changed, 1507 insertions(+), 1290 deletions(-)

Reply via email to