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

Introduce Warehouse and Dataload Processes API support #48

Merged
merged 9 commits into from
Sep 4, 2014
Merged

Conversation

jimirocks
Copy link
Contributor

No description provided.

@martiner
Copy link
Contributor

please rename ads to warehouse


@Override
protected boolean isFinished(ClientHttpResponse response) throws IOException {
return HttpStatus.CREATED.equals(response.getStatusCode());
Copy link
Contributor

Choose a reason for hiding this comment

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

add check the instance is enabled

@martiner martiner self-assigned this Aug 21, 2014
@jimirocks jimirocks changed the title CODE: DSS-753 introduce ADS api support introduce ADS api support Aug 25, 2014
@jimirocks jimirocks changed the title introduce ADS api support introduce ADS and MSF processes API support Aug 28, 2014
@jimirocks jimirocks force-pushed the jmi-ads branch 2 times, most recently from 2938ffb to 991bb0c Compare September 2, 2014 09:24
* @param project project to which the process belongs
* @return created process
*/
public Process createProcess(Process process, File processData, Project project) {
Copy link
Contributor

Choose a reason for hiding this comment

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

project should be the first argument

*/
public ProcessService(RestTemplate restTemplate, AccountService accountService) {
super(restTemplate);
this.accountService = accountService;
Copy link
Contributor

Choose a reason for hiding this comment

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

not null

@Override
protected void onFinish() {
if (!getResult().isEnabled()) {
throw new GoodDataException("Created warehouse is not enabled!");
Copy link
Contributor

Choose a reason for hiding this comment

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

please add ware house uri to the message

@martiner martiner added this to the 0.9 milestone Sep 4, 2014
@martiner martiner changed the title introduce ADS and MSF processes API support Introduce Warehouse and Dataload Processes API support Sep 4, 2014
martiner pushed a commit that referenced this pull request Sep 4, 2014
Introduce Warehouse and Dataload Processes API support
@martiner martiner merged commit f80fcbd into master Sep 4, 2014
@martiner martiner deleted the jmi-ads branch September 4, 2014 14:05
This was referenced Nov 8, 2014
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