You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by akuznetsov-gridgain <gi...@git.apache.org> on 2016/05/16 07:30:53 UTC

[GitHub] ignite pull request: Test execute Visor tasks via REST HTTP

GitHub user akuznetsov-gridgain opened a pull request:

    https://github.com/apache/ignite/pull/720

    Test execute Visor tasks via REST HTTP

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-gg-11117

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/720.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #720
    
----
commit 75af87caf67d220fc96766a93a1a44057690d42f
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-04-26T08:00:20Z

    Special build for use with Web Console.

commit 032491fa2242c344c98bbed8d443b82f72346d5e
Author: Andrey Novikov <an...@apache.org>
Date:   2016-04-27T10:01:50Z

    GG-11117 Fixed serialization to JSON.

commit 2c472f7aafc7e8942bd67f70bb31f5cbf4793560
Author: Andrey Novikov <an...@apache.org>
Date:   2016-05-05T03:40:49Z

    GG-11117 Minor fix.

commit 5a931f00ccf27421c036c717591bf45290b23c79
Author: Andrey Novikov <an...@apache.org>
Date:   2016-05-06T07:20:09Z

    GG-11117 Added test.

commit fc30181dc083f9573471206473cd9fc26aec6159
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-05-06T08:17:30Z

    Prepare web-console for 1.6 release.

commit 5d0fcc9aee31407546d0bbcb295b095d0f7c9e4c
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-05-06T08:18:28Z

    Merge branch 'ignite-1.6' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-11117

commit 44ea8e66a3719df17271f2c8cad06efc10080802
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-06T11:16:43Z

    GG-11117 WIP REST Visor task execution test

commit a699af906e51acc743ee678a0d26904bf821fa65
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-10T09:21:48Z

    GG-11117 List of tasks for test

commit ece6c889f3cb206a2a797c2614e742ac7248482a
Author: Andrey Novikov <an...@apache.org>
Date:   2016-05-11T06:22:36Z

    GG-11117 Review.

commit 24d7efe4ba92fe2938fc1d6a54dc8274a174e6cf
Author: Andrey Novikov <an...@apache.org>
Date:   2016-05-12T08:09:57Z

    GG-11117 Review.

commit 9b18b1797e3c0d9a0bb61e75b100b6277ad964bc
Author: Andrey Novikov <an...@apache.org>
Date:   2016-05-12T09:16:06Z

    GG-11117 Review.

commit 8f1182cde9aa80c76a80c7ddfdd74c9df1948f7c
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-12T11:07:01Z

    GG-11117 WIP GridGain task tests

commit 7bd494f235842a77b092eb7b017b9b4ac93bf5ed
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-12T11:07:29Z

    Merge remote-tracking branch 'community/ignite-gg-11117' into ignite-gg-11117

commit 54f975defe21c3b959695925eea7164b9a100a33
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-13T06:14:08Z

    GG-11117 Additional argument type

commit c50936d55dee9d2dddb894201507dac052d15860
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-13T07:50:16Z

    GG-11117 Javadoc, parent methods.

commit c68798b4bdf723abf7536be88ac3c6465f402272
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-05-16T02:37:41Z

    Merge branch 'ignite-1.6' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-11117

commit 1884216c08fd29a9f41200dc387e17b032c96c38
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-16T03:39:24Z

    GG-11117 Fixed messages

commit f5d6bd5b222e026dc7e357ea3b3a14b8db5fbc8f
Author: Andrey Novikov <an...@apache.org>
Date:   2016-05-16T06:01:05Z

    GG-11117 Review.

commit ac25c8fc73aafd2380b13cb1d9dca2f4ac7a2bac
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-16T06:51:28Z

    GG-11117 Separated cache configuration

commit c20e58306b7634562959b087a4602f473e474a10
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-05-16T07:01:25Z

    GG-11117 Review.

commit 796074eeb4c4997f9f779677385e4e656242e038
Author: vsisko <vs...@gridgain.com>
Date:   2016-05-16T07:15:01Z

    GG-11117 Restored cache configuration

commit 80fcf3b51816ae61193a7b51999769e7b5325002
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-05-16T07:15:49Z

    Merge remote-tracking branch 'community/ignite-gg-11117' into ignite-gg-11117

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request: Test execute Visor tasks via REST HTTP

Posted by akuznetsov-gridgain <gi...@git.apache.org>.
Github user akuznetsov-gridgain closed the pull request at:

    https://github.com/apache/ignite/pull/720


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---