-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AzDatalake] Feedback + Service Client #21096
[AzDatalake] Feedback + Service Client #21096
Commits on Apr 28, 2023
-
Enable gocritic during linting (Azure#20715)
Enabled gocritic's evalOrder to catch dependencies on undefined behavior on return statements. Updated to latest version of golangci-lint. Fixed issue in azblob flagged by latest linter.
Configuration menu - View commit details
-
Copy full SHA for e8167a2 - Browse repository at this point
Copy the full SHA e8167a2View commit details -
Cosmos DB: Enable merge support (Azure#20716)
* Adding header and value * Wiring and tests * format * Fixing value * change log
Configuration menu - View commit details
-
Copy full SHA for 86627ae - Browse repository at this point
Copy the full SHA 86627aeView commit details
Commits on May 1, 2023
-
[azservicebus, azeventhubs] Stress test and logging improvement (Azur…
…e#20710) Logging improvements: * Updating the logging to print more tracing information (per-link) in prep for the bigger release coming up. * Trimming out some of the verbose logging, seeing if I can get it a bit more reasonable. Stress tests: * Add a timestamp to the log name we generate and also default to append, not overwrite. * Use 0.5 cores, 0.5GB as our baseline. Some pods use more and I'll tune them more later.
Configuration menu - View commit details
-
Copy full SHA for 8ac8c6d - Browse repository at this point
Copy the full SHA 8ac8c6dView commit details -
update proxy version (Azure#20712)
Co-authored-by: Scott Beddall <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9111616 - Browse repository at this point
Copy the full SHA 9111616View commit details -
Return an error when you try to send a message that's too large. (Azu…
…re#20721) This now works just like the message batch - you'll get an ErrMessageTooLarge if you attempt to send a message that's too large for the link's configured size. NOTE: there's a patch to `internal/go-amqp/Sender.go` to match what's in go-amqp's main so it returns a programmatically useful error when the message is too large. Fixes Azure#20647
Configuration menu - View commit details
-
Copy full SHA for d6bf190 - Browse repository at this point
Copy the full SHA d6bf190View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2693bd - Browse repository at this point
Copy the full SHA e2693bdView commit details -
[azservicebus, azeventhubs] Treat 'entity full' as a fatal error (Azu…
…re#20722) When the remote entity is full we get a resource-limit-exceeded condition. This isn't something we should keep retrying on and it's best to just abort and let the user know immediately, rather than hoping it might eventually clear out. This affected both Event Hubs and Service Bus. Fixes Azure#20647
Configuration menu - View commit details
-
Copy full SHA for 03f0ac3 - Browse repository at this point
Copy the full SHA 03f0ac3View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 838842d - Browse repository at this point
Copy the full SHA 838842dView commit details -
Update changelog with latest features (Azure#20730)
* Update changelog with latest features Prepare for upcoming release. * bump minor version
Configuration menu - View commit details
-
Copy full SHA for 20b4dd8 - Browse repository at this point
Copy the full SHA 20b4dd8View commit details -
pass along the artifact name so we can override it later (Azure#20732)
Co-authored-by: scbedd <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 745d967 - Browse repository at this point
Copy the full SHA 745d967View commit details -
[azeventhubs] Fixing checkpoint store race condition (Azure#20727)
The checkpoint store wasn't guarding against multiple owners claiming for the first time - fixing this by using IfNoneMatch Fixes Azure#20717
Configuration menu - View commit details
-
Copy full SHA for 6dfd0cb - Browse repository at this point
Copy the full SHA 6dfd0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed7f3c7 - Browse repository at this point
Copy the full SHA ed7f3c7View commit details
Commits on May 4, 2023
-
[Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (A…
…zure#20437) * [Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 generation from spec commit: 85fb4ac6f8bfefd179e6c2632976a154b5c9ff04 * client factory * fix * fix * update
Configuration menu - View commit details
-
Copy full SHA for b2cddab - Browse repository at this point
Copy the full SHA b2cddabView commit details -
add sdk/resourcemanager/postgresql/armpostgresql live test (Azure#20685)
* add sdk/resourcemanager/postgresql/armpostgresql live test * update assets.json * set subscriptionId default value * format
Configuration menu - View commit details
-
Copy full SHA for 2a8d96d - Browse repository at this point
Copy the full SHA 2a8d96dView commit details -
add sdk/resourcemanager/eventhub/armeventhub live test (Azure#20686)
* add sdk/resourcemanager/eventhub/armeventhub live test * update assets
Configuration menu - View commit details
-
Copy full SHA for 0d22aed - Browse repository at this point
Copy the full SHA 0d22aedView commit details -
add sdk/resourcemanager/compute/armcompute live test (Azure#20048)
* add sdk/resourcemanager/compute/armcompute live test * skus filter * fix subscriptionId default value * fix * gofmt * update recording
Configuration menu - View commit details
-
Copy full SHA for 5fa7df4 - Browse repository at this point
Copy the full SHA 5fa7df4View commit details -
sdk/resourcemanager/network/armnetwork live test (Azure#20331)
* sdk/resourcemanager/network/armnetwork live test * update subscriptionId default value * update recording
Configuration menu - View commit details
-
Copy full SHA for c005ed6 - Browse repository at this point
Copy the full SHA c005ed6View commit details -
add sdk/resourcemanager/cosmos/armcosmos live test (Azure#20705)
* add sdk/resourcemanager/cosmos/armcosmos live test * update assets.json * update assets.json * update assets.json * update assets.json
Configuration menu - View commit details
-
Copy full SHA for 36f766d - Browse repository at this point
Copy the full SHA 36f766dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9d62a - Browse repository at this point
Copy the full SHA 9c9d62aView commit details -
[azeventhubs] Improperly resetting etag in the checkpoint store (Azur…
…e#20737) We shouldn't be resetting the etag to nil - it's what we use to enforce a "single winner" when doing ownership claims. The bug here was two-fold: I had bad logic in my previous claim ownership, which I fixed in a previous PR, but we need to reflect that same constraint properly in our in-memory checkpoint store for these tests.
Configuration menu - View commit details
-
Copy full SHA for 8bc3450 - Browse repository at this point
Copy the full SHA 8bc3450View commit details -
Eng workflows sync and branch cleanup additions (Azure#20743)
Co-authored-by: James Suplizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1a6152 - Browse repository at this point
Copy the full SHA e1a6152View commit details -
[azeventhubs] Latest start position can also be inclusive (ie, get th…
…e latest message) (Azure#20744)
Configuration menu - View commit details
-
Copy full SHA for 04b463d - Browse repository at this point
Copy the full SHA 04b463dView commit details
Commits on May 5, 2023
-
Update GitHubEventProcessor version and remove pull_request_review pr…
…ocesing (Azure#20751) Co-authored-by: James Suplizio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8849196 - Browse repository at this point
Copy the full SHA 8849196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f5ee0 - Browse repository at this point
Copy the full SHA 27f5ee0View commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2eec707 - Browse repository at this point
Copy the full SHA 2eec707View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22db2d4 - Browse repository at this point
Copy the full SHA 22db2d4View commit details -
azfile: Fixing connection string parsing logic (Azure#20798)
* Fixing connection string parse logic * Update README
Configuration menu - View commit details
-
Copy full SHA for 0cbfd88 - Browse repository at this point
Copy the full SHA 0cbfd88View commit details -
[azadmin] fix flaky test (Azure#20758)
* fix flaky test * charles suggestion
Configuration menu - View commit details
-
Copy full SHA for d54fb08 - Browse repository at this point
Copy the full SHA d54fb08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8ebd9 - Browse repository at this point
Copy the full SHA ad8ebd9View commit details -
Fix broken podman link (Azure#20801)
Co-authored-by: Wes Haggard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2a6f70 - Browse repository at this point
Copy the full SHA e2a6f70View commit details -
[azquery] update doc comments (Azure#20755)
* update doc comments * update statistics and visualization generation * prep-for-release
Configuration menu - View commit details
-
Copy full SHA for a59d912 - Browse repository at this point
Copy the full SHA a59d912View commit details -
Fixed contribution section (Azure#20752)
Co-authored-by: Bob Tabor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd3b467 - Browse repository at this point
Copy the full SHA bd3b467View commit details -
[azeventhubs,azservicebus] Some API cleanup, renames (Azure#20754)
* Adding options to UpdateCheckpoint(), just for future potential expansion * Make Offset an int64, not a *int64 (it's not optional, it'll always come back with ReceivedEvents) * Adding more logging into the checkpoint store. * Point all imports at the production go-amqp
Configuration menu - View commit details
-
Copy full SHA for 132a01a - Browse repository at this point
Copy the full SHA 132a01aView commit details
Commits on May 9, 2023
-
Add supporting features to enable distributed tracing (Azure#20301) (A…
…zure#20708) * Add supporting features to enable distributed tracing This includes new internal pipeline policies and other supporting types. See the changelog for a full description. Added some missing doc comments. * fix linter issue * add net.peer.name trace attribute sequence custom HTTP header policy before logging policy. sequence logging policy after HTTP trace policy. keep body download policy at the end. * add span for iterating over pages
Configuration menu - View commit details
-
Copy full SHA for 8db51ca - Browse repository at this point
Copy the full SHA 8db51caView commit details -
Restore ARM CAE support for azcore beta (Azure#20657)
This reverts commit 9020972.
Configuration menu - View commit details
-
Copy full SHA for 4a66b4f - Browse repository at this point
Copy the full SHA 4a66b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d4a3cb - Browse repository at this point
Copy the full SHA 7d4a3cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 068c3be - Browse repository at this point
Copy the full SHA 068c3beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0f66e - Browse repository at this point
Copy the full SHA 8e0f66eView commit details -
Add fake package to azcore (Azure#20711)
* Add fake package to azcore This is the supporting infrastructure for the generated SDK fakes. * fix doc comment
Configuration menu - View commit details
-
Copy full SHA for ce926c4 - Browse repository at this point
Copy the full SHA ce926c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a145c5 - Browse repository at this point
Copy the full SHA 1a145c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90dfc5c - Browse repository at this point
Copy the full SHA 90dfc5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7eda59 - Browse repository at this point
Copy the full SHA c7eda59View commit details -
Update changelog (azblob) (Azure#20815)
* Updating CHANGELOG.md * Update the changelog with correct version
Configuration menu - View commit details
-
Copy full SHA for 7fac0b5 - Browse repository at this point
Copy the full SHA 7fac0b5View commit details -
[azquery] migration guide (Azure#20742)
* migration guide * Charles feedback * Richard feedback --------- Co-authored-by: Charles Lowell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 498a2ef - Browse repository at this point
Copy the full SHA 498a2efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb967e - Browse repository at this point
Copy the full SHA ccb967eView commit details
Commits on May 10, 2023
-
[keyvault] prep for release (Azure#20819)
* prep for release * perf tests * update date
Configuration menu - View commit details
-
Copy full SHA for f4e6a22 - Browse repository at this point
Copy the full SHA f4e6a22View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fd8eda - Browse repository at this point
Copy the full SHA 8fd8edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c94fa00 - Browse repository at this point
Copy the full SHA c94fa00View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc0b2b5 - Browse repository at this point
Copy the full SHA fc0b2b5View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6fb1694 - Browse repository at this point
Copy the full SHA 6fb1694View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f7fe43 - Browse repository at this point
Copy the full SHA 4f7fe43View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b127ca - Browse repository at this point
Copy the full SHA 2b127caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a76e11 - Browse repository at this point
Copy the full SHA 4a76e11View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a464998 - Browse repository at this point
Copy the full SHA a464998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d02de3 - Browse repository at this point
Copy the full SHA 9d02de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda3bcf - Browse repository at this point
Copy the full SHA cda3bcfView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e552ebf - Browse repository at this point
Copy the full SHA e552ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98fc899 - Browse repository at this point
Copy the full SHA 98fc899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e02ba2 - Browse repository at this point
Copy the full SHA 9e02ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8c039 - Browse repository at this point
Copy the full SHA 6d8c039View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb95ab - Browse repository at this point
Copy the full SHA cdb95abView commit details -
Configuration menu - View commit details
-
Copy full SHA for a60f50c - Browse repository at this point
Copy the full SHA a60f50cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6011e99 - Browse repository at this point
Copy the full SHA 6011e99View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dc76c0 - Browse repository at this point
Copy the full SHA 7dc76c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8748f3b - Browse repository at this point
Copy the full SHA 8748f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42332ec - Browse repository at this point
Copy the full SHA 42332ecView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8bc0c3 - Browse repository at this point
Copy the full SHA e8bc0c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dac9d0 - Browse repository at this point
Copy the full SHA 3dac9d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a93fd - Browse repository at this point
Copy the full SHA 39a93fdView commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb481d0 - Browse repository at this point
Copy the full SHA bb481d0View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e1e044 - Browse repository at this point
Copy the full SHA 0e1e044View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31e6a0 - Browse repository at this point
Copy the full SHA d31e6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a865a6 - Browse repository at this point
Copy the full SHA 7a865a6View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aac9d46 - Browse repository at this point
Copy the full SHA aac9d46View commit details