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

213 Коммитов

Автор SHA1 Сообщение Дата
AsafMah 72d8bda11c
Updated deps + added credentials 2022-08-15 14:18:49 +03:00
AsafMah 91da8123e2
Eq 2022-08-07 12:29:58 +03:00
AsafMah 82f2cf2140
clippy 2022-08-07 11:55:02 +03:00
AsafMah b5845b39eb
PR fixes 2022-08-07 11:50:06 +03:00
AsafMah 5d95efa811
Fixed streaming query parsing + added keep alive header 2022-08-04 11:16:12 +03:00
AsafMah 22af9eb501
Minor fixes 2022-07-28 18:29:50 +03:00
AsafMah 2159bd4505
Added cloud info support 2022-07-28 18:28:13 +03:00
AsafMah 584c66f390
Merge branch 'cloud_info' into connection_strings_and_docs_cloud_info
# Conflicts:
#	azure-kusto-data/src/client.rs
#	azure-kusto-data/src/error.rs
2022-07-28 17:17:20 +03:00
AsafMah 5d75f0c81d
Merge branch 'main' into cloud_info
# Conflicts:
#	azure-kusto-data/src/client.rs
#	azure-kusto-data/src/error.rs
2022-07-28 17:15:23 +03:00
AsafMah fbb78bb2af
Bring back data_type 2022-07-28 17:10:10 +03:00
AsafMah d608ca5035
Clippy fixes 2022-07-28 17:06:08 +03:00
AsafMah 96da36b811
Merge remote-tracking branch 'origin/connection_strings_and_docs' into connection_strings_and_docs 2022-07-28 17:01:28 +03:00
AsafMah 2bea9b1b34
Fixed link 2022-07-28 17:01:13 +03:00
github-actions[bot] f0aa682142
Format Rust code using rustfmt 2022-07-28 13:59:24 +00:00
AsafMah c0a2b4df61
Docs and fixes 2022-07-28 16:58:40 +03:00
AsafMah aee73398ff
Clippy fixes - round 1 2022-07-28 16:23:22 +03:00
AsafMah 635c5dd09d
More docs 2022-07-28 16:19:00 +03:00
AsafMah d06b818581
Re-did connection strings to be more rubost and simple.
Added docs.
Added benchmarking infostructure.
2022-07-28 15:05:16 +03:00
AsafMah 125a753d03
Merge pull request #7 from Azure/streaming_query_draft
streaming query!
2022-07-13 08:22:03 +03:00
AsafMah 19bbb14e89
Re-recorded tests 2022-06-30 15:14:45 +03:00
AsafMah 7c0fa47a5a
Added back consuming 2022-06-30 15:10:57 +03:00
AsafMah 4f44a535a9
Fixed error and cheaper copies in client 2022-06-30 14:24:14 +03:00
AsafMah e43bdea14c
Don't need to give up ownership to iterate tables 2022-06-30 14:13:14 +03:00
AsafMah 220c30b946
Correctly get progressive datatables 2022-06-30 13:48:37 +03:00
AsafMah 5ac3ac2236
Fixed compilation and refactored 2022-06-30 10:42:42 +03:00
AsafMah 5a54feb68c
Merge branch 'main' into streaming_query_draft
# Conflicts:
#	azure-kusto-data/Cargo.toml
#	azure-kusto-data/examples/query.rs
#	azure-kusto-data/src/arrow.rs
#	azure-kusto-data/src/authorization_policy.rs
#	azure-kusto-data/src/client.rs
#	azure-kusto-data/src/connection_string.rs
#	azure-kusto-data/src/error.rs
#	azure-kusto-data/src/lib.rs
#	azure-kusto-data/src/operations/mod.rs
#	azure-kusto-data/src/operations/query.rs
#	azure-kusto-data/src/prelude.rs
#	azure-kusto-data/tests/arrow.rs
#	azure-kusto-data/tests/inputs/dataframe.json
2022-06-30 09:30:33 +03:00
AsafMah 78782a905a
Merge pull request #17 from Azure/request-options
add request options
2022-06-29 09:30:31 +03:00
Robert Pack 9f1b3d88a6
chore: more clippy suggestions 2022-06-26 09:54:34 +02:00
Robert Pack 8d978de834
also derive Eq as suggested by clippy 2022-06-26 09:42:43 +02:00
Robert Pack 3d5641bbdc
consistent naming 2022-06-26 09:40:05 +02:00
AsafMah 1e9325c0fd
Merge pull request #19 from Azure/request-options-improvements
Various improvements:
2022-06-26 10:14:41 +03:00
AsafMah be8f78b097
Fix tests and use concrete versions of azure_core and azure_identity 2022-06-26 09:39:46 +03:00
AsafMah 9e45fff548
Various improvements:
-Clippy suggestions (all levels enabled) - removing bad code, having const fns, adding must_use, etc
-Upgraded all packages to their latest versions, including azure
-Removing all unwrap()s, now they are replaced with something better, or except() for more info.
-Replaced lazy_static with once_cell
2022-06-23 19:10:54 +03:00
AsafMah 0f81cc0cc4
Merge pull request #18 from Azure/refactor_request_options
Some refactoring
2022-06-08 10:35:38 +03:00
AsafMah c3fbca31dc
Fixed e2e tests 2022-06-08 08:48:18 +03:00
AsafMah 2b464e3ff7
-Generalized queries
-Simplified setters
2022-06-07 17:30:46 +03:00
AsafMah 3b96e4fc5d
Slightly improve errors 2022-06-07 16:08:16 +03:00
Robert Pack 2064fa2363
add request options 2022-05-08 13:57:07 +02:00
Robert Pack 827271472a
bump arrow dependencies 2022-05-08 11:47:23 +02:00
AsafMah 5e045af63c
Merge pull request #8 from Azure/arrow
e2e tests and management queries
2022-05-03 08:29:20 +03:00
Robert Pack a43fe73b7c
switch to azure repo 2022-04-30 03:15:28 +02:00
Robert Pack f6c713a92e
consistent method visibility 2022-04-25 13:04:42 +02:00
Robert Pack 5c164e7357
remove vscode settings 2022-04-25 12:17:32 +02:00
Robert Pack c3d67e1a6e
also re-export DefaultAzureCredential 2022-04-25 09:01:31 +02:00
Robert Pack fafe5b1bb3
make boxed error send and sync 2022-04-24 19:00:36 +02:00
Robert Pack b3ca7ce4fe
re-export token credentials 2022-04-24 17:43:41 +02:00
Robert Pack 554ba5f7a8
test more types in arrow roundtrip 2022-04-24 16:24:13 +02:00
Robert Pack 25eeeaf774
really fix duration formatting 2022-04-24 15:33:18 +02:00
Robert Pack 1cb6ba5c46
fix duration formatting 2022-04-24 15:28:11 +02:00
Robert Pack c8ea16319d
fix link in contributing.md 2022-04-24 14:37:53 +02:00