Skip to content

Conversation

@iHackN3WTON
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Mar 12, 2022

Codecov Report

Merging #823 (f27bdfa) into master (95d1ed3) will increase coverage by 1.75%.
The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #823      +/-   ##
==========================================
+ Coverage   95.64%   97.40%   +1.75%     
==========================================
  Files         107      107              
  Lines        2273     2427     +154     
  Branches      175      203      +28     
==========================================
+ Hits         2174     2364     +190     
+ Misses         54       23      -31     
+ Partials       45       40       -5     
Impacted Files Coverage Δ
...er-management/store/customer-management.effects.ts 100.00% <ø> (ø)
src/environments/environment.ts 100.00% <ø> (ø)
...eate-project-type/create-project-type.component.ts 96.96% <50.00%> (-3.04%) ⬇️
...es/shared/interceptors/inject.token.interceptor.ts 87.50% <66.66%> (-12.50%) ⬇️
...c/app/modules/time-clock/services/entry.service.ts 96.42% <75.00%> (-3.58%) ⬇️
...p/modules/time-clock/pages/time-clock.component.ts 96.42% <83.33%> (+4.76%) ⬆️
...ts/projects/components/services/project.service.ts 94.11% <85.71%> (+3.20%) ⬆️
...shared/components/dark-mode/dark-mode.component.ts 90.90% <90.90%> (-4.55%) ⬇️
...project-list-hover/project-list-hover.component.ts 90.90% <93.33%> (+0.16%) ⬆️
src/app/modules/login/login.component.ts 95.83% <93.75%> (-4.17%) ⬇️
... and 43 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf8977e...f27bdfa. Read the comment docs.

Copy link

@madinya madinya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Comment on lines 123 to 126
.url-ticket-input {
border: 1px solid #ced4da !important;
border-radius: 0.25rem !important;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better if the selector is .form-control.url-ticket-input to avoid the use of "!important".

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually it's not necessary the !important tag, I'll remove it.

border: 1px solid #ced4da;
border-radius: 0.25rem;
padding: 2px;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a new line at the end of the file.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@iHackN3WTON iHackN3WTON merged commit 4ee7c37 into master Mar 14, 2022
@iHackN3WTON iHackN3WTON deleted the TT-578-improve-the-style-of-theform-elements branch March 14, 2022 20:58
jatobrun added a commit that referenced this pull request Mar 22, 2022
* feat: TT-509 Use terraform to provision ui infraestructure

* feat: TT-580 Missing placeholders (#820)

* feat: TT-580 Missing placeholders

* feat: TT-580 add placeholders in ticket uri and description text inputs on the time clock page

Co-authored-by: Luis Moyon <[email protected]>

* chore(release): 1.66.0 [skip ci]nn

* TT-xx: Fix make publish tasks (#822)

* fix: TT-509 expose port 8080 in docker images

* fix: TT-509 change app to port 80

* feat: TT-578 improve the style of the form element (#823)

* feat: TT-578 improve the style of the form element

* chore(release): 1.67.0 [skip ci]nn

* TT-582 Improve the summary section of the time-clock page and the clock out button (#824)

* style: TT-582 improve the summary section with a new row with information of actual clock in register and clock out button

* fix: TT-582 add missing unit test to confirm that clockout function in TimeEntriesSummaryComponent emits an event

* style: TT-582 add a border radius to current elapsed time box

Co-authored-by: David Cadena <[email protected]>

* fix: TT-509 including empty line in all files

* fix: TT-509 Change the dockerfile to use root user and not app user

* feat: TT-576 Improve grids visual presentation and function (#826)

* feat: TT-576 Improve grids visual presentation and function

* chore(release): 1.68.0 [skip ci]nn

* feat: TT-577 get profile pic from Google account (#825)

* feat: TT-577 get profile pic from Google account

* feat: TT-577 get profile pic from Google account

* feat: TT-577 get profile pic from Google account

Co-authored-by: alejandra-ponce <[email protected]>

* chore(release): 1.69.0 [skip ci]nn

* Revert "feat: TT-577 get profile pic from Google account (#825)" (#829)

This reverts commit 3bee7e3.

Co-authored-by: Carlos Carvajal <[email protected]>

* chore(release): 1.69.1 [skip ci]nn

* style: TT-579 Buttons and searchbar adjusted to the app style (#827)

* fix: TT-590 unable to pass ci test (#831)

* chore(release): 1.69.2 [skip ci]nn

* Tt 582 improve the summary section of the time clock page QA (#830)

* style: TT-582 improve the summary section with a new row with information of actual clock in register and clock out button

* fix: TT-582 add missing unit test to confirm that clockout function in TimeEntriesSummaryComponent emits an event

* style: TT-582 add a border radius to current elapsed time box

* style: TT-582 improved the clocked in hour text and current time box

* style: TT-582 improved the clocked in hour text and current time box

* style: TT-582 removed whitespace

Co-authored-by: Luis Moyón <[email protected]>

* fix: TT-509 pr comments

* fix: TT-509 using remote state to load variables

* Update variables.tf

* delete prefix docker

* delete prefix docker in locals block

* fix: Update the values of the terraform state output

Co-authored-by: alejandra-ponce <[email protected]>
Co-authored-by: Luis Moyon <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Fausto Castaneda <[email protected]>
Co-authored-by: iHackN3WTON <[email protected]>
Co-authored-by: LuisMS7 <[email protected]>
Co-authored-by: David Cadena <[email protected]>
Co-authored-by: Kevin Joseph Duy Hurtado <[email protected]>
Co-authored-by: alejandra-ponce <[email protected]>
Co-authored-by: Carlos Carvajal <[email protected]>
Co-authored-by: MarcoAguirre <[email protected]>
Co-authored-by: FreddyJR1995 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants