* sql server install, airlines DB restore
* update commands remove CU
* change ci.yaml to run workflow in GHA
* add R installation for MLS
* add airline db users and permissions
* typo
* use correct DB
* typo
* typo
* revert ci.yaml move to SQL2022.yml
* just R for this PR
* name from 19 to 22
* fix cran link
* update package assertive.base to abc.data to fulfill test requirements of having special character in name and no/minimal dependencies. Assertive.base is no longer on cran.
* remove yaml as unrelated to pr. add newline per github warning
* Fix filepath parsing and break large function into smaller chunks for easier testing and readability
* add unit tests for file parsing function and file existence function
* Add return statement so package list is populated
* GH runner pool support
with fixed tests.
* skip slow python test
remove legacy TravisCI skip tags.
* Fix R coercion to logical 1 error
* add sql MI
* update spacing.
* reduce code duplication and remove erroneous space
that caused issues
* remove conditional
* consolidate code and add conditional
* remove continue on error.
* Concise step title.
* fix R version
* Fix code causing 'length(x) = 5 > 1' in coercion to 'logical(1)' warning.
* fix failing func execute in sql test due to differing environments
* add unittest for getServerVersion to detect bad cursor error on odbc
* add new R 4.2 to test workflow.
* adjust comment text and variable name
* Fix for spees generation codepath triggering cursor state invalid error
* Fix warning longer object length is not a multiple of shorter object length
* support for special characters in connection string password
* updated version number of R package to 1.2.1 in DESCRIPTION
* update CRAN snapshot reference
Co-authored-by: Sean Leonard <seleonar@microsoft.com>
* When resolving dependencies, consolidation of duplicates keeps binary pkgs. Dependency Calculation doesn't fetch linkingTo packages for binary pkgs.
* Comment style for function now consistent. Updated comment phrasing
* Removed hardcoded cran repo check and add proper data.frame row count check. Added tests for LinkingTo package inclusion for binary vs source.
* Spacing consistency with connectionString argument
* Adjust test for purpose of checking source package installed due to successful compilation from source
* Update pipeline with latest r-lib actions.
* Update readme to include build status GHA
* force upated testthat package to >= 2.0.1
* remove snapshot reference.
* new cache
* Fix cause of Invalid Cursor State
* Add fix for failing tests in CI
* Remove commented code in ci yaml
* Migrate CI to github actions
Migrate to github actions because Travis CI is not supported and
recommended by Microsoft github organization anymore.
Fix some python tests
test_dependency_spec
change package from "azure_cli_telemetry" to "beautifulsoup4"
because even when we uninsatll azure_cli_telemetry, azure module is
still
available from other package.
test_installing_popular_ml_packages
Update the package and use correct module name for the package.
Previous code will use packagename with version number as a module. This
caused test failure.
Signed-off-by: Jarupat Jisarojito <guitarnana@gmail.com>
* Add github workflow file.
* Change all sql package calls to use odbc instead of RODBC
* style fixes
* remove references to RODBC
* comment and whitespace changes
* Add timeout to 60 minutes in Travis-CI