-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
update(history): update history file format to handler multiple task runner like pnpm, yarn, e.t.c. #315 #324
Merged
Merged
Changes from 21 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
788bb4b
empty commit
kyu08 f73d90a
wip
kyu08 769f6d6
wip
kyu08 46c2bdd
wip
kyu08 b463c4c
wip
kyu08 1ac8e26
wip
kyu08 1eca854
wip
kyu08 0cdff02
wip
kyu08 d497772
read history
kyu08 1528c7b
write history
kyu08 be28765
append_history
kyu08 1b892af
delete unnecessary code
kyu08 d2e452a
specify_makefile_name: receive current_dir as an argument instead of …
kyu08 3e64452
delete unnecessary code
kyu08 4e3fb73
fix comment
kyu08 3a27495
use command.runner_type.to_runner instead of s.runners[0]
kyu08 c3901ac
SelectTargetState.histories: Add comment
kyu08 73ce55e
add pretty_assertions
kyu08 efaebab
rename
kyu08 4152334
histories.append
kyu08 bc61ca9
history.append
kyu08 43bf4da
comment in tests temporary disabled
kyu08 d9a71bd
rename: target -> command
kyu08 7af110f
Add a comment tells that the the commands are sorted by executed time…
kyu08 067a1af
format import statements
kyu08 a5acdc6
remove unnecessary comment
kyu08 4687b7e
make `content_to_include_file_paths` private
kyu08 9f46fae
delete unnecessary path specification
kyu08 b19cddc
make.rs: rename create_makefile to new, new to new_internal
kyu08 8ed1f59
change format to display command: (runner_type) name -> [runner_type]…
kyu08 b056ea2
model/histories.rs: fix comment
kyu08 50a85c5
make some methods private
kyu08 0e206e9
rename var name
kyu08 c655f91
rename: store_history -> create_or_update_history_file
kyu08 27cfea5
delete unnecessary code
kyu08 424bfa8
reoder import block
kyu08 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wont fix in this PR