Skip to content

Conversation

yann-eugone
Copy link
Contributor

Some JobExecution storage might require to be setup before used
For instance storing JobExecution in an SQL table, require the table to exists
That storage was using it's own createSchema method for that purpose
But other storages might want to do the same, so I introduced an interface

This allows to have a common way to setup storages, and allows the existence of a symfony command to trigger the setup if required

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9668e4d) 99.69% compared to head (3b0e44b) 99.70%.
Report is 1 commits behind head on 0.x.

Additional details and impacted files
@@            Coverage Diff            @@
##                0.x     #107   +/-   ##
=========================================
  Coverage     99.69%   99.70%           
- Complexity      916      921    +5     
=========================================
  Files           149      150    +1     
  Lines          2644     2670   +26     
=========================================
+ Hits           2636     2662   +26     
  Misses            8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yann-eugone yann-eugone merged commit 9fe827c into 0.x Dec 6, 2023
@yann-eugone yann-eugone deleted the setup-storage branch January 29, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants