-
Notifications
You must be signed in to change notification settings - Fork 80
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
fix: allow passing multiple args to server ssh command #729
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #729 +/- ##
==========================================
+ Coverage 59.52% 59.92% +0.40%
==========================================
Files 180 180
Lines 6510 6511 +1
==========================================
+ Hits 3875 3902 +27
+ Misses 2021 1991 -30
- Partials 614 618 +4 ☔ View full report in Codecov by Sentry. |
Can we add some test cases for this command? It is pretty special in that it just spawns |
Not totally happy with how the test are right now, might need some more refactoring. Any ideas are welcome, also for the |
Another idea would be to create a global |
🤖 I have created a release *beep* *boop* --- ## [1.43.1](v1.43.0...v1.43.1) (2024-04-19) ### Bug Fixes * allow passing multiple args to server ssh command ([#729](#729)) ([d98aee5](d98aee5)), closes [#728](#728) * creating firewall with rules not working correctly ([64aeb23](64aeb23)) * **firewall:** missing error when not setting port for tcp rule ([#734](#734)) ([c5ad470](c5ad470)) * **firewall:** setting rules not working correctly ([da1b684](da1b684)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Related to #711
Closes #728