Author: poorejc
Date: Sun Apr 10 17:00:58 2022
New Revision: 53727
Log:
adding 2.3.0 RC 01 files
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/CHANGELOG.md
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz
(with props)
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.asc
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.sha512
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip
(with props)
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.asc
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.sha512
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz
(with props)
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.asc
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.sha512
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip
(with props)
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.asc
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.sha512
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/CHANGELOG.md
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/CHANGELOG.md
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/CHANGELOG.md
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,219 @@
+Changelog
+=========
+
+Apache Flagon UserALE.js (Incubating) 2.3.0 (2022-04-05)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.3.0
+* [Closed
Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/9)
+ * Fixes issue in autostart configurations and start(), stop() export usage
+ * Adds additional unit tests for autostart configurations
+ * Adds React App.js example/test utility
+ * Adds additional examples (non-user log examples)
+ * Minor updates to update deprecated downstream dev dependencies
+ * Minor changes to documentation, updated examples
+
+Apache Flagon UserALE.js (Incubating) 2.2.0 (2021-05-20)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.2.0
+* [Closed
Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/7)
+ * Fixes issue in SendOnClose that caused end-of-page-lifecyle events not
to be logged
+ * Modernizes build pipeline (now uses rollup instead of gulp)
+ * Adds Cypress Journey testing framework
+ * Modernizes Unit Testing Framework
+ * Adds 'PageLoad' logs, with load time metrics
+ * Minor updates to update deprecated downstream dev dependencies
+ * Minor changes to documentation, updated examples
+
+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)
+ * Fixes bug in SessionID creation at initial PageLoad
+ * Updates 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.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.asc
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.asc
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.asc
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmJSUhsACgkQ+TdPrj/K
+324mjQ//c/iDSaAIauoY7AjPPZY9Wu1QIYNjO+kN3D+Qu+iCfV6crFu7b9HT/Ufw
+PyGbPjNNOExkD8SAo+y7+lZ1GZEuRzySkgctNTISxkcsYj+XuOYKdayTs4pI2l7W
+5Np9liZ9QRxHw6Inx1RuDZpWYNqwgzWvy5IzhOzIseeQHcyjqb12BzmSnPVALYmi
+3P9yCxd54QDaHFx+3LyqAPCi2RHrGfjckoRkmm+fsw5T9KOMccPgJTzjtWpOh9nQ
+Lwd1d/cgK0mPsIKogUeIBbTfmy1L4t06JE/scV6klFEokwB6mtsvYPxf5SEAyA7P
+T08KDaumeGJYu960GS0s5T+I7AXoQN+S18mbPRWb0Z+tM+tStHAOAit3oRhlyuDw
+rBBX9o3GMNRKiAEW0O5YcSos3CWrZpAK/mVZldc+qVwzIYaMnHIGAbJ2q1jF0sxD
+bRv/O/M4PkD7mYrF5Q8jHD62yapBswQjmhMPEEXsgSkOUya5TkV9ok21/wSfDcsk
+97M/1wN3ZDFCGIB98TWwjk9f1W0MmuSy1fPUWNwuWRu3b8b9GiX6FyZKlkwr1S2E
+IXm3BSHFXcTZDCyk421qRbLm/JXO07uPNXB6KX3bT0gAovSTrXcBFs8G7iU3K73/
+H9+XWP4hcVgtkSvz/taV9Lc9jCR2yx0SPZWOMaFm+1Nwx52Jl8E=
+=q279
+-----END PGP SIGNATURE-----
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.sha512
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.sha512
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz.sha512
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.3.0-bin.tar.gz:
+3A9E4AF1 9E08697C 4D606CF0 6249CE67 60DA90C9 1767942B A346C275 FD1E1AFF
8B20A6BE
+ 5CA1ABBF FBB0C11D 4818B247 C97C525B 2DA14D9E E642E6A6 36C25ECA
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip
==============================================================================
Binary file - no diff available.
Propchange:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.asc
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.asc
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.asc
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmJSUhsACgkQ+TdPrj/K
+327BSA//Xjec/Tj+EB9NGUoCqMAjccl6T/lZ3q2SnWbxR52Q4Q86ORLyHMdcmzIf
+IMf5Mqilag+UDrN1r6fVxnJcF9aVEOShCij/pwnhFqCHzw8USnd64CuAMrfpkHue
+LY8K7V83M9r4sBp9qCj6sqRu4tUZxC9p3a6ZeKlNFlNNd35la5PnHSJlTUvAF8OO
+B7q2egldyQ9P9x3G+Tzn6ILvoOosexhfWYnaDWVQni4/QirwLS2ux0QV1UE39j2k
+c6Q4z2eP3qABM2qBbL9uoanr8YUzsCzomubkngaP/yf3FEjt+NPfPvYH9T3FJyBX
+6BBWh28QqrJ4ZQlkdoHG4tic/HFe8kusm78Bwae0E5kUVsGhrq8psk0m0TJPWreX
+r6pkt89rR5EktEnRtVIAXwDVZ/UEoGp3xYLj6EJ0nPlrwsJn+StWK5IM40mvN+Vc
+OkhnwjUyA7WPKeTfigrGYfzTdBKAxS/AvqOIN4yRFeil/ZM2I1Ou5Whq09OWjtpt
+O7Cnqt1dtexTZt6x68FhItNUxZBzAkyx+vE6VEqBbeDDPZbBoskClUmfVMlBAV9F
+PB+/JNv2/yR9QDbH+tyUN4Uea5xnE3XvUYB4ieP/D15HIKDYNN4bdiZX4hoF0ERJ
+WO8VpF4VOSCE4KJSeL8YsLGx7TkQcH6rEpQ+8IMgbdzgCOUwm0A=
+=Qm7+
+-----END PGP SIGNATURE-----
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.sha512
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.sha512
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-bin.zip.sha512
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.3.0-bin.zip:
+F5E30035 2F4BFE7B 7B54FC1B FC08B9D7 3CBF57D8 8BF5A485 3C139C4E CC9062DF
5C02D74B
+ D4AAE3E3 16F3D5EA 8FA9A004 663975F2 9BFB1C55 86FC37C9 B6861F0C
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.asc
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.asc
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.asc
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmJSUhsACgkQ+TdPrj/K
+327TVRAAqCHPEEra8eJsss2Yi5t5KjlYT+O1spZcq7mXKJiYPKGKN8OxUvE7DdrY
+YMdcllWDjqTtzQjWNFhPYJiytfVH+IAS9WMjvWtMh349IDVCiG5Jagto+OXy2iNQ
+U652S7l6Ax8UjaikosNVLp+7g4asHb7XyRbc0rubupm9yqg8z+Gdt65o4AY9Uf8u
+4O8lW0c0XtnGiCZknNg4X/l45mg6sr8nBX5VOvatGvzjrFbUIoZqnYY4LHH3b4Oh
+HQ8wmbW5cDuXOwWEBchNfsYpw/C7ftHRXqkN2w/ZGEi/BMk+CCR0f9gdr8b5GFjm
+9ipqUScdypA1mV9HwccfBmsFwpLq1KOclut9I6b7Xh+PwjVoc9ZuvV/1i4HW1mW8
+6ZMBRtprrxqAaTo2VGZ+2j2Kkq4VxM13nrWBZN5+EJAsP+DJFcj6WQb1odcuqyKr
++oa59eL88UEPDBwTHjCs6FEXnUETkZdk5mfb335QE97lW59RqUEmJPak7/UrY1fe
+D+qxib9z9pqcFRnOIK5BbZklbdU6dHIsJIv7nAd9QlrvCSSrcMmPV1wkqoIpotjF
+kZahCyH6lByPC4uu4iU+cHQZ1j7Q+9W1jdMYPiZjcX03rlUIiNirnX7ol2HsGCeP
+OhHuCWJmpxIBYAIx0/p/mjcfAbQr4NjJXQpt1ef+5SsHsm0Nz8o=
+=w3F1
+-----END PGP SIGNATURE-----
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.sha512
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.sha512
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.tar.gz.sha512
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.3.0-src.tar.gz:
+775CB96A F2D86A99 AEF9DF2D D198CC38 59FE7D6B 5D6A966D 412DA6D4 3F7A4616
5F45D6DF
+ 91E438A7 E512B9D0 A06BE4A7 A973297C 368E3F6F E89F387A 7B3EE9EF
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip
==============================================================================
Binary file - no diff available.
Propchange:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.asc
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.asc
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.asc
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3H3nU8SIKDe1bAlX+TdPrj/K324FAmJSUhsACgkQ+TdPrj/K
+327+mg/+L14iFXoVTAQNPsQ8ITI6HS7lwVCBQINCe7W+2Sh8LoUM4vOIu20aUh5X
+gAhMO3lvHXHPgA6Ncu4N8AM+ypqeCovP9FDI5deoRQ/Pf+2RltEYoJKVWmvAx++E
+kvwpEOgJLXzk+L42I6YV90+8Co0DqWUw6mm5DmfrtfHjgDkYB7AAicU3mKmxKqiH
+F3/23qHRrb+zDF6TPXHrmGjW5gOpTbGyNs5MTy1DnJu/Yfnb7aCIY1PR/b1QwtLj
+6Hkby0ZCdd38G0YtwU021shUejxF5cl1I5HapXS9cUlcNc3deNuLXdvHJJXl6vpI
+99buH0xWMpkOqf6sVIQnyiHF51BlrZtq1fLaA6AmWD8RpEEBeVfoYFGylOljBkU1
+IZhDJFhUpIIk/iFj6TPwCEfpSphMnoqAUcpX8UWh7+11DHjRyAcFD7mgbYumZFBY
+ld9WJMHLSTttIDNmJFh7D578gqJgwxE+qRV4WJy5uZknW0yYYCnfPC6hyDUwA2kE
+rYwbnNCbt/0noCIuYPx+mykg46ETLHLiYonydmN4AwgT2Yh1EgKQ86NOCqw/9Q3j
+oBQwLtxx1kv4lLepjRVuzJTdV0qHsHyUEFV8C6cDUJNSQQgz12iQ3Gz1MBI9XJHk
+C2c1fDUuWavcs/r1wGhBrvArJqmahEvzT1cnglthTIXMk6bf2I8=
+=TVRL
+-----END PGP SIGNATURE-----
Added:
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.sha512
==============================================================================
---
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.sha512
(added)
+++
dev/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0-RC-01/apache-flagon-useralejs-incubating-2.3.0-src.zip.sha512
Sun Apr 10 17:00:58 2022
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.3.0-src.zip:
+5D112F8A 38B6B90A C0104A79 4FEC654F 76284DDF 97F41DA5 02714597 C8B0E15E
9D5004C5
+ 591418F7 845BB51F 98B9ED34 86FBBB1C BEEA2F6E A2321B8D 3A8F1780