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

SEAB-6405: Fix date/folder formatting for github app delivery bucket #164

Merged
merged 12 commits into from
May 3, 2024

Conversation

hyunnaye
Copy link
Contributor

@hyunnaye hyunnaye commented May 2, 2024

Description
The folder names were messed up in the new s3 github delivery bucket because of the linter formatting.

Before:
image

After:
image

Issue
https://ucsc-cgl.atlassian.net/browse/SEAB-6405

Security
If there are any concerns that require extra attention from the security team, highlight them here.

Please make sure that you've checked the following before submitting your pull request. Thanks!

  • Ensure that the PR targets the correct branch. Check the milestone or fix version of the ticket.

Copy link
Member

@denis-yuen denis-yuen left a comment

Choose a reason for hiding this comment

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

see comment

-${uploadDate.getDate()}/${deliveryId}`; //formats path to YYYY-MM-DD/deliveryid
const bucketPath =
`${uploadDate.getFullYear()}` +
`-${uploadDate.getMonth() + 1}` +

Choose a reason for hiding this comment

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

It would be nice if the length were always the same, e.g., 2024-05-02 instead of 2024-5-2. It was like this, but I only noticed it now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot updated :)

@hyunnaye hyunnaye requested review from denis-yuen and coverbeck May 2, 2024 21:09
@hyunnaye hyunnaye merged commit dadb30e into develop May 3, 2024
12 checks passed
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