Releases: hngprojects/hng_boilerplate_csharp_web
Releases · hngprojects/hng_boilerplate_csharp_web
v.0.0.1
What's Changed
- feat: initial release, c# boilerplate code by @Aniyikaye-Alabi in #1
- Feat/structure boiler plate project by @NdubuisiJr in #2
- Feat/setup testing for dotnet by @NdubuisiJr in #4
- ci: 🚀 Automated Installation and Configuration Script HNG C# Web Server by @alexindevs in #12
- Add Build Workflow (Devops) by @daredev0504 in #15
- added dev, prod, and stage workflow and script by @harfoh in #17
- build(stage): fix systemd service reference by @obiMadu in #20
- chore: rename stage-deploy.yml to staging-deploy.yml by @DestinedCodes in #23
- build: add https setup to initscript by @obiMadu in #25
- chore: add security policy by @DestinedCodes in #29
- Updating main branch with Unit test setup by @NdubuisiJr in #18
- ci: create dependabot.yml by @DestinedCodes in #30
- ci(dependabot): fix typo in nuget by @DestinedCodes in #31
- build(deps): bump Swashbuckle.AspNetCore from 6.4.0 to 6.6.2 by @dependabot in #35
- build(deps): bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.19.6 to 1.21.0 by @dependabot in #34
- build(deps): bump MySql.EntityFrameworkCore from 8.0.2 to 8.0.5 by @dependabot in #33
- build(deps): bump Microsoft.EntityFrameworkCore from 8.0.6 to 8.0.7 by @dependabot in #32
- Create test workflow file (devops) by @daredev0504 in #38
- Enforce Conventional Commit Messages Using Git Hooks by @alexindevs in #40
- build(deps): bump Microsoft.EntityFrameworkCore.Design from 8.0.6 to 8.0.7 by @dependabot in #41
- DB Changes by @chimaihueze in #51
- /logs route for displaying application logs implementation. by @ubongedem78 in #49
- Improver Server initialization script by @DestinedCodes in #54
- build: make PR template by @obiMadu in #60
- init Staging by @DestinedCodes in #62
- Initialize Production by @DestinedCodes in #63
- fix(mapper): fixed issue with mapping. now works well. by @chimaihueze in #68
- Chore/architecture refining by @NdubuisiJr in #80
- build(deps): bump Microsoft.EntityFrameworkCore.Tools from 8.0.6 to 8.0.7 by @dependabot in #79
- ci(deploy): no restore during build and publish by @DestinedCodes in #82
- Feat(Authentication): Implement Base Infrastructure Required for Authentication by @Godhanded in #90
- feat: organization - create organization by @chimaihueze in #93
- feat: Moved Swagger UI to /docs by @Ace2489 in #95
- bugfix(docs): Resolved the issue of Doc not pupolating by @kenelight4u in #98
- [FIX]: Users - Removed Redundant Endpoints, DTOs, Commands, Handlers by @chimaihueze in #99
- build(deps): bump MediatR from 12.3.0 to 12.4.0 by @dependabot in #100
- feat: organization - get organization by id by @chimaihueze in #103
- [Feat] Product - Product table refactor by @dmendie in #92
- feat: authentication - user login by @ZEEZKING in #109
- feat: Implement Complete Transaction Flow (Webhook URL) and Verify Transaction by @kenelight4u in #115
- feat(auth): user-sign-up by @Jideco in #120
- fix(authentication) user-sign-up by @Jideco in #125
- Enhance Commit Message Validation for Conventional Commits by @DestinedCodes in #126
- feat(product): delete product by id, product category listing by @dmendie in #124
- feat: created initialize transaction endpoint by @dorisjenny27 in #117
- feat: get product by ID by @droffilc1 in #121
- feat: Add generic response dtos by @dorisjenny27 in #131
- Prevent Deployment on Fork Repositories for Dev, Staging, and Production by @DestinedCodes in #130
- feat: Subscription DB Schema by @kenelight4u in #151
- feat: job - create job by @chimaihueze in #144
- [Feat] Implement Complete Transaction Flow (Webhook URL) and Verify Transaction by @kenelight4u in #155
- Feat(Product): Edit Product with TimeStamp by @Reliable25 in #152
- feat: added create product endpoint by @Juninhotech in #157
- feat: jobs - get job by id by @chimaihueze in #158
- [Feat]: SuperAdmin - Implement API endpoint to list registered users by @dmendie in #154
- feat: implement Google OAuth login by @ZEEZKING in #159
- [Feat] Implement Complete Transaction Flow Initiate, Webhook Transactions for Paid Subscription Plan by @kenelight4u in #164
- Feat(NewsLetterSubscription):Subscribe to newsletter and product fix by @Godhanded in #166
- [Feat] Implement Create Subscription Endpoint with Free Plan by @kenelight4u in #165
- feat: jobs - get all job listings by @chimaihueze in #163
- feat: add cors policy, by @dorisjenny27 in #167
- fix(Auth): Change google auth route by @Godhanded in #172
- feat: jobs - delete job by id by @chimaihueze in #171
- fix(Auth): fix authentication response body for ui, fix missing migration for models by @Godhanded in #174
- Feature/GetSubscriptionByUserId and OrganizationId145 by @dorisjenny27 in #173
- Feat: Implement email service by @Ace2489 in #176
- Fix(db):fix repeated jobs migration by @Godhanded in #179
- feat: blogs - create blog by @chimaihueze in #178
- feat: implemented activate subscription by @AlakaTahir in #160
- feat: created endpoints to get email templates by @Ace2489 in #181
- feat: update password endpoint by @kenelight4u in #182
- feat: Get Blog By Id, Get Blogs and Delete Blog by ID by @chimaihueze in #184
- feat(notification): Implement Post Endpoint for Notification Settings by @Reliable25 in #188
- feat: added metrics endpoint for prometheus monitoring by @alexindevs in #191
- [FEAT] Implement Backend for Notific...