-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conversation
Signed-off-by: sougata-progress <sougatab@progress.com>
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. |
There was a problem hiding this 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
test/builder-api/src/origin.js
- Fix 'project' related test cases.- possibly comment out a few tests in
test/builder-api/project.js
or may be comment out this file intest/builder-api/api.js
with a//TODO
added - Likely following functions in
app/actions/gitHub.ts
are not required as well - (because they were being used only in theproject.ts
)*githubInstallations
and*githubRepositories
. This might be a good time to remove those.
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>
435fe3e
to
d36c53d
Compare
6508b3b
to
e379c94
Compare
Signed-off-by: sougata-progress <sougatab@progress.com>
e379c94
to
57d8a20
Compare
Signed-off-by: sougata-progress <sougatab@progress.com>
Signed-off-by: sougata-progress <sougatab@progress.com>
Signed-off-by: sougata-progress <sougatab@progress.com>
fb14bb1
to
3fb8be5
Compare
hi @mwrock I have made the requested changes |
Obvious fix; these changes are the result of automation not creative thinking.
story : CHEF-12418