-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scrollable task spinner #909
Merged
Merged
Conversation
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
Jujulego
force-pushed
the
feat/scrollable-task-spinner
branch
from
November 24, 2023 00:37
0efef26
to
65b3acd
Compare
julien-capellari
force-pushed
the
feat/scrollable-task-spinner
branch
from
November 24, 2023 16:25
fd372fe
to
1aa2c5e
Compare
SonarCloud Quality Gate failed. 0 Bugs 80.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Jujulego
added a commit
that referenced
this pull request
Nov 25, 2023
* feat: setup @jujulego/logger * feat: always print ink on stdout * fix: logs colors when output is piped * fix: unit tests * fix: e2e tests * feat: change log format * fix: e2e tests * fix: e2e tests * fix: tests * chore: remove legacy code & deps * test: thread gateway * chore: fix engines * chore: bump version number * chore: relock * Optimize e2e tests (#809) * chore: copy e2e project folder * chore: copy e2e project folder (other tests) * chore: fix e2e plugin tests * chore: prevent toto to be logged in tests * fix: build error --------- Co-authored-by: Julien Capellari <[email protected]> * Remove global spinner (#810) * feat: remove global spinner * fix: e2e tests * chore: use custom plugin for swc * Support args in task expressions (#820) * feat(tasks): support args inside task expression * feat(tasks): inject args from tasks expression in Task commands * fix: error handling * chore: bump version number * Add fallback syntax (#839) * chore: upgrade tasks * feat: add fallback syntax * feat: add fallback e2e tests * fix: fallback e2e tests * fix: fallback e2e tests * chore: update README * Run hook scripts (#847) * feat: add hooks option in global configuration * feat: handle hook option in ScriptTask * fix: hook false ignored from options * fix: unit tests * feat: test ScriptTask with hooks * feat: add logs for hooks * feat: remove test scripts * feat: add e2e tests for hook scripts * fix: forgotten .only * docs: add a hooks section in th readme --------- Co-authored-by: Julien Capellari <[email protected]> * chore: bump version number * Sort list output (#876) * feat: sort list output * feat: remove default arrays from doc * fix: tests * fix: e2e tests * chore: refacto list command * feat: add order option * feat(list): test sort options --------- Co-authored-by: Julien Capellari <[email protected]> * chore: bump version number * Setup rollup (#881) * chore: setup rollup * fix: simplify some imports * fix: plugin import * fix: tests * fix: build * fix: e2e plugin test * chore: upgrade aegis (#882) * Change sequence operator (#889) * feat: change sequence operator * feat: update tests * feat: update readme * chore: bump version number * chore: rework rollup config * Use task expression on run command (#892) * feat: add task expression on run * feat: deprecate group * docs: update readme & command descriptions * feat: rework error handling * chore: rename task expr service * feat: add e2e tests * Use task expression on each (#893) * feat: use task expression on each * feat: add e2e test * feat: test extract script util * chore: bump version number * Scrollable task spinner (#909) * feat: feat rework task spinner * feat: fix task order * feat: fix & stabilize e2e tests * feat: make task-tree scroll * feat: add tree completed component * feat: factorize task flatener * feat: add stats at then end * fix: build error * fix: remove old tests * fix: handle no raw mode * fix: e2e tests * fix: remove cast * fix: tests * fix: lockfile * fix: task command tests * fix: sonarcloud review --------- Co-authored-by: Julien Capellari <[email protected]> --------- Co-authored-by: Julien Capellari <[email protected]> Co-authored-by: Julien Capellari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #818