-
Notifications
You must be signed in to change notification settings - Fork 12
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 PostgreSQL database to deployment #1112
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportBase: 85.93% // Head: 85.93% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## v3-dev #1112 +/- ##
=======================================
Coverage 85.93% 85.93%
=======================================
Files 194 194
Lines 6471 6471
=======================================
Hits 5561 5561
Misses 910 910 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. |
Sben65
approved these changes
Aug 22, 2022
kbeaugrand
added a commit
that referenced
this pull request
Aug 25, 2022
* Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file
kbeaugrand
added a commit
that referenced
this pull request
Aug 29, 2022
* Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file
kbeaugrand
added a commit
that referenced
this pull request
Aug 30, 2022
* Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file
kbeaugrand
added a commit
that referenced
this pull request
Sep 4, 2022
* Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file
kbeaugrand
added a commit
that referenced
this pull request
Sep 7, 2022
* Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file
kbeaugrand
added a commit
that referenced
this pull request
Sep 9, 2022
* Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file
kbeaugrand
added a commit
that referenced
this pull request
Sep 9, 2022
* Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What's new?
What kind of change does this PR introduce?