This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add transport plugin * Define Connection * Rufo format * Add private to init_options docs * Extend Exec transport * Remove erroneous serial actions configuration * Remove redundant method references * Add transport to driver * Override run_command instead of execute * Add null logger for tests * Use transport connections for CLI * Use test logger * Apply rufo * Document transport, verifier modules * Add options accessor for Ruby 2.6 * Disable TooManyStatements detector * Deprecate driver.client * Refactor doctor design * Move command_timeout to transport * Move root_module_directory to transport * Clear warnings * Update deprecated config usage * Update CHANGELOG * Update documentation * Fix doctor-transport attributes * Add deprecated-driver-attributes suite * Fix Ruby 2.6 private method access * Restore code coverage of deprecated driver config --------- Co-authored-by: Aaron Lane <2400330-aaron-lane@users.noreply.gitlab.com>
- Loading branch information
1 parent
26811dd
commit baa176c
Showing
44 changed files
with
905 additions
and
1,214 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
detectors: | ||
TooManyStatements: | ||
enabled: false |
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
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.