[GitHub] [incubator-flagon-useralejs] UncleGedd commented on pull request #331: Revisit composedPath update

2023-01-12 Thread GitBox
UncleGedd commented on PR #331: URL: https://github.com/apache/incubator-flagon-useralejs/pull/331#issuecomment-1380796158 @poorejc I forget our process. Do you want to merge this into `test` first or go directly into `master`? -- This is an automated message from the Apache Git

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #327: Bump @babel/core from 7.18.10 to 7.20.7

2023-01-08 Thread GitBox
dependabot[bot] closed pull request #327: Bump @babel/core from 7.18.10 to 7.20.7 URL: https://github.com/apache/incubator-flagon-useralejs/pull/327 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #327: Bump @babel/core from 7.18.10 to 7.20.7

2023-01-08 Thread GitBox
dependabot[bot] commented on PR #327: URL: https://github.com/apache/incubator-flagon-useralejs/pull/327#issuecomment-1375183956 Superseded by #336. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #336: Bump @babel/core from 7.18.10 to 7.20.12

2023-01-08 Thread GitBox
dependabot[bot] opened a new pull request, #336: URL: https://github.com/apache/incubator-flagon-useralejs/pull/336 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.20.12. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #328: Bump cypress from 9.7.0 to 12.2.0

2023-01-08 Thread GitBox
dependabot[bot] closed pull request #328: Bump cypress from 9.7.0 to 12.2.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/328 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #328: Bump cypress from 9.7.0 to 12.2.0

2023-01-08 Thread GitBox
dependabot[bot] commented on PR #328: URL: https://github.com/apache/incubator-flagon-useralejs/pull/328#issuecomment-1375183682 Superseded by #335. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #335: Bump cypress from 9.7.0 to 12.3.0

2023-01-08 Thread GitBox
dependabot[bot] opened a new pull request, #335: URL: https://github.com/apache/incubator-flagon-useralejs/pull/335 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 12.3.0. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #334: Bump json5 from 2.2.1 to 2.2.3

2023-01-08 Thread GitBox
dependabot[bot] opened a new pull request, #334: URL: https://github.com/apache/incubator-flagon-useralejs/pull/334 Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from https://github.com/json5/json5/releases;>json5's releases. v2.2.3

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #333: Bump json5 from 1.0.1 to 1.0.2 in /example/react-app-example

2023-01-07 Thread GitBox
dependabot[bot] opened a new pull request, #333: URL: https://github.com/apache/incubator-flagon-useralejs/pull/333 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from https://github.com/json5/json5/releases;>json5's releases. v1.0.2

[GitHub] [incubator-flagon-useralejs] Jyyjy opened a new pull request, #332: Add attribute logging example

2023-01-04 Thread GitBox
Jyyjy opened a new pull request, #332: URL: https://github.com/apache/incubator-flagon-useralejs/pull/332 This is an example solution to the discussion on issue #266. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-flagon-useralejs] Jyyjy commented on pull request #331: Revisit composedPath update

2023-01-03 Thread GitBox
Jyyjy commented on PR #331: URL: https://github.com/apache/incubator-flagon-useralejs/pull/331#issuecomment-1370162818 These are the changes that I intended. Thanks @UncleGedd! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-flagon-useralejs] UncleGedd commented on pull request #331: Revisit composedPath update

2023-01-03 Thread GitBox
UncleGedd commented on PR #331: URL: https://github.com/apache/incubator-flagon-useralejs/pull/331#issuecomment-1369856009 Ready for review! I added a Cypress test as well to test the `buildPath` behavior in a real browser. Also, refactored an old test that wasn't working properly (`"does

[GitHub] [incubator-flagon-useralejs] UncleGedd commented on a diff in pull request #331: WIP: Revisit composedPath update

2023-01-02 Thread GitBox
UncleGedd commented on code in PR #331: URL: https://github.com/apache/incubator-flagon-useralejs/pull/331#discussion_r1060137498 ## test/packageLogs_spec.js: ## @@ -313,28 +313,15 @@ describe('packageLogs', () => { describe('buildPath', () => { it('builds a

[GitHub] [incubator-flagon-useralejs] UncleGedd commented on a diff in pull request #331: WIP: Revisit composedPath update

2023-01-02 Thread GitBox
UncleGedd commented on code in PR #331: URL: https://github.com/apache/incubator-flagon-useralejs/pull/331#discussion_r1060137498 ## test/packageLogs_spec.js: ## @@ -313,28 +313,15 @@ describe('packageLogs', () => { describe('buildPath', () => { it('builds a

[GitHub] [incubator-flagon-useralejs] UncleGedd commented on pull request #331: WIP: Revisit composedPath update

2023-01-02 Thread GitBox
UncleGedd commented on PR #331: URL: https://github.com/apache/incubator-flagon-useralejs/pull/331#issuecomment-1369100265 Made 2 updates thus far: 1. Refactored the `buildPath` function how @Jyyjy orignally intended

[GitHub] [incubator-flagon-useralejs] UncleGedd opened a new pull request, #331: Revisit composedPath update

2023-01-02 Thread GitBox
UncleGedd opened a new pull request, #331: URL: https://github.com/apache/incubator-flagon-useralejs/pull/331 This PR revisits #323 to discuss lingering talking points including: - Testing strategy for `buildPath` - Deprecating `initEvent1 - Refactor `buildPath` how @Jyyjy

[GitHub] [incubator-flagon-useralejs] UncleGedd commented on pull request #323: Composed path

2022-12-29 Thread GitBox
UncleGedd commented on PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323#issuecomment-1367637768  In the next few days I'll check this out and see if we can't bolster the testing with the original solution -- This is an automated message from the Apache Git

[GitHub] [incubator-flagon-distill] dependabot[bot] opened a new pull request, #11: Bump setuptools from 52.0.0.post20210125 to 65.5.1

2022-12-27 Thread GitBox
dependabot[bot] opened a new pull request, #11: URL: https://github.com/apache/incubator-flagon-distill/pull/11 Bumps [setuptools](https://github.com/pypa/setuptools) from 52.0.0.post20210125 to 65.5.1. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #12: Log Call Back function from userale demo, might be interesting in mainline UserALE.js

2022-12-26 Thread GitBox
poorejc commented on issue #12: URL: https://github.com/apache/incubator-flagon-useralejs/issues/12#issuecomment-1365587287 havent seen more community interest in this in a long time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-flagon-useralejs] poorejc closed issue #12: Log Call Back function from userale demo, might be interesting in mainline UserALE.js

2022-12-26 Thread GitBox
poorejc closed issue #12: Log Call Back function from userale demo, might be interesting in mainline UserALE.js URL: https://github.com/apache/incubator-flagon-useralejs/issues/12 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-flagon-useralejs] poorejc closed issue #285: WebExt: Add alternative Fetch 'SendLogs' function to support changes to webextensions

2022-12-26 Thread GitBox
poorejc closed issue #285: WebExt: Add alternative Fetch 'SendLogs' function to support changes to webextensions URL: https://github.com/apache/incubator-flagon-useralejs/issues/285 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #285: WebExt: Add alternative Fetch 'SendLogs' function to support changes to webextensions

2022-12-26 Thread GitBox
poorejc commented on issue #285: URL: https://github.com/apache/incubator-flagon-useralejs/issues/285#issuecomment-1365586539 Correct, this is closed, although the MV3 madness is far from done with us. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-flagon-useralejs] poorejc opened a new issue, #330: composePath follow ups

2022-12-26 Thread GitBox
poorejc opened a new issue, #330: URL: https://github.com/apache/incubator-flagon-useralejs/issues/330 Additional tasks to modernize test cases in following update to composePath() from e.path(): 1. The "defaults to path if available" testcase sets the path (or compossedPath() in my

[GitHub] [incubator-flagon-useralejs] poorejc closed issue #311: Event.path is deprecated

2022-12-26 Thread GitBox
poorejc closed issue #311: Event.path is deprecated URL: https://github.com/apache/incubator-flagon-useralejs/issues/311 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #311: Event.path is deprecated

2022-12-26 Thread GitBox
poorejc commented on issue #311: URL: https://github.com/apache/incubator-flagon-useralejs/issues/311#issuecomment-1365585844 Closed with PR #323 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #329: Bump minimatch and recursive-readdir in /example/react-app-example

2022-12-26 Thread GitBox
dependabot[bot] opened a new pull request, #329: URL: https://github.com/apache/incubator-flagon-useralejs/pull/329 Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated

[GitHub] [incubator-flagon-useralejs] poorejc commented on pull request #323: Composed path

2022-12-26 Thread GitBox
poorejc commented on PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323#issuecomment-1365578401 Looks like paths are getting appropriately parsed: ``` target: 'button#test_button', path: [ 'button#test_button', 'div.container',

[GitHub] [incubator-flagon-useralejs] poorejc commented on pull request #323: Composed path

2022-12-26 Thread GitBox
poorejc commented on PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323#issuecomment-1365562374 merged with test, will test some more and then see if we want to merge with Master! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-flagon-useralejs] asfgit merged pull request #323: Composed path

2022-12-26 Thread GitBox
asfgit merged PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [incubator-flagon-useralejs] poorejc commented on pull request #323: Composed path

2022-12-26 Thread GitBox
poorejc commented on PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323#issuecomment-1365557602 @Jyyjy Thanks! This is great and timely. I'm going to do some additional integration tests on this, and see if everything looks solid all the way through the pipeline.

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #324: Bump cypress from 9.7.0 to 12.1.0

2022-12-25 Thread GitBox
dependabot[bot] commented on PR #324: URL: https://github.com/apache/incubator-flagon-useralejs/pull/324#issuecomment-1364943697 Superseded by #328. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #324: Bump cypress from 9.7.0 to 12.1.0

2022-12-25 Thread GitBox
dependabot[bot] closed pull request #324: Bump cypress from 9.7.0 to 12.1.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/324 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #328: Bump cypress from 9.7.0 to 12.2.0

2022-12-25 Thread GitBox
dependabot[bot] opened a new pull request, #328: URL: https://github.com/apache/incubator-flagon-useralejs/pull/328 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 12.2.0. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #318: Bump @babel/core from 7.18.10 to 7.20.5

2022-12-25 Thread GitBox
dependabot[bot] closed pull request #318: Bump @babel/core from 7.18.10 to 7.20.5 URL: https://github.com/apache/incubator-flagon-useralejs/pull/318 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #327: Bump @babel/core from 7.18.10 to 7.20.7

2022-12-25 Thread GitBox
dependabot[bot] opened a new pull request, #327: URL: https://github.com/apache/incubator-flagon-useralejs/pull/327 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.20.7. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #318: Bump @babel/core from 7.18.10 to 7.20.5

2022-12-25 Thread GitBox
dependabot[bot] commented on PR #318: URL: https://github.com/apache/incubator-flagon-useralejs/pull/318#issuecomment-1364943434 Superseded by #327. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #326: Bump @babel/plugin-transform-runtime from 7.18.10 to 7.19.6

2022-12-25 Thread GitBox
dependabot[bot] opened a new pull request, #326: URL: https://github.com/apache/incubator-flagon-useralejs/pull/326 Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.18.10 to 7.19.6. Release notes

[GitHub] [incubator-flagon-useralejs] brucearctor commented on pull request #325: Bump eslint from 8.21.0 to 8.30.0

2022-12-20 Thread GitBox
brucearctor commented on PR #325: URL: https://github.com/apache/incubator-flagon-useralejs/pull/325#issuecomment-1360965888 I *think* that was what we decided we wanted to do -- but could also be mistaken. Let's document policy/desire if this isn't to be our community practice [ I

[GitHub] [incubator-flagon-useralejs] brucearctor merged pull request #325: Bump eslint from 8.21.0 to 8.30.0

2022-12-20 Thread GitBox
brucearctor merged PR #325: URL: https://github.com/apache/incubator-flagon-useralejs/pull/325 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [incubator-flagon-useralejs] brucearctor commented on pull request #325: Bump eslint from 8.21.0 to 8.30.0

2022-12-20 Thread GitBox
brucearctor commented on PR #325: URL: https://github.com/apache/incubator-flagon-useralejs/pull/325#issuecomment-1360964205 I'm gonna go ahead and merge - since tests pass ... Otherwise, we know to eventually add more tests :-) -- This is an automated message from the Apache Git

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #325: Bump eslint from 8.21.0 to 8.30.0

2022-12-18 Thread GitBox
dependabot[bot] opened a new pull request, #325: URL: https://github.com/apache/incubator-flagon-useralejs/pull/325 Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.30.0. Release notes Sourced from https://github.com/eslint/eslint/releases;>eslint's releases.

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #319: Bump eslint from 8.21.0 to 8.29.0

2022-12-18 Thread GitBox
dependabot[bot] closed pull request #319: Bump eslint from 8.21.0 to 8.29.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #319: Bump eslint from 8.21.0 to 8.29.0

2022-12-18 Thread GitBox
dependabot[bot] commented on PR #319: URL: https://github.com/apache/incubator-flagon-useralejs/pull/319#issuecomment-1357184770 Superseded by #325. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #322: Bump cypress from 9.7.0 to 12.0.2

2022-12-18 Thread GitBox
dependabot[bot] closed pull request #322: Bump cypress from 9.7.0 to 12.0.2 URL: https://github.com/apache/incubator-flagon-useralejs/pull/322 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #322: Bump cypress from 9.7.0 to 12.0.2

2022-12-18 Thread GitBox
dependabot[bot] commented on PR #322: URL: https://github.com/apache/incubator-flagon-useralejs/pull/322#issuecomment-1357182468 Superseded by #324. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #324: Bump cypress from 9.7.0 to 12.1.0

2022-12-18 Thread GitBox
dependabot[bot] opened a new pull request, #324: URL: https://github.com/apache/incubator-flagon-useralejs/pull/324 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 12.1.0. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] Jyyjy commented on pull request #323: Composed path

2022-12-16 Thread GitBox
Jyyjy commented on PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323#issuecomment-1355412304 > @Jyyjy -- are there follow ups to be potentially done [ in the future ,with more time ]? > > Said another way: sounds like this addresses an urgent need, what

[GitHub] [incubator-flagon-useralejs] brucearctor commented on pull request #323: Composed path

2022-12-14 Thread GitBox
brucearctor commented on PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323#issuecomment-1352445015 @Jyyjy -- are there follow ups to be potentially done [ in the future ,with more time ]? Said another way: sounds like this addresses an urgent need, what

[GitHub] [incubator-flagon-useralejs] brucearctor commented on pull request #323: Composed path

2022-12-14 Thread GitBox
brucearctor commented on PR #323: URL: https://github.com/apache/incubator-flagon-useralejs/pull/323#issuecomment-1352442982 I don't have the context to think about reviewing this currently ( am on vacation, would want to dig into code much more deeply, ahead of an 'actual' approval).

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #317: Bump cypress from 9.7.0 to 11.2.0

2022-12-11 Thread GitBox
dependabot[bot] closed pull request #317: Bump cypress from 9.7.0 to 11.2.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/317 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #317: Bump cypress from 9.7.0 to 11.2.0

2022-12-11 Thread GitBox
dependabot[bot] commented on PR #317: URL: https://github.com/apache/incubator-flagon-useralejs/pull/317#issuecomment-1345988290 Superseded by #322. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #322: Bump cypress from 9.7.0 to 12.0.2

2022-12-11 Thread GitBox
dependabot[bot] opened a new pull request, #322: URL: https://github.com/apache/incubator-flagon-useralejs/pull/322 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 12.0.2. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #302: Bump mocha from 9.2.2 to 10.1.0

2022-12-11 Thread GitBox
dependabot[bot] closed pull request #302: Bump mocha from 9.2.2 to 10.1.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/302 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #321: Bump mocha from 9.2.2 to 10.2.0

2022-12-11 Thread GitBox
dependabot[bot] opened a new pull request, #321: URL: https://github.com/apache/incubator-flagon-useralejs/pull/321 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.2.0. Release notes Sourced from https://github.com/mochajs/mocha/releases;>mocha's releases.

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #302: Bump mocha from 9.2.2 to 10.1.0

2022-12-11 Thread GitBox
dependabot[bot] commented on PR #302: URL: https://github.com/apache/incubator-flagon-useralejs/pull/302#issuecomment-1345985324 Superseded by #321. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #320: Bump decode-uri-component from 0.2.0 to 0.2.2 in /example/react-app-example

2022-12-08 Thread GitBox
dependabot[bot] opened a new pull request, #320: URL: https://github.com/apache/incubator-flagon-useralejs/pull/320 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #316: Bump eslint from 8.21.0 to 8.28.0

2022-12-04 Thread GitBox
dependabot[bot] closed pull request #316: Bump eslint from 8.21.0 to 8.28.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/316 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #316: Bump eslint from 8.21.0 to 8.28.0

2022-12-04 Thread GitBox
dependabot[bot] commented on PR #316: URL: https://github.com/apache/incubator-flagon-useralejs/pull/316#issuecomment-1336840400 Superseded by #319. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #319: Bump eslint from 8.21.0 to 8.29.0

2022-12-04 Thread GitBox
dependabot[bot] opened a new pull request, #319: URL: https://github.com/apache/incubator-flagon-useralejs/pull/319 Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.29.0. Release notes Sourced from https://github.com/eslint/eslint/releases;>eslint's releases.

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #309: Bump @babel/core from 7.18.10 to 7.20.2

2022-12-04 Thread GitBox
dependabot[bot] closed pull request #309: Bump @babel/core from 7.18.10 to 7.20.2 URL: https://github.com/apache/incubator-flagon-useralejs/pull/309 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #309: Bump @babel/core from 7.18.10 to 7.20.2

2022-12-04 Thread GitBox
dependabot[bot] commented on PR #309: URL: https://github.com/apache/incubator-flagon-useralejs/pull/309#issuecomment-1336835809 Superseded by #318. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #318: Bump @babel/core from 7.18.10 to 7.20.5

2022-12-04 Thread GitBox
dependabot[bot] opened a new pull request, #318: URL: https://github.com/apache/incubator-flagon-useralejs/pull/318 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.20.5. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #315: Bump cypress from 9.7.0 to 11.1.0

2022-11-27 Thread GitBox
dependabot[bot] commented on PR #315: URL: https://github.com/apache/incubator-flagon-useralejs/pull/315#issuecomment-1328633483 Superseded by #317. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #317: Bump cypress from 9.7.0 to 11.2.0

2022-11-27 Thread GitBox
dependabot[bot] opened a new pull request, #317: URL: https://github.com/apache/incubator-flagon-useralejs/pull/317 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 11.2.0. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #311: Event.path is deprecated

2022-11-23 Thread GitBox
poorejc commented on issue #311: URL: https://github.com/apache/incubator-flagon-useralejs/issues/311#issuecomment-1325876546 NICE catch. This is a priority! Lets work together on this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #308: Bump eslint from 8.21.0 to 8.27.0

2022-11-20 Thread GitBox
dependabot[bot] commented on PR #308: URL: https://github.com/apache/incubator-flagon-useralejs/pull/308#issuecomment-1321547349 Superseded by #316. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #308: Bump eslint from 8.21.0 to 8.27.0

2022-11-20 Thread GitBox
dependabot[bot] closed pull request #308: Bump eslint from 8.21.0 to 8.27.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/308 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #316: Bump eslint from 8.21.0 to 8.28.0

2022-11-20 Thread GitBox
dependabot[bot] opened a new pull request, #316: URL: https://github.com/apache/incubator-flagon-useralejs/pull/316 Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.28.0. Release notes Sourced from https://github.com/eslint/eslint/releases;>eslint's releases.

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #313: Bump cypress from 9.7.0 to 11.0.1

2022-11-20 Thread GitBox
dependabot[bot] closed pull request #313: Bump cypress from 9.7.0 to 11.0.1 URL: https://github.com/apache/incubator-flagon-useralejs/pull/313 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #313: Bump cypress from 9.7.0 to 11.0.1

2022-11-20 Thread GitBox
dependabot[bot] commented on PR #313: URL: https://github.com/apache/incubator-flagon-useralejs/pull/313#issuecomment-1321546883 Superseded by #315. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #315: Bump cypress from 9.7.0 to 11.1.0

2022-11-20 Thread GitBox
dependabot[bot] opened a new pull request, #315: URL: https://github.com/apache/incubator-flagon-useralejs/pull/315 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 11.1.0. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #310: Bump loader-utils from 1.4.0 to 1.4.1 in /example/react-app-example

2022-11-15 Thread GitBox
dependabot[bot] closed pull request #310: Bump loader-utils from 1.4.0 to 1.4.1 in /example/react-app-example URL: https://github.com/apache/incubator-flagon-useralejs/pull/310 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #310: Bump loader-utils from 1.4.0 to 1.4.1 in /example/react-app-example

2022-11-15 Thread GitBox
dependabot[bot] commented on PR #310: URL: https://github.com/apache/incubator-flagon-useralejs/pull/310#issuecomment-1316265073 Superseded by #314. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #314: Bump loader-utils from 1.4.0 to 1.4.2 in /example/react-app-example

2022-11-15 Thread GitBox
dependabot[bot] opened a new pull request, #314: URL: https://github.com/apache/incubator-flagon-useralejs/pull/314 Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #307: Bump cypress from 9.7.0 to 10.11.0

2022-11-13 Thread GitBox
dependabot[bot] closed pull request #307: Bump cypress from 9.7.0 to 10.11.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/307 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #307: Bump cypress from 9.7.0 to 10.11.0

2022-11-13 Thread GitBox
dependabot[bot] commented on PR #307: URL: https://github.com/apache/incubator-flagon-useralejs/pull/307#issuecomment-1313182730 Superseded by #313. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #313: Bump cypress from 9.7.0 to 11.0.1

2022-11-13 Thread GitBox
dependabot[bot] opened a new pull request, #313: URL: https://github.com/apache/incubator-flagon-useralejs/pull/313 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 11.0.1. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] Jyyjy opened a new issue, #312: Map & Filter Callbacks

2022-11-09 Thread GitBox
Jyyjy opened a new issue, #312: URL: https://github.com/apache/incubator-flagon-useralejs/issues/312 Currently you can only set one map callback and one filter callback in packageLogs.js. This is an issue because when writing custom scripts in conent.js, the filter callback is set in

[GitHub] [incubator-flagon-useralejs] Jyyjy opened a new issue, #311: Event.path is deprecated

2022-11-09 Thread GitBox
Jyyjy opened a new issue, #311: URL: https://github.com/apache/incubator-flagon-useralejs/issues/311 While testing the web extension today, I got the following warning from chrome: "Event.path is deprecated and will be removed. Please use Event.composedPath() instead" Here is

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #310: Bump loader-utils from 1.4.0 to 1.4.1 in /example/react-app-example

2022-11-08 Thread GitBox
dependabot[bot] opened a new pull request, #310: URL: https://github.com/apache/incubator-flagon-useralejs/pull/310 Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #306: Bump @babel/core from 7.18.10 to 7.19.6

2022-11-06 Thread GitBox
dependabot[bot] closed pull request #306: Bump @babel/core from 7.18.10 to 7.19.6 URL: https://github.com/apache/incubator-flagon-useralejs/pull/306 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #306: Bump @babel/core from 7.18.10 to 7.19.6

2022-11-06 Thread GitBox
dependabot[bot] commented on PR #306: URL: https://github.com/apache/incubator-flagon-useralejs/pull/306#issuecomment-1305174288 Superseded by #309. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #309: Bump @babel/core from 7.18.10 to 7.20.2

2022-11-06 Thread GitBox
dependabot[bot] opened a new pull request, #309: URL: https://github.com/apache/incubator-flagon-useralejs/pull/309 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.20.2. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #305: Bump eslint from 8.21.0 to 8.26.0

2022-11-06 Thread GitBox
dependabot[bot] closed pull request #305: Bump eslint from 8.21.0 to 8.26.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/305 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #305: Bump eslint from 8.21.0 to 8.26.0

2022-11-06 Thread GitBox
dependabot[bot] commented on PR #305: URL: https://github.com/apache/incubator-flagon-useralejs/pull/305#issuecomment-1305169907 Superseded by #308. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #308: Bump eslint from 8.21.0 to 8.27.0

2022-11-06 Thread GitBox
dependabot[bot] opened a new pull request, #308: URL: https://github.com/apache/incubator-flagon-useralejs/pull/308 Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.27.0. Release notes Sourced from https://github.com/eslint/eslint/releases;>eslint's releases.

[GitHub] [incubator-flagon-useralejs] Jyyjy commented on issue #266: Provide a means for users to easily log HTML elements data attributes

2022-11-02 Thread GitBox
Jyyjy commented on issue #266: URL: https://github.com/apache/incubator-flagon-useralejs/issues/266#issuecomment-1300964306 I am working with @poorejc on adding this feature. I started with @EandrewJones buildDatasets() function. I tested it, it worked, and then there was a discussion on

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #303: Bump cypress from 9.7.0 to 10.10.0

2022-10-31 Thread GitBox
dependabot[bot] commented on PR #303: URL: https://github.com/apache/incubator-flagon-useralejs/pull/303#issuecomment-1296664163 Superseded by #307. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #299: Bump @babel/core from 7.18.10 to 7.19.3

2022-10-24 Thread GitBox
dependabot[bot] commented on PR #299: URL: https://github.com/apache/incubator-flagon-useralejs/pull/299#issuecomment-1288516540 Superseded by #306. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #306: Bump @babel/core from 7.18.10 to 7.19.6

2022-10-24 Thread GitBox
dependabot[bot] opened a new pull request, #306: URL: https://github.com/apache/incubator-flagon-useralejs/pull/306 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.19.6. Release notes Sourced from

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #305: Bump eslint from 8.21.0 to 8.26.0

2022-10-24 Thread GitBox
dependabot[bot] opened a new pull request, #305: URL: https://github.com/apache/incubator-flagon-useralejs/pull/305 Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.26.0. Release notes Sourced from https://github.com/eslint/eslint/releases;>eslint's releases.

[GitHub] [incubator-flagon-useralejs] amirmghaemi closed pull request #304: Documented adding scripts to MV2 - removed all custom scripts from source

2022-10-20 Thread GitBox
amirmghaemi closed pull request #304: Documented adding scripts to MV2 - removed all custom scripts from source URL: https://github.com/apache/incubator-flagon-useralejs/pull/304 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #303: Bump cypress from 9.7.0 to 10.10.0

2022-10-17 Thread GitBox
dependabot[bot] opened a new pull request, #303: URL: https://github.com/apache/incubator-flagon-useralejs/pull/303 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.10.0. Release notes Sourced from https://github.com/cypress-io/cypress/releases;>cypress's

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #288: Bump mocha from 9.2.2 to 10.0.0

2022-10-17 Thread GitBox
dependabot[bot] commented on PR #288: URL: https://github.com/apache/incubator-flagon-useralejs/pull/288#issuecomment-1280384914 Superseded by #302. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #302: Bump mocha from 9.2.2 to 10.1.0

2022-10-17 Thread GitBox
dependabot[bot] opened a new pull request, #302: URL: https://github.com/apache/incubator-flagon-useralejs/pull/302 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.1.0. Release notes Sourced from https://github.com/mochajs/mocha/releases;>mocha's releases.

[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #300: Bump cypress from 9.7.0 to 10.9.0

2022-10-17 Thread GitBox
dependabot[bot] commented on PR #300: URL: https://github.com/apache/incubator-flagon-useralejs/pull/300#issuecomment-1280385050 Superseded by #303. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #300: Bump cypress from 9.7.0 to 10.9.0

2022-10-17 Thread GitBox
dependabot[bot] closed pull request #300: Bump cypress from 9.7.0 to 10.9.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/300 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #288: Bump mocha from 9.2.2 to 10.0.0

2022-10-17 Thread GitBox
dependabot[bot] closed pull request #288: Bump mocha from 9.2.2 to 10.0.0 URL: https://github.com/apache/incubator-flagon-useralejs/pull/288 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-flagon-useralejs] EandrewJones commented on issue #243: sendLogs array includes nulls/missing entries

2022-10-11 Thread GitBox
EandrewJones commented on issue #243: URL: https://github.com/apache/incubator-flagon-useralejs/issues/243#issuecomment-1274380386 Thanks. I think I've traced it down to sendOnInterval, at least in the example page. Work flow: hit submit > sendOnClose triggered > page reloads >

[GitHub] [incubator-flagon-useralejs] kevbrowndev commented on issue #266: Provide a means for users to easily log HTML elements data attributes

2022-10-11 Thread GitBox
kevbrowndev commented on issue #266: URL: https://github.com/apache/incubator-flagon-useralejs/issues/266#issuecomment-1274196811 Sounds good. I'll share my approach via fork this weekend. On Thu, Jul 21, 2022, 10:41 PM Evan Jones ***@***.***> wrote: > I could certainly fork

  1   2   3   4   5   6   7   8   9   10   >