Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: cli to bentoml_cli #2880

Merged
merged 1 commit into from
Aug 9, 2022
Merged

refactor: cli to bentoml_cli #2880

merged 1 commit into from
Aug 9, 2022

Conversation

sauyon
Copy link
Contributor

@sauyon sauyon commented Aug 9, 2022

No description provided.

@sauyon sauyon requested review from ssheng, parano and a team as code owners August 9, 2022 03:58
@sauyon sauyon requested review from bojiang and removed request for a team August 9, 2022 03:58
@pep8speaks
Copy link

pep8speaks commented Aug 9, 2022

Hello @sauyon, Thanks for updating this PR.

There are currently no PEP 8 issues detected in this PR. Cheers! 🍻

Comment last updated at 2022-08-09 04:11:06 UTC

@codecov
Copy link

codecov bot commented Aug 9, 2022

Codecov Report

Merging #2880 (99a8473) into main (3cc662c) will decrease coverage by 0.22%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2880      +/-   ##
==========================================
- Coverage   70.27%   70.05%   -0.23%     
==========================================
  Files         116      121       +5     
  Lines       10184     9785     -399     
==========================================
- Hits         7157     6855     -302     
+ Misses       3027     2930      -97     
Impacted Files Coverage Δ
bentoml/serve.py 0.00% <0.00%> (ø)
bentoml_cli/bentos.py
bentoml_cli/containerize.py
bentoml_cli/env.py
bentoml_cli/models.py
bentoml_cli/serve.py
bentoml_cli/server/http_api_server.py
bentoml_cli/server/http_dev_api_server.py
bentoml_cli/server/runner.py
... and 24 more

* refactor: cli to

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>

* asdf

* fix log

* apply format

* style things

* refactor(server): move python api out

* align the placement of cli and py api

* fix: lint and format issues

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>

* fix: tests

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>

* chore: updates scripts format

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>

* revert: accidentally remove build_wheel :)

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>

Co-authored-by: bojiang <bojiang_@outlook.com>
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
@aarnphm aarnphm changed the title refactor: cli to bentoml_cli (#2867) refactor: cli to bentoml_cli Aug 9, 2022
@aarnphm aarnphm merged commit 86fd357 into bentoml:main Aug 9, 2022
@aarnphm aarnphm deleted the cli-refactor branch August 9, 2022 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants