Skip to content

Conversation

@mbouzi
Copy link
Contributor

@mbouzi mbouzi commented Aug 2, 2022

…out.

PR Checklist

  • The PR title is formatted as follows: pkg/server: add TestXYZ for XYZ
    • The package name goes before the colon
    • The part after the colon uses the verb tense + phrase that completes the blank in, "This change modifies Gateway-MT to ___________"
    • Lowercase verb after the colon
    • No trailing period
    • Keep the title as short as possible. Ideally under 72 characters or shorter
    • No Markdown

Commit Message Body

  • What, why, please describe the tests and the performance impact (if any)
  • No Markdown
  • The body is wrapped at 72 characters unless it's really needed (ASCII art, table, or long link)
  • If there is a corresponding issue, add either Closes #1234, Fixes #1234, Resolves #1234 or Updates #1234 (the latter if this is not a complete fix) to this comment
  • If referring to a repo other than storj/gateway-mt, you can use the owner/repo#issue_number syntax: Fixes storj/common#1234
  • We do not use Signed-off-by lines. Please don't add them. Our Gerrit server & GitHub bots enforce CLA compliance instead
  • More: https://github.com/storj/docs/blob/main/code/Git.md
  • Delete these instructions once you have read and applied them

Related Issue

Code Review Checklist (to be filled out by reviewer)

  • Are there any authservice's database migrations? Are they forwards and backwards compatible?
  • Does the PR describe what changes are being made?
  • Does the PR describe why the changes are being made?
  • Does the code follow our style guide?
  • Does the code follow our testing guide?
  • Is the PR appropriately sized? (If it could be broken into smaller PRs, it should be)
  • Does the new code have enough tests? (every PR should have tests or justification otherwise. Bug-fix PRs especially)
  • Does the new code have enough documentation that answers "how do I use it?" and "what does it do?"? (both source documentation and higher level, diagrams?)
  • Does any documentation needs updating?
  • Do the database access patterns make sense?
  • Copy the Commit Message Body section contents into the submit prompt upon PR completion

@halkyon
Copy link
Contributor

halkyon commented Aug 2, 2022

Do you have a screenshot of what this is fixing? It seems good to me, but I'm not sure what the before and after looks like

Copy link
Member

@amwolff amwolff left a comment

Choose a reason for hiding this comment

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

The change looks good! Would you mind writing a short commit message body on what changed and why? I know the change is simple, but it will be much easier for QA and us in the future to know how much this changed and how important it was/what the motivation was (if I understand correctly, this came from the discussion in #team-product (?)).

@mbouzi
Copy link
Contributor Author

mbouzi commented Aug 4, 2022

@amwolff Thanks for the heads up this makes sense! I'm not 100 percent sure why the change is being made, I just had this conversation for reference https://storj.slack.com/archives/C019JQJ4LTV/p1655902161447919?thread_ts=1655807036.483149&cid=C019JQJ4LTV

I'll go ahead and update the commit!

@mbouzi mbouzi force-pushed the filesharing-reorder branch from e0e4a61 to 6299f7b Compare August 8, 2022 14:08
@halkyon
Copy link
Contributor

halkyon commented Aug 8, 2022

Maybe the commit message could be something like "Re-ordering fix for improvements to mobile layout"? Unfortunately a link to a private Slack would not be that useful to anyone else looking in, from an open source point of view.

amwolff
amwolff previously approved these changes Aug 9, 2022
Copy link
Member

@amwolff amwolff left a comment

Choose a reason for hiding this comment

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

@halkyon I will put the message you mentioned into the commit body while squashing & merging the commit.

@amwolff amwolff merged commit 03a6e6c into main Aug 12, 2022
@amwolff amwolff deleted the filesharing-reorder branch August 12, 2022 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants