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

[Separation] Separate promptflow azure from promptflow #2490

Closed
wants to merge 1 commit into from

Conversation

crazygao
Copy link
Contributor

Description

All Promptflow Contribution checklist:

  • The pull request does not introduce [breaking changes].
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: suggested workflow.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@crazygao crazygao requested review from a team as code owners March 26, 2024 12:22
@github-actions github-actions bot added sdk prompt flow SDK promptflow labels Mar 26, 2024
Copy link

SDK CLI Global Config Test Result yigao/move_devkit_azure

3 tests   3 ✅  49s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 47e7d76.

Copy link

promptflow SDK CLI Azure E2E Test Result yigao/move_devkit_azure

0 tests   0 ✅  1m 13s ⏱️
4 suites  0 💤
4 files    0 ❌

Results for commit 47e7d76.

"src/promptflow/promptflow/azure/_restclient/flow/**",
"src/promptflow/promptflow/azure/_restclient/swagger.json",
"src/promptflow/promptflow/azure/_models/**",
"src/promptflow-azure/promptflow/azure/_restclient/flow/**",
Copy link
Contributor

Choose a reason for hiding this comment

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

add change to \scripts\dev-setup\main.py

--cov-config=pyproject.toml \
--cov-report=term \
--cov-report=html \
--cov-report=xml \
--dist loadfile \
--log-level=info \
Copy link
Contributor

Choose a reason for hiding this comment

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

add entry_points for pfazure

@@ -58,11 +58,6 @@ markers = [
# durations - list the slowest test durations
addopts = """
Copy link
Contributor

Choose a reason for hiding this comment

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

update dependencies

Copy link

SDK CLI Test Result yigao/move_devkit_azure

   12 files     12 suites   48m 13s ⏱️
  499 tests   480 ✅ 19 💤 0 ❌
1 996 runs  1 920 ✅ 76 💤 0 ❌

Results for commit 47e7d76.

@crazygao crazygao closed this Mar 28, 2024
@crazygao crazygao deleted the yigao/move_devkit_azure branch March 28, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
promptflow sdk prompt flow SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants