Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SaveMethod support in Flow & Lightning Components, Regex filtering in logEntryEventStream component #250

Merged
merged 10 commits into from
Nov 18, 2021

Conversation

jongpie
Copy link
Owner

@jongpie jongpie commented Nov 10, 2021

@jongpie jongpie added Type: Enhancement New feature or request Logging Source: Flow Items related to using Nebula Logger within Flow Layer: Logger Engine Items related to the core logging engine labels Nov 10, 2021
@jongpie jongpie temporarily deployed to Test November 10, 2021 15:47 Inactive
@jongpie jongpie temporarily deployed to Test November 10, 2021 15:51 Inactive
@jongpie jongpie temporarily deployed to Test November 10, 2021 15:51 Inactive
@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #250 (47061bd) into main (cc8f333) will increase coverage by 0.07%.
The diff coverage is 96.42%.

❗ Current head 47061bd differs from pull request most recent head fb29024. Consider uploading reports for the commit fb29024 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
+ Coverage   95.45%   95.53%   +0.07%     
==========================================
  Files          28       28              
  Lines        2858     2864       +6     
  Branches       42       42              
==========================================
+ Hits         2728     2736       +8     
+ Misses        129      127       -2     
  Partials        1        1              
Flag Coverage Δ
Apex 96.10% <100.00%> (+0.09%) ⬆️
LWC 89.92% <95.23%> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...n/logger-engine/classes/FlowCollectionLogEntry.cls 100.00% <ø> (ø)
...logger/main/logger-engine/classes/FlowLogEntry.cls 100.00% <ø> (ø)
.../main/logger-engine/classes/FlowRecordLogEntry.cls 100.00% <ø> (ø)
...ain/logger-engine/classes/LogEntryEventBuilder.cls 95.63% <ø> (ø)
...ula-logger/main/logger-engine/lwc/logger/logger.js 86.53% <90.00%> (-0.97%) ⬇️
...ent/lwc/logEntryEventStream/logEntryEventStream.js 94.44% <96.87%> (+0.69%) ⬆️
...ger/main/logger-engine/classes/ComponentLogger.cls 99.05% <100.00%> (+0.04%) ⬆️
...a-logger/main/logger-engine/classes/FlowLogger.cls 100.00% <100.00%> (ø)
...ebula-logger/main/logger-engine/classes/Logger.cls 95.46% <100.00%> (+0.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc8f333...fb29024. Read the comment docs.

@jongpie jongpie temporarily deployed to Test November 10, 2021 16:35 Inactive
@jongpie jongpie temporarily deployed to Test November 10, 2021 16:39 Inactive
@jongpie jongpie temporarily deployed to Test November 10, 2021 16:39 Inactive
@jongpie jongpie temporarily deployed to Test November 10, 2021 16:50 Inactive
actions-user and others added 2 commits November 10, 2021 17:00
* Fixes (some) of #212 by adding regular expression filtering to the logEntryEventStream component. Did some cleanup, as well
@jongpie jongpie temporarily deployed to Test November 11, 2021 20:40 Inactive
@jongpie jongpie temporarily deployed to Test November 11, 2021 20:46 Inactive
@jongpie jongpie temporarily deployed to Test November 11, 2021 20:46 Inactive
@jongpie jongpie changed the title Added Support for Specifying a Save Method in Flow Log Entries Flow SaveMethod support, Regex filtering in logEntryEventStream component Nov 11, 2021
@jongpie jongpie changed the title Flow SaveMethod support, Regex filtering in logEntryEventStream component SaveMethod support in Flow invocable classes, Regex filtering in logEntryEventStream component Nov 11, 2021
@jongpie jongpie temporarily deployed to Test November 11, 2021 20:56 Inactive
@jongpie jongpie temporarily deployed to Test November 16, 2021 20:28 Inactive
@jongpie jongpie temporarily deployed to Test November 16, 2021 20:32 Inactive
@jongpie jongpie temporarily deployed to Test November 16, 2021 20:32 Inactive
@jongpie jongpie temporarily deployed to Test November 16, 2021 20:49 Inactive
@jongpie jongpie changed the title SaveMethod support in Flow invocable classes, Regex filtering in logEntryEventStream component SaveMethod support in Flow & Lightning Components, Regex filtering in logEntryEventStream component Nov 17, 2021
@jongpie jongpie added the Logging Source: Lightning Components Items related to using Nebula Logger using JavaScript within lightning components (lwc & aura) label Nov 18, 2021
@jongpie jongpie marked this pull request as ready for review November 18, 2021 15:18
@jongpie jongpie force-pushed the feature/flow-save-method-support branch from 4c81444 to fb29024 Compare November 18, 2021 15:22
@jongpie jongpie merged commit e9ac332 into main Nov 18, 2021
@jongpie jongpie deleted the feature/flow-save-method-support branch November 18, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Layer: Logger Engine Items related to the core logging engine Logging Source: Flow Items related to using Nebula Logger within Flow Logging Source: Lightning Components Items related to using Nebula Logger using JavaScript within lightning components (lwc & aura) Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the ability to specify a save method in Flow Log Entry Event Stream enhancements
3 participants