[ARVADOS] updated: 7497b21c937bb6e8451f16047945b7cfc9081a53

Git user git at public.curoverse.com
Mon Aug 29 15:15:43 EDT 2016


Summary of changes:
 .../controllers/container_requests_controller.rb   |  45 ++-
 apps/workbench/app/helpers/application_helper.rb   | 143 +++++++
 .../views/container_requests/_show_inputs.html.erb |  40 ++
 .../test/integration/application_layout_test.rb    |   2 +-
 .../test/integration/container_requests_test.rb    |  99 +++++
 apps/workbench/test/integration/projects_test.rb   |   2 +-
 services/api/test/fixtures/container_requests.yml  | 416 +++++++++++++++++++++
 services/api/test/fixtures/workflows.yml           |   4 +-
 8 files changed, 746 insertions(+), 5 deletions(-)
 create mode 100644 apps/workbench/app/views/container_requests/_show_inputs.html.erb
 create mode 100644 apps/workbench/test/integration/container_requests_test.rb

       via  7497b21c937bb6e8451f16047945b7cfc9081a53 (commit)
       via  18196667a4e772ee6ba782ffd5fddf302b963739 (commit)
       via  965d03c7e9e8f08e0c3005ec221dfdb0e8a6bf16 (commit)
       via  e93aaa7abf13b71c87c3ba1fea7a7a5d53df1095 (commit)
       via  f35ca630699460653f03702afec4a57866130421 (commit)
       via  3bdb80dfd5dee326bf66f5025997cce5aca6cbff (commit)
       via  b7e7c0861ed70524e8aff0aa82a35a887619dff8 (commit)
       via  241a1049be1eb101723a3714125eef8baa3c33dc (commit)
       via  a8a872728016791ed1452171ee20829d3ac44fa4 (commit)
       via  695702b379a7be5abd96742ffee7f4f4bfcef2a8 (commit)
       via  a8b2cadecb56f990831d4ce5de079b2c33253cf6 (commit)
       via  1c4506929f883a25240e5cbc0a5e55597b9ddb1b (commit)
       via  2dc894c77d63c4e0f8ddfaf4df6067872e60da81 (commit)
       via  04897299db36ce0e467fe09bc0e4e25d8a932ff8 (commit)
      from  7ee36999363fdad6b957747bb96ae3ded5973bc8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 7497b21c937bb6e8451f16047945b7cfc9081a53
Merge: 7ee3699 1819666
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Aug 29 15:15:36 2016 -0400

    Merge branch 'origin-9043-test-edit-container-request' closes #9043


commit 18196667a4e772ee6ba782ffd5fddf302b963739
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Aug 29 15:15:11 2016 -0400

    9043: Remove redundant ex_opt_string and unsupported ex_opt_file_array from test fixture.

diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml
index 64b11fe..2216524 100644
--- a/services/api/test/fixtures/container_requests.yml
+++ b/services/api/test/fixtures/container_requests.yml
@@ -224,27 +224,6 @@ uncommitted:
                         "inputBinding": {"position": 1}
                     },
                     {
-                        "doc": "any parameter can be turned into an optional array with [\"null\", {\"type\": \"array\", \"items\": \"the_type\"}\n",
-                        "type": [
-                            "null",
-                            {
-                                "items": "File",
-                                "type": "array"
-                            }
-                        ],
-                        "id": "ex_opt_file_array",
-                        "inputBinding": {"position": 1}
-                    },
-                    {
-                        "doc": "any parameter can be made optional by providing a union of [\"null\", \"the_type\"]\n",
-                        "type": [
-                            "null",
-                            "string"
-                        ],
-                        "id": "ex_opt_string",
-                        "inputBinding": {"position": 1}
-                    },
-                    {
                         "type": "string",
                         "id": "ex_string",
                         "inputBinding": {"position": 1}
@@ -365,27 +344,6 @@ uncommitted_ready_to_run:
                         "inputBinding": {"position": 1}
                     },
                     {
-                        "doc": "any parameter can be turned into an optional array with [\"null\", {\"type\": \"array\", \"items\": \"the_type\"}\n",
-                        "type": [
-                            "null",
-                            {
-                                "items": "File",
-                                "type": "array"
-                            }
-                        ],
-                        "id": "ex_opt_file_array",
-                        "inputBinding": {"position": 1}
-                    },
-                    {
-                        "doc": "any parameter can be made optional by providing a union of [\"null\", \"the_type\"]\n",
-                        "type": [
-                            "null",
-                            "string"
-                        ],
-                        "id": "ex_opt_string",
-                        "inputBinding": {"position": 1}
-                    },
-                    {
                         "type": "string",
                         "id": "ex_string",
                         "inputBinding": {"position": 1}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list