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

Feature/1719 add support mysql #1734

Merged
merged 18 commits into from
Feb 15, 2023
Merged

Conversation

GuillaumeM-2ISA
Copy link
Contributor

Description

What's new?

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

@codecov
Copy link

codecov bot commented Jan 31, 2023

Codecov Report

Base: 91.03% // Head: 91.04% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (d107563) compared to base (ee3547a).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1734      +/-   ##
==========================================
+ Coverage   91.03%   91.04%   +0.01%     
==========================================
  Files         273      274       +1     
  Lines        8898     8910      +12     
==========================================
+ Hits         8100     8112      +12     
  Misses        798      798              
Impacted Files Coverage Δ
....Portal.Infrastructure/DevelopmentConfigHandler.cs 100.00% <100.00%> (ø)
...ub.Portal.Infrastructure/Helpers/DatabaseHelper.cs 100.00% <100.00%> (ø)
...b.Portal.Infrastructure/ProductionConfigHandler.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@GuillaumeM-2ISA GuillaumeM-2ISA marked this pull request as ready for review February 7, 2023 09:05
@GuillaumeM-2ISA GuillaumeM-2ISA requested a review from a team as a code owner February 7, 2023 09:05
@hocinehacherouf hocinehacherouf marked this pull request as draft February 7, 2023 17:52
@hocinehacherouf hocinehacherouf force-pushed the Feature/1719_add_support_mysql branch from d05ff77 to 9eee1f5 Compare February 8, 2023 13:35
@hocinehacherouf hocinehacherouf marked this pull request as ready for review February 8, 2023 13:36
@kbeaugrand kbeaugrand enabled auto-merge (rebase) February 15, 2023 13:45
auto-merge was automatically disabled February 15, 2023 13:57

Rebase failed

@hocinehacherouf hocinehacherouf force-pushed the Feature/1719_add_support_mysql branch from 6456593 to d107563 Compare February 15, 2023 16:32
@hocinehacherouf hocinehacherouf enabled auto-merge (squash) February 15, 2023 16:35
@hocinehacherouf hocinehacherouf merged commit 9964589 into main Feb 15, 2023
@hocinehacherouf hocinehacherouf deleted the Feature/1719_add_support_mysql branch February 15, 2023 16:42
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.

Feature: Add support for MySQL database
3 participants