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

Update text descriptions in 'process-invoices' page #142

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

jonavellecuerdo
Copy link
Collaborator

@jonavellecuerdo jonavellecuerdo commented Oct 7, 2024

Purpose and background context

Stakeholders (EntSys) requested some changes to the text describing "review" and "final" runs. Suggestions were provided in a comment on the Jira ticket.

How can a reviewer manually see the effects of these changes?

Reviewing the screenshot is sufficient for review!

image

Note: Executing a run in Dev1 and Stage will result in emails being sent out. A ticket to implement "dry run" decorator/option will be noted in DataEng's backlog.

Includes new or updated dependencies?

NO

Changes expectations for external applications?

NO

What are the relevant tickets?

Developer

  • All new ENV is documented in README
  • All new ENV has been added to staging and production environments
  • All related Jira tickets are linked in commit message(s)
  • Stakeholder approval has been confirmed (or is not needed)

Code Reviewer(s)

  • The commit message is clear and follows our guidelines (not just this PR message)
  • There are appropriate tests covering any new functionality
  • The provided documentation is sufficient for understanding any new functionality introduced
  • Any manual tests have been performed and verified
  • New dependencies are appropriate or there were no changes

@jonavellecuerdo jonavellecuerdo self-assigned this Oct 7, 2024
@@ -29,7 +29,6 @@ ALMA_SAP_INVOICES_ECS_CLUSTER=### The full ARN of the ECS cluster to run the Alm
ALMA_SAP_INVOICES_ECS_TASK_DEFINITION=### The family and revision (formatted as <family>:<revision>) or full ARN of Alma SAP Invoices CLI ECS task.
ALMA_SAP_INVOICES_ECS_GROUPS=### Security group(s) for the Alma SAP Invoices ECS task (formatted as a comma-separated string excluding whitespaces, e.g. "sg-abc123,sg-def456").
ALMA_SAP_INVOICES_ECS_SUBNETS=### Subnet(s) for the Alma SAP Invoices ECS task (formatted as a comma-separated string excluding whitespaces, e.g. "subnet-abc123,subnet-def456").
ALMA_SAP_INVOICES_ECS_NETWORK_CONFIG=### The network configuration for the Alma SAP Invoices ECS task.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No longer a required environment var. As requested by InfraEng, this variable is programmatically derived from the two environment variables instead -- ECS_GROUPS and ECS_SUBNETS.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11221270061

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.872%

Totals Coverage Status
Change from base Build 10943852010: 0.0%
Covered Lines: 311
Relevant Lines: 358

💛 - Coveralls

@jonavellecuerdo jonavellecuerdo merged commit c2e3f1e into main Oct 9, 2024
3 checks passed
@jonavellecuerdo jonavellecuerdo deleted the IN-1053-update-text-descriptions branch October 9, 2024 15:21
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