You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by un...@apache.org on 2022/04/01 14:51:04 UTC

[incubator-flagon-useralejs] branch test updated (eb65385 -> b0b2c15)

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

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


    from eb65385  Merge branch 'apache:test' into test
     add b0b2c15  disables userale autostart behavior for npm users and adds react example

No new revisions were added by this update.

Summary of changes:
 build/UserALEWebExtension/content.js               |     8 +-
 build/userale-2.2.0.js                             |    18 +-
 build/userale-2.2.0.min.js                         |     2 +-
 example/index.js                                   |     1 +
 example/react-app-example/.gitignore               |    23 +
 example/react-app-example/README.md                |     3 +
 example/react-app-example/package-lock.json        | 27593 +++++++++++++++++++
 example/react-app-example/package.json             |    38 +
 example/react-app-example/public/favicon.ico       |   Bin 0 -> 3870 bytes
 example/react-app-example/public/index.html        |    57 +
 example/react-app-example/public/logo192.png       |   Bin 0 -> 5347 bytes
 example/react-app-example/public/logo512.png       |   Bin 0 -> 9664 bytes
 .../react-app-example/src/App.css                  |    55 +-
 .../react-app-example/src/App.js                   |    51 +-
 .../react-app-example/src/index.css                |    30 +-
 .../react-app-example/src/index.js                 |    28 +-
 example/react-app-example/src/logo.svg             |     1 +
 .../react-app-example/src/setupTests.js            |    22 +-
 example/webpackUserAleExample/dist/main.js         |     2 +-
 package-lock.json                                  |    52 +-
 src/configure.js                                   |    21 +-
 src/main.js                                        |    12 +-
 test/configure_spec.js                             |    19 +-
 test/main_spec.js                                  |    11 +
 24 files changed, 27911 insertions(+), 136 deletions(-)
 create mode 100644 example/react-app-example/.gitignore
 create mode 100644 example/react-app-example/README.md
 create mode 100644 example/react-app-example/package-lock.json
 create mode 100644 example/react-app-example/package.json
 create mode 100644 example/react-app-example/public/favicon.ico
 create mode 100644 example/react-app-example/public/index.html
 create mode 100644 example/react-app-example/public/logo192.png
 create mode 100644 example/react-app-example/public/logo512.png
 copy journey/userale.journey.js => example/react-app-example/src/App.css (58%)
 copy journey/userale.journey.js => example/react-app-example/src/App.js (53%)
 copy journey/userale.journey.js => example/react-app-example/src/index.css (59%)
 copy journey/userale.journey.js => example/react-app-example/src/index.js (59%)
 create mode 100644 example/react-app-example/src/logo.svg
 copy journey/userale.journey.js => example/react-app-example/src/setupTests.js (59%)