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

  • 88417ca7d6 Fixing wrong types Yonatan Most 2021-07-22 10:51:02 +0300
  • 1b990530aa Fixing wrong types Yonatan Most 2021-07-22 10:47:49 +0300
  • 504e04d10c Fixing wrong types Yonatan Most 2021-07-22 10:45:10 +0300
  • 561aff2e35 Fixing wrong types Yonatan Most 2021-07-22 10:42:50 +0300
  • d368e351b9 Fixing wrong types Yonatan Most 2021-07-22 10:40:18 +0300
  • fa7f27582f Fixing wrong types Yonatan Most 2021-07-22 10:13:26 +0300
  • 4b736cbe9b Fixing wrong types Yonatan Most 2021-07-22 10:10:55 +0300
  • bfda192544 Fixing wrong types Yonatan Most 2021-07-21 12:22:44 +0300
  • 579f9e1965 Fixing wrong types Yonatan Most 2021-07-21 12:15:38 +0300
  • d5c058831e Fixing wrong types Yonatan Most 2021-07-21 12:11:58 +0300
  • 621eb36d1c Fixing wrong types Yonatan Most 2021-07-21 12:09:55 +0300
  • 61af7c5c96 Fixing wrong types Yonatan Most 2021-07-21 12:08:32 +0300
  • 2d02d97fc2 Fixing wrong types Yonatan Most 2021-07-21 12:02:15 +0300
  • f9b2f05eb0 Fixing wrong types Yonatan Most 2021-07-21 11:58:57 +0300
  • f16ca69cad Fixing wrong types Yonatan Most 2021-07-21 11:57:57 +0300
  • 2103c40f3e Fixing wrong types Yonatan Most 2021-07-21 11:49:26 +0300
  • d0f6200b0d Fixing wrong types Yonatan Most 2021-07-21 11:41:34 +0300
  • ba99c03ad9 Fixing wrong types Yonatan Most 2021-07-21 11:15:02 +0300
  • ffd1752586 Fixing wrong types Yonatan Most 2021-07-21 10:52:48 +0300
  • f637e4f24d Fixing wrong types Yonatan Most 2021-07-21 10:47:25 +0300
  • c612e6b949 Fixing wrong types Yonatan Most 2021-07-21 10:11:06 +0300
  • a81e1bbe48 Fixing wrong types Yonatan Most 2021-07-21 10:09:38 +0300
  • 4a7a9003ea Fixing wrong types Yonatan Most 2021-07-21 09:57:18 +0300
  • f75c871a6e Fixing wrong types Yonatan Most 2021-07-21 09:49:03 +0300
  • 2eedab0ad7 Fixing wrong types Yonatan Most 2021-07-20 15:20:32 +0300
  • 61716186c6 Fix wrong types Yonatan Most 2021-07-20 15:14:30 +0300
  • 1ce84a0d08 Add types checks to tests Yonatan Most 2021-07-20 15:10:19 +0300
  • 3bf8f7061c
    Merge pull request #167 from Azure/issue_166-add_syntactic_suger_for_join_with_multiple_columns Yonatan Most 2021-07-20 15:05:42 +0300
  • 53521480d8 reverting sdk home in coverage.xml issue_166-add_syntactic_suger_for_join_with_multiple_columns Ofri Kleinfeld 2021-07-20 15:03:41 +0300
  • 0afc492248 CR fixes - fixed bug with not raising an exception and adding test coverage for wrong arguments type Ofri Kleinfeld 2021-07-20 15:00:47 +0300
  • 439dd3cb19 CR fixes - change to vargs syntax instead of a list argument, add test for chained on syntax, and fix type hints Ofri Kleinfeld 2021-07-20 14:32:26 +0300
  • f863972d51 Refactor Join Query "on" method and adapting tests Ofri Kleinfeld 2021-07-19 16:00:38 +0300
  • b66d013dcf
    Update version to 0.0.31 v0.0.31 Yonatan Most 2021-07-06 14:57:30 +0300
  • 0d6e7958e9
    Merge pull request #164 from Azure/fix-release-branch Yonatan Most 2021-07-06 14:56:15 +0300
  • f485bfd899 Merge branch 'master' into release fix-release-branch Yonatan Most 2021-07-06 14:41:46 +0300
  • 73fc10b0c3
    Add support for using in PySpark notebook (#162) Yonatan Most 2021-07-06 14:30:22 +0300
  • 2df9b15ff1 Get rid of obsolete TODO comment spark-support Yonatan Most 2021-07-06 13:49:08 +0300
  • c57d9d5d3d Fix type hint Yonatan Most 2021-07-06 13:47:38 +0300
  • 540a6bb532 Replace deprecated method with recommended replacement Yonatan Most 2021-07-06 13:43:52 +0300
  • c0d78727a2 Add test for setting DataFrameReader options Yonatan Most 2021-06-29 17:15:03 +0300
  • 735d74a981 Improve documentation and add some utility methods Yonatan Most 2021-06-29 17:11:35 +0300
  • 4975327bd9 Extract method for refreshing auth token Yonatan Most 2021-06-29 16:29:11 +0300
  • 2b4bbf0032 Replace print with log Yonatan Most 2021-06-29 16:22:31 +0300
  • 90760689e5
    Update to version 0.0.30 v0.0.30 Yonatan Most 2021-06-27 09:57:40 +0300
  • 418efda567
    Pre-release merge (#160) Yonatan Most 2021-06-27 09:57:04 +0300
  • 648a1e2b6d Style changes Yonatan Most 2021-06-24 15:22:40 +0300
  • 755f5596fc Merge all pyspark package stuff to one method Yonatan Most 2021-06-24 15:21:00 +0300
  • 94de5fddc5 Merge remote-tracking branch 'origin/master' into spark-support Yonatan Most 2021-06-24 15:12:56 +0300
  • 77d0be8231 All validations pass Yonatan Most 2021-06-24 15:12:35 +0300
  • c42dea7d4b
    fixed bug with retry config override for a query + added a matching test (#159) Ofri Kleinfeld 2021-06-24 15:01:22 +0300
  • 9b99d69de8 adapted the test after pull from latest master version issue_158-fix_retry_config_override_bug Ofri Kleinfeld 2021-06-24 14:53:21 +0300
  • f467c839a4 Merge branch 'master' into issue_158-fix_retry_config_override_bug Ofri Kleinfeld 2021-06-24 14:47:03 +0300
  • 43275ec210 fixed bug with retry config override for a query + added a matching test Ofri Kleinfeld 2021-06-24 14:42:33 +0300
  • 6894cee1c1 Add test for device authentication Yonatan Most 2021-06-24 14:21:15 +0300
  • 23daf4c1ef Exclude some code from coverage Yonatan Most 2021-06-24 13:50:10 +0300
  • 581ccd565d First test passes Yonatan Most 2021-06-24 13:45:49 +0300
  • f1f5f9439e Working on test Yonatan Most 2021-06-24 13:42:05 +0300
  • b72578201e Fix order of initialization actions Yonatan Most 2021-06-24 13:20:42 +0300
  • 014349b2f6 Fix bugs in client Yonatan Most 2021-06-24 12:07:57 +0300
  • 9e1467d598 Working on sanity test Yonatan Most 2021-06-24 11:25:13 +0300
  • 89b51b0fb8 Added linked service option Yonatan Most 2021-06-23 17:14:19 +0300
  • 8b7468f10d Style fix Yonatan Most 2021-06-23 13:03:01 +0300
  • 305f0b6f75 Initial implementation of spark support. Not tested yet. Yonatan Most 2021-06-23 13:00:44 +0300
  • 68121cdd79
    Small comment fix (#156) Yonatan Most 2021-06-17 16:54:42 +0300
  • 327319a3b7 Small comment fix comment-fix Yonatan Most 2021-06-17 16:54:11 +0300
  • 589209bf5f
    Add timeout for tests (#155) Yonatan Most 2021-06-17 16:34:04 +0300
  • 8e4700743b Add timeout for tests tests_timeout Yonatan Most 2021-06-17 16:31:55 +0300
  • 636d100879
    Add support for Python 3.9 (#146) Yonatan Most 2021-06-17 11:26:48 +0300
  • 2c667aaa69 Merge remote-tracking branch 'origin/master' into support-python-3.9 support-python-3.9 Yonatan Most 2021-06-15 14:38:35 +0300
  • 7d763dafb4
    Test all supported python versions (#152) Yonatan Most 2021-06-14 12:22:57 +0300
  • 3ca8d1f36a Make import of _AssertLogsContext compatible to Python 3.9 Yonatan Most 2021-05-13 16:49:33 +0300
  • 51d476608b Post-merge fix Yonatan Most 2021-05-13 16:33:24 +0300
  • 1b354d4c59 Merge remote-tracking branch 'origin/all-python-versions' into support-python-3.9 Yonatan Most 2021-05-13 16:32:58 +0300
  • 4a5def773e Small correction to dependency resolution all-python-versions Yonatan Most 2021-05-13 16:19:54 +0300
  • 43b31fda94 Merge remote-tracking branch 'origin/master' into all-python-versions Yonatan Most 2021-05-13 16:17:35 +0300
  • 2ac7408c3f
    Merge branch 'master' into issue148_add_array_sort_asc issue148_add_array_sort_asc Yonatan Most 2021-05-13 14:06:43 +0300
  • e03b0bfdfe
    Update azure-kusto-data dependency to 2.1.1 (#150) Yonatan Most 2021-05-13 14:06:13 +0300
  • aab60fa1a2
    Merge branch 'master' into all-python-versions Yonatan Most 2021-05-13 14:05:09 +0300
  • 7d2fe37d5e
    Merge branch 'master' into azure-kusto-data-2.1.1-b azure-kusto-data-2.1.1-b Yonatan Most 2021-05-13 14:04:50 +0300
  • 8a5785b422
    Merge pull request #153 from Azure/add_support_for_rand_and_has_any_experssions Ofri Kleinfeld 2021-05-11 16:57:58 +0300
  • 456a96aaf3 Fix numpy version for Python 3.6 Yonatan Most 2021-05-11 16:45:45 +0300
  • a4a916f002 Implementing review comments add_support_for_rand_and_has_any_experssions Ofri Kleinfeld 2021-05-11 16:41:36 +0300
  • 8e7e0ea286 Fix pandas version for Python 3.6 Yonatan Most 2021-05-11 16:41:04 +0300
  • 4ab116ee48 Fix spacing Yonatan Most 2021-05-11 16:31:42 +0300
  • 6ce5d51f3b Fix spacing Yonatan Most 2021-05-11 16:31:28 +0300
  • b9c04032d4 Fix spacing Yonatan Most 2021-05-11 16:30:34 +0300
  • 8888012e0d Merge remote-tracking branch 'origin/all-python-versions' into all-python-versions Yonatan Most 2021-05-11 16:26:35 +0300
  • 22a4c19021 Fix spacing Yonatan Most 2021-05-11 16:26:15 +0300
  • 01eca7c67c
    Merge branch 'master' into all-python-versions Yonatan Most 2021-05-11 16:23:32 +0300
  • 6899b38293
    Merge branch 'master' into azure-kusto-data-2.1.1-b Yonatan Most 2021-05-11 16:21:44 +0300
  • a736949365 Test all supported Python versions Yonatan Most 2021-05-11 16:19:55 +0300
  • 898731740b Comment Yonatan Most 2021-05-11 15:28:47 +0300
  • 4c2f3308e4 Ugly hack Yonatan Most 2021-05-11 15:20:15 +0300
  • f82676105d Ugly hack Yonatan Most 2021-05-11 15:16:44 +0300
  • dce0fd85e9 Ugly hack Yonatan Most 2021-05-11 15:15:00 +0300
  • 5bcfdf5f96 Remove virtualenv and debug logs Yonatan Most 2021-05-11 14:51:27 +0300
  • 8fcf4f95c1 Explicitly install azure-kusto-data Yonatan Most 2021-05-11 14:48:03 +0300
  • 9793c7cc7f Activate venv on every step Yonatan Most 2021-05-11 14:28:46 +0300
  • bdec1c5fcc flake: include setup.py Yonatan Most 2021-05-11 14:27:26 +0300
  • 895e85507f Restrict flake to pykusto Yonatan Most 2021-05-11 14:22:43 +0300