-
Notifications
You must be signed in to change notification settings - Fork 1
fix: TT-309 Implement static packages #721
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #721 +/- ##
==========================================
+ Coverage 93.09% 95.24% +2.14%
==========================================
Files 85 106 +21
Lines 1564 2206 +642
Branches 107 169 +62
==========================================
+ Hits 1456 2101 +645
+ Misses 67 61 -6
- Partials 41 44 +3
Continue to review full report at Codecov.
|
* fix: TT-304 Handle message: the data could not be load * test: TT-304 Creating an unit test to coverage the new feature Co-authored-by: Edgar Guaman <[email protected]>
…me-tracker-ui into TT-309-Implement-static-packages
* fix: TT-311 Can not update entries fixed * code-smell: TT-311 Code smells suggested by Sonarcloud fixed * fix: TT-311 Fix tests that fails on different timezone * fix: TT-311 Spelling error on method fixed
…me-tracker-ui into TT-309-Implement-static-packages
Kudos, SonarCloud Quality Gate passed!
|
Description
Currently, the project works without pinned dependencies, therefore there are inconsistencies between environments and troubles when a merge between a new branch with master is required the package-lock.json has many inconsistencies because the dependencies has caret or tilde symbol in their version and this allows to install patch o new features.
Solution
This PR modified the package.json to pin dependencies and prevent the inconsistencies, some dependencies were not change to static version and is required a future revision.