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

[serve] rename http spcific classes and files to be generic #39651

Merged

Conversation

GeneDer
Copy link
Contributor

@GeneDer GeneDer commented Sep 13, 2023

Why are these changes needed?

Rename all HTTP specific classes and files to be generic

Related issue number

Closes: #38750

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Signed-off-by: Gene Su <[email protected]>
Signed-off-by: Gene Su <[email protected]>
Signed-off-by: Gene Su <[email protected]>
Signed-off-by: Gene Su <[email protected]>
Signed-off-by: Gene Su <[email protected]>
Signed-off-by: Gene Su <[email protected]>
Signed-off-by: Gene Su <[email protected]>
@zcin
Copy link
Contributor

zcin commented Sep 22, 2023

When I changed http_proxies -> proxies in schema.py, I forgot to modify the description: https://github.com/ray-project/ray/blob/master/python/ray/serve/schema.py#L902. Could you include a fix in this PR @GeneDer?

GeneDer and others added 2 commits September 22, 2023 10:44
…leshooting.md

Co-authored-by: Cindy Zhang <[email protected]>
Signed-off-by: Gene Der Su <[email protected]>
Copy link
Contributor

@edoakes edoakes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! :)

Copy link
Contributor

@architkulkarni architkulkarni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stamp

@edoakes edoakes merged commit d69d397 into ray-project:master Sep 25, 2023
35 of 36 checks passed
@GeneDer GeneDer deleted the rename-http-specific-files-and-classes branch September 25, 2023 20:12
simonsays1980 pushed a commit to simonsays1980/ray that referenced this pull request Sep 26, 2023
…ect#39651)

Rename all HTTP specific classes and files to be generic

Co-authored-by: Cindy Zhang <[email protected]>
Signed-off-by: Simon Zehnder <[email protected]>
vymao pushed a commit to vymao/ray that referenced this pull request Oct 11, 2023
…ect#39651)

Rename all HTTP specific classes and files to be generic

Co-authored-by: Cindy Zhang <[email protected]>
Signed-off-by: Victor <[email protected]>
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.

[Serve] Rename HTTPState, HTTPProxyActor, and related code
4 participants