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

Pivotal ID # 183324114: Decouple Request Files #623

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

jhoanmanuelms
Copy link
Contributor

https://www.pivotaltracker.com/story/show/183324114

  • Decouple files for the releasing operation
  • Move the files iteration to the release processor
  • Normalize processor classes names
  • Improve name for the files persistence configuration

- Decouple files for the releasing operation
- Move the files iteration to the release processor
- Normalize processor classes names
- Improve name for the files persistence configuration
@jhoanmanuelms jhoanmanuelms self-assigned this Oct 4, 2022
@jhoanmanuelms jhoanmanuelms requested a review from Juan-EBI October 4, 2022 15:56
Copy link
Contributor

@Juan-EBI Juan-EBI left a comment

Choose a reason for hiding this comment

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

LGTM :)

@@ -146,21 +146,22 @@ internal object FileUtilsHelper {
}

fun createFolderHardLinks(
source: Path,
target: Path,
sourcePath: Path,
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason to change names here? I mean is not that I disagree with name change but trying to figured out the reasoning.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's just to make it clearer that the source is the path where the hard link will be created and not the referenced file itself

@jhoanmanuelms jhoanmanuelms merged commit 4e54533 into master Oct 5, 2022
@jhoanmanuelms jhoanmanuelms deleted the chore/pivotal-#183324114-decouple-release branch October 5, 2022 09:28
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