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/add pgsql database connection #1121

Merged
merged 0 commits into from
Aug 25, 2022

Conversation

kbeaugrand
Copy link
Member

@kbeaugrand kbeaugrand commented Aug 24, 2022

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 Aug 24, 2022

Codecov Report

Base: 85.93% // Head: 85.70% // Decreases project coverage by -0.23% ⚠️

Coverage data is based on head (35a3033) compared to base (d3c94b1).
Patch coverage: 10.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           v3-dev    #1121      +/-   ##
==========================================
- Coverage   85.93%   85.70%   -0.24%     
==========================================
  Files         194      198       +4     
  Lines        6471     6491      +20     
==========================================
+ Hits         5561     5563       +2     
- Misses        910      928      +18     
Impacted Files Coverage Δ
src/AzureIoTHub.Portal/Server/ConfigHandler.cs 0.00% <ø> (ø)
...igrations/20220822164454_InitialCreate.Designer.cs 0.00% <0.00%> (ø)
.../Server/Migrations/20220822164454_InitialCreate.cs 0.00% <0.00%> (ø)
.../Server/Migrations/PortalDbContextModelSnapshot.cs 0.00% <0.00%> (ø)
...AzureIoTHub.Portal/Server/Model/PortalDbContext.cs 0.00% <0.00%> (ø)
...reIoTHub.Portal/Server/DevelopmentConfigHandler.cs 79.41% <100.00%> (+0.62%) ⬆️
...ureIoTHub.Portal/Server/ProductionConfigHandler.cs 79.41% <100.00%> (+0.62%) ⬆️

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.

@kbeaugrand kbeaugrand force-pushed the feature/add_pgsql_database_connection branch 3 times, most recently from 4728129 to 35a3033 Compare August 25, 2022 10:08
@kbeaugrand kbeaugrand marked this pull request as ready for review August 25, 2022 10:10
@kbeaugrand kbeaugrand requested a review from a team as a August 25, 2022 10:10
@kbeaugrand kbeaugrand merged this pull request into v3-dev Aug 25, 2022
@kbeaugrand kbeaugrand deleted the feature/add_pgsql_database_connection branch August 25, 2022 10:18
kbeaugrand added a commit that referenced this pull request Aug 25, 2022
* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation
@kbeaugrand kbeaugrand mentioned this pull request Aug 25, 2022
9 tasks
kbeaugrand added a commit that referenced this pull request Aug 29, 2022
* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation
kbeaugrand added a commit that referenced this pull request Aug 30, 2022
* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation
@kbeaugrand kbeaugrand mentioned this pull request Aug 30, 2022
9 tasks
kbeaugrand added a commit that referenced this pull request Sep 4, 2022
* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation
kbeaugrand added a commit that referenced this pull request Sep 7, 2022
* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation
kbeaugrand added a commit that referenced this pull request Sep 9, 2022
* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation
kbeaugrand added a commit that referenced this pull request Sep 9, 2022
* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation
kbeaugrand added a commit that referenced this pull request Sep 9, 2022
* Add target branche to CI actions

* Add PostgreSQL database to deployment (#1112)

* Add PostgreSQL database to deployment

* Add ARM lint task to v3-dev branch

* Add github actions to solution file

* Feature/add pgsql database connection (#1121)

* Add entityframework + PGSql nuget packages

* Add PGSql database context + initial database creation

* Add Quartz.NET Scheduler to server (#1135)

* Ignore migration files to code coverage

* Migrate v3-dev to v3/main branch

* Add unit of work and generic repository (#1154)

* Add unit of work and generic repository

* Add infrastructure layer + domain layer

* Move Device model property to database (#1155)

* Fix #984 - Refactor DeviceModelPropertiesController (#1159)

* Rebase from main

* Remove start Azurite from the build pipeline

* Add database servcie as adependency to iot hub portal #1175

* Fix PostgreSQL arm deployment on V3 (#1183)

* Feature: Add PostgreSQL login/password fields to arm ui form #1181

* Fix postgsql arm deployment #1180

* Update temporary arm templates urls for testing

* Update arm templates url to target main branch

* Set pgsqlAdminPassword parameter as securestring (#1188)

Co-authored-by: Hocine Hacherouf <hacherouf.hocine@gmail.com>
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.

1 participant