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

Removed connected_plans from backend #1833

Merged
merged 9 commits into from
Aug 13, 2024

Conversation

sougata-progress
Copy link
Contributor

story : CHEF-12418

Signed-off-by: sougata-progress <sougatab@progress.com>
@sougata-progress
Copy link
Contributor Author

hi @mwrock i have removed the logic for the functions i could find, which i think are related to connected plans. please let me know if there are any other functions that are related to this ex. create_job, etc, as i couldn't figure out if the other functions are needed or not.
another thing, do i need to run make lint and fmt on this pr as well?

Copy link
Contributor

@agadgil-progress agadgil-progress left a comment

Choose a reason for hiding this comment

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

In addition to the comments mentioned, you may want to look at the following files and possibly update/remove

  1. test/builder-api/src/origin.js - Fix 'project' related test cases.
  2. possibly comment out a few tests in test/builder-api/project.js or may be comment out this file in test/builder-api/api.js with a //TODO added
  3. Likely following functions in app/actions/gitHub.ts are not required as well - (because they were being used only in the project.ts) *githubInstallations and *githubRepositories. This might be a good time to remove those.

components/builder-api/src/server/resources/projects.rs Outdated Show resolved Hide resolved
Signed-off-by: sougata-progress <sougatab@progress.com>
Signed-off-by: sougata-progress <sougatab@progress.com>
Signed-off-by: sougata-progress <sougatab@progress.com>
Signed-off-by: sougata-progress <sougatab@progress.com>
@sougata-progress sougata-progress force-pushed the sougata/remove_connected_plans branch 2 times, most recently from 435fe3e to d36c53d Compare August 8, 2024 20:04
@sougata-progress sougata-progress force-pushed the sougata/remove_connected_plans branch 4 times, most recently from 6508b3b to e379c94 Compare August 9, 2024 21:36
Signed-off-by: sougata-progress <sougatab@progress.com>
Signed-off-by: sougata-progress <sougatab@progress.com>
Signed-off-by: sougata-progress <sougatab@progress.com>
@sougata-progress sougata-progress marked this pull request as ready for review August 12, 2024 13:53
test/builder-api/src/api.js Outdated Show resolved Hide resolved
test/builder-api/src/origins.js Outdated Show resolved Hide resolved
test/builder-api/src/origins.js Outdated Show resolved Hide resolved
test/builder-api/src/projects.js Outdated Show resolved Hide resolved
test/builder-api/src/roles.js Outdated Show resolved Hide resolved
test/builder-api/src/roles.js Outdated Show resolved Hide resolved
Signed-off-by: sougata-progress <sougatab@progress.com>
@sougata-progress
Copy link
Contributor Author

hi @mwrock I have made the requested changes

@sougata-progress sougata-progress merged commit 14cf48c into main Aug 13, 2024
7 checks passed
@sougata-progress sougata-progress deleted the sougata/remove_connected_plans branch August 13, 2024 07:43
chef-expeditor bot pushed a commit that referenced this pull request Aug 13, 2024
Obvious fix; these changes are the result of automation not creative thinking.
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.

3 participants