-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add
:Octo run list
to view workflow runs and logs
* feat: poc octo run list * feat: define octo key mappings * feat: add customizable icons * . * revert lint changes * fix lint * feat: customizable refresh interval * add space between jobs * feat: use telescope * open buffer when pressing <cr> * . * get step logs for single job workflows * multi-job-support * cache workflow runs * . * add error message for failing to get logs * refactor: cleanup highlights * add refresh keybinding * add notice and strip ansi codes * dedupe steps * feat: handle zip archive with logs * add open in browser keybind * cleanup zip archive, keybindings * . * normalize * cr fix Co-authored-by: Will Dean <[email protected]> * refactor: move all requires to the top of file * use octo.utils.error * refactor: workflow_runs telescope * fix: invalid require * add loading msg for workflow logs, cleanup old files to avoid conflicts * fix: nil value * style: lint issues * try fix unique os.tmpname * . * update readme * update os.tmpname * fix: rand filename * feat: improve random name seeding * fix: skip logs for skipped steps * feat: show failed and skipped runs in telescope * fix: workflow with long names not working * use utils.get_remote_name * use existing octo.gh * utils info over vim.notify * use octo.picker * refactor: gh run list * add copy_url command * feat: use ∨ for expanded nodes * feat: close parent * fix: some workflow logs cannot be read due to truncating * use octo to notify --------- Co-authored-by: Will Dean <[email protected]> Co-authored-by: Will Dean <[email protected]>
- Loading branch information
1 parent
8deff2b
commit d514e01
Showing
12 changed files
with
824 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.