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

286 Коммитов

Автор SHA1 Сообщение Дата
tamirkamara f38737c2d4 Merge branch 'master' into dev
# Conflicts:
#	data/src/main/java/com/microsoft/azure/kusto/data/Utils.java
2018-12-10 10:17:29 +02:00
Tamir Kamara 70bd26f486
Samples update (#54)
* move samples readme to module's root folder and minor edits
* separate sample links

Closes #34
2018-12-09 11:55:42 +02:00
tamirkamara 4ab422be37 new version format, add packaging with dependencies back until we publish to maven 2018-12-05 21:16:14 +02:00
i3arnon 3b40d1097e Rebuild the clusterUrl from the Scheme and Host parts
Use URI to parse the clusterUrl in order to allow urls with ports
2018-12-03 13:59:03 +02:00
ohadbitt 3d6a47279a
Merge pull request #51 from Azure/ohadbitt-dev-1
Update Utils.java
2018-11-27 10:47:47 +02:00
ohadbitt 7c43eb1eb5
Update Utils.java 2018-11-26 18:37:44 +02:00
ohadbitt e99e2acd5e
Update Utils.java 2018-11-26 13:33:51 +02:00
Liza Shakury 1716662af4
simplify samples files execution and add samples readme file (#50) 2018-11-25 14:47:22 +02:00
Rabeea Abu-Saleh 7e3f19a72c OneWeek2018 (#42)
* Split Client and Service Exceptions in Data and Ingestion modules.

* Add argument validation

* Fix #13: Re-Design AzureStorageHelper - make the methods non static. (#31)

* Fix #13: Re-Design AzureStorageHelper - make the methods non static.

* Use IngestClientImpl instead of IngestClient

* Authenticate with device code (#33)

* authenticate interactively using a device code

* fix browser popup

* fix device code auth (#37)

* Adding SourceInfo interface (#39)

* Add SourceInfo interface to force implementing validate() in all SourceInfo classes
* Rename SourceInfo abstract class and interface names

* Authenticate with certificate (#41)

* support certificate authetication

* add method to authenticate with certificate

* add method to authenticate with certificate objects

* authenticate with certificate only with objects

* add unit tests for authentication with certificate

* move KeyCert to tests where its only use

* extract mockito version to main pom file and delete unnecessary imports

* cr changes

* optimize imports

* use bouncycastle in test scope only

* remove unnecessary imports

* Add getter and setter og SourceId to SourceInfo interface

* cr fixes

* Update data/src/main/java/com/microsoft/azure/kusto/data/ConnectionStringBuilder.java

Co-Authored-By: LizaShak <42377481+LizaShak@users.noreply.github.com>

* dont wait for user input

* cr changes
2018-11-13 10:39:27 +02:00
Daniel Dubovski 40f5f7aac0 Update README.md (#46)
Add references to other SDKs availability
2018-11-13 01:52:05 +02:00
Richard Kolb 0fdc0d3732 Allow for respecting of proxy authentication (#30)
Allow using a proxy if defined in the environment
2018-11-04 20:58:27 +02:00
Daniel Dubovski 56d4393175 Update README.md (#43) 2018-11-04 19:31:38 +02:00
Rabeea Abu-Saleh 5e0740d5aa
Dev exception split (#28)
* Split Client and Service Exceptions in Data and Ingestion modules.
* Add argument validation to SourceInfo classes.
2018-10-24 11:30:18 +03:00
LizaShak ec7eb3a4f2 Data refactor (#27)
* rename package entities and change interfaces
* fix classes access level
* remove kusto references
2018-10-03 13:57:32 +03:00
Rabeea Abu-Saleh 3992ee6579
Resource manager thread safe (#24)
* Add ReadWriteLocks to make the Resource Manager thread safe
* Remove String formatting from logs.
* Use concurrent HashMap for ingestion resources map.
2018-10-02 11:05:56 +03:00
Tamir Kamara 698b0aa8fb
Add Travis-CI (#26)
* Add travis-ci
* updated samples with tenant
* update build status images
2018-09-27 15:56:11 +03:00
Tamir Kamara 6bc967d9f6
Merge pull request #23 from Azure/dev-ng
0.2.0 release
2018-09-17 20:29:47 +03:00
Tamir Kamara 60aea05dac
Fix jar packaging, readme, tests, and AAD tenant (#22)
* pom changes: move common jar versions to parent, update minor version of libs
* updated readme fixes #17
* updated file ingest sample
* fixes #9, fix null string check in authentication
* add example of how to do a query
2018-09-17 20:17:06 +03:00
tamirkamara 3f67af8ac4 Merge branch 'ingest-interface' into dev-ng
# Conflicts:
#	ingest/src/main/java/com/microsoft/azure/kusto/ingest/AzureStorageHelper.java
#	ingest/src/main/java/com/microsoft/azure/kusto/ingest/KustoIngestClient.java
#	ingest/src/test/java/KustoIngestClientTest.java

fix AzureStorageHelperTest merge issue
2018-09-14 11:13:14 +03:00
tamirkamara a542f032d3 minor changes 2018-09-13 16:38:03 +03:00
tamirkamara 729e48aae0 remove kusto from class names and methods 2018-09-13 13:39:36 +03:00
rabee333 3bee9a9c8d Merge stream devs with this branch 2018-09-06 10:39:18 +03:00
rabee333 83890ed24c Merge stream changes with this branch 2018-09-06 10:01:27 +03:00
tamirkamara 0993768246 add factory, interface implementation 2018-09-05 16:15:06 +03:00
Rabeea Abu-Saleh 1b83e39626
Add ingestion from stream (#12)
Add ingestion from stream
2018-09-04 17:17:10 +03:00
rabee333 764ffd0db3 Merge remote-tracking branch 'origin/ingest-interface' into ingest-interface 2018-09-04 14:43:56 +03:00
rabee333 a19a0a7391 Fix tests and samples after last commit (make it compile and run tests successfully) 2018-09-04 14:43:15 +03:00
tamirkamara 90c35be65b change usage of file estimation 2018-09-04 14:18:37 +03:00
tamirkamara 8be68e4ecb remove result set ingest for now 2018-09-04 14:00:03 +03:00
tamirkamara 82554a0767 Implement interface methods 2018-09-04 13:59:00 +03:00
Rabeea Abu-Saleh 742a97faca Some unit tests, ResourceManager changes, name refactoring
Add unit-tests
Make changes to ResourceManager.java
variable names refactoring
Fix Kusto client id
2018-08-29 13:01:37 +03:00
tamirkamara 50bfea118f separate to different modules and create packages
git commit --amend --reset-author
2018-08-12 11:53:29 +03:00
takamara 2791ed91a7 Initial commit - version 0.1.6 baseline 2018-08-09 16:29:01 +03:00
Microsoft Open Source 6031af1c01 Initial commit 2018-08-08 06:48:43 -07:00
Microsoft Open Source e898e0cedf Initial commit 2018-08-08 06:48:42 -07:00
Microsoft GitHub User 716ae05f61
Initial commit 2018-08-08 06:48:38 -07:00