Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tour of Beam] [Task] Fix broken Timer in ToB Run/Cancel button or hide it completely #24617

Closed
olehborysevych opened this issue Dec 9, 2022 · 4 comments · Fixed by #24871
Closed

Comments

@olehborysevych
Copy link
Collaborator

What needs to happen?

Timer in Tour of Beam Run/Cancel button runs forever. Need to fix it or not show it if it can't be fixed.

Issue Priority
Priority: 3

Issue Component

Component: tour-of-beam

@alexeyinkin
Copy link
Contributor

.take-issue

@alexeyinkin
Copy link
Contributor

Plan:

  1. In PlaygroundController, remove executionTime stream.
  2. Move PlaygroundController.runCode method to SnippetEditingController.
  3. Add SnippetEditingController.executionStartDate, set and unset it properly when running, finishing, and cancelling.
  4. Add the calculation of elapsed time to the button itself.

@alexeyinkin alexeyinkin removed their assignment Dec 9, 2022
@nausharipov
Copy link
Contributor

.take-issue

@nausharipov
Copy link
Contributor

@olehborysevych @alexeyinkin is the timer needed?

nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 16, 2022
nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 20, 2022
nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 21, 2022
nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 29, 2022
nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 29, 2022
nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 29, 2022
nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 30, 2022
nausharipov added a commit to akvelon/beam that referenced this issue Dec 30, 2022
Co-authored-by: alexeyinkin <leha@inkin.ru>
nausharipov added a commit to akvelon/beam that referenced this issue Dec 30, 2022
Co-authored-by: alexeyinkin <leha@inkin.ru>
nausharipov pushed a commit to akvelon/beam that referenced this issue Dec 30, 2022
nausharipov pushed a commit to akvelon/beam that referenced this issue Jan 4, 2023
nausharipov pushed a commit to akvelon/beam that referenced this issue Jan 9, 2023
nausharipov pushed a commit to akvelon/beam that referenced this issue Jan 16, 2023
nausharipov pushed a commit to akvelon/beam that referenced this issue Jan 16, 2023
nausharipov pushed a commit to akvelon/beam that referenced this issue Jan 19, 2023
damccorm pushed a commit that referenced this issue Jan 19, 2023
…ction. (#24871)

* timer fix rough draft (#24617)

* comments (#24617)

* comments (1) (#24617)

* cancel run on reset (#24617)

* regenerated mocks (#24617)

* runStopDate (#24617)

* OutputFilterTypeController (#24617)

* resetErrorMessageText (#24617)

Co-authored-by: alexeyinkin <leha@inkin.ru>

* resetErrorMessageText (#24617)

Co-authored-by: alexeyinkin <leha@inkin.ru>

* comments (#24617)

* missing license (#24617)

* a commit for re-running rat check on github

* deleted comment "a commit for re-running rat check on github"

* fixes after merge with master (#24617)

* merge fixes (#24617)

* regenerated yaml files (#24617)

* snippetEditingControllerGetter refinement (#24617)

Co-authored-by: darkhan.nausharipov <darkhan.nausharipov@kzn.akvelon.com>
Co-authored-by: alexeyinkin <leha@inkin.ru>
@github-actions github-actions bot added this to the 2.46.0 Release milestone Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment