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: ByConity/ByConity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1
Choose a base ref
...
head repository: ByConity/ByConity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.2
Choose a head ref
  • 15 commits
  • 30 files changed
  • 6 contributors

Commits on Jun 4, 2024

  1. Merge branch 'profile-events-fix-2.1' into 'cnch-2.1'

    fix(clickhousech@m-3892779614): profile events are logged even exception is thrown
    
    See merge request dp/ClickHouse!21513
    nudles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d8fc861 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge pull request #1692 from ByConity/cp-06-04-r

    Merge branch 'profile-events-fix-2.1' into 'cnch-2.1'
    fanqi1909 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bb7e524 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    27114d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1702 from ByConity/fix-unit-test

    fix unit test failure from ansi_nullify_grouping.sql
    fanqi1909 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5287929 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    98be6ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6b412 View commit details
    Browse the repository at this point in the history
  3. sync KVAccessStorage

    liyinsg committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f3adcdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c8c7a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82f7271 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Fix error due to output buffer not finalized correctly

    When http requests come with 'compressed=1', HTTPHandler
    uses CompressedWriteBuffer. But it missed to call its
    finalize() explicitly. Then finalize() is invoked in
    the dctor, which happens after the response is sent.
    As a result, the response has incomplete data.
    nudles committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    480ec3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1713 from liyinsg/rbac_sync

    Sync internal RBAC changes to ByConity
    kevinthfang authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    25d34e8 View commit details
    Browse the repository at this point in the history
  3. add test cases

    nudles committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6abe0aa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge pull request #1724 from ByConity/fix-http-compress-1

    Fix error due to output buffer not finalized correctly
    kevinthfang authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5db242b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jun 28, 2024

  1. Merge pull request #1729 from nudles/fix-blocker-mat-column-bug

    Fix blocker mat column bug [CP]
    nudles authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4c5b522 View commit details
    Browse the repository at this point in the history
Loading