You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/18 23:31:17 UTC

[beam-site] branch mergebot updated (537b789 -> c3884b2)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 537b789  This closes #497
     add f851f5a  Prepare repository for deployment.
     new 91fe336  Update code style section to mention Spotless.
     new 7e7dcc2  Clarify that this is only for Java/Groovy and not Python/Go/...
     new c3884b2  This closes #498

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/get-started/downloads/index.html | 2 +-
 src/contribute/intellij.md               | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)


[beam-site] 02/03: Clarify that this is only for Java/Groovy and not Python/Go/...

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 7e7dcc22982c2e5084a3adee66499cd002ce070f
Author: Lukasz Cwik <lu...@gmail.com>
AuthorDate: Wed Jul 18 16:21:19 2018 -0700

    Clarify that this is only for Java/Groovy and not Python/Go/...
---
 src/contribute/intellij.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/contribute/intellij.md b/src/contribute/intellij.md
index 034ad72..2b4f5bd 100644
--- a/src/contribute/intellij.md
+++ b/src/contribute/intellij.md
@@ -81,7 +81,7 @@ modules as they are not configured for Checkstyle validation.
 
 ## Code Style
 
-Note: As of release 2.6.0 uniform formatting is automated by the build
+Note: As of release 2.6.0 uniform formatting for Java and Groovy code is automated by the build
 through the [Spotless Gradle plugin](https://github.com/diffplug/spotless/tree/master/plugin-gradle).
 Instead of relying on the IDE, now you can run `./gradlew spotlessApply`
 to reformat changes prior to commit.


[beam-site] 01/03: Update code style section to mention Spotless.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 91fe3369d3fd366aa8b46e1959106f32540d3e24
Author: Thomas Weise <th...@apache.org>
AuthorDate: Wed Jul 18 15:11:51 2018 -0700

    Update code style section to mention Spotless.
---
 src/contribute/intellij.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/contribute/intellij.md b/src/contribute/intellij.md
index c361bd4..034ad72 100644
--- a/src/contribute/intellij.md
+++ b/src/contribute/intellij.md
@@ -81,6 +81,11 @@ modules as they are not configured for Checkstyle validation.
 
 ## Code Style
 
+Note: As of release 2.6.0 uniform formatting is automated by the build
+through the [Spotless Gradle plugin](https://github.com/diffplug/spotless/tree/master/plugin-gradle).
+Instead of relying on the IDE, now you can run `./gradlew spotlessApply`
+to reformat changes prior to commit.
+
 IntelliJ supports code styles within the IDE. Use one or both of the following
 to ensure your code style matches the project's checkstyle enforcements.
 


[beam-site] 03/03: This closes #498

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit c3884b220944b1d6569f00b133fe7b73d630a2d8
Merge: f851f5a 7e7dcc2
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Jul 18 23:30:47 2018 +0000

    This closes #498

 src/contribute/intellij.md | 5 +++++
 1 file changed, 5 insertions(+)