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

feat(runtime): two-tier subprocess API #11618

Merged
merged 93 commits into from
Apr 20, 2022
Merged
Changes from 1 commit
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
2597404
impl
crowlKats Aug 8, 2021
da64e1e
fix and clean up
crowlKats Aug 9, 2021
06c6d2b
fix and clean up
crowlKats Aug 9, 2021
3d1f953
add kill and stricten typings
crowlKats Aug 9, 2021
0648e50
fmt
crowlKats Aug 9, 2021
b4fc195
fix
crowlKats Aug 27, 2021
f77322e
move command to first arg
crowlKats Aug 27, 2021
55f3225
clean up
crowlKats Aug 27, 2021
eac30cb
Merge branch 'main' into command
crowlKats Aug 27, 2021
fc86429
fix
crowlKats Aug 29, 2021
046ae0c
clean up
crowlKats Aug 29, 2021
9fb1b92
refactor
crowlKats Aug 29, 2021
9c578da
clean
crowlKats Aug 29, 2021
6f05bac
clean
crowlKats Aug 29, 2021
30b8718
close std after ops
crowlKats Aug 29, 2021
ac78c96
fix
crowlKats Aug 30, 2021
3ceb118
fix
crowlKats Aug 30, 2021
ed89ee9
fix
crowlKats Aug 30, 2021
1a5c994
Merge branch 'main' into command
crowlKats Sep 17, 2021
073051a
fmt
crowlKats Sep 17, 2021
c6fd4b2
add missing gid/uid
crowlKats Sep 17, 2021
7a45680
fix
crowlKats Sep 17, 2021
06a4df5
move type definition to stable
crowlKats Oct 5, 2021
abbda45
Merge branch 'main' into command
crowlKats Oct 5, 2021
33d970b
clean up
crowlKats Oct 5, 2021
9839b3b
add tests
crowlKats Oct 5, 2021
1982542
Merge branch 'main' into command
bartlomieju Oct 19, 2021
128cc71
Merge branch 'main' into command
crowlKats Nov 4, 2021
46c19cd
use bytes stream
crowlKats Nov 4, 2021
7be1799
write all
crowlKats Nov 7, 2021
50587b0
Merge branch 'main' into command
crowlKats Dec 2, 2021
80149b7
fix tests
crowlKats Dec 2, 2021
6c16192
fix tests
crowlKats Dec 2, 2021
d86588c
fmt
crowlKats Dec 2, 2021
7b689d9
child check for used up resource
crowlKats Dec 2, 2021
1a25177
create command resource in constructor
crowlKats Dec 3, 2021
3cd56e8
fmt
crowlKats Dec 3, 2021
7397167
fix test
crowlKats Dec 3, 2021
a4023b3
docs
crowlKats Nov 29, 2021
17c3159
cleanup
crowlKats Dec 5, 2021
c767123
make unstable
crowlKats Dec 6, 2021
1ad7f50
Merge branch 'main' into command
crowlKats Dec 10, 2021
6f79e65
fmt
crowlKats Dec 10, 2021
943e21e
Update cli/tests/unit/command_test.ts
crowlKats Dec 17, 2021
242ebb7
format comment
crowlKats Dec 17, 2021
b4af572
change child process used up error
crowlKats Dec 17, 2021
42159c4
make accepted stdio variations an enum
crowlKats Dec 17, 2021
ebce316
clean up child output
crowlKats Dec 17, 2021
c349c36
Merge remote-tracking branch 'origin/command' into command
crowlKats Dec 17, 2021
349bf32
fix test
crowlKats Dec 17, 2021
db91754
Merge branch 'main' into command
crowlKats Dec 17, 2021
34aa080
remove unecessary test
crowlKats Dec 17, 2021
19d5856
Merge branch 'main' into command
crowlKats Apr 1, 2022
38d99b5
change structure
crowlKats Apr 5, 2022
150d1e7
add commandSync
crowlKats Apr 6, 2022
e0e784f
Merge branch 'main' into command
crowlKats Apr 6, 2022
d0e8d45
fix
crowlKats Apr 6, 2022
b523653
fix
crowlKats Apr 6, 2022
faa5c54
fix
crowlKats Apr 6, 2022
499296f
fix
crowlKats Apr 6, 2022
c6a3711
ci
crowlKats Apr 6, 2022
b67bd09
change cache key
crowlKats Apr 6, 2022
1bad89e
change cache key
crowlKats Apr 6, 2022
ae6904a
add CommandStatus
crowlKats Apr 13, 2022
1a09d76
Update cli/dts/lib.deno.ns.d.ts
crowlKats Apr 13, 2022
b8d02af
Update cli/dts/lib.deno.ns.d.ts
crowlKats Apr 13, 2022
eb2ab33
Update cli/dts/lib.deno.ns.d.ts
crowlKats Apr 13, 2022
04fb1ab
fix
crowlKats Apr 13, 2022
5c1f8dd
fix test
crowlKats Apr 14, 2022
b931e35
fix Child stdio props
crowlKats Apr 14, 2022
7496206
rename functions to spawn, spawnSync & spawnChild
crowlKats Apr 16, 2022
f12558e
fix doc strings
crowlKats Apr 16, 2022
5aa131d
Merge branch 'main' into command
crowlKats Apr 16, 2022
ecba613
fix CI
crowlKats Apr 16, 2022
b85bc50
fix
crowlKats Apr 16, 2022
6c71695
fix
crowlKats Apr 16, 2022
a601f17
address comments
crowlKats Apr 18, 2022
7e1f8e8
clean up
crowlKats Apr 18, 2022
c7f3035
make status getter
crowlKats Apr 18, 2022
f3d223f
fix doc
crowlKats Apr 18, 2022
34056d9
address comments
crowlKats Apr 19, 2022
db330da
use console.assert
crowlKats Apr 19, 2022
7254a59
fix
crowlKats Apr 19, 2022
9af9577
move to unstable
crowlKats Apr 19, 2022
c5cc6d6
make piped default for stdout/stderr
crowlKats Apr 19, 2022
0fd6cd3
address comments
crowlKats Apr 20, 2022
e7ce54e
rename tests from command to spawn
crowlKats Apr 20, 2022
3d54277
clean up
crowlKats Apr 20, 2022
b6229c0
fmt
crowlKats Apr 20, 2022
4434e44
Update cli/dts/lib.deno.unstable.d.ts
crowlKats Apr 20, 2022
63ff932
cache key
crowlKats Apr 20, 2022
f5fc079
Merge remote-tracking branch 'origin/command' into command
crowlKats Apr 20, 2022
e631182
Merge branch 'main' into command
crowlKats Apr 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci
  • Loading branch information
crowlKats committed Apr 6, 2022
commit c6a3711c48fa0c26356d4b34b1b50636887e5594

No changes to show.

This commit has no content.