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

Add invoke tasks to a collection #358

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

ThalesCarl
Copy link
Contributor

@ThalesCarl ThalesCarl commented Jan 26, 2024

Previously, the invoke tasks were defined in the global namespace. This PR aims to add them to a collection in order to facilitate the overloading of tasks by the user plugins and to better organize them.

Off-topic: I've also included in this PR a check if the update function successfully created the hook_specs.h file.

ASIM-5375

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

Merging #358 (78063d9) into master (2068b66) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   99.96%   99.97%           
=======================================
  Files          55       55           
  Lines        6652     6675   +23     
=======================================
+ Hits         6650     6673   +23     
  Misses          2        2           

@ThalesCarl ThalesCarl changed the title WIP Add invoke tasks to a collection Jan 26, 2024
@ThalesCarl ThalesCarl force-pushed the fb-ASIM-5375-add-sdk-tasks-to-collections branch 2 times, most recently from b0f0163 to 253a566 Compare January 26, 2024 14:31
@ThalesCarl ThalesCarl force-pushed the fb-ASIM-5375-add-sdk-tasks-to-collections branch 2 times, most recently from 37f23e2 to 15b94f9 Compare January 30, 2024 11:23
Previously, the invoke tasks were defined in the global namespace.
Now we add them to a collection in order to facilitate the overloading
of tasks by the user plugins and to better organize them.

ASIM-5375
@ThalesCarl ThalesCarl force-pushed the fb-ASIM-5375-add-sdk-tasks-to-collections branch from 15b94f9 to 78063d9 Compare January 30, 2024 11:44
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ThalesCarl ThalesCarl merged commit 2b0fe7b into master Jan 30, 2024
14 checks passed
@ThalesCarl ThalesCarl deleted the fb-ASIM-5375-add-sdk-tasks-to-collections branch January 30, 2024 11:50
Copy link
Member

@alexandrebbruno alexandrebbruno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants