This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a change to branch flagon-userale-50
in repository 
https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git.


    from 0ec3645  [flagon-userale-50] fixes issue of duplicate logs due to 
sendOnRefresh in refresh events, and fixes issue with duplicate events with 
browser tab switching--sendOnClose now flushes the 'logs' queue after sending
     add 8719386  adds cypress journey test
     add 8a82a90  adds cypress journey test
     add 2197076  tested npm 2.1.1 package and additional testing for pageLoad
     add 9f7bfca  Merge branch 'test' into UncleGedd-test
     add ef247b2  merging cypress tests into experimental branch
     add 1f7e803  Update package.json
     add c0aa19c  rebasing against UncleGedd-test
     add 4673e0e  Merge branch 'UncleGedd-test' into experimental-cypress
     add 92a2fcc  adding rebuilt artifacts during testing
     add 1c43c30  adds documentation around custom logs
     add eefb408  updates custom labeling docs
     add 10ac862  tested npm 2.1.1 package and additional testing for pageLoad
     add bc1f794  adding rebuilt artifacts after testing
     add 295388c  Merge branch 'UncleGedd-custom-labels-docs' into test
     add d36c3b9  merging cypress tests and examples'
     add c23fec2  refactors var into let/const
     add 68f08e3  adds babel to builds
     add 4485ed7  Merge branch 'refactor-vars' of 
https://github.com/UncleGedd/incubator-flagon-useralejs into 
UncleGedd-refactor-vars
     add 8302d8b  merging ES6 refactor
     add 909b07c  rebuilt artifacts generated through integration testing
     add 2b2a49d  merging PR 70
     add 3b2a3f1  refactors gulp using rollup
     add a394cf4  updates rollup to latest version 2.42.3
     add 92ae693  adds babel to rollup builds
     add 05eea25  regenerated build artifacts
     add 4b4c7e0  merging PR 69 rollup refactor
     add 7a56eb5  adding PR 69 and build artifacts from integration testing
     add 73155e4  merging PR 69 rollup build refactor
     add 51d4455  fixes userale version typos in readme
     add 0bb7a9a  [flagon-userale 45] fixes typos in readme
     new 65a6f1f  cleaned up sendOnClose using navigator.sendBeacon, swapped 
out visibilitychange listener for pagehid

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:
 .gitignore                              |     1 +
 README.md                               |     6 +-
 build/UserALEWebExtension/background.js |   192 +-
 build/UserALEWebExtension/content.js    |   665 +-
 build/UserALEWebExtension/options.js    |   106 +-
 build/userale-2.1.1.js                  |   707 +-
 build/userale-2.1.1.min.js              |     3 +-
 cypress.json                            |     4 +
 example/index.html                      |     4 +-
 example/log-label-example/README.md     |    60 +
 example/log-label-example/index.html    |    46 +
 gulpfile.js                             |   192 -
 journey/userale.journey.js              |    18 +
 package-lock.json                       | 17522 ++++++++++--------------------
 package.json                            |    37 +-
 rollup.config.js                        |    73 +
 src/attachHandlers.js                   |    15 +-
 src/configure.js                        |     8 +-
 src/getInitialSettings.js               |   114 +-
 src/main.js                             |    14 +-
 src/packageLogs.js                      |    52 +-
 src/sendLogs.js                         |    25 +-
 22 files changed, 6877 insertions(+), 12987 deletions(-)
 create mode 100644 cypress.json
 create mode 100644 example/log-label-example/README.md
 create mode 100644 example/log-label-example/index.html
 delete mode 100755 gulpfile.js
 create mode 100644 journey/userale.journey.js
 create mode 100644 rollup.config.js

Reply via email to