[
https://issues.apache.org/jira/browse/BEAM-6557?focusedWorklogId=230895&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-230895
]
ASF GitHub Bot logged work on BEAM-6557:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Apr/19 21:22
Start Date: 22/Apr/19 21:22
Worklog Time Spent: 10m
Work Description: davidcavazos commented on pull request #7679:
[BEAM-6557] Adds an interactive "Try Apache Beam" page
URL: https://github.com/apache/beam/pull/7679#discussion_r277442462
##########
File path: website/build.gradle
##########
@@ -83,6 +83,18 @@ task startDockerContainer(type: Exec) {
"${->createDockerContainer.containerId()}" // Lazily evaluate containerId.
}
+task setupDockerContainer(type: Exec) {
+ dependsOn startDockerContainer
+ ext.containerId = {
+ return startDockerContainer.containerId()
+ }
+
+ // Create the config to point to a GitHub or Colab blob in the repo, e.g.
apache/beam/blob/master
Review comment:
The temporary file is always created but it has a different configuration
depending on the branch you're on, so it will have different values on every
pull request. That's why it's created dynamically.
Note that even though it's always created, it's only used on
`buildLocalWebsite` and `buildGcsWebsite`, for testing and staging. But it
won't be used on `buildApacheWebsite`, so it will point to the
`apache/beam/blob/master` defined in the `_config.yml`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 230895)
Time Spent: 4h 40m (was: 4.5h)
> Add IPython notebooks for quickstarts and custom I/O
> ----------------------------------------------------
>
> Key: BEAM-6557
> URL: https://issues.apache.org/jira/browse/BEAM-6557
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: David Cavazos
> Assignee: David Cavazos
> Priority: Minor
> Labels: triaged
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)