Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cortexproject/cortex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ea9f15
Choose a base ref
...
head repository: cortexproject/cortex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cdda1c8
Choose a head ref
  • 10 commits
  • 38 files changed
  • 6 contributors

Commits on Jan 23, 2025

  1. Prepare 1.19.0-rc.0

    Signed-off-by: Charlie Le <charlie_le@apple.com>
    CharlieTLe committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    d0b36d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6538 from CharlieTLe/prepare-release-1.19

    Prepare 1.19.0-rc.0
    CharlieTLe authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    7bb370a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    5708058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6660ba1 View commit details
    Browse the repository at this point in the history
  3. Fixed blocksGroupWithPartition unable to reuse functions from blocksG…

    …roup (#6547)
    
    * Fixed blocksGroupWithPartition unable to reuse functions from blocksGroup
    
    Signed-off-by: Alex Le <leqiyue@amazon.com>
    
    * update tests
    
    Signed-off-by: Alex Le <leqiyue@amazon.com>
    
    ---------
    
    Signed-off-by: Alex Le <leqiyue@amazon.com>
    alexqyle authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    69f5fb4 View commit details
    Browse the repository at this point in the history
  4. Remove TransferChunks gRPC method (#6543)

    Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
    SungJin1212 authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    a01bfa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Uupdate Ppromqlsmith (#6557)

    Signed-off-by: alanprot <alanprot@gmail.com>
    alanprot authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    02d5157 View commit details
    Browse the repository at this point in the history
  2. Query Partial Data (#6526)

    * Create partial_data
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Fix lazyquery so that warning message is returned
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Add QueryPartialData limit
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Fix broken mock
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Make response with warnings to be not cached
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Updated streamingSelect in distributor_queryable
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Update query.go
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Update replication_set
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Lint
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Lint again
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Generated doc
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Changelog
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Update config description
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Do not remove warnings from seriesSet
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Avoid cache only if the warning message contains partial data error
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Remove context usage for partial data
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Refactor how partial data info is passed + apply to series and label methods as well
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Lint + fix tests
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Fix build
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Create separate config for ruler partial data
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Genereta doc
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Add more tests
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Change error
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Fix test
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Update changelog
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Update changelog
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Nit
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    * Nit
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    
    ---------
    
    Signed-off-by: Justin Jung <jungjust@amazon.com>
    justinjung04 authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    de5cfe1 View commit details
    Browse the repository at this point in the history
  3. Add timeout for dynamodb ring kv (#6544)

    * add dynamodb kv with timeout enforced
    
    Signed-off-by: yeya24 <benye@amazon.com>
    
    * add tests
    
    Signed-off-by: yeya24 <benye@amazon.com>
    
    * docs
    
    Signed-off-by: Ben Ye <benye@amazon.com>
    
    * update changelog
    
    Signed-off-by: Ben Ye <benye@amazon.com>
    
    ---------
    
    Signed-off-by: yeya24 <benye@amazon.com>
    Signed-off-by: Ben Ye <benye@amazon.com>
    yeya24 authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    b4953a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Add rule information to query paramters sent to the QFE

    Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
    SungJin1212 committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    cdda1c8 View commit details
    Browse the repository at this point in the history
Loading