Skip to content

Conversation

jimmyjaramillo
Copy link
Contributor

No description provided.

@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 Aug 22, 2022

Codecov Report

Merging #925 (d54c273) into master (df9071c) will decrease coverage by 0.99%.
The diff coverage is 87.82%.

@@            Coverage Diff             @@
##           master     #925      +/-   ##
==========================================
- Coverage   97.48%   96.49%   -1.00%     
==========================================
  Files         107      112       +5     
  Lines        2430     2628     +198     
  Branches      203      227      +24     
==========================================
+ Hits         2369     2536     +167     
- Misses         23       41      +18     
- Partials       38       51      +13     
Impacted Files Coverage Δ
...nents/projects/components/store/project.effects.ts 100.00% <ø> (ø)
...ared/components/input-date/input-date.component.ts 93.33% <ø> (ø)
src/app/modules/time-clock/store/entry.reducer.ts 97.72% <ø> (ø)
...rc/app/modules/time-clock/store/entry.selectors.ts 55.55% <0.00%> (-6.95%) ⬇️
...ts/projects/components/services/project.service.ts 88.23% <33.33%> (-5.89%) ⬇️
src/app/modules/login/services/login.service.ts 66.00% <45.16%> (-34.00%) ⬇️
...les/shared/components/sidebar/sidebar.component.ts 96.29% <50.00%> (-3.71%) ⬇️
src/app/modules/user/services/user-info.service.ts 68.75% <61.53%> (-31.25%) ⬇️
...p/modules/time-clock/pages/time-clock.component.ts 96.55% <66.66%> (+0.12%) ⬆️
...c/app/modules/time-clock/services/entry.service.ts 96.42% <66.66%> (ø)
... and 29 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

[infrastructure/][stage] Terraform Plan 📖 success

Show Plan ```

terraform
module.ui.azurerm_app_service.this: Refreshing state... [id=/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/sites/time-tracker-service-stage-ui]
module.ui.azurerm_dns_cname_record.this: Refreshing state... [id=/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Network/dnszones/timetrackerapp.stage.ioet.com/CNAME/ui]
module.ui.azurerm_app_service_custom_hostname_binding.this: Refreshing state... [id=/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/sites/time-tracker-service-stage-ui/hostNameBindings/ui.timetrackerapp.stage.ioet.com]
module.ui.azurerm_dns_txt_record.this: Refreshing state... [id=/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Network/dnszones/timetrackerapp.stage.ioet.com/TXT/asuid.ui.timetrackerapp.stage.ioet.com]
module.ui.azurerm_app_service_managed_certificate.this: Refreshing state... [id=/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/certificates/ui.timetrackerapp.stage.ioet.com]
module.ui.azurerm_app_service_certificate_binding.this: Refreshing state... [id=/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/sites/time-tracker-service-stage-ui/hostNameBindings/ui.timetrackerapp.stage.ioet.com|/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/certificates/ui.timetrackerapp.stage.ioet.com]

Note: Objects have changed outside of Terraform

Terraform detected the following changes made outside of Terraform since the
last "terraform apply":

module.ui.azurerm_app_service.this has changed

~ resource "azurerm_app_service" "this" {
id = "/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/sites/time-tracker-service-stage-ui"
name = "time-tracker-service-stage-ui"
+ tags = {}
# (17 unchanged attributes hidden)

  ~ site_config {
      + default_documents                    = []
        # (29 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

    # (3 unchanged blocks hidden)
}

module.ui.azurerm_app_service_custom_hostname_binding.this has changed

~ resource "azurerm_app_service_custom_hostname_binding" "this" {
id = "/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/sites/time-tracker-service-stage-ui/hostNameBindings/ui.timetrackerapp.stage.ioet.com"
+ ssl_state = "SniEnabled"
+ thumbprint = "4CC694D63BD1E6C01DF0F44A3DA2DF18818B76F8"
# (3 unchanged attributes hidden)
}

module.ui.azurerm_app_service_managed_certificate.this has changed

~ resource "azurerm_app_service_managed_certificate" "this" {
id = "/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/certificates/ui.timetrackerapp.stage.ioet.com"
+ tags = {}
# (8 unchanged attributes hidden)
}

module.ui.azurerm_dns_cname_record.this has changed

~ resource "azurerm_dns_cname_record" "this" {
id = "/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Network/dnszones/timetrackerapp.stage.ioet.com/CNAME/ui"
name = "ui"
+ tags = {}
# (5 unchanged attributes hidden)
}

module.ui.azurerm_dns_txt_record.this has changed

~ resource "azurerm_dns_txt_record" "this" {
id = "/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Network/dnszones/timetrackerapp.stage.ioet.com/TXT/asuid.ui.timetrackerapp.stage.ioet.com"
name = "asuid.ui.timetrackerapp.stage.ioet.com"
+ tags = {}
# (4 unchanged attributes hidden)

    # (1 unchanged block hidden)
}

Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.

─────────────────────────────────────────────────────────────────────────────

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place

Terraform will perform the following actions:

module.ui.azurerm_app_service.this will be updated in-place

~ resource "azurerm_app_service" "this" {
id = "/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-stage/providers/Microsoft.Web/sites/time-tracker-service-stage-ui"
name = "time-tracker-service-stage-ui"
tags = {}
# (17 unchanged attributes hidden)

  ~ site_config {
      ~ linux_fx_version                     = (sensitive)
        # (29 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

    # (3 unchanged blocks hidden)
}

Plan: 0 to add, 1 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

</details>
*Pusher: @jimmyjaramillo, Action: `pull_request`*

@github-actions
Copy link

[infrastructure/][prod] Terraform Plan 📖 success

Show Plan ```

terraform
Acquiring state lock. This may take a few moments...

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:

  • create

Terraform will perform the following actions:

module.ui.azurerm_app_service.this will be created

  • resource "azurerm_app_service" "this" {
    • app_service_plan_id = "/subscriptions/ca70c44c-ad7a-4333-a22c-07ebc6a69224/resourceGroups/time-tracker-service-prod/providers/Microsoft.Web/serverfarms/time-tracker-service-prod"

    • app_settings = {

      • "DOCKER_REGISTRY_SERVER_PASSWORD" = (sensitive)
      • "DOCKER_REGISTRY_SERVER_URL" = (sensitive)
      • "DOCKER_REGISTRY_SERVER_USERNAME" = (sensitive)
        }
    • client_affinity_enabled = false

    • client_cert_enabled = false

    • client_cert_mode = (known after apply)

    • custom_domain_verification_id = (known after apply)

    • default_site_hostname = (known after apply)

    • enabled = true

    • https_only = false

    • id = (known after apply)

    • key_vault_reference_identity_id = (known after apply)

    • location = "westus"

    • name = "time-tracker-service-prod-ui"

    • outbound_ip_address_list = (known after apply)

    • outbound_ip_addresses = (known after apply)

    • possible_outbound_ip_address_list = (known after apply)

    • possible_outbound_ip_addresses = (known after apply)

    • resource_group_name = "time-tracker-service-prod"

    • site_credential = (known after apply)

    • auth_settings {

      • additional_login_params = (known after apply)

      • allowed_external_redirect_urls = (known after apply)

      • default_provider = (known after apply)

      • enabled = (known after apply)

      • issuer = (known after apply)

      • runtime_version = (known after apply)

      • token_refresh_extension_hours = (known after apply)

      • token_store_enabled = (known after apply)

      • unauthenticated_client_action = (known after apply)

      • active_directory {

        • allowed_audiences = (known after apply)
        • client_id = (known after apply)
        • client_secret = (sensitive value)
          }
      • facebook {

        • app_id = (known after apply)
        • app_secret = (sensitive value)
        • oauth_scopes = (known after apply)
          }
      • google {

        • client_id = (known after apply)
        • client_secret = (sensitive value)
        • oauth_scopes = (known after apply)
          }
      • microsoft {

        • client_id = (known after apply)
        • client_secret = (sensitive value)
        • oauth_scopes = (known after apply)
          }
      • twitter {

        • consumer_key = (known after apply)
        • consumer_secret = (sensitive value)
          }
          }
    • connection_string {

      • name = (known after apply)
      • type = (known after apply)
      • value = (sensitive value)
        }
    • identity {

      • identity_ids = (known after apply)
      • principal_id = (known after apply)
      • tenant_id = (known after apply)
      • type = (known after apply)
        }
    • logs {

      • detailed_error_messages_enabled = (known after apply)

      • failed_request_tracing_enabled = (known after apply)

      • application_logs {

        • file_system_level = (known after apply)

        • azure_blob_storage {

          • level = (known after apply)
          • retention_in_days = (known after apply)
          • sas_url = (sensitive value)
            }
            }
      • http_logs {

        • azure_blob_storage {

          • retention_in_days = (known after apply)
          • sas_url = (sensitive value)
            }
        • file_system {

          • retention_in_days = (known after apply)
          • retention_in_mb = (known after apply)
            }
            }
            }
    • site_config {

      • acr_use_managed_identity_credentials = false

      • always_on = false

      • dotnet_framework_version = "v4.0"

      • ftps_state = (known after apply)

      • http2_enabled = false

      • ip_restriction = (known after apply)

      • linux_fx_version = (sensitive)

      • local_mysql_enabled = (known after apply)

      • managed_pipeline_mode = (known after apply)

      • min_tls_version = (known after apply)

      • number_of_workers = (known after apply)

      • remote_debugging_enabled = false

      • remote_debugging_version = (known after apply)

      • scm_ip_restriction = (known after apply)

      • scm_type = (known after apply)

      • scm_use_main_ip_restriction = false

      • vnet_route_all_enabled = (known after apply)

      • websockets_enabled = (known after apply)

      • windows_fx_version = (known after apply)

      • cors {

        • allowed_origins = (known after apply)
        • support_credentials = (known after apply)
          }
          }
    • source_control {

      • branch = (known after apply)
      • manual_integration = (known after apply)
      • repo_url = (known after apply)
      • rollback_enabled = (known after apply)
      • use_mercurial = (known after apply)
        }
    • storage_account {

      • access_key = (sensitive value)
      • account_name = (known after apply)
      • mount_path = (known after apply)
      • name = (known after apply)
      • share_name = (known after apply)
      • type = (known after apply)
        }
        }

module.ui.azurerm_app_service_certificate_binding.this will be created

  • resource "azurerm_app_service_certificate_binding" "this" {
    • app_service_name = (known after apply)
    • certificate_id = (known after apply)
    • hostname = (known after apply)
    • hostname_binding_id = (known after apply)
    • id = (known after apply)
    • ssl_state = "SniEnabled"
    • thumbprint = (known after apply)
      }

module.ui.azurerm_app_service_custom_hostname_binding.this will be created

  • resource "azurerm_app_service_custom_hostname_binding" "this" {
    • app_service_name = "time-tracker-service-prod-ui"
    • hostname = "ui.timetrackerapp.ioet.com"
    • id = (known after apply)
    • resource_group_name = "time-tracker-service-prod"
    • ssl_state = (known after apply)
    • thumbprint = (known after apply)
    • virtual_ip = (known after apply)
      }

module.ui.azurerm_app_service_managed_certificate.this will be created

  • resource "azurerm_app_service_managed_certificate" "this" {
    • canonical_name = (known after apply)
    • custom_hostname_binding_id = (known after apply)
    • expiration_date = (known after apply)
    • friendly_name = (known after apply)
    • host_names = (known after apply)
    • id = (known after apply)
    • issue_date = (known after apply)
    • issuer = (known after apply)
    • subject_name = (known after apply)
    • thumbprint = (known after apply)
      }

module.ui.azurerm_dns_cname_record.this will be created

  • resource "azurerm_dns_cname_record" "this" {
    • fqdn = (known after apply)
    • id = (known after apply)
    • name = "ui"
    • record = (known after apply)
    • resource_group_name = "time-tracker-service-prod"
    • ttl = 300
    • zone_name = "timetrackerapp.ioet.com"
      }

module.ui.azurerm_dns_txt_record.this will be created

  • resource "azurerm_dns_txt_record" "this" {
    • fqdn = (known after apply)

    • id = (known after apply)

    • name = "asuid.ui.timetrackerapp.ioet.com"

    • resource_group_name = "time-tracker-service-prod"

    • ttl = 300

    • zone_name = "timetrackerapp.ioet.com"

    • record {

      • value = (known after apply)
        }
        }

Plan: 6 to add, 0 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

</details>
*Pusher: @jimmyjaramillo, Action: `pull_request`*

@jimmyjaramillo jimmyjaramillo merged commit 661a9aa into master Aug 25, 2022
@jimmyjaramillo jimmyjaramillo deleted the TTA-142-alphabetically-sort-list-of-users-on-reports branch August 25, 2022 13:46
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.

3 participants