Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 7869ad8

Browse files
committed
[FLAGON-433] minor fix to readme, updated changelog
1 parent e95dacb commit 7869ad8

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
Changelog
22
=========
33

4-
Apache UserALE.js (Incubating) 2.0.1 (2019-07-25)
4+
Apache Flagon UserALE.js (Incubating) 2.0.1 (2019-08-05)
55
-------------------------------
6-
*Release Notes - Flagon - Version UserALE.js 2.0.1
7-
*[Release Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12345942)
6+
* Release Notes - Flagon - Version UserALE.js 2.0.2
7+
* [Release Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12345954)
88

99
* Sub-task
1010
* [FLAGON-423] - Update Package File to Fix Down Stream Dependencies
11-
11+
1212
* Bug
1313
* [FLAGON-422] - Update NPM modules to fix prototype pollution issues in npm packages
14+
* [FLAGON-433] - FIx Package.json and Package-Log.json to resolve npm packaging issue
15+
16+
* Improvement
17+
* [FLAGON-432] - Improve UserALEjs Example Server Instructions
1418

1519
* Task
1620
* [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)
1923
* [FLAGON-427] - update nodemon
2024
* [FLAGON-428] - update sinon
2125
* [FLAGON-429] - test userale.js builds and artifacts on npm 6.10
26+
* [FLAGON-430] - update rollup-plugin-license
2227

23-
Apache UserALE.js (Incubating) 2.0.0 (2019-06-20)
28+
Apache Flagon UserALE.js (Incubating) 2.0.0 (2019-06-20)
2429
-------------------------------
2530
* Release Notes - Flagon - Version UserALE.js 2.0.0
2631
* [Release Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12343068)
2732

28-
2933
* Sub-task
3034
* [FLAGON-220] - Add interval log timeout
3135
* [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)
3438
* [FLAGON-334] - Add pageTitle to UserALE.js
3539
* [FLAGON-337] - Add pageReferrer to UserALE.js
3640

37-
3841
* Bug
3942
* [FLAGON-79] - clientTime is not properly formmated
4043
* [FLAGON-167] - Browser plugin CORS permissions
@@ -47,7 +50,6 @@ Apache UserALE.js (Incubating) 2.0.0 (2019-06-20)
4750
* [FLAGON-338] - Mocha unit tests treat 'document' and 'window' as 'Undefinied' vars
4851
* [FLAGON-340] - UserALE.js fails to build on Branch-336
4952

50-
5153
* New Feature
5254
* [FLAGON-29] - Determine how best to track sessions and users
5355
* [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)
5759
* [FLAGON-328] - Page Sessions in UserALE.js
5860
* [FLAGON-336] - Document Meta-Data on UserALE.js Logs
5961

60-
6162
* Improvement
6263
* [FLAGON-99] - Add custom log API method
6364
* [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)
7172
* [FLAGON-174] - Test web extension with Chrome
7273
* [FLAGON-183] - [RELEASE PROC] Verify UserALE.js Unit Tests for -192 Branch
7374

74-
7575
* Task
7676
* [FLAGON-93] - Readme Documentation of JS API
7777
* [FLAGON-223] - Make UserALE.js plugin persistent

example/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ In order to experiment with the `filter` API, simply un-alias the relevant code
5959

6060
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/).
6161

62+
NOTE: Each modification of index.html will require that you both save the modifications and refresh the webpage in your browser.
63+
6264
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/).
6365

6466
## Capturing Logs Using the Logging Server

0 commit comments

Comments
 (0)