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

[ATO-1652] Add target to check if gRPC code is in sync with generated python code #1111

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

radovanZRasa
Copy link
Contributor

Add Makefile target to check if gRPC .proto files and generated Python code are in sync.
Target is part of existing make lint which is already part of CI.

Status (please check what you already did):

  • made PR ready for code review
  • added some tests for the functionality
  • updated the documentation in the rasaHQ/rasa
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

@radovanZRasa radovanZRasa force-pushed the ci/ATO-1652-check-for-proto-python-discrepancy branch 2 times, most recently from 661dade to 68f755f Compare June 19, 2024 12:58
@radovanZRasa radovanZRasa requested a review from a team as a code owner June 19, 2024 12:58
@radovanZRasa radovanZRasa requested review from rasa-aadlv and removed request for a team June 19, 2024 12:58
@radovanZRasa radovanZRasa force-pushed the ci/ATO-1652-check-for-proto-python-discrepancy branch 2 times, most recently from 6d37786 to fcdb1d3 Compare June 19, 2024 13:09
@radovanZRasa radovanZRasa force-pushed the ci/ATO-1652-check-for-proto-python-discrepancy branch from fcdb1d3 to 8b8ce99 Compare June 19, 2024 13:10
@@ -59,6 +59,9 @@ jobs:
- name: Install Dependencies 📦
run: make install

- name: Listing Dependencies 📦
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added this to help with debugging.

@@ -20,6 +20,10 @@ install:
poetry run python -m pip install -U pip
poetry install

install-dev:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Target to install runtime and dev dependencies.

@radovanZRasa radovanZRasa merged commit 2247a58 into main Jun 19, 2024
16 checks passed
@radovanZRasa radovanZRasa deleted the ci/ATO-1652-check-for-proto-python-discrepancy branch June 19, 2024 14:49
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.

2 participants