Skip to content
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

CIV-16494 Fix month error on hint text #5481

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

sherlynkhaw
Copy link
Contributor

JIRA link

https://tools.hmcts.net/jira/browse/CIV-16494

Change description

Fix month error on hint text

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

@sherlynkhaw sherlynkhaw requested a review from a team as a code owner January 28, 2025 10:46
@sherlynkhaw sherlynkhaw requested review from rajakm and danlysiak and removed request for a team January 28, 2025 10:46
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview January 28, 2025 11:48 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview January 28, 2025 13:04 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview January 28, 2025 15:23 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview January 28, 2025 15:55 Abandoned
@sherlynkhaw sherlynkhaw requested a review from a team as a code owner January 28, 2025 16:05
@sherlynkhaw sherlynkhaw requested review from nigeldunne and sankaviv1 and removed request for a team January 28, 2025 16:05
Copy link

github-actions bot commented Feb 4, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (aat)

Plan: 0 to add, 2 to change, 0 to destroy.
  • Update
    • module.application_insights.azurerm_application_insights.this
    • module.citizen-ui-draft-store.azurerm_redis_cache.redis
Change Result (Click me)
  # module.application_insights.azurerm_application_insights.this will be updated in-place
  ~ resource "azurerm_application_insights" "this" {
        id                                    = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/civil-citizen-ui-aat/providers/Microsoft.Insights/components/civil-citizen-ui-aat"
        name                                  = "civil-citizen-ui-aat"
        tags                                  = {
            "application"         = "civil"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/civil-citizen-ui.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#civil_contact"
            "environment"         = "staging"
            "managedBy"           = "Civil"
        }
        # (16 unchanged attributes hidden)
    }

  # module.citizen-ui-draft-store.azurerm_redis_cache.redis will be updated in-place
  ~ resource "azurerm_redis_cache" "redis" {
        id                            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/civil-citizen-ui-draft-store-cache-aat/providers/Microsoft.Cache/redis/civil-citizen-ui-draft-store-aat"
        name                          = "civil-citizen-ui-draft-store-aat"
        tags                          = {
            "application"         = "civil"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/civil-citizen-ui.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#civil_contact"
            "environment"         = "staging"
            "managedBy"           = "Civil"
        }
        # (21 unchanged attributes hidden)

      ~ redis_configuration {
          + data_persistence_authentication_method  = "SAS"
          ~ maxfragmentationmemory_reserved         = 125 -> 642
          ~ maxmemory_delta                         = 125 -> 642
          ~ maxmemory_reserved                      = 125 -> 642
            # (8 unchanged attributes hidden)
        }
    }

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

@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (prod)

Plan: 0 to add, 2 to change, 0 to destroy.
  • Update
    • module.application_insights.azurerm_application_insights.this
    • module.citizen-ui-draft-store.azurerm_redis_cache.redis
Change Result (Click me)
  # module.application_insights.azurerm_application_insights.this will be updated in-place
  ~ resource "azurerm_application_insights" "this" {
        id                                    = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/civil-citizen-ui-prod/providers/Microsoft.Insights/components/civil-citizen-ui-prod"
        name                                  = "civil-citizen-ui-prod"
        tags                                  = {
            "application"         = "civil"
            "builtFrom"           = "https://github.com/HMCTS/civil-citizen-ui.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#civil_contact"
            "environment"         = "production"
            "managedBy"           = "Civil"
        }
        # (16 unchanged attributes hidden)
    }

  # module.citizen-ui-draft-store.azurerm_redis_cache.redis will be updated in-place
  ~ resource "azurerm_redis_cache" "redis" {
        id                            = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/civil-citizen-ui-draft-store-cache-prod/providers/Microsoft.Cache/redis/civil-citizen-ui-draft-store-prod"
        name                          = "civil-citizen-ui-draft-store-prod"
        tags                          = {
            "application"         = "civil"
            "builtFrom"           = "https://github.com/HMCTS/civil-citizen-ui.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#civil_contact"
            "environment"         = "production"
            "managedBy"           = "Civil"
        }
        # (21 unchanged attributes hidden)

      ~ redis_configuration {
          + data_persistence_authentication_method  = "SAS"
            # (11 unchanged attributes hidden)
        }
    }

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants