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 2021/02/20 05:02:16 UTC

svn commit: r46209 - /dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/

Author: poorejc
Date: Sat Feb 20 05:02:16 2021
New Revision: 46209

Log:
2.1.1-RC1

Added:
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/CHANGELOG.md
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz   (with props)
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.asc
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.sha512
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip   (with props)
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.asc
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.sha512
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz   (with props)
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.asc
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.sha512
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip   (with props)
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.asc
    dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.sha512

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/CHANGELOG.md
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/CHANGELOG.md (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/CHANGELOG.md Sat Feb 20 05:02:16 2021
@@ -0,0 +1,194 @@
+Changelog
+=========
+Apache Flagon UserALE.js (Incubating) 2.1.1 (2021-02-20)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.1.1
+* [Closed Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/3)
+    * Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
+    * Minor updates to resolve extant vulnerabilities in dependency tree
+    * Minor updates to update deprecated downstream dev dependencies
+    * Minor updates to build pipelines to accommodate dependency updates
+    * Minor changes to documentation
+    * Minor QOL upgrades to UserALE.js repository (CI, Dependabot)
+
+Apache Flagon UserALE.js (Incubating) 2.1.0 (2020-02-07)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.1.0
+* [Release Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345442&styleName=Text&projectId=12320621&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED_8301b4e9c1c91354ea85ab02c89ec979db077d9a_lin)
+
+* Sub-task
+    * [FLAGON-440] - create sendOnRefresh function in sendlog
+    * [FLAGON-441] - utilize sessionStorage for sessionId so that sessionId isn't cleared until the tab is closed.
+    * [FLAGON-442] - Update documentation for how to pass local storage, cookie data to sessionId
+    * [FLAGON-451] - Update unit tests to accommodate session storage features
+
+* Bug
+    * [FLAGON-341] - Web Extension Produces Duplicate Logs
+    * [FLAGON-431] - Killing nodemon example server throws lifecycle error on node.js v12.7.0
+    * [FLAGON-483] - userale.log & userale.packageCustomLog logs are not being indexed by ES
+    * [FLAGON-486] - toolName does not populate in logs
+
+* New Feature
+    * [FLAGON-435] - track usage across multi-tab applications via script tag was: TabID to attach handlers
+    * [FLAGON-436] - Print Screen Resolution
+
+* Improvement
+    * [FLAGON-434] - capture what is submitted via forms
+    * [FLAGON-443] - Add Options API Example to UserALE.js Example
+    * [FLAGON-478] - Update index.html to provide instructions for generating certain kinds of logs
+    * [FLAGON-479] - update readme for package manager/compiler deployment example
+
+* Test
+    * [FLAGON-472] - test userale.js on node v > 13
+    * [FLAGON-480] - Test Browser Plugin Behavior with UMD userale format
+    * [FLAGON-481] - update top level readme for new Package loader deployment instructions
+    * [FLAGON-484] - confirm that 'require' method works as well as 'import' for webpack example
+    * [FLAGON-485] - Add prototype .asf.yaml file
+    * [FLAGON-487] - test data-version in script and options params
+
+* Task
+    * [FLAGON-454] - Update eslint-utils to remove critical vulnerability in gulp-eslint v5.0
+    * [FLAGON-455] - Integrate forms example into index.html
+    * [FLAGON-456] - Develop npm example for including UserALE.js
+    * [FLAGON-457] - Remove 'useraction' field from logstream
+    * [FLAGON-467] - Add (custom) Log API examples
+    * [FLAGON-468] - expose PackageLog and supporting functions to aide in custom logging
+    * [FLAGON-469] - Need "meta" package function to add meta data to non HTML events
+    * [FLAGON-470] - Expose event object in Package Log to allow users to add, extract properties to events
+    * [FLAGON-471] - SetRequestHeader should include an Authorization option
+    * [FLAGON-473] - update packagefile for new version and engines
+    * [FLAGON-475] - Print Browser Types, Version
+    
+Apache Flagon UserALE.js (Incubating) 2.0.2 (2019-08-06)
+-------------------------------
+* 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.
+    * [FLAGON-425] - Update gulp-eslint
+    * [FLAGON-426] - update rollup 
+    * [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 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.
+    * [FLAGON-240] - Update Elasticsearch mapping to accurately parse clientTime variable from userale.js
+    * [FLAGON-333] - Add pageURL to UserALE.js logs
+    * [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
+    * [FLAGON-169] - Browser Blocking Mixed Content
+    * [FLAGON-221] - Elasticsearch 5.x does not support microsecond precision
+    * [FLAGON-321] - Gulp Mocha Dependency Deprecation: Critical Command Injection Vulnerability
+    * [FLAGON-322] - minimatch deprecation: ReDOS vulnerability
+    * [FLAGON-323] - Update to Gulp 4.0.0
+    * [FLAGON-324] - Example Page Does Not Generate Logs
+    * [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)
+    * [FLAGON-173] - Provide Options page for Web Extension plugin
+    * [FLAGON-192] - Record Interval Events
+    * [FLAGON-232] - Explore options for capturing unique UserIDs (distinguishing browsers) at runtime.
+    * [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
+    * [FLAGON-196] - UserALE.js time sync
+    * [FLAGON-217] - Track what type of change occurred in UserALE.js
+    * [FLAGON-238] - Integrate Plugin Build Processes into NPM Build process
+    * [FLAGON-271] - Investigate workflow for adding Chrome plugin to Chrome Store
+    * [FLAGON-376] - Add pre-build UserALE.js in src
+
+* Test
+    * [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
+    * [FLAGON-224] - Update UserALE.js Browser Plugin to Save Operating Params
+    * [FLAGON-239] - Submit Firefox Extension to Firefox Verification
+    * [FLAGON-285] - Address WARN deprecated during npm install
+    * [FLAGON-289] - Remove Logstash Dependency for Header Requests
+    * [FLAGON-294] - Branch Management
+    * [FLAGON-345] - Update README.md files to Apache Flagon
+    * [FLAGON-383] - Update README.md and Notices to Reflect Flagon namechange
+    * [FLAGON-385] - Add Package-lock.json file to repos
+    * [FLAGON-392] - Clean up for Merge with master
+    * [FLAGON-396] - Add License to testUtils
+    * [FLAGON-397] - Add Apache License headers to pre-built Artifacts
+    * [FLAGON-399] - Update DOAP to reflect new version
+    * [FLAGON-400] - Update Gulpfile to Add License to Build Artifacts
+    * [FLAGON-401] - Add License to WebExtension Files
+    * [FLAGON-402] - Update index.html version number
+    * [FLAGON-403] - Add updated KEYs
+    * [FLAGON-404] - Update Readme.md to reflect version 2.0.0
+    * [FLAGON-405] - Add new filter examples to Readme.md
+    * [FLAGON-407] - Jenkins Builds Failing at Master
+    * [FLAGON-408] - Update webextension files for Userale version number
+    * [FLAGON-409] - Update package.json file to indicate that we can now support Node 12.2.0 (engines)
+    * [FLAGON-410] - Add setLogMapper API examples to README.md and Website
+    * [FLAGON-411] - Update Release Scripts to Package WebExtension
+    * [FLAGON-412] - Update Example page to include mapping and filtering examples
+    * [FLAGON-413] - Update Changelog for Release Candidate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.asc
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.asc (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.asc Sat Feb 20 05:02:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmAwlXwACgkQ+TdPrj/K
+326DGRAAtXR2rOu1BVf9SakCEuIZP2mJZX4PTll6hl8zGJeQQZ2iMqAayP9ZFrKU
+SlD1mPK1DzGMORdvDVp0noSVakjPBezK1yVVtxGiE2sa7iTLNt/Y44x1orK45Al5
+zcKEmBD6FrspcjZC2Q9A0R/pzqEYKVnYBFCII6/QjbjUzYZZucyLU6GhwAr8Y8Bh
+sKEmnfbfRQUAeCxx7uJO3rAiJY8GiYpEeNsQWdvoJK+lenbNSazomuNsQc/u1f12
+YXQbnR8kpH+mCCA4wzFTrgycGX0VYeM2CWVmAuF3wx5mG2ABR6nWPOJGuWkn40iD
+Z95KJ8At5AbnyF+xrTELwmAyxOvYLvjs1FsGTTylBvltgIeIZ0TkPmWZ3oDCFAm+
+jnDoXiS0Lbcu1N4rFSP+tm9Hnv00yXCa+XAL/JmYqKNWn3Eir2/qBQQ/u89trk/1
+vfQm+rT7SIzlhxmEwapPGCBYlmgF5qSkEErPJBTbNoSNwPf8X450+T525WnCTuLX
+mU8BY+p6tljgWaR5fyaCcAnS+s47twWDmpsrTxTWX+9BrH7eXt+Q8b7EUdT8uDXm
+uEmODarNxkzihNJlkn4rSt6k8pdP4R5b5p800I5jo+Ac1PHmyaVSZsr2+Fb8YqYl
+R0uawKSl2S13qR/vBMUmL8IVkZFQYXJbMtS+N7BFO2xLF6SEy3A=
+=T8Uf
+-----END PGP SIGNATURE-----

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.sha512 (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz.sha512 Sat Feb 20 05:02:16 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.1.1-bin.tar.gz: 
+FA7BF41D 69E04CFD 33464ABB 1A79CE91 D6A848E1 1862DCC9 509F24CE 1CF8D232 548268E5
+ 27AFDE8F 56D49C46 3C1741BB 4DEDE68B C6C7E8FB FAEFAC63 A64D6E9D

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.asc
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.asc (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.asc Sat Feb 20 05:02:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmAwlX0ACgkQ+TdPrj/K
+324Zsw/+Ktkck7867WCNj4fs5n3i4AmGWwBGbrIB1vbWMUuMly3pKHfxbPtgbLid
+VB+MGsWxV2Vbf1IFz2EVtd+K6vSIhG0grqZrw/02VrZL2OcjjZIItwvaalIE5tZY
+T7fT4P5sTgiMmsk4hCND1/mZ09zB0Ry7cYkQnHHw8YvCJZhYfGGMguOvipxO+xNm
+S0gEjthYwwR0PeRjE+1GZ8poSOOuxYp7n9Hz+Pvidvx52JhzrX+qqj89lJIhlEUk
+R7iBbdQzMMHMADT6isTqgIAMTohwfGWRDjYr6ELnoW8aunWPJGZj18OHAqfl1f0t
+GSN/zZcRR4Bxgr0W7tyIJfYM6gRfk9o5mVyBfWdO8k/0osBGg+bKu2aFcbJiG30m
+FtLL5ikR6MiyA6obUEZ6nuRXXEOU9cM+0V8vBthphEs2/P/F/WHn+txKpOS7MoXN
+C1ublVdN/5H2T/7sHnB6k+NLCXV84IIrdPVXiHZDuLhOd0wNV4FLx+8HQdcSMrZ5
+ACzOIq/lt7L1w7YileqQ6aX7YB/2FNeFEXwZPKiBHgT8Gtnc4hlmBQU7gH0zGM1H
+U0rbMETXSr2svqhvYLpAR3GASQ/QDauhAy4F6yp5jXZmv9LZU+YFDoQAkLBr47Ly
+lDItzOoz5KHTaqy8FJ1VgqoyRGm0QRNfE9wAcGJp2gr+lks4P1U=
+=UVTf
+-----END PGP SIGNATURE-----

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.sha512
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.sha512 (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-bin.zip.sha512 Sat Feb 20 05:02:16 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.1.1-bin.zip: 
+58DFA0E2 FBEA5ADE EF0A2730 DAB1D9B2 86097987 4C6B7E82 DAE1322A 719E185B CC147011
+ B39475D9 83EA9F2A 87FAE7A9 F224C3F6 A752262E F705D6A3 D440435B

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.asc
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.asc (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.asc Sat Feb 20 05:02:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmAwlXwACgkQ+TdPrj/K
+3260FA//ePwRILiIHfqM9ZdFjPnXudomfCR4od+phtPmH+JViVOwpbDAP/pbT0dK
+fM4W0kwj6NB03fVUJ8dnMZSjxoGfjb/gadOus0M4iZliO5KOkl934CYDx4dEVfXu
+WBsJM99ywfJHiaF3y7DqrKwRSvPT5sYsPEC6mdcl4SjQvkv91a7ke5cx2UbRF0zw
+X7OEXMAHsJQyhwLeeyfspWbFcZnwI1HcGt5aWh32KFilxtUBXrD5bBhTXGw7XduA
+nWczi8Bnsp9f+Low1pk7KTTzkFLab25SQe1yhPKmAEmbXwv/jy6k8ZvH6pCVUg5B
+yTjUw9K+CQFfZy2exj3x3jsoDjTCfiUSJVZOGiwO3HHJ6yBxtbsKbluaPVcl51KG
+JNGgLc4Ul9CYzkEWTmQZ+iIDG+CpHIDDvsZ2Nv6D7KKiPu5yjBT072fpGG4MGVkd
+tfUqK9Dt3ps3I4KJMoPUOBmmm4Ok8AT1HSTc7wODUQR74Y40vBpNo3irH/GVY/gC
+aN2cb/IWcBeEbCqm+4Z5f2qPG/UCLkRYpjJmYfTWZVesw8MGtKGds7TRqi62baaj
+EFhiTMhcfby0wLcQ76qsMP/zyjbDdGAix7THXE+i7zwnEQmSkNyZPvzJjuVagdVY
+T6tUBRmD/EUEZ7mqUdE0xQ03k7Ec6Mpj0Alvzh1YmeIcHaihlrM=
+=s4kg
+-----END PGP SIGNATURE-----

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.sha512
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.sha512 (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.tar.gz.sha512 Sat Feb 20 05:02:16 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.1.1-src.tar.gz: 
+B99D0F1E AED5B3FE C86B055C 596FE2D8 3FA01D48 5ACFB541 F4D60D93 1682E6AB 02F6B816
+ CC79ACC3 3F0F9713 CD30EFA9 324727EC D654CA16 18F9A469 9085DFCB

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.asc
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.asc (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.asc Sat Feb 20 05:02:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmAwlX0ACgkQ+TdPrj/K
+325x9g//bC+nk4V/iaKb+YURgObHnv2hScffvrT/NeOfSO1YmHeO/ilSBkdhUzJP
+VFDFmfePmiCDZDBzz5iRJzVQrN7MLmyTEszO4qVRGoe6Uwo15vJQhXojoxEsSpp2
+Kke5djwrxkeW5EoN+IdYAtyrutQ5rvViZqHWVAqHLweguDe/FF622e1Arjh8RgqW
+DVFIzaIuIkt0TowJ93L9LcRF+upo0pLzsJdLEVTJpKjt93bQ4NQtX6nT+6BOGvo8
+NPux2+bJ0URzFPHHlfDpnLE/UsL4NwrgjSOE+bF5vvq7to5uv+uMnZDu66flildQ
+dihyfDkjxbG4gi7Q5MmjSyUsgYnyz4NhRKla4okl9Z3PQ67rMXWV9UARffpe+ouP
+WqtdJpCwANthd2+fS40AIfAwmEn99hnXuZ1EkA6bIrjYyMXHRmqGHSjU9iyS8KUM
+s2snL1r/K8aQQaNnIjtrtg2jscNqPpL2N0VOW8qByXxs8Q//5ahGiS+pXdwGLwa6
+DArpEdjvde3wO2DnR0ZysymYmZau2Jfdcd+uuN6XQr8yd6H4LXXcgX9S6pPzIiSE
+WnwAjoSOWauk8Xpmbca0jkbAESzOttVZhKOGqbqgAJQTeG3LG20AxiJmSdLNSFCs
+4d3HKtNHxmD5Fg/YCGgYOgxEOxmkD4Jj1Pr9Gx/ZcaqjJ4gRxgU=
+=7iwt
+-----END PGP SIGNATURE-----

Added: dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.sha512
==============================================================================
--- dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.sha512 (added)
+++ dev/incubator/flagon/apache-flagon-useralejs-incubating-2.1.1-RC1/apache-flagon-useralejs-incubating-2.1.1-src.zip.sha512 Sat Feb 20 05:02:16 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.1.1-src.zip: 
+B0032315 F4F9820A 637EA2CE C725CD1A C05EE5BD 3518A457 FA65B5C5 46AFAC0F AD63F185
+ A76480AB D89F04A9 F8AD38B2 9D4AFF32 EA54F790 49AC0543 C6D41226