Граф коммитов

188 Коммитов

Автор SHA1 Сообщение Дата
Alex Kyllo 56518ce052
Bugfix-in (#20)
Fixed bug in KQL translation of `%in%` operator so that it now works when the right hand side is either a vector or a tabular expression.
2023-01-24 23:03:25 -08:00
Alex Kyllo 43fab40608 Merge branch 'master' of github.com:Azure/AzureKusto 2023-01-03 11:00:16 -08:00
Alex Kyllo b44da3329e set development version number in DESCRIPTION 2022-12-21 07:08:47 -08:00
Alex Kyllo d8cfb728fc
Merge pull request #18 from Azure/export-1.1.0
Add export(), slice_sample(), $ for dynamic field access, default auth_type to authorization_code
2022-12-20 14:50:52 -08:00
Alex Kyllo d65a9bbc30 cran submission 2022-12-20 14:23:31 -08:00
Alex Kyllo 8527843af4 export() as S3 generic for tbl_kusto and kusto_database_endpoint 2022-12-20 13:46:58 -08:00
Alex Kyllo 6cee49d27e mention export_storage in news 2022-12-20 12:58:03 -08:00
Alex Kyllo cf404d4375 S3 method for export and more README examples 2022-12-20 12:49:16 -08:00
Alex Kyllo 8ca0bc7b67 add "cluster" to list of acceptable prop names for server 2022-12-20 11:48:13 -08:00
Alex Kyllo 229d329789 update github actions definition 2022-12-20 11:39:58 -08:00
Alex Kyllo e63c4c7aec update GHA definition 2022-12-20 11:38:58 -08:00
Alex Kyllo 1b99c60649 add translate tests for export verb 2022-12-20 07:57:08 -08:00
Alex Kyllo eaf7b06041 Added `$` as an infix operator in KQL expr 2022-12-20 07:54:36 -08:00
Alex Kyllo 66ee6d0550 add export() function 2022-12-20 07:53:23 -08:00
Alex Kyllo 85c5828af9 update group_by_prepare call for .dots deprecation 2022-12-20 07:50:21 -08:00
Alex Kyllo a7d462f2e3 add slice_sample dplyr verb 2022-12-20 07:48:54 -08:00
Alex Kyllo b2f84831f4 change default from device_code to authorization_code 2022-12-20 07:45:17 -08:00
Alex Kyllo ff95072b47 accept cluster name in place of server in kusto_database_endpoint 2022-12-20 07:36:54 -08:00
Alex Kyllo 80ad1686e7 Update NEWS 2022-12-20 07:34:39 -08:00
Alex Kyllo 24fa86f47e version bump 2022-12-20 07:27:07 -08:00
Alex Kyllo 84d06b064a Add .vscode to gitignore 2022-12-20 07:25:45 -08:00
Alex Kyllo e53623615e add .vscode/ to .Rbuildignore 2022-12-20 07:24:59 -08:00
Alex Kyllo 99f552f33f gitignore .Renviron 2022-12-20 07:22:22 -08:00
Alex Kyllo a67cfcbe9d cran submission 2022-08-26 10:52:02 -07:00
Alex Kyllo f909d6d216 bump minor version to satisfy CRAN note 2022-08-26 08:15:27 -07:00
Alex Kyllo fcc5ebe27f add cran-comments file 2022-08-25 14:23:13 -07:00
Alex Kyllo 283d0a51a3 add entries to .Rbuildignore 2022-08-25 14:18:37 -07:00
Alex Kyllo ccf8be943a
Merge pull request #14 from Azure/users/GitHubPolicyService/b7914554-9717-4f66-8fe0-cd3ca8cc85f7
Adding Microsoft SECURITY.MD
2022-08-25 13:39:05 -07:00
Alex Kyllo be8644c915 bump version for release 2022-08-25 13:37:09 -07:00
Alex Kyllo 1b42d056be Regenerate Rd files for R 4.2 2022-08-25 13:32:37 -07:00
microsoft-github-policy-service[bot] 0a71cd96eb
Microsoft mandatory file 2022-07-28 16:34:44 +00:00
Alex Kyllo eb3470bf6c
Merge pull request #12 from Azure/aad-v2-token
Default to AAD v2 for `get_kusto_token`
2021-10-20 08:18:20 -07:00
Hong Ooi 12618f57ca rm server check 2021-10-20 19:37:24 +11:00
Hong Ooi 37080def0f update description, news 2021-10-05 10:54:49 +11:00
Hong Ooi f10344053c also request refresh, id tokens 2021-10-05 10:51:33 +11:00
Hong Ooi c2ca1b2843 pass version arg to AzureAuth 2021-10-05 10:14:55 +11:00
Hong Ooi 55a1e996ec switch to AAD v2 as default 2021-10-05 10:13:08 +11:00
Hong Ooi c6a04dbd3c switch to Github Actions 2020-10-15 09:15:28 +11:00
Alex Kyllo ad80731e80
Update README.md
Remove the example device code from the README sample because it has confused a few people
2020-09-04 08:38:06 -07:00
Alex Kyllo 52653e6477 spelling fixes 2020-04-26 22:05:28 -07:00
Alex Kyllo 08ca3a82f0 bump patch version for dplyr compatibility release 2020-04-26 21:51:50 -07:00
Alex Kyllo 503e1b2349 add group_vars method impl for compatibility with dplyr 1.0.0 2020-04-26 21:44:32 -07:00
Alex Kyllo 0a93e17317
Delete .history 2020-01-29 13:18:25 -08:00
Alex 1934f7a236 version bump to 1.0.5 in DESCRIPTION and update news 2020-01-29 07:48:59 -08:00
Alex a04c95ddf4 make tests not dependent on specific error messages from tidyselect as they can change. 2020-01-29 07:35:45 -08:00
Alex 929b3cc029 replace use of `[[` with quo_get_expr() 2020-01-21 09:40:22 -08:00
Hong Ooi 126a01f78c mention queryconsistency change 2019-10-17 19:38:15 +11:00
Hong Ooi 0968df309b change maintainer 2019-10-16 06:40:55 +11:00
Hong Ooi a3866a7031 minor fix to build_auth_str 2019-10-16 06:40:46 +11:00
Hong Ooi 992afce570
Merge pull request #9 from Azure/kyllo-remove-weakconsistency
Replace "weakconsistency" with "strongconsistency"
2019-09-29 00:37:29 +10:00