Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Version 1.5.4 Beta

Compare
Choose a tag to compare
@CarlosPavajeau CarlosPavajeau released this 23 Feb 20:19
· 790 commits to master since this release

Changelog

Features

c0b1d93 - feat(front-end): Show the user a message that they have no notifications (Carlos Pavajeau)
6c58249 - feat(front-end): Send employee location (Carlos Pavajeau)
05d284e - feat(front-end): Implement functionality to display employee locations on a map (Carlos Pavajeau)
1018581 - feat(back-end): Implement logic to send and receive information in real time about the current location of an employee (Carlos Pavajeau)

Fixes

c8b53f9 - fix(front-end): Add GoogleMaps api key to production environment (Carlos Pavajeau)
5cb3e67 - fix(front-end): Start signalr connection and start sending location data after checking and/or retrieving employee data (Carlos Pavajeau)

Refactors

bf173e6 - refactor(back-end): Delete unnecessary method (Carlos Pavajeau)
283fb17 - refactor(front-end): Rewrite the logic of signalr services (Carlos Pavajeau)
a796805 - refactor(back-end): Cleanup in user controller (Carlos Pavajeau)

Tests

0f381fb - test(back-end): Add StatisticsRepository tests (Carlos Pavajeau)
8152454 - test(back-end): Add new tests for ClientsRepository (Carlos Pavajeau)
7b5e727 - test(back-end): Some improvements to the application user tests (Carlos Pavajeau)
32ba6ec - test(front-end): Fix EmployeeMapComponent tests (Carlos Pavajeau)
2d0ef10 - test(back-end): Write and add new test methods for the user controller (Carlos Pavajeau)

Build

07ad9b1 - build: Update to Angular 11.2.2 (Carlos Pavajeau)
63a5b9d - build(deps): Bump @angular/forms in /Kaizen/ClientApp (dependabot[bot])
07cb311 - build(deps): Bump oidc-client from 1.11.4 to 1.11.5 in /Kaizen/ClientApp (dependabot[bot])
c9a9864 - build(deps): Bump zone.js from 0.11.3 to 0.11.4 in /Kaizen/ClientApp (dependabot[bot])
ebf4385 - build(deps-dev): Bump @types/jasmine in /Kaizen/ClientApp (dependabot[bot])
b5a39c3 - build(deps): Bump @angular/platform-browser in /Kaizen/ClientApp (dependabot[bot])
ef670aa - build(deps-dev): Bump @angular/language-service in /Kaizen/ClientApp (dependabot[bot])
bf18663 - build(deps): Bump @angular/router in /Kaizen/ClientApp (dependabot[bot])
52667e7 - build(deps): Bump core-js from 3.8.3 to 3.9.0 in /Kaizen/ClientApp (dependabot[bot])
29f8ab0 - build(deps): Bump @angular/material-moment-adapter in /Kaizen/ClientApp (dependabot[bot])
42aa243 - build(deps): Bump @angular/google-maps in /Kaizen/ClientApp (dependabot[bot])
a4bb28b - build(deps): Bump @angular/core and @angular/animations (dependabot[bot])
cf57473 - build(deps-dev): Bump @types/node in /Kaizen/ClientApp (dependabot[bot])
1679bab - build(deps-dev): Bump @angular/cli in /Kaizen/ClientApp (dependabot[bot])
7aa0878 - build(deps): Bump @angular/common in /Kaizen/ClientApp (dependabot[bot])
2f267d3 - build(deps): Bump @angular/platform-browser-dynamic in /Kaizen/ClientApp (dependabot[bot])
6931d05 - build(deps): Bump Swashbuckle.AspNetCore from 6.0.5 to 6.0.7 (dependabot[bot])
2fc96d2 - build(deps): Bump coverlet.msbuild from 3.0.2 to 3.0.3 (dependabot[bot])
2db1558 - build(deps-dev): Bump @angular-devkit/build-angular in /Kaizen/ClientApp (dependabot[bot])
232cfb6 - build(deps): Bump @angular/cdk in /Kaizen/ClientApp (dependabot[bot])
2ba34cc - build(deps-dev): Bump @angular/cli in /Kaizen/ClientApp (dependabot[bot])
0521413 - build(deps-dev): Bump @angular/compiler-cli in /Kaizen/ClientApp (dependabot[bot])
8a88ad2 - build(deps): Bump @angular/material-moment-adapter in /Kaizen/ClientApp (dependabot[bot])
8fc502f - build(deps-dev): Bump @angular-devkit/build-angular in /Kaizen/ClientApp (dependabot[bot])
622bdb2 - build(deps-dev): Bump karma from 6.1.0 to 6.1.1 in /Kaizen/ClientApp (dependabot[bot])
0eeb277 - build(deps): Bump @angular/core in /Kaizen/ClientApp (dependabot[bot])
aebaeb4 - build(deps): Bump @angular/platform-server in /Kaizen/ClientApp (dependabot[bot])
96d0eaf - build(deps): Bump @angular/material in /Kaizen/ClientApp (dependabot[bot])
5efd337 - build(deps-dev): Bump @types/node in /Kaizen/ClientApp (dependabot[bot])
bcde45d - build(deps): Bump oidc-client from 1.11.3 to 1.11.4 in /Kaizen/ClientApp (dependabot[bot])
727949f - build(deps): Bump @angular/compiler in /Kaizen/ClientApp (dependabot[bot])
6317c34 - build(deps): Bump Microsoft.VisualStudio.Web.CodeGeneration.Design (dependabot[bot])
ac7c1ca - build(deps-dev): Bump typescript in /Kaizen/ClientApp (dependabot[bot])
39ef4ed - build(deps): Bump @angular/platform-browser in /Kaizen/ClientApp (dependabot[bot])
ef29285 - build(deps-dev): Bump @angular/language-service in /Kaizen/ClientApp (dependabot[bot])
8e19050 - build(deps): Bump Microsoft.Azure.SignalR from 1.7.0 to 1.7.1 (dependabot[bot])
6c5d651 - build(deps): Bump Swashbuckle.AspNetCore from 6.0.2 to 6.0.5 (dependabot[bot])
8befc57 - build(deps): Add @angular/google-maps package (Carlos Pavajeau)