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: cloudforet-io/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: release-1.12
Choose a head ref
  • 15 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 15, 2023

  1. feat: add allow_disk_use option to analyze query

    (cherry picked from commit 5972549)
    Jongmin Kim committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9b4c59d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. feat: add override openapi step when start fastapi application

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit c8c799d)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1359cc9 View commit details
    Browse the repository at this point in the history
  2. feat: remove default extension.reflection router

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit 6622ad3)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d4347f3 View commit details
    Browse the repository at this point in the history
  3. feat: separate a function for adding external Swagger to an openapi.py

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit 2caf705)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1b09ba7 View commit details
    Browse the repository at this point in the history
  4. feat: remove openapi.py

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit 8a191aa)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d0ef990 View commit details
    Browse the repository at this point in the history
  5. feat: modify some of REST and gRPC config name

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit 93e5adc)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9f0fd5f View commit details
    Browse the repository at this point in the history
  6. feat: remove unused config attribute

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit 8ad715f)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    be92b5e View commit details
    Browse the repository at this point in the history
  7. feat: move set_pytho_path function from command.py

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit c8a58a0)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0ef3710 View commit details
    Browse the repository at this point in the history
  8. feat: add set_environment step when start rest server

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit e7d2442)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    11b7075 View commit details
    Browse the repository at this point in the history
  9. feat: load global conf using env when init_fastapi_app

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit e79374e)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    15609ca View commit details
    Browse the repository at this point in the history
  10. feat: add REST_MAX_THREAD_POOL at default_conf

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit bb2fc2a)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    58f4d80 View commit details
    Browse the repository at this point in the history
  11. feat: set log and tracer before start server

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit 2f88d04)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bbb2f33 View commit details
    Browse the repository at this point in the history
  12. feat: remove unused function

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit fcb1d3c)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    225b670 View commit details
    Browse the repository at this point in the history
  13. feat: modify _set_python_path location to command.py from utils.py

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit 4e07f73)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    058e1b3 View commit details
    Browse the repository at this point in the history
  14. feat: add token parameter at _get_connection_metadata method

    Signed-off-by: ImMin5 <mino@megazone.com>
    (cherry picked from commit fbf5e2b)
    ImMin5 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8ddce12 View commit details
    Browse the repository at this point in the history
Loading