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

DM-28653: Initial changes to support execution butler. #38

Merged
merged 3 commits into from
Jul 29, 2021

Commits on Jul 29, 2021

  1. Initial changes to support execution butler.

    Also added text=auto in .gitattributes and fixed the line
    endings in a couple files.
    
    Fixed some docstrings (either missing or just missing parameters).
    Removed some parameters from internal functions that were no
    longer using them.
    MichelleGower committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a1c669a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6d565e View commit details
    Browse the repository at this point in the history
  3. Finish execution butler work based upon feedback.

    Separate GenericWorkflowJob's cmdline into executable and arguments
    where executable now a GenericWorkflowExec.
    
    Also per meeting discussion, make execution butler not the default.
    Fix bpsUseShared bugs and bug when creating merge job.
    Updated quickstart guide.
    
    Misc. updates based upon review comments.
    MichelleGower committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    92715a8 View commit details
    Browse the repository at this point in the history