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: whdalsrnt/python-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cloudforet-io/python-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on May 19, 2025

  1. feat: add thread-safe handler initialization using double-checked loc…

    …king
    
    Signed-off-by: ImMin5 <mino@megazone.com>
    ImMin5 committed May 19, 2025
    Configuration menu
    Copy the full SHA
    3671e68 View commit details
    Browse the repository at this point in the history
  2. fix: rename thread lock variable for clarity in handler initialization

    Signed-off-by: ImMin5 <mino@megazone.com>
    ImMin5 committed May 19, 2025
    Configuration menu
    Copy the full SHA
    118fbb3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request cloudforet-io#174 from ImMin5/master

    Add thread-safe handler initialization using double-checked locking
    ImMin5 authored May 19, 2025
    Configuration menu
    Copy the full SHA
    cea4921 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. fix: fix increase grpc_client default time out 60 -> 180

    Signed-off-by: jinyoungmoonDEV <moonjinyoung.dev@gmail.com>
    jinyoungmoonDEV committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    812f9b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cloudforet-io#175 from jinyoungmoonDEV/master

    fix: fix increase grpc_client default time out 60 -> 180
    jinyoungmoonDEV authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    29a6cfc View commit details
    Browse the repository at this point in the history
Loading