OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

feat: support gitpod

Open qsliu2017 opened this issue 1 year ago • 4 comments

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) feature

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)? developers can start coding at https://gitpod.io/#/github.com/4paradigm/OpenMLDB (my forked repo has setup gitpod) this reduces dependency install and first-time building

need helps:

  • [ ] install Gitpod GitHub app on this repo, see https://www.gitpod.io/docs/prebuilds#github

qsliu2017 avatar Jul 16 '22 14:07 qsliu2017

Codecov Report

Merging #2185 (c280643) into main (6e691e8) will increase coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2185   +/-   ##
=========================================
  Coverage     75.75%   75.76%           
  Complexity      367      367           
=========================================
  Files           624      624           
  Lines        118073   118073           
  Branches       1048     1048           
=========================================
+ Hits          89446    89453    +7     
+ Misses        28410    28403    -7     
  Partials        217      217           
Impacted Files Coverage Δ
src/sdk/db_sdk.cc 65.69% <0.00%> (-0.90%) :arrow_down:
src/catalog/client_manager.cc 42.20% <0.00%> (-0.29%) :arrow_down:
src/zk/zk_client.cc 83.37% <0.00%> (-0.26%) :arrow_down:
hybridse/src/codec/fe_row_codec.cc 78.33% <0.00%> (-0.16%) :arrow_down:
src/client/ns_client.cc 46.94% <0.00%> (-0.15%) :arrow_down:
src/nameserver/name_server_impl.cc 42.72% <0.00%> (-0.10%) :arrow_down:
hybridse/src/vm/runner.cc 67.74% <0.00%> (-0.04%) :arrow_down:
src/tablet/tablet_impl.cc 61.70% <0.00%> (+0.07%) :arrow_up:
src/log/log_reader.cc 79.11% <0.00%> (+2.64%) :arrow_up:
src/replica/replicate_node.cc 78.77% <0.00%> (+4.46%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6e691e8...c280643. Read the comment docs.

codecov[bot] avatar Jul 16 '22 14:07 codecov[bot]

SDK Test Report

  77 files    77 suites   6m 0s :stopwatch: 166 tests 164 :heavy_check_mark: 2 :zzz: 0 :x: 208 runs  206 :heavy_check_mark: 2 :zzz: 0 :x:

Results for commit c2806431.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Jul 16 '22 15:07 github-actions[bot]

Linux Test Report

       55 files       200 suites   53m 29s :stopwatch:   9 244 tests   9 240 :heavy_check_mark: 4 :zzz: 0 :x: 13 600 runs  13 596 :heavy_check_mark: 4 :zzz: 0 :x:

Results for commit c2806431.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Jul 16 '22 15:07 github-actions[bot]

@lumianph see if we're ok to install gitpod ? gitpod is similar to GitHub Code Space but is in public service so probably more developer can use it than code space

aceforeverd avatar Jul 18 '22 04:07 aceforeverd

@lumianph see if we're ok to install gitpod? gitpod is similar to GitHub Code Space but is in public service so probably more developer can use it than code space

Installing Gitpod GitHub App to this repository will help you to enable prebuilds to keep always ready to code.

Also, In Gitpod you can use Multiple IDEs & not just VS Code. Detailed difference

gitpod-for-oss avatar Aug 24 '22 18:08 gitpod-for-oss