The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user bbovenzi (triggered by bbovenzi).

Head commit for run:
f532d395fa363a278a9c26a76f02c360a366dd30 / Akash Sharma 
<[email protected]>
Adding keyboard shortcuts to common actions (#30950)

* useKeysPress

* Added various keyboard shortcuts in DAGS (grid) screen. Below is the list
- At DagRun
  - Clear existing tasks (shift + c)
  - Mark as success or fail (shift + s or shift + f)
  - Add note (shift + n)
- At TaskInstance
  - Clear task (shift + c)
  - Mark as success or fail (shift + s or shift + f)
  - Add note (shift + n)

* static checks resolved

* - added shortcut for edit notes, toggle notes accordion, toggle shortcut 
cheat sheet
- added cheat sheet modal
- using local storage variable to ignore event which text area is in focus

* fixed static checks

* fixed notes accordion toggle logic

* fixed test

* static checks fixed

* useKeysPress

* Added various keyboard shortcuts in DAGS (grid) screen. Below is the list
- At DagRun
  - Clear existing tasks (shift + c)
  - Mark as success or fail (shift + s or shift + f)
  - Add note (shift + n)
- At TaskInstance
  - Clear task (shift + c)
  - Mark as success or fail (shift + s or shift + f)
  - Add note (shift + n)

* static checks resolved

* - added shortcut for edit notes, toggle notes accordion, toggle shortcut 
cheat sheet
- added cheat sheet modal
- using local storage variable to ignore event which text area is in focus

* fixed static checks

* fixed notes accordion toggle logic

* fixed test

* static checks fixed

* Code reivew changes - reduced useKeysPress function signature

* - removed toggleNotesAccordionIthIndex with more simple toggleNotesPanel
- fixed static check failure

* - Removed type defined a string type
- added isInputInFocus in useKeysPress and importing it from here everywhere

* added prompt for shortcut

Report URL: https://github.com/apache/airflow/actions/runs/5113804920

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to