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

Merge preview into release/preview/v8 #605

Merged
merged 25 commits into from
Oct 23, 2024
Merged

Commits on Jul 25, 2024

  1. Use GitHub workflow for PR builds (#582)

    * add ci.yml for testing
    
    * remove comments
    
    * fix pull request syntax
    
    * fix codeql version
    
    * fix codeql, test failing pipeline
    
    * revert test change
    
    * add security events write permission
    
    * update publish tests path
    
    * update task versions
    
    * update task versions
    
    * remove exit 0 for tests
    
    * remove unused pipelines
    amerjusupovic authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0a43988 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Add linting rule (#571)

    * add linting rule
    
    * remove unused package
    
    * fix format issue & enforce format check
    
    * fix format issue
    
    * fix format issue
    
    * add directory props
    
    * merge
    
    * update
    zhiyuanliang-ms authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    08e5930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5088fe9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #587 from Azure/merge-main-to-preview

    Merge main to preview
    amerjusupovic authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c4d103f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Allow user to set keyvault secret client option (#577)

    * add secret client option
    
    * update comment
    
    * rename to configure
    
    * use callback configuration pattern
    
    * remove unused package
    zhiyuanliang-ms authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    efb7742 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add failover & load balancing telemetry (#586)

    * add failover telemetry
    
    * add load balancing enabled tracing
    
    * use Features=xxx+xxx pattern
    
    * revert change
    
    * add comment
    
    * update context string & move helper method to TracingUtil
    
    * add comments
    
    * update
    
    * revert change
    
    * add checks
    
    * remove unused package
    
    * fix typo
    
    ---------
    
    Co-authored-by: Amer Jusupovic <[email protected]>
    zhiyuanliang-ms and amerjusupovic authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d551536 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Revert "Handle exceptions thrown during Key Vault reference resolutio…

    …n during startup (#518)" (#594)
    
    This reverts commit 6ce60b9.
    amerjusupovic authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7d89929 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Increase default MaxRetries for Key Vault client (#592)

    * increase default maxretries for key vault client to max value
    
    * update minimum secret refresh interval to 1 minute, enforce for refresh all operations as well
    
    * PR comments
    
    * PR comments
    
    * update max retries default for key vault
    
    * update to use sourceid as key in cached secret dictionary
    
    * move retries number to const int
    
    * call invalidate cache with previous setting if current one is null
    
    * add comment explaining number of key vault retries
    
    * pull out utcnow as a variable in for loop in clearcache
    amerjusupovic authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ca08677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1206330 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    56ceeb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #596 from Azure/merge-preview-to-main

    Merge preview to main
    jimmyca15 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    565c07d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afb56a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Adding allocation id

    rossgrambo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c2e18d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. serialize with sorted keys

    SamSadfa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1c2c525 View commit details
    Browse the repository at this point in the history
  2. use string empty

    SamSadfa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cb4e615 View commit details
    Browse the repository at this point in the history
  3. nit

    SamSadfa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    49ef1fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86fde17 View commit details
    Browse the repository at this point in the history
  5. add more values

    SamSadfa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c191d7f View commit details
    Browse the repository at this point in the history
  6. dotnet format

    SamSadfa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    603cd0f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Version bump

    rossgrambo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    35386d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #600 from Azure/rossgrambo/allocation_id

    Add allocation id when telemetry is enabled for feature flag
    samsadsam authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    51d4ad7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0619626 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #604 from Azure/rossgrambo/merge-main-to-preview

    Merge main to preview with resolved conflicts
    rossgrambo authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9216437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbadbb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b5e523 View commit details
    Browse the repository at this point in the history