зеркало из
1
0
Форкнуть 0
Граф коммитов

44 Коммитов

Автор SHA1 Сообщение Дата
Ramachandran A G 7e4d38adc2
Feature/update version (#74)
* *Update version to latest SDK
* *Update deploy file
2024-08-09 13:21:53 +05:30
Ramachandran A G c116778273
Feature/upgrade sdk (#73)
* Upgrade libs
* Fix tests
2024-06-26 20:41:52 +05:30
Ramachandran A G 44928725be
Feature/upgrade version of kusto sdk (#70)
* Update to latest version
* Update jackson version to match SDK
* Update permissions in build file
2024-03-17 19:38:11 +05:30
Ramachandran A G da1a4486fe
Feature/fix CVE (#64)
*Fix vulnerable libs
* Update version and update kusto libs
2024-01-03 15:03:35 +05:30
Ramachandran A G 4830770601
Feature/make mapping optional (#62)
* Make JSON field mapping optional
*Update and complete tests
2023-12-12 11:05:23 +05:30
Ramachandran A G 4865615637
Update version (#61) 2023-11-24 08:54:16 +05:30
Guillaume Bordier 1f94e0fbac
replacing .empty? with .nil? in test for app_key and app_id (#60)
* Update ingestor.rb

.empty? cannot be used on nil class, 
becaues of this removing app_key and app_id from the conf to get managed identity breaks.
2023-11-24 07:37:39 +05:30
Akshay Dixit 7f8fcc83da
Added line specifying support for MS Fabric and Synapse (#59) 2023-10-20 16:00:14 +05:30
Ramachandran A G 33cbb65732
Feature/support managed identity (#57)
* * Attempt to address issue #50 with managed identity
* * Update version
* Fix review comments
2023-10-16 09:46:04 +05:30
Ramachandran A G f27b03097f
* Manual trigger and remove install step (#56) 2023-09-26 13:05:36 +03:00
Ramachandran A G ca996fee05
* Update deploy workflow (#55) 2023-09-26 14:12:34 +05:30
AsafMah e546c72eb6
Update deploy.yml 2023-09-26 10:04:43 +03:00
Ramachandran A G e650432501
Fixes MSRC and upgrades libraries. (#54)
* Update to 5.0.2 SDK version
* Update README with release notes
* Change build to gradle based build
* Add comments in build file
* Changes to build file to upload UT results
* Add step to perform gradle vendor
2023-09-26 11:44:53 +05:30
Ramachandran A G f903842f9f
* Update to latest SDK lib (#45)
* Update gem version
2022-11-29 11:18:57 +05:30
Yochai Gilad 7c8cefd205
Reduce permissions needed to run e2es (#43)
* Reduce permissions needed to run e2es

* Update build.yml

* Update build.yml

* Removed comment from dependency

Co-authored-by: AsafMah <asafmahlev@microsoft.com>
2022-08-15 09:36:00 +03:00
ag-ramachandran 1cb8c9bbf6
*Add support for proxies *Filter 0 byte files (#42)
* Add support for proxies 
* Filter empty files from getting ingested
* Added README.MD
* Add nil check for no proxy

Co-authored-by: AsafMah <asafmahlev@microsoft.com>
2022-08-04 10:43:46 +05:30
microsoft-github-policy-service[bot] 360830b8b5
Microsoft mandatory file (#40)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-08-03 16:25:49 +03:00
AsafMah 7d1adb8aa8
Upgrade java version to 3.1.1 (#39)
* Upgrade java version to 3.1.1
2022-06-01 18:43:28 +03:00
AsafMah 647b41e16f
Update to the latest kusto java version, to receive the latest features and fixes (#35)
* Update to the latest kusto java version, to receive the latest features and fixes.
2021-07-05 14:29:09 +03:00
AsafMah 9f5bb1b2e9
CI/CD - move to github actions (#31)
- Moved to github actions for CI/CD
- Added end-to-end testing
2020-12-30 09:04:46 +02:00
AsafMah f214df50bf
Update java sdk version and change mapping parameter 2020-12-17 13:32:44 +02:00
Bar Arnon 19cf7ebaec Add RubyGems shields 2019-05-28 15:02:28 +03:00
Bar Arnon fbc43391c0 Version 0.4.0 (#26)
Report plugin name/version when communicating with Kusto
2019-05-26 16:20:46 +03:00
Bar Arnon 5dc3ecbaa5
Run CI only on release branches (#23)
Remove master from the CI branches
2019-05-26 13:37:06 +03:00
Bar Arnon 3d63a147cb Add the 6.8 branch to the test matrix 2019-05-22 09:14:57 +03:00
Bar Arnon 665e111450 Fix master CI badge 2019-05-15 16:04:31 +03:00
Tamir Kamara fcb0786efa Update kusto sdk 04 (#19)
* new sdk version
* update changelog
2019-04-16 20:41:24 +03:00
Bar Arnon 7e798685b2 Use distinct files per plugin's database & table (#16) 2019-04-16 20:41:24 +03:00
Bar Arnon 26c0e74258 Increase the plugin's resiliency when working with the file system (#15)
* Handle ruby's ENOENT exception in upload
* Recover existing files before starting workers
* Recover existing files only if directory exists
2019-04-16 20:41:24 +03:00
Bar Arnon 15f72cbaa4 Update CI Logstash version matrix (#17) 2019-04-16 20:41:24 +03:00
vladikbr 5355e035ae
Merge pull request #9 from Azure/vladikbr-patch-1
Update LICENSE file
2019-01-22 15:06:09 +02:00
vladikbr ce9a65b51c
Update LICENSE 2019-01-22 13:59:12 +02:00
vladikbr 5d625e965e
Update LICENSE 2019-01-22 13:58:35 +02:00
Tamir Kamara 2d974815ca
Update LICENSE
Co-Authored-By: vladikbr <31644896+vladikbr@users.noreply.github.com>
2019-01-22 08:57:05 +02:00
vladikbr 33424be443
Updatwe LICENSE file 2019-01-17 08:24:30 +02:00
uribarash 5e6681d96c Update README.md (#8)
* Update README.md
Co-Authored-By: uribarash <30976429+uribarash@users.noreply.github.com>
2019-01-16 14:53:53 +02:00
Tamir Kamara e76686e9cb
Version 0.2.0 (#7)
* Include Kusto SDK 1.0.0-BETA-01, include some tests, fix password bug
* change logstash branch from 6.0 to 6.5 to make ci pass
2019-01-16 14:41:36 +02:00
Ornat Spodek 946394b7be Updated and edited file (#6)
* Update README.md

Co-Authored-By: orspod <v-orspod@microsoft.com>
2018-11-14 15:31:08 +02:00
Tamir Kamara ce4311854e
Update README.md 2018-10-24 19:42:53 +03:00
Tamir Kamara 45554234c9
Merge pull request #4 from yonileibowitz/patch-1
updated install command
2018-09-27 20:49:19 +03:00
Yoni Leibowitz 747d49cc63
updated install command 2018-09-27 09:52:59 -04:00
Tamir Kamara 793f9c0371
publish version 0.1.6 (#1)
* initial commit (0.1.6)
* documentation changes
2018-09-20 16:09:28 +03:00
Microsoft Open Source 5c2f29f6ce Initial commit 2018-08-19 05:58:58 -07:00
Microsoft GitHub User 3b68f2e68d
Initial commit 2018-08-19 05:58:55 -07:00