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

Fix: move state init to a service #6103

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Conversation

hamza221
Copy link
Contributor

@hamza221 hamza221 commented Jul 2, 2024

@hamza221 hamza221 added 3. to review Waiting for reviews bug labels Jul 2, 2024
@hamza221 hamza221 self-assigned this Jul 2, 2024
lib/Listener/CalendarReferenceListener.php Outdated Show resolved Hide resolved
lib/Service/CalendarInitialStateService.php Outdated Show resolved Hide resolved
lib/Service/CalendarInitialStateService.php Outdated Show resolved Hide resolved
lib/Controller/ViewController.php Outdated Show resolved Hide resolved
lib/Controller/ViewController.php Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.08%. Comparing base (93374fa) to head (eca7d15).
Report is 12 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6103      +/-   ##
============================================
+ Coverage     24.02%   24.08%   +0.05%     
+ Complexity      457      456       -1     
============================================
  Files           246      247       +1     
  Lines         11565    11529      -36     
  Branches       2153     2152       -1     
============================================
- Hits           2779     2777       -2     
+ Misses         8472     8438      -34     
  Partials        314      314              
Flag Coverage Δ
javascript 15.56% <ø> (ø)
php 59.50% <ø> (+0.85%) ⬆️

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

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

$this->appManager = $appManager;
$this->compareVersion = $compareVersion;
$this->userId = $userId;

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

Copy link
Contributor

@miaulalala miaulalala left a comment

Choose a reason for hiding this comment

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

Sneaky

Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
@hamza221 hamza221 force-pushed the Fix/intialize-state-correctly branch from 732580e to eca7d15 Compare July 3, 2024 12:54
@hamza221 hamza221 enabled auto-merge July 3, 2024 12:54
@hamza221 hamza221 requested a review from miaulalala July 3, 2024 12:54
@hamza221
Copy link
Contributor Author

hamza221 commented Jul 3, 2024

/backport to stable4.7

@backportbot backportbot bot added the backport-request A backport was requested for this pull request label Jul 3, 2024
@hamza221 hamza221 merged commit 7cd4d83 into main Jul 3, 2024
43 checks passed
@hamza221 hamza221 deleted the Fix/intialize-state-correctly branch July 3, 2024 13:10
@backportbot backportbot bot removed the backport-request A backport was requested for this pull request label Jul 3, 2024
@miaulalala miaulalala added this to the v5.0.0 milestone Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
2 participants