[
https://issues.apache.org/jira/browse/BEAM-13427?focusedWorklogId=700453&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-700453
]
ASF GitHub Bot logged work on BEAM-13427:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Dec/21 08:55
Start Date: 23/Dec/21 08:55
Worklog Time Spent: 10m
Work Description: ElessarST commented on a change in pull request #16183:
URL: https://github.com/apache/beam/pull/16183#discussion_r774416435
##########
File path:
playground/frontend/lib/modules/examples/repositories/example_repository.dart
##########
@@ -47,4 +47,11 @@ class ExampleRepository {
final result = await _client.getExampleOutput(request);
return result.output;
}
+
+ Future<String> getExampleLogs(
+ GetExampleRequestWrapper request,
+ ) async {
+ final result = await _client.getExampleLogs(request);
Review comment:
Fixed with previous one, thanks
##########
File path:
playground/frontend/lib/modules/editor/parsers/run_options_parser.dart
##########
@@ -16,7 +16,8 @@
* limitations under the License.
*/
-RegExp regExp = RegExp(r'\-\-([A-z0-9]*)\s*([A-z0-9]*)\s*');
+RegExp pipelineOptionsRegExp =
+ RegExp(r"""--([A-z0-9]*)\s+([A-z0-9\/\"\'\*\-\:\;\.]*)""");
Review comment:
Fixed, thanks
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 700453)
Time Spent: 20m (was: 10m)
> [Playground] Get and show log outputs for precompiled objects
> -------------------------------------------------------------
>
> Key: BEAM-13427
> URL: https://issues.apache.org/jira/browse/BEAM-13427
> Project: Beam
> Issue Type: Sub-task
> Components: beam-playground
> Reporter: Aydar Farrakhov
> Assignee: Aydar Farrakhov
> Priority: P2
> Labels: beam-playground-frontend, beam-playground-sprint-5
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)