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.
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
[SM-1129] Run command with secrets #621
[SM-1129] Run command with secrets #621
Changes from 81 commits
07e1fe9
391d6b1
bd75024
48f3841
1e5d63a
a52b989
710ae61
f3ad7f3
c7d29ad
211d067
26af620
0f4d996
7516a45
a19e820
bafdaad
5fc71d3
6ad88b8
accc97e
b78284b
c2ee84c
acbffe6
9eb8e9f
4dfde95
9fc608b
1ab92be
ce96046
8e51cf9
68306b3
2e673b6
b6e676a
65b5492
f483b30
64c30c6
0e87279
606185c
30da24c
8cdf289
cd56439
14fa8df
cb9903a
9511ba2
55c9e72
0c6128a
09bdee7
9ae6078
4a4a8d8
cb6f987
eb29e7d
2da9ca9
deebd5d
2c5a279
a836b65
17a4d28
14a9e50
c93bf8f
5be08ed
e06e48f
3df1c6d
68973d0
83eb725
61b41fc
9f6a165
3080dac
23ab8f4
3fcd32c
c7aad3f
eda00aa
9839b94
7362764
f9629b8
15b1114
4d4922f
1c6ffbc
75e3d8b
e86aa2e
b86d026
f4c2598
f9456b8
e31c689
4a5aeb3
5bdf99c
f9c9946
a75f53e
4770dbf
87fc76d
bc1a6ff
a0f78a3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check warning on line 96 in crates/bws/src/cli.rs
Codecov / codecov/patch
crates/bws/src/cli.rs#L96
Check warning on line 103 in crates/bws/src/cli.rs
Codecov / codecov/patch
crates/bws/src/cli.rs#L103
Check warning on line 112 in crates/bws/src/cli.rs
Codecov / codecov/patch
crates/bws/src/cli.rs#L112
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.
I don't think we use this. Should we ?
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.
Good catch. I think I missed this when refectoring the command at some point. Removed in f9c9946.
Check warning on line 173 in crates/bws/src/cli.rs
Codecov / codecov/patch
crates/bws/src/cli.rs#L173
Check warning on line 37 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L24-L37
Check warning on line 39 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L39
Check warning on line 45 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L41-L45
Check warning on line 54 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L47-L54
Check warning on line 56 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L56
Check warning on line 63 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L59-L63
Check warning on line 68 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L65-L68
Check warning on line 75 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L71-L75
Check warning on line 82 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L78-L82
Check warning on line 88 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L84-L88
Check warning on line 90 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L90
Check warning on line 122 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L92-L122
Check warning on line 129 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L125-L129
Check warning on line 133 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L132-L133
Check warning on line 136 in crates/bws/src/command/run.rs
Codecov / codecov/patch
crates/bws/src/command/run.rs#L136
Check warning on line 129 in crates/bws/src/main.rs
Codecov / codecov/patch
crates/bws/src/main.rs#L125-L129
Check warning on line 140 in crates/bws/src/main.rs
Codecov / codecov/patch
crates/bws/src/main.rs#L131-L140
Check warning on line 143 in crates/bws/src/main.rs
Codecov / codecov/patch
crates/bws/src/main.rs#L143
Check warning on line 45 in crates/bws/src/render.rs
Codecov / codecov/patch
crates/bws/src/render.rs#L45