Skip to content

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

Open
estu0002 wants to merge 3 commits intowillroden:masterfrom
estu0002:master
Open

Add ability to force delete a group and add ability to add app depenedencies #21
estu0002 wants to merge 3 commits intowillroden:masterfrom
estu0002:master

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.

2 participants