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

234 Коммитов

Автор SHA1 Сообщение Дата
AsafMah e1dca0af14
Merge pull request #29 from krishanjmistry/simplified-ingest-client 2024-04-30 09:08:50 +03:00
Krishan 4774e29941
Merge branch 'main' into simplified-ingest-client 2024-04-11 13:22:01 +01:00
AsafMah 2dc2482c48
Merge pull request #35 from Azure/AsafMah-patch-3 2024-04-11 12:08:49 +03:00
AsafMah 83114e791a
Update build.yml 2024-04-11 12:06:12 +03:00
AsafMah f9fa5c2ff8
Merge pull request #34 from Azure/secretless 2024-04-11 10:53:00 +03:00
asafmahlev b5d5acfa6e simpler fmt check 2024-04-11 10:48:14 +03:00
asafmahlev 5bddbcf26c fmt 2024-04-11 10:45:37 +03:00
asafmahlev 82bcc39709 Fixed build error 2024-04-11 10:44:03 +03:00
asafmahlev ef78c8f224 Fixed build error 2024-04-11 10:41:45 +03:00
asafmahlev 808be007bc Fixed build error 2024-04-11 10:33:58 +03:00
asafmahlev e254d544ec Secretless build 2024-04-11 10:15:49 +03:00
AsafMah d96d233841
Update README.md 2024-03-03 17:07:06 +02:00
AsafMah 1920c45355
Update README.md 2024-03-03 17:06:46 +02:00
AsafMah 4cae5f3327
Update README.md 2024-03-03 17:04:24 +02:00
AsafMah f400f62de7
Update build.yml 2024-02-06 16:41:20 +02:00
AsafMah 8a7fa7ebeb
Merge pull request #32 from Azure/ohadbitt-patch-1
Update issue templates
2024-02-06 16:39:34 +02:00
ohad bitton b8b02bc3d6
Update issue templates 2024-02-06 16:35:27 +02:00
Krishan b8ee0197df
Simplified ingest client markups (#12)
* resource_uri changes

* markups in client_options

* resource_manager markups

* remove dependency on chrono - use time

* cache changes

* add missing dev dependency feature

* add some basic tests for caching implementation
2024-01-26 18:34:07 +00:00
Krishan ab17f7e279
Remove debug logs (#11) 2024-01-18 21:04:35 +00:00
Krishan 4b28b5cf8b
Use async-lock rather than tokio for RwLock (#10) 2024-01-18 20:50:12 +00:00
Krishan df610985d0
Update to Azure 0.19 (#9)
* Ingest: Azure SDK changes for 0.19

* remove default features on data dependency in ingest

* Format Rust code using rustfmt

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-18 20:30:32 +00:00
Krishan Mistry 67ec88e079 Merge remote-tracking branch 'origin/main' into simplified-ingest-client 2024-01-18 20:05:52 +00:00
Krishan f0dddceca7
Remove use of anyhow and replace with thiserror, other markups (#7)
* Use thiserror

* use scopes over explicit use of drop

* update syntax

* remove std::fmt::Debug

* qualify thiserror
2024-01-18 20:01:17 +00:00
AsafMah 5deb758526
Merge pull request #31 from Azure/17-01-2024-update
Update versions
2024-01-18 08:42:00 +02:00
asafmahlev 4de6078ea8 Merge remote-tracking branch 'origin/17-01-2024-update' into 17-01-2024-update 2024-01-17 15:03:49 +02:00
asafmahlev 89052f48e4 Fix connection string 2024-01-17 15:03:17 +02:00
github-actions[bot] ce35f8ac19
Format Rust code using rustfmt 2024-01-17 12:54:02 +00:00
asafmahlev bc9ac6ca11 Fix connection string 2024-01-17 14:52:59 +02:00
asafmahlev b244624773 Fix connection string 2024-01-17 14:49:17 +02:00
asafmahlev 09ee9e838e Update versions 2024-01-17 14:44:57 +02:00
Krishan 6145aadb7b
Azure SDK deps to 0.17 (#6) 2023-11-07 12:23:18 +00:00
Krishan 74dfd6a28d
Azure SDK deps to 0.16 (#5)
* Azure SDK for Rust dependencies to 0.16

* changes
2023-11-06 19:42:22 +00:00
samtarver 95af3f5c8c
Merge pull request #4 from krishanjmistry/update-azure-to-0.15
Update azure deps to 0.15
2023-09-19 10:55:58 +01:00
samtarver 1f9cfa5761
Update azure deps to 0.15 2023-09-19 10:53:58 +01:00
Krishan 44f9e0822e
Update Azure SDK to 0.15 and remove time 0.1.45 (#3) 2023-09-12 15:53:25 +01:00
Krishan Mistry 909bd03645 use env vars in example 2023-09-05 11:48:52 +01:00
Krishan Mistry d477e2b0b5 markups 2023-09-05 11:21:26 +01:00
Krishan Mistry 26dc69a5d6 comments 2023-09-05 11:00:23 +01:00
Krishan Mistry 9f0244a8cb renames and add warning about using ingestion endpoint 2023-09-05 09:07:01 +01:00
Krishan Mistry af220f6d16 update function names 2023-09-04 17:14:01 +01:00
Krishan Mistry 65b94830b5 cleanup commented code related to container clients 2023-09-04 16:58:03 +01:00
Krishan Mistry 9773174426 convert println into initial debug logs 2023-09-04 16:48:19 +01:00
Krishan Mistry 0387e31add renaming 2023-09-04 16:17:55 +01:00
Krishan Mistry f03b21bcc4 more markups 2023-09-01 18:12:42 +01:00
Krishan Mistry 15288e51f9 markup: remove accessor methods on ResourceUri 2023-09-01 14:26:05 +01:00
Krishan Mistry e00f9438c7 initial markups 2023-09-01 14:22:18 +01:00
Krishan Mistry b72d2a9aba handle authorization context token correctly 2023-08-31 10:53:31 +01:00
Krishan Mistry 0983454277 change rng to allow multiple threads 2023-08-31 09:59:50 +01:00
Krishan Mistry 10d1d9cc3e change to import from qualification 2023-08-30 16:32:38 +01:00
Krishan Mistry 90f968ab51 add basic example + more tidying 2023-08-30 15:26:23 +01:00