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

CORE-19621: Rename createdTimestamp to rotationInitiatedTimestamp #5725

Merged
merged 3 commits into from
Feb 21, 2024

Conversation

malachyb
Copy link
Contributor

@malachyb malachyb commented Feb 19, 2024

The name of the field createdTimestamp can cause confusion about what it refers to, so this PR renames it to rotationInitiatedTimestamp

@corda-jenkins-ci02
Copy link
Contributor

corda-jenkins-ci02 bot commented Feb 19, 2024

Jenkins build for PR 5725 build 3

Build Successful:
Jar artifact version produced by this PR: 5.2.0.0-alpha-1708437527916
Helm chart version produced by this PR: 5.2.0-alpha.1708437527916
Helm chart pushed to: oci://corda-os-docker-dev.software.r3.com/helm-charts/pr-5725/corda
Helm chart Polaris score: 82

@@ -8,15 +8,15 @@ import java.time.Instant
* @param tenantId Either a holding identity ID, the value 'master' for master wrapping key or one of the values
* 'p2p', 'rest', 'crypto' for corresponding cluster-level tenant.
* @param status Overall status of the key rotation. Either In Progress or Done.
* @param createdTimestamp Timestamp of then the key rotation request was received.
* @param rotationInitiatedTimestamp Timestamp of then the key rotation request was received.
Copy link
Contributor

Choose a reason for hiding this comment

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

this text (which you didn't write) doesn't make sense, we should take the opportunity to fix it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm guessing it should say "when" instead of "then"? I think that would fix the sentence and make it make more sense.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@malachyb malachyb merged commit b8b9995 into release/os/5.2 Feb 21, 2024
4 checks passed
@malachyb malachyb deleted the Malachy/CORE-19621 branch February 21, 2024 11:39
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.

2 participants