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

Implement ability to perform cascade operation on event #3399

Closed
sleshchenko opened this issue Dec 15, 2016 · 0 comments
Closed

Implement ability to perform cascade operation on event #3399

sleshchenko opened this issue Dec 15, 2016 · 0 comments
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Milestone

Comments

@sleshchenko
Copy link
Member

It's needed to have ability to modify(create|remove|update) some objects on another object modification. So modifications should be made in one transaction to be sure that everything is modificated or nothing. If cascade operation is failed then transaction must be roll backed and original exception must be thown. For example, on user removing we should remove all his workspaces. If it's not allowed to remove workspace then REST API Client should get original exception like -> 409 "Running workspace can't be removed"

@sleshchenko sleshchenko added kind/bug Outline of a bug - must adhere to the bug report template. kind/docs kind/task Internal things, technical debt, and to-do tasks to be performed. and removed kind/docs kind/bug Outline of a bug - must adhere to the bug report template. labels Dec 15, 2016
@sleshchenko sleshchenko added status/in-progress This issue has been taken by an engineer and is under active development. team/plugin labels Dec 15, 2016
@sleshchenko sleshchenko added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. and removed status/in-progress This issue has been taken by an engineer and is under active development. labels Dec 22, 2016
@sleshchenko sleshchenko added status/pending-merge and removed status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. labels Dec 28, 2016
@ashumilova ashumilova modified the milestones: 5.0.1, 5.1.0 Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants