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

IDEX-3913: Implement stack api #351

Merged
merged 1 commit into from
Feb 16, 2016
Merged

IDEX-3913: Implement stack api #351

merged 1 commit into from
Feb 16, 2016

Conversation

AndrienkoAleksandr
Copy link
Contributor

@AndrienkoAleksandr AndrienkoAleksandr commented Feb 16, 2016

_1 Upvote_ Signed-off-by: Aleksandr Andrienko aandrienko@codenvy.com

}

@PostConstruct
public void start() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Use lock for @PostConstruct and @PredDestroy methods as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK

<artifactId>che-core-ide-stacks</artifactId>
<packaging>jar</packaging>
<name>Che Core :: IDE :: STACKS</name>
</project>
Copy link
Contributor

Choose a reason for hiding this comment

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

missing empty line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok

@@ -0,0 +1,710 @@
[
Copy link
Contributor

Choose a reason for hiding this comment

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

why these stacks are part of ide core module ? as it's more linked to the core/platform than IDE

Copy link
Contributor Author

Choose a reason for hiding this comment

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

{
"name": "default",
"limits": {
"memory": 1000
Copy link
Contributor

Choose a reason for hiding this comment

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

This field now called "ram"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I'll fix it.

@ashumilova
Copy link
Contributor

+1

@vparfonov
Copy link
Contributor

ok

@voievodin
Copy link
Contributor

Generally it looks okay

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
AndrienkoAleksandr added a commit that referenced this pull request Feb 16, 2016
IDEX-3913: Implement stack api
@AndrienkoAleksandr AndrienkoAleksandr merged commit 9c60f9b into master Feb 16, 2016
@AndrienkoAleksandr AndrienkoAleksandr deleted the IDEX-3913 branch February 16, 2016 13:24
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.

6 participants