-
Notifications
You must be signed in to change notification settings - Fork 639
Feat: Add background events #2941
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
e3f6fb9
add background event method files
hmalik88 c7f173d
Merge branch 'main' into hm/background-events
hmalik88 7442725
add background events feature
hmalik88 151d171
Merge branch 'main' into hm/background-events
hmalik88 d52a56c
update coverage and rebuild
hmalik88 0fe6ee9
fix type
hmalik88 deea633
fix spacing
hmalik88 4e41234
fix jsdoc
hmalik88 621d9f9
remove uuid in favor of nanoid
hmalik88 bceaa05
fix jsdocs
hmalik88 c22ce07
address PR comments
hmalik88 f4efd98
update example snap
hmalik88 48a543d
fix type and coverage
hmalik88 409b4aa
rebuild snap
hmalik88 663f4fb
update test-snaps
hmalik88 655d7b5
address PR comments
hmalik88 b1f07cd
Merge branch 'main' into hm/background-events
hmalik88 52cb0cf
rebuild
hmalik88 f49240a
update coverage
hmalik88 598eff6
update coverage again
hmalik88 e6cb6aa
update snaps controllers coverage
hmalik88 0e85a3d
fix logic
hmalik88 d9f44ce
fix test
hmalik88 c21e216
fix tests
hmalik88 757b5a2
remove unncecessary option
hmalik88 528d3f0
address PR comments
hmalik88 bfbaeb7
fix type
hmalik88 8bccf3a
update snap controllers coverage
hmalik88 7a54460
address PR comments
hmalik88 35cf3b5
fix tests, rebuild and update coverage
hmalik88 4702f8d
update validation logic
hmalik88 600902e
rebuild and update coverage
hmalik88 d33eca2
increase coverage
hmalik88 feb12e9
address PR comments
hmalik88 f248a01
Merge branch 'main' into hm/background-events
hmalik88 63c24e9
fix type issue, rebuild
hmalik88 68214c6
update snap controllers coverage
hmalik88 e68ce95
update allowed actions in controller-utils and document example snap …
hmalik88 385668c
add assert and remove cast
hmalik88 1554287
address nits
hmalik88 b92eb30
Merge branch 'main' into hm/background-events
hmalik88 c35611c
increase coverage
hmalik88 8543576
add assert
hmalik88 036e154
rebuild
hmalik88 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "branches": 92.89, | ||
| "functions": 96.71, | ||
| "lines": 98, | ||
| "statements": 97.71 | ||
| "branches": 92.8, | ||
| "functions": 95.25, | ||
| "lines": 97.76, | ||
| "statements": 97.43 | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.