[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151790=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151790
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 18:52
Start Date: 05/Oct/18 18:52
Worklog Time Spent: 10m 
  Work Description: asfgit closed pull request #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7862359214..ffb5c42640 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,10 @@
+**Deprecation notice:** The website is being migrated to
+https://github.com/apache/beam/tree/master/website
+
+Please create new pull requests against the above repo.
+
+---
+
 *Please* add a meaningful description for your change here.
 
 Once your pull request has been opened and assigned a number, please edit the
diff --git a/README.md b/README.md
index b0e00a9d47..e3d68be163 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+**Deprecation notice:** The website is being migrated to
+https://github.com/apache/beam/tree/master/website
+
+---
+
 # Apache Beam website
 
 This is the website for [Apache Beam](https://beam.apache.org/), hosted at:


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151790)
Time Spent: 2.5h  (was: 2h 20m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151718=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151718
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 17:09
Start Date: 05/Oct/18 17:09
Worklog Time Spent: 10m 
  Work Description: swegner edited a comment on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-427434226
 
 
   There are a bunch of validation errors like:
   
   
```https://beam.apache.org/documentation/sdks/javadoc/2.0.0/org/apache/beam/sdk/Pipeline.html#replaceAll-java.util.List-
 failed: 404 No error```
   
   This is because some links are using `https://beam.apache.org` directly 
instead of `{{ site.baseurl }}`, and also because we're not correctly 
redirecting previous doc urls. Redirects are fixed in 
https://github.com/apache/beam/pull/6585 and would unblock this URL.
   
   I just tried to force-merge from the commandline and got blocked. We can 
wait for https://github.com/apache/beam/pull/6585 or reach out to someone who 
might have more permissions (@melap ?)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151718)
Time Spent: 2h 20m  (was: 2h 10m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151705=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151705
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 17:05
Start Date: 05/Oct/18 17:05
Worklog Time Spent: 10m 
  Work Description: swegner commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-427434226
 
 
   There are a bunch of validation errors like:
   
   
```https://beam.apache.org/documentation/sdks/javadoc/2.0.0/org/apache/beam/sdk/Pipeline.html#replaceAll-java.util.List-
 failed: 404 No error```
   
   This is because some links are using `https://beam.apache.org` directly 
instead of `{{ site.baseurl }}`, and also because we're not correctly 
redirecting previous doc urls. Redirects are fixed in 
https://github.com/apache/beam/pull/6585 and would unblock this URL. However 
I'm going to manually merge.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151705)
Time Spent: 2h 10m  (was: 2h)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151690=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151690
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 16:50
Start Date: 05/Oct/18 16:50
Worklog Time Spent: 10m 
  Work Description: asfgit commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-427429640
 
 
   Error: PR failed in verification; check the Jenkins job for more information.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151690)
Time Spent: 2h  (was: 1h 50m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 2h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151688=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151688
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 16:48
Start Date: 05/Oct/18 16:48
Worklog Time Spent: 10m 
  Work Description: swegner commented on issue #577: [BEAM-4502] Add README 
that redirects to website sources.
URL: https://github.com/apache/beam-site/pull/577#issuecomment-427429161
 
 
   LGTM


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151688)
Time Spent: 1h 40m  (was: 1.5h)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151689=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151689
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 16:48
Start Date: 05/Oct/18 16:48
Worklog Time Spent: 10m 
  Work Description: swegner closed pull request #577: [BEAM-4502] Add 
README that redirects to website sources.
URL: https://github.com/apache/beam-site/pull/577
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
new file mode 100644
index 00..d15c3996bf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+
+
+Apache Beam website sources have been moved to the 
+[apache/beam](https://github.com/apache/beam/blob/master/website) repository.


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151689)
Time Spent: 1h 50m  (was: 1h 40m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151686=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151686
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 16:46
Start Date: 05/Oct/18 16:46
Worklog Time Spent: 10m 
  Work Description: swegner commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-427428768
 
 
   @asfgit merge


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151686)
Time Spent: 1.5h  (was: 1h 20m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151685=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151685
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 16:46
Start Date: 05/Oct/18 16:46
Worklog Time Spent: 10m 
  Work Description: swegner commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-427428753
 
 
   LGTM


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151685)
Time Spent: 1h 20m  (was: 1h 10m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-04 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=151464=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151464
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 05/Oct/18 00:53
Start Date: 05/Oct/18 00:53
Worklog Time Spent: 10m 
  Work Description: udim commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-427214022
 
 
   @swegner PTAL. Let's merge this (and delete the branch when ready).
   I'll create another PR against master that directs to apache/beam.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 151464)
Time Spent: 1h 10m  (was: 1h)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-02 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=150437=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150437
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 02/Oct/18 16:20
Start Date: 02/Oct/18 16:20
Worklog Time Spent: 10m 
  Work Description: udim commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-426337154
 
 
   I assumed that Apache infrastructure required asf-site as the branch name.
   That is, the Jenkins job would only be able to push to that branch and the
   beam.apache.org contents will only be pulled from that branch name.
   
   On Tue, Oct 2, 2018, 09:04 Scott Wegner  wrote:
   
   > The plan is to have javadocs/pydocs on a branch inside this repo. The
   > implementation I have in progress creates a new release-docs branch with
   > these docs moved up to the top of the directory structure. That work is
   > staged here: https://github.com/swegner/beam-site/tree/release-docs
   >
   > The exact branch we use, whether asf-site or release-docs doesn't really
   > matter. We are currently publishing the website from asf-site, so the
   > migration is trickier if we want to reuse this existing branch. We could
   > flip back to asf-site after migration, although I sort of like having a
   > different branch name to avoid confusion with the apache/beam asf-site
   > branch.
   >
   > Thoughts?
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > , or 
mute
   > the thread
   > 

   > .
   >
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 150437)
Time Spent: 1h  (was: 50m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-02 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=150435=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150435
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 02/Oct/18 16:03
Start Date: 02/Oct/18 16:03
Worklog Time Spent: 10m 
  Work Description: swegner commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-426331601
 
 
   The plan is to have javadocs/pydocs on a branch inside this repo. The 
implementation I have in progress creates a new `release-docs` branch with 
these docs moved up to the top of the directory structure. That work is staged 
here: https://github.com/swegner/beam-site/tree/release-docs
   
   The exact branch we use, whether `asf-site` or `release-docs` doesn't really 
matter. We are currently publishing the website from `asf-site`, so the 
migration is trickier if we want to reuse this existing branch. We could flip 
back to `asf-site` after migration, although I sort of like having a different 
branch name to avoid confusion with the apache/beam `asf-site` branch.
   
   Thoughts?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 150435)
Time Spent: 50m  (was: 40m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-01 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=150256=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150256
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 01/Oct/18 23:19
Start Date: 01/Oct/18 23:19
Worklog Time Spent: 10m 
  Work Description: udim commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-426095620
 
 
   @swegner I'm confused. I thought javadoc and pydoc files would go into the 
`asf-site` branch in this repo?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 150256)
Time Spent: 40m  (was: 0.5h)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-01 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=150252=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150252
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 01/Oct/18 23:15
Start Date: 01/Oct/18 23:15
Worklog Time Spent: 10m 
  Work Description: swegner commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-426094851
 
 
   When we're ready to migrate, I think we should delete this branch altogether 
and create an empty master branch with only a `README.md` pointing to the other 
repo and [contribution 
guide](https://beam.apache.org/contribute#contributing-to-the-website). I was 
able to create an empty [master 
branch](https://github.com/apache/beam-site/tree/master). Can you submit a PR 
there?
   
   @iemejia GitHub has a concept of a [default 
branch](https://help.github.com/articles/setting-the-default-branch/), but I 
don't have access to change repo settings. Do you? When we've completed the 
website migration, we should delete the `asf-site` branch from this repo and 
change the default branch to `master`. Can I ping you when we're ready? (Design 
doc here: https://s.apache.org/beam-site-automation)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 150252)
Time Spent: 0.5h  (was: 20m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Udi Meiri
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-01 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=150109=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150109
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 01/Oct/18 18:27
Start Date: 01/Oct/18 18:27
Worklog Time Spent: 10m 
  Work Description: udim commented on issue #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567#issuecomment-426012943
 
 
   R: @swegner 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 150109)
Time Spent: 20m  (was: 10m)

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Scott Wegner
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4502) Add redirect notice on apache/beam-site README.md

2018-10-01 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4502?focusedWorklogId=150108=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150108
 ]

ASF GitHub Bot logged work on BEAM-4502:


Author: ASF GitHub Bot
Created on: 01/Oct/18 18:27
Start Date: 01/Oct/18 18:27
Worklog Time Spent: 10m 
  Work Description: udim opened a new pull request #567: [BEAM-4502] Add 
deprecation notices
URL: https://github.com/apache/beam-site/pull/567
 
 
   First step of deprecation of this repo as a source of website content 
(except pydocs and javadocs).
   
   Once your pull request has been opened and assigned a number, please edit the
   URL below, replacing `PULL_REQUEST_NUMBER` with the number of your pull 
request.
   
   
http://apache-beam-website-pull-requests.storage.googleapis.com/PULL_REQUEST_NUMBER/index.html
   
   Finally, it will help us expedite review of your Pull Request if you tag
   someone (e.g. @username) to look at it.
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 150108)
Time Spent: 10m
Remaining Estimate: 0h

> Add redirect notice on apache/beam-site README.md
> -
>
> Key: BEAM-4502
> URL: https://issues.apache.org/jira/browse/BEAM-4502
> Project: Beam
>  Issue Type: Sub-task
>  Components: website
>Reporter: Scott Wegner
>Assignee: Scott Wegner
>Priority: Major
>  Labels: beam-site-automation-reliability
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)