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

Add ability to force delete a group and add ability to add app depenedencies #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

estu0002
Copy link

I needed to be able to do these two things but was unable to with the current code, so I added them.

private Collection<Task> tasks;
private Integer tasksStaged;
private Integer tasksRunning;
private String id;
Copy link

Choose a reason for hiding this comment

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

  • Here and throughout, revert these whitespace changes.
    They add noise to this change and make it harder to evaluate what's materially different.

Copy link
Author

Choose a reason for hiding this comment

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

@seh Sorry about that. I thought I took care of that with a reformat of the file, but it seems as if four spaces and tabs are used inconsistently in some files in your master branch. I cleaned them up as best I could so it should be clear what changed now.

Copy link

Choose a reason for hiding this comment

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

It's not my branch, but I understand what you mean. When editing these files—even with their maddening formatting—I've tried to adhere to the "When in Rome, do as the Romans do" maxim: try to match what's there, and change as little as possible.

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