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

Further alterations to the install documentation #1098

Merged
merged 6 commits into from
Mar 5, 2019

Conversation

arschles
Copy link
Member

@arschles arschles commented Mar 1, 2019

What is the problem I am trying to address?

The docs don't say what happens if the upstream repository owner changes git tags, overwrites commits, deletes their repo, etc...

How is the fix applied?

I added documentation that explains how Athens stores modules in write-once storage

Mention the issue number it fixes or add the details of the changes if it doesn't have a specific issue.

Fixes #1054

This is a follow-up to #1095. I accidentally merged that :( so I am rolling forward here based on comments in the previous PR

@MMulthaupt @michalpristas @marpio I'm really sorry for the trouble but would you mind re-reviewing this? I really messed up but it turned out that making additional changes was easier (for me!) than reverting and re-submitting. Thank you so much!

This is a follow-up to gomods#1095. I accidentally merged that :( so I am rolling forward here based on comments in the previous PR
@arschles arschles added the docs improvements/changes to our documentation label Mar 1, 2019
@arschles arschles requested a review from a team as a code owner March 1, 2019 22:59
@codecov-io
Copy link

codecov-io commented Mar 1, 2019

Codecov Report

Merging #1098 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1098   +/-   ##
=======================================
  Coverage   53.05%   53.05%           
=======================================
  Files          80       80           
  Lines        2731     2731           
=======================================
  Hits         1449     1449           
  Misses       1163     1163           
  Partials      119      119

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c07647...2f31724. Read the comment docs.

Copy link
Member

@michalpristas michalpristas left a comment

Choose a reason for hiding this comment

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

LGTM today as well

@marwan-at-work marwan-at-work merged commit 7561d53 into gomods:master Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs improvements/changes to our documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation: Clarify how git tag mutability is treated
5 participants