Skip to content

v0.1.0-beta

Compare
Choose a tag to compare
@CarlosPavajeau CarlosPavajeau released this 16 Aug 16:18
· 201 commits to master since this release
5ae1074

Changelog

Features

feat(people): verify and report if an user is already registered (Carlos Pavajeau) (5ec8194)
feat(formats): improvements in the 'AssignedWeaponMagazineFormat' generation (Carlos Pavajeau) (184602f)
feat(weapons): implement weapon QR generation (Carlos Pavajeau) (196e0b9)
feat(weapons): add default weapon state and update weapon state (Carlos Pavajeau) (5c035c5)
feat(formats): implement the registration and generation of the 'WarMaterialDeliveryCertificateFormat' (Carlos Pavajeau) (ed13b54)
feat: extract formats constants (Carlos Pavajeau) (1073711)
feat(formats): add and implement 'IWarMaterialDeliveryCertificateFormatsRepository' functionalities (Carlos Pavajeau) (1bdeccb)
feat: use query split for upgrade performance (Carlos Pavajeau) (af76089)
feat(formats): launch and handle domain events at the time of 'WarMaterialAndSpecialEquipmentAssignmentFormat' creation (Carlos Pavajeau) (449be66)
feat: add event bus logic (Carlos Pavajeau) (92edfaa)
feat: support tracking and non-tracking of entities to improve application performance (Carlos Pavajeau) (9a35585)

Fixes

fix(weapons): fix weapon QR generation bugs (Carlos Pavajeau) (6f8769c)

Refactors

refactor: remove unreachable code (Carlos Pavajeau) (beba5c3)
refactor: use 'Stream' instead of 'FileStream' (Carlos Pavajeau) (ebb7c72)
refactor(weapon): generate qr data from weapon code instead of series (Carlos Pavajeau) (d953802)
refactor: remove test method (Carlos Pavajeau) (24f991e)
refactor(controllers): remove 'QuantityAvailable' property in Create and Update weapon requests (Carlos Pavajeau) (6f42be5)
refactor: enforce 'if' braces (Carlos Pavajeau) (d9e86c9)
refactor: remove controller test method (Carlos Pavajeau) (9ca928e)

Tests

test(degrees): add degrees controller tests (Carlos Pavajeau) (2716dc6)
test: add ranks controller tests (Carlos Pavajeau) (cde3fa0)

Build

build(deps): bump Microsoft.AspNetCore.Identity.EntityFrameworkCore (#25) (dependabot[bot]) (5ae1074)
build(deps): bump Microsoft.EntityFrameworkCore.Design (#21) (dependabot[bot]) (8b4206e)
build(deps): bump System.IdentityModel.Tokens.Jwt from 6.12.0 to 6.12.1 (#22) (dependabot[bot]) (1d9a0cd)
build(deps): bump Microsoft.EntityFrameworkCore from 5.0.8 to 5.0.9 (#23) (dependabot[bot]) (cc2ef34)
build(deps): bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 (#20) (dependabot[bot]) (cb6648e)
build(deps): bump Microsoft.AspNetCore.Authentication.JwtBearer (#24) (dependabot[bot]) (11273eb)