Skip to content

Conversation

@Jakub-Sadowski
Copy link
Contributor

Implemented:

  • contribution guide page
  • become a committer page
  • twitter feed component

Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

Post-Commit Tests Status (on master branch)

Lang SDK Dataflow Flink Samza Spark Twister2
Go Build Status --- Build Status --- Build Status ---
Java Build Status Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status Build Status
Build Status
Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
--- Build Status ---
XLang Build Status Build Status Build Status --- Build Status ---

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website Whitespace Typescript
Non-portable Build Status Build Status
Build Status
Build Status
Build Status
Build Status Build Status Build Status Build Status
Portable --- Build Status --- --- --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@Jakub-Sadowski
Copy link
Contributor Author

Review: @TheNeuralBit

@pabloem pabloem self-requested a review December 17, 2020 17:27
@pabloem
Copy link
Member

pabloem commented Dec 17, 2020

thank you @Jakub-Sadowski ! Can you share a few screenshots of these changes?

@TheNeuralBit
Copy link
Member

@pabloem
Copy link
Member

pabloem commented Dec 17, 2020

ouch - thanks Brian!

@TheNeuralBit
Copy link
Member

No worries :) I can still review this one if that's ok with you, I'll have time this afternoon

@pabloem
Copy link
Member

pabloem commented Dec 17, 2020 via email

Copy link
Member

@TheNeuralBit TheNeuralBit left a comment

Choose a reason for hiding this comment

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

I'm concerned that this makes a lot of changes to the actual markdown content, like website/www/site/content/en/contribute/become-a-committer.md and website/www/site/content/en/contribute/_index.md

These are exactly the sort of changes we're trying to avoid making as part of the website revamp because they're impossible to deconflict with any website updates that happen in parallel in master.

In general this PR has two types of changes in these content files:

  1. Changes just to make the page render correctly (e.g. adding <div> and <br> tags)
  2. Changes to the actual content (re-wording or re-arranging text)

We should try very hard to avoid (1), and keep the content separate from the template that renders it.

(2) should be done on the master branch, with the existing website.

If we adhere to both of those, there won't be the need to make markdown changes in the website-revamp branch

@Jakub-Sadowski
Copy link
Contributor Author

Review: @kgabryje

Copy link
Member

@TheNeuralBit TheNeuralBit left a comment

Choose a reason for hiding this comment

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

I just synced master into the website-revamp branch and there's now a conflict with contribute/_index.md. This is probably because of #13420 which made substantial changes to that file.

Copy link
Member

@TheNeuralBit TheNeuralBit left a comment

Choose a reason for hiding this comment

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

This PR makes a lot of seemingly unnecessary changes to existing content files (blog posts, documentation, and programming guide). Some of them are benign, like changing ``` to {{< highlight >}}, but there also substantive ones like removing leading whitespace from code samples.

Even the benign ones present an issue, because they are surely going to cause merge conflicts, and they make this into an 8k line PR, which is very difficult to review. Please revert these changes.

Copy link
Member

@TheNeuralBit TheNeuralBit left a comment

Choose a reason for hiding this comment

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

A few more notes here, but again, I haven't looked it all over yet because It's very challenging to review just the substantive changes amid all the changes to the code blocks.

Copy link
Member

@TheNeuralBit TheNeuralBit left a comment

Choose a reason for hiding this comment

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

Thanks it looks like a lot of the extra changes have been reverted, but there are still a lot remaining. It would be great if we could keep the original {{< highlight lang >}} syntax and avoid having to change the existing content altogether.

Copy link
Contributor Author

@Jakub-Sadowski Jakub-Sadowski left a comment

Choose a reason for hiding this comment

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

done

Copy link
Member

@TheNeuralBit TheNeuralBit left a comment

Choose a reason for hiding this comment

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

Ok a few last comments here. I think this is ready to go if we get all these addressed.

el.value=text;document.body.appendChild(el);
el.select();document.execCommand('copy');
document.body.removeChild(el);
alert('copied to clipboard');
Copy link
Member

@TheNeuralBit TheNeuralBit Feb 4, 2021

Choose a reason for hiding this comment

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

This alert is strange to me. It's weird to have to click "OK" after copying.

Other implementations of this sort of featureu usually pop up a notification to let you know the content has been copied, but you don't have to acknowledge it. If it's too much to address this right now let's file a jira about 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.

From fastest ways I can change it to pop up under a button, but then there would be no popover when user hover on an icon

Copy link
Member

Choose a reason for hiding this comment

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

Ok let's just file a jira for now

Jakub-Sadowski and others added 3 commits February 4, 2021 20:32
Co-authored-by: Brian Hulette <hulettbh@gmail.com>
Copy link
Member

@TheNeuralBit TheNeuralBit left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@TheNeuralBit TheNeuralBit merged commit a566b4e into apache:website-revamp Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants