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: timeplus-io/proton
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.31
Choose a base ref
...
head repository: timeplus-io/proton
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 18 commits
  • 191 files changed
  • 9 contributors

Commits on Jan 16, 2024

  1. fix smoke test for disable backfill sorting (#477)

    * fix smoke test for disable backfill sorting
    * increase volume size from 60GiB->80GiB
    
    ---------
    
    Co-authored-by: haohang <113408135+yokofly@users.noreply.github.com>
    yl-lisen and yokofly authored Jan 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c64ec3d View commit details
  2. prometheus metrics for external stream sink (#485)

    Co-authored-by: haohang <113408135+yokofly@users.noreply.github.com>
    qijun-niu-timeplus and yokofly authored Jan 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ab22690 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6bb138d View commit details
  4. make file storage unsupport streaming query (#478)

    lizhou1111 authored Jan 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f56f58f View commit details
  5. optimize hash table grower for streaming (#494)

    * If the keys number of hash map are between 1048572 and 8388608, less reserved memory will be requested
    yl-lisen authored Jan 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    58445ba View commit details

Commits on Jan 17, 2024

  1. fix incorrect subscribe mode check for internal subquery (#499)

    yl-lisen authored Jan 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    31bd5b5 View commit details
  2. enhance UDF name validation (#480)

    lizhou1111 authored Jan 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3cdf22f View commit details
  3. Enable proton revision for checkpoint (#495)

    * enable proton revision for checkpoint
    * Revise partial serialize/deserialize interface to support versioning
    yl-lisen authored Jan 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0df5058 View commit details

Commits on Jan 18, 2024

  1. docs: Refine README and docker compose files in examples (#489)

    * WIP- Update README.md - opening
    
    * new Proton README
    
    * add whitespace and newline in README
    
    * WIP README change, about to upload 2min video
    
    * Update README.md to use GitHub asset for video
    
    * update README and dockercompose for sensor app demo
    
    * update README and docker compose for grafana demo
    
    * update README and docker compose for hackernews demo
    
    * Update README.md
    
    * minor change about ClickHouse in README
    
    * seems to be a bug of link in GitHub markdown, adding www
    
    * Markdown trick need a new line
    
    * missing a space
    
    * Update README.md
    
    Add my comments to simplify the messages, guides
    
    * Update README.md
    
    Added Timeplus cloud as one of options
    
    * fix broken link, Apache Kafka, avoid repeating words
    
    * use `proton client` not `proton-client`
    
    * minor README change to the hackernews demo
    
    * update high level diagram and revert change for No.4
    
    ---------
    
    Co-authored-by: Ting <tingfirst@gmail.com>
    jovezhong and tingfirst authored Jan 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e5a0501 View commit details
  2. Add more metrics log (#492)

    * add more metrics log
    * remove CachedBlockMetrics serialization
    * tweak log aggregated metrics
    yl-lisen authored Jan 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1bc83df View commit details

Commits on Jan 19, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d7fe1d5 View commit details

Commits on Jan 20, 2024

  1. modify backfill data parts order in ascending (#510)

    yl-lisen authored Jan 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ac11533 View commit details
  2. update docker-compose in examples folder (#511)

    * update coinbase init process
    
    * update dockercompose for sensor and hackernews
    
    ---------
    
    Co-authored-by: Jove Zhong <jove@timeplus.io>
    gangtao and jovezhong authored Jan 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8c9e0c5 View commit details
  3. support recover when background pipeline of mv finished unexpected (#509

    )
    
    * support recover when background pipeline of mv finished unexpected
    * reduce the frequency of recovery
    yl-lisen authored Jan 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2b6ffac View commit details
  4. Bugfix/issue 360 print sha256sum after workflow release (#502)

    * fix typo:
    destory -> destroy
    https://word.tips/spelling/destroy-vs-destory/
    
    * add sha256 in the binary output log
    homebrew proton require the version number and sha256sum
    timeplus-io/homebrew-timeplus@1c8ef6c
    
    normally you have to download the binary to get the sha256 output , right now just check the releasebuild action workflow log.
    
    this commit wanna take:
    (minimal effort to relieve the way to upgrade homebrew)
    
    * fix #501
    
    * continue improve bash script
    yokofly authored Jan 20, 2024
    Copy the full SHA
    e979905 View commit details

Commits on Jan 21, 2024

  1. Copy the full SHA
    4b06b4d View commit details
  2. Copy the full SHA
    184f09f View commit details
  3. Copy the full SHA
    ef51197 View commit details
Loading