You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/08/06 03:30:31 UTC

[incubator-flagon-useralejs] branch v2.0.2-RC1 updated: [FLAGON-433] minor fix to readme, updated changelog

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

poorejc pushed a commit to branch v2.0.2-RC1
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/v2.0.2-RC1 by this push:
     new 7869ad8  [FLAGON-433] minor fix to readme, updated changelog
7869ad8 is described below

commit 7869ad8f69c1f2a7f93f79e269c702b04d143819
Author: poorejc <po...@apache.org>
AuthorDate: Mon Aug 5 23:30:08 2019 -0400

    [FLAGON-433] minor fix to readme, updated changelog
---
 CHANGELOG.md      | 20 ++++++++++----------
 example/README.md |  2 ++
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc50053..455bff4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,20 @@
 Changelog
 =========
 
-Apache UserALE.js (Incubating) 2.0.1 (2019-07-25)
+Apache Flagon UserALE.js (Incubating) 2.0.1 (2019-08-05)
 -------------------------------
-*Release Notes - Flagon - Version UserALE.js 2.0.1
-*[Release Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12345942)
+* Release Notes - Flagon - Version UserALE.js 2.0.2
+* [Release Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12345954)
 
 * Sub-task
     * [FLAGON-423] - Update Package File to Fix Down Stream Dependencies
-
+    
 * Bug
     * [FLAGON-422] - Update NPM modules to fix prototype pollution issues in npm packages
+    * [FLAGON-433] - FIx Package.json and Package-Log.json to resolve npm packaging issue
+
+* Improvement
+    * [FLAGON-432] - Improve UserALEjs Example Server Instructions
 
 * Task
     * [FLAGON-424] - Update Gulp to 4.0.2 as matter of protocol post Prototype Pollution.
@@ -19,13 +23,13 @@ Apache UserALE.js (Incubating) 2.0.1 (2019-07-25)
     * [FLAGON-427] - update nodemon
     * [FLAGON-428] - update sinon
     * [FLAGON-429] - test userale.js builds and artifacts on npm 6.10
+    * [FLAGON-430] - update rollup-plugin-license
     
-Apache UserALE.js (Incubating) 2.0.0 (2019-06-20)
+Apache Flagon UserALE.js (Incubating) 2.0.0 (2019-06-20)
 -------------------------------
 * Release Notes - Flagon - Version UserALE.js 2.0.0
 * [Release Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12343068)
 
-
 * Sub-task
     * [FLAGON-220] - Add interval log timeout
     * [FLAGON-231] - Add Micro Second Field in UserALE.js to cover Elastic indexing and time encoding issues.
@@ -34,7 +38,6 @@ Apache UserALE.js (Incubating) 2.0.0 (2019-06-20)
     * [FLAGON-334] - Add pageTitle to UserALE.js
     * [FLAGON-337] - Add pageReferrer to UserALE.js 
 
-
 * Bug
     * [FLAGON-79] - clientTime is not properly formmated 
     * [FLAGON-167] - Browser plugin CORS permissions
@@ -47,7 +50,6 @@ Apache UserALE.js (Incubating) 2.0.0 (2019-06-20)
     * [FLAGON-338] - Mocha unit tests treat 'document' and 'window' as 'Undefinied' vars 
     * [FLAGON-340] - UserALE.js fails to build on Branch-336
 
-
 * New Feature
     * [FLAGON-29] - Determine how best to track sessions and users
     * [FLAGON-166] - Build Firefox Plugin that Deploys UserALE.min Script Tag (.js Use Case)
@@ -57,7 +59,6 @@ Apache UserALE.js (Incubating) 2.0.0 (2019-06-20)
     * [FLAGON-328] - Page Sessions in UserALE.js
     * [FLAGON-336] - Document Meta-Data on UserALE.js Logs
 
-
 * Improvement
     * [FLAGON-99] - Add custom log API method
     * [FLAGON-175] - Integrate web extension with existing User ALE build process
@@ -71,7 +72,6 @@ Apache UserALE.js (Incubating) 2.0.0 (2019-06-20)
     * [FLAGON-174] - Test web extension with Chrome
     * [FLAGON-183] - [RELEASE PROC] Verify UserALE.js Unit Tests for -192 Branch
 
-
 * Task
     * [FLAGON-93] - Readme Documentation of JS API
     * [FLAGON-223] - Make UserALE.js plugin persistent
diff --git a/example/README.md b/example/README.md
index 7903246..5b9d53d 100755
--- a/example/README.md
+++ b/example/README.md
@@ -59,6 +59,8 @@ In order to experiment with the `filter` API, simply un-alias the relevant code
 
 Repeat the same steps on the next code block to experiment with the `mapper` API. Manipulating the arguments in this code block allows you to experiment with modifying and adding fields in UserALE.js' [data schema](http://flagon.incubator.apache.org/docs/useralejs/dataschema/).
 
+NOTE: Each modification of index.html will require that you both save the modifications and refresh the webpage in your browser.
+
 See the [Flagon website](http://flagon.incubator.apache.org/) for additional documentation on the [API](http://flagon.incubator.apache.org/docs/useralejs/API/) and [testing for scale](http://flagon.incubator.apache.org/docs/stack/scaling/).
 
 ## Capturing Logs Using the Logging Server