Skip to content

Conversation

@jatobrun
Copy link
Contributor

@jatobrun jatobrun commented Mar 8, 2022

Create the infraestructure folder with the 4 main files
(main.tf, prod.tfvars, stage.tfvars, variables.tf) and use
the organization private modules to deploy all the resources to
the ui need to deploy in the two enviroments (stage and prod)

Resolves: https://ioetec.atlassian.net/browse/TT-509

Copy link

@scoello scoello left a comment

Choose a reason for hiding this comment

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

Looks very good. Please add the readme.md file

@jatobrun jatobrun requested a review from madinya March 10, 2022 15:14
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. keep in mind that you should also request a review from Fausto.

alejandra-ponce and others added 10 commits March 10, 2022 12:53
* 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]>
* feat: TT-578 improve the style of the form element
…ck 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]>
@jatobrun jatobrun requested a review from scoello March 16, 2022 15:01
iHackN3WTON and others added 2 commits March 16, 2022 10:07
Copy link

@scoello scoello left a comment

Choose a reason for hiding this comment

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

Good job my friend!

Dockerfile Outdated
RUN touch /var/run/nginx.pid && chown -R ${USERNAME}:${USERNAME} /var/run/nginx.pid

USER ${USERNAME}
#USER ${USERNAME}
Copy link

Choose a reason for hiding this comment

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

If it is not needed anymore you can delete it

Copy link
Collaborator

Choose a reason for hiding this comment

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

suggestion: Could your add a FIXME statement explaining why this has been commented out?

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.

Reviewed with few comments

kjduy and others added 5 commits March 16, 2022 16:49
* 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]>
Dockerfile Outdated
RUN touch /var/run/nginx.pid && chown -R ${USERNAME}:${USERNAME} /var/run/nginx.pid

USER ${USERNAME}
#USER ${USERNAME}
Copy link
Collaborator

Choose a reason for hiding this comment

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

suggestion: Could your add a FIXME statement explaining why this has been commented out?

}
}

data "azurerm_container_registry" "registry" {
Copy link
Collaborator

Choose a reason for hiding this comment

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

issue: I think this will make another unnecessary call to the azure API. The data.terraform_remote_state.service.outputs.container_registry_name already provides a valid reference to the container registry

Copy link
Contributor Author

Choose a reason for hiding this comment

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

really? i change that

}

data "azurerm_resource_group" "root" {
name = data.terraform_remote_state.service.outputs.resource_group_name
Copy link
Collaborator

Choose a reason for hiding this comment

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

issue: Same issue as the one explained above

@@ -0,0 +1,17 @@
variable "docker_image_name" {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in the docker_image_name i pass the name of the image and the tag this is because the module is configure in that way if i only put tag. I think can we drop in a confusion because tag is (:2.0.1) and docker_image for me its (timetracker:2.0.1)

alejandra-ponce and others added 5 commits March 17, 2022 13:02
* 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]>
@jatobrun jatobrun requested a review from faustocv March 18, 2022 23:54
@mikevillarruel mikevillarruel removed their request for review March 21, 2022 16:34
Copy link
Collaborator

@faustocv faustocv left a comment

Choose a reason for hiding this comment

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

Looks good now

@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

@codecov
Copy link

codecov bot commented Mar 22, 2022

Codecov Report

Merging #819 (df9071c) into master (95d1ed3) will increase coverage by 1.84%.
The diff coverage is 96.73%.

@@            Coverage Diff             @@
##           master     #819      +/-   ##
==========================================
+ Coverage   95.64%   97.48%   +1.84%     
==========================================
  Files         107      107              
  Lines        2273     2430     +157     
  Branches      175      203      +28     
==========================================
+ Hits         2174     2369     +195     
+ Misses         54       23      -31     
+ Partials       45       38       -7     
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%) ⬆️
...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%) ⬇️
...ponents/details-fields/details-fields.component.ts 98.08% <96.29%> (+1.68%) ⬆️
... and 44 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 2dafbcd...df9071c. Read the comment docs.

@jatobrun jatobrun merged commit 75e909a into master Mar 22, 2022
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.