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

eng-2888-investigate-resource-edit-bug #1273

Merged
merged 43 commits into from
May 5, 2023

Conversation

eunice-chan
Copy link
Contributor

Describe your changes and why you are making these changes

Can edit Postgres integration name now.

The issue is that none of the Config models have an exec_state field and we do not allow extra fields so pydantic throws an error when trying to convert the json.

Not sure who has context regarding why there is an exec_state field. Once we have more information, we can update this PR so that we can either remove that field from the spec or update the model to expect it (not optional field).

Related issue number (if any)

ENG 2888
ENG 2864

Checklist before requesting a review

  • I have created a descriptive PR title. The PR title should complete the sentence "This PR...".
  • I have performed a self-review of my code.
  • [N/A] I have included a small demo of the changes. For the UI, this would be a screenshot or a Loom video.
  • [N/A] If this is a new feature, I have added unit tests and integration tests.
  • [N/A] I have run the integration tests locally and they are passing.
  • I have run the linter script locally (See python3 scripts/run_linters.py -h for usage).
  • All features on the UI continue to work correctly.
  • Added one of the following CI labels:
    • run_integration_test: Runs integration tests
    • skip_integration_test: Skips integration tests (Should be used when changes are ONLY documentation/UI)

kenxu95 and others added 30 commits May 1, 2023 12:17
@eunice-chan eunice-chan added the skip_integration_test Skips required integration test (only documentation/UI changes) label May 3, 2023
@eunice-chan eunice-chan requested review from kenxu95 and jpurusho65 May 3, 2023 00:03
Copy link
Contributor

@jpurusho65 jpurusho65 left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks for fixing this.

Copy link
Contributor

@kenxu95 kenxu95 left a comment

Choose a reason for hiding this comment

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

This hack is fine with me for now. Can we tag it with a task though?

@kenxu95 kenxu95 force-pushed the backend-eng-2864-update-the-workflows-section-of-the branch 2 times, most recently from e01e703 to 3d08e03 Compare May 3, 2023 06:32
Base automatically changed from backend-eng-2864-update-the-workflows-section-of-the to ui_reframing May 3, 2023 06:33
Base automatically changed from ui_reframing to main May 3, 2023 07:21
@eunice-chan eunice-chan changed the title Fix integration edit functionality eng-2888-investigate-resource-edit-bug May 3, 2023
@eunice-chan eunice-chan force-pushed the eng-2888-investigate-resource-edit-bug branch from 1ff5a60 to 6174ca5 Compare May 3, 2023 14:22
@kenxu95
Copy link
Contributor

kenxu95 commented May 3, 2023

@eunice-chan can you also add the workflow_dispatch trigger to this job?

@eunice-chan eunice-chan merged commit 1f1d0e8 into main May 5, 2023
@vsreekanti vsreekanti deleted the eng-2888-investigate-resource-edit-bug branch May 9, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip_integration_test Skips required integration test (only documentation/UI changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants