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

fix: Prevent writing to the snapshot log once the resource sha is created #345

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

wwilsman
Copy link
Contributor

@wwilsman wwilsman commented Sep 12, 2019

Purpose

If the log contents change, the resource sha will no longer match the content sha and the API will throw errors.

Approach

Copy the log file upon sha creation and upload that copied file. This way, the original log can still be written to, but the copy won't.

If the log contents change, the resource sha will no longer match the content
sha and the API will throw errors
Copy link
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

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

🏁

@wwilsman wwilsman merged commit 2a46561 into master Sep 12, 2019
@wwilsman wwilsman deleted the ww/scale-back-captured-logs branch September 12, 2019 22:57
djones pushed a commit that referenced this pull request Sep 12, 2019
## [0.12.1](v0.12.0...v0.12.1) (2019-09-12)

### Bug Fixes

* Prevent writing to the snapshot log once the resource sha is created ([#345](#345)) ([2a46561](2a46561))
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.

None yet

2 participants