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

254 Коммитов

Автор SHA1 Сообщение Дата
Rabeea Abu-Saleh ff4f4cf3f7
Fixing the URL of adding an issue (#76) 2019-02-28 08:31:06 +02:00
Tamir Kamara 0c6b678202
Merge pull request #73 from Azure/dev
Version 1.0.0-BETA-03
2019-02-26 09:36:33 +02:00
Tamir Kamara 91049c46cc
change build status images to azure pipelines (#72) 2019-02-25 16:13:22 +02:00
ohadbitt 5ad1e6c920
cache-lastAuthenticationResult (#70)
* Expose a method 'GetBlobUriFromClientResourceManager' to get temporary blob uri for ingestion

* Expose a method 'GetBlobUriFromClientResourceManager' to get temporary blob uri for ingestion

* add origin application version to header

* add origin application version to header

* add origin application version to header

* add origin application version to header

* add origin application version to header

* cache last AuthenticationResult

* cache last AuthenticationResult

* cache last AuthenticationResult

* cache last AuthenticationResult

* cache last AuthenticationResult

* cache access token

* cache access token

* cache access token

* cache access token

* cache access token

* cache access token

* cache access token

* Merge branch 'dev' of https://github.com/Azure/azure-kusto-java into cache-lastAuthenticationResult

# Conflicts:
#	data/src/main/java/com/microsoft/azure/kusto/data/AadAuthenticationHelper.java
#	ingest/src/main/java/com/microsoft/azure/kusto/ingest/IngestClientImpl.java

* last changes
2019-02-20 15:58:27 +02:00
Rabeea Abu-Saleh 261e75befd
Ingestion Tests + Argument Validation (#63)
* Adding Ingestion Tests
* Adding argument validation
* Changes and fixes to make the code be more testable
* Adding Javadocs
* Renaming AzureStorageHelper -> AzureStorageClient
2019-02-19 17:38:49 +02:00
ohadbitt 5c27b0657c
authenticate-from-token (#71)
* Expose a method 'GetBlobUriFromClientResourceManager' to get temporary blob uri for ingestion

* Expose a method 'GetBlobUriFromClientResourceManager' to get temporary blob uri for ingestion

* add origin application version to header

* add origin application version to header

* add origin application version to header

* add origin application version to header

* add origin application version to header

* cache last AuthenticationResult

* cache last AuthenticationResult

* cache last AuthenticationResult

* cache last AuthenticationResult

* authenticate with access token

* authenticate with access token
2019-02-14 16:19:18 +02:00
Tamir Kamara f6b5df2267
Merge branch 'master' into dev 2019-01-31 15:35:49 +02:00
ohadbitt 73e6a9fccf
add origin application version to header (#65)
* Expose a method 'GetBlobUriFromClientResourceManager' to get temporary blob uri for ingestion

* Expose a method 'GetBlobUriFromClientResourceManager' to get temporary blob uri for ingestion

* add origin application version to header

* add origin application version to header

* add origin application version to header

* add origin application version to header

* add origin application version to header
2019-01-31 14:19:37 +02:00
Tamir Kamara e58a7248c9
Merge pull request #66 from Azure/maven-publish
add javadoc & source plugins
2019-01-31 11:29:47 +02:00
tamirkamara 595264bb0b add javadoc & source plugins 2019-01-27 15:45:40 +02:00
Tamir Kamara 1217310ed6
Merge pull request #60 from Azure/dev
Client request properties and ResultSet ingestion
2018-12-19 12:08:27 +02:00
Tamir Kamara 6711a00b78
Merge branch 'master' into dev 2018-12-19 09:09:55 +02:00
Tamir Kamara c2ffedf637
Ingest from a ResultSet implementation (#58)
* ingest a resultset
* update versions of dependencies
2018-12-18 18:58:51 +02:00
Daniel Dubovski facdce5c2d
Feature/client request properties (#57)
* add `ClientRequestProperties`
2018-12-13 16:43:16 +02:00
Tamir Kamara 75cd3c970e
Merge pull request #55 from Azure/dev
Version 1.0.0-BETA-01
2018-12-11 11:58:36 +02:00
tamirkamara efd9cd6f73 fix readme conflict 2018-12-10 10:52:32 +02:00
tamirkamara 3df2e25677 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	data/src/main/java/com/microsoft/azure/kusto/data/Utils.java
2018-12-10 10:49:34 +02:00
tamirkamara 9012c75815 Merge branch 'master' into dev
# Conflicts:
#	data/src/main/java/com/microsoft/azure/kusto/data/Utils.java
2018-12-10 10:47:18 +02:00
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