Uh oh!
There was an error while loading. Please reload this page.
Adding python script to easily obtain key customer info - #41
Adding python script to easily obtain key customer info#41sarahraza007 wants to merge 27 commits into
Conversation
Runs commands in command line, conducts string manipulation to obtain key pieces of infromation, and saves to results file
anfelbar
commented
Nov 10, 2022
@sarahraza007 please update your branch to fix the CI errors. From your working branch, run |
anfelbar
commented
Nov 10, 2022
@sarahraza007 Thank you! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
anfelbar
commented
Nov 10, 2022
Please, move the files you are working on to |
anfelbar
commented
Nov 22, 2022
@sarahraza007 just one final note before we consider merging this PR. Please add a
Add more content as needed. |
anfelbar
commented
Nov 28, 2022
Good job @sarahraza007 !
Please, also update your branch with: git fetch git merge origin/main |
vaibhav-shah
left a comment
There was a problem hiding this comment.
Functionality and information wise, this looks great so far!!
There is one case I am curious about - do we need to account for build options that users might pass to the Bazel CLI? For example, I might run a build with certain configurations and flags: bazel build //this/is/an:example --config=remote --incompatible_strict_action_env ...
I'm thinking we can provide a list build_options that the end user would populate before running the script. This list would then be passed to bazel cquery when we call it (cqueryshould support build options). Let me know your thoughts.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| //java/...: | ||
| - ' BazelJavaProtoAspect: 3' | ||
| - '' | ||
| 'Configurations:': |
There was a problem hiding this comment.
I'd be really curious to see what this section looks like when the script is ran in another repo; details like darwin_amd64 in Execution Platforms are very helpful but the Configurations section seems a bit redundant in this example.
Uh oh!
There was an error while loading. Please reload this page.
lfpino
commented
Mar 7, 2023
Can we check this in? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Andrés Felipe Barco Santa <andres@engflow.com>
Co-authored-by: Andrés Felipe Barco Santa <andres@engflow.com>
Co-authored-by: Andrés Felipe Barco Santa <andres@engflow.com>
anfelbar
commented
Mar 14, 2023
Moving this to Ready for review. |
lfpino
commented
Mar 14, 2023
I've asked @vaibhav-shah to take over this and find a good place for this to live as a sales tool |
anfelbar
commented
May 16, 2023
Do we reached a decision on where to put this? |

Runs commands in command line, conducts string manipulation to obtain key pieces of infromation, and saves to results file