-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add action to build objects in project explorer and source orbit #634
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Sanjula <[email protected]>
Signed-off-by: Sanjula <[email protected]>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
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.
THis is fantastic, would have been great to have in the demo with Research.
Great work. I am requesting a minor tweak
|
||
![Set Build Object Command](../../assets/ProjectExplorer_41.png ':size=500') | ||
|
||
To then build a target object, locate the object under the **Library List** or **Object Libraries** and use the right-click **Run Build Object** action. |
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.
I think the menu item would be better as 'Build Object', this is different than 'Run Build' which implies running the full build. I know this means redoing some screen caps, but I believe it would be an improvement
> | ||
> This action can also be performed on objects under the [Source Orbit heading](https://ibm.github.io/sourceorbit/#/./pages/extension/index?id=ibm-i-project-explorer-integration) in **Project Explorer** as well as on objects in both [impacted object views](https://ibm.github.io/sourceorbit/#/./pages/extension/index?id=view-impacted-objects) provided by Source Orbit (**Source Impacts** and **Change Impacts**). | ||
|
||
![Run Build Object](../../assets/ProjectExplorer_42.png ':size=500') |
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.
Prefer Build Object
Changes
buildObjectCommand
field iniproj.json
to set command to build a specific object in the projectSet Build Object Command
actionRun Build Object
action