Skip to content
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] Directory Client Implementation #21283

Merged
merged 64 commits into from
Jul 31, 2023

Commits on Apr 28, 2023

  1. 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.
    jhendrixMSFT authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e8167a2 View commit details
    Browse the repository at this point in the history
  2. Cosmos DB: Enable merge support (Azure#20716)

    * Adding header and value
    
    * Wiring and tests
    
    * format
    
    * Fixing value
    
    * change log
    ealsur authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    86627ae View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. [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.
    richardpark-msft authored May 1, 2023
    Configuration menu
    Copy the full SHA
    8ac8c6d View commit details
    Browse the repository at this point in the history
  2. update proxy version (Azure#20712)

    Co-authored-by: Scott Beddall <scbedd@microsoft.com>
    azure-sdk and scbedd authored May 1, 2023
    Configuration menu
    Copy the full SHA
    9111616 View commit details
    Browse the repository at this point in the history
  3. 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
    richardpark-msft authored May 1, 2023
    Configuration menu
    Copy the full SHA
    d6bf190 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    e2693bd View commit details
    Browse the repository at this point in the history
  2. [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
    richardpark-msft authored May 2, 2023
    Configuration menu
    Copy the full SHA
    03f0ac3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    838842d View commit details
    Browse the repository at this point in the history
  2. Update changelog with latest features (Azure#20730)

    * Update changelog with latest features
    
    Prepare for upcoming release.
    
    * bump minor version
    jhendrixMSFT authored May 3, 2023
    Configuration menu
    Copy the full SHA
    20b4dd8 View commit details
    Browse the repository at this point in the history
  3. pass along the artifact name so we can override it later (Azure#20732)

    Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
    azure-sdk and scbedd authored May 3, 2023
    Configuration menu
    Copy the full SHA
    745d967 View commit details
    Browse the repository at this point in the history
  4. [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
    richardpark-msft authored May 3, 2023
    Configuration menu
    Copy the full SHA
    6dfd0cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed7f3c7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. [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
    Alancere authored May 4, 2023
    Configuration menu
    Copy the full SHA
    b2cddab View commit details
    Browse the repository at this point in the history
  2. add sdk/resourcemanager/postgresql/armpostgresql live test (Azure#20685)

    * add sdk/resourcemanager/postgresql/armpostgresql live test
    
    * update assets.json
    
    * set subscriptionId default value
    
    * format
    Alancere authored May 4, 2023
    Configuration menu
    Copy the full SHA
    2a8d96d View commit details
    Browse the repository at this point in the history
  3. add sdk/resourcemanager/eventhub/armeventhub live test (Azure#20686)

    * add sdk/resourcemanager/eventhub/armeventhub live test
    
    * update assets
    Alancere authored May 4, 2023
    Configuration menu
    Copy the full SHA
    0d22aed View commit details
    Browse the repository at this point in the history
  4. 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
    Alancere authored May 4, 2023
    Configuration menu
    Copy the full SHA
    5fa7df4 View commit details
    Browse the repository at this point in the history
  5. sdk/resourcemanager/network/armnetwork live test (Azure#20331)

    * sdk/resourcemanager/network/armnetwork live test
    
    * update subscriptionId default value
    
    * update recording
    Alancere authored May 4, 2023
    Configuration menu
    Copy the full SHA
    c005ed6 View commit details
    Browse the repository at this point in the history
  6. 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
    Alancere authored May 4, 2023
    Configuration menu
    Copy the full SHA
    36f766d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c9d62a View commit details
    Browse the repository at this point in the history
  8. [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.
    richardpark-msft authored May 4, 2023
    Configuration menu
    Copy the full SHA
    8bc3450 View commit details
    Browse the repository at this point in the history
  9. Eng workflows sync and branch cleanup additions (Azure#20743)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored May 4, 2023
    Configuration menu
    Copy the full SHA
    e1a6152 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04b463d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Update GitHubEventProcessor version and remove pull_request_review pr…

    …ocesing (Azure#20751)
    
    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored May 5, 2023
    Configuration menu
    Copy the full SHA
    8849196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f5ee0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. fix (Azure#20707)

    Alancere authored May 6, 2023
    Configuration menu
    Copy the full SHA
    2eec707 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    22db2d4 View commit details
    Browse the repository at this point in the history
  2. azfile: Fixing connection string parsing logic (Azure#20798)

    * Fixing connection string parse logic
    
    * Update README
    souravgupta-msft authored May 8, 2023
    Configuration menu
    Copy the full SHA
    0cbfd88 View commit details
    Browse the repository at this point in the history
  3. [azadmin] fix flaky test (Azure#20758)

    * fix flaky test
    
    * charles suggestion
    gracewilcox authored May 8, 2023
    Configuration menu
    Copy the full SHA
    d54fb08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad8ebd9 View commit details
    Browse the repository at this point in the history
  5. Fix broken podman link (Azure#20801)

    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    azure-sdk and weshaggard authored May 8, 2023
    Configuration menu
    Copy the full SHA
    e2a6f70 View commit details
    Browse the repository at this point in the history
  6. [azquery] update doc comments (Azure#20755)

    * update doc comments
    
    * update statistics and visualization generation
    
    * prep-for-release
    gracewilcox authored May 8, 2023
    Configuration menu
    Copy the full SHA
    a59d912 View commit details
    Browse the repository at this point in the history
  7. Fixed contribution section (Azure#20752)

    Co-authored-by: Bob Tabor <rotabor@microsoft.com>
    bobtabor-msft and Bob Tabor authored May 8, 2023
    Configuration menu
    Copy the full SHA
    bd3b467 View commit details
    Browse the repository at this point in the history
  8. [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
    richardpark-msft authored May 8, 2023
    Configuration menu
    Copy the full SHA
    132a01a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. 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
    jhendrixMSFT authored May 9, 2023
    Configuration menu
    Copy the full SHA
    8db51ca View commit details
    Browse the repository at this point in the history
  2. Restore ARM CAE support for azcore beta (Azure#20657)

    This reverts commit 9020972.
    chlowell authored May 9, 2023
    Configuration menu
    Copy the full SHA
    4a66b4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d4a3cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    068c3be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e0f66e View commit details
    Browse the repository at this point in the history
  6. 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
    jhendrixMSFT authored May 9, 2023
    Configuration menu
    Copy the full SHA
    ce926c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a145c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90dfc5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7eda59 View commit details
    Browse the repository at this point in the history
  10. Update changelog (azblob) (Azure#20815)

    * Updating CHANGELOG.md
    
    * Update the changelog with correct version
    siminsavani-msft authored May 9, 2023
    Configuration menu
    Copy the full SHA
    7fac0b5 View commit details
    Browse the repository at this point in the history
  11. [azquery] migration guide (Azure#20742)

    * migration guide
    
    * Charles feedback
    
    * Richard feedback
    
    ---------
    
    Co-authored-by: Charles Lowell <10964656+chlowell@users.noreply.github.com>
    gracewilcox and chlowell authored May 9, 2023
    Configuration menu
    Copy the full SHA
    498a2ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ccb967e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. [keyvault] prep for release (Azure#20819)

    * prep for release
    
    * perf tests
    
    * update date
    gracewilcox authored May 10, 2023
    Configuration menu
    Copy the full SHA
    f4e6a22 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    8fd8eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c94fa00 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    fc0b2b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    6fb1694 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    4f7fe43 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    3dac9d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    a0a861b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    124e27e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    0f5a52c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    81dabb1 View commit details
    Browse the repository at this point in the history
  2. added dir methods

    tasherif-msft committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cd3b230 View commit details
    Browse the repository at this point in the history
  3. small fixes

    tasherif-msft committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    819dbce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d7c936 View commit details
    Browse the repository at this point in the history
  5. recursive support

    tasherif-msft committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a258f6a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. added sas and tests

    tasherif-msft committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    88094af View commit details
    Browse the repository at this point in the history
  2. comment

    tasherif-msft committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    832f7d1 View commit details
    Browse the repository at this point in the history
  3. comment

    tasherif-msft committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ac9992e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fix const

    tasherif-msft committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5a7a3cd View commit details
    Browse the repository at this point in the history