[ARVADOS] updated: 1.3.0-1476-g22de1507b

Git user git at public.curoverse.com
Mon Aug 12 14:15:20 UTC 2019


Summary of changes:
 .../test/integration/pipeline_instances_test.rb        | 18 ------------------
 services/api/lib/can_be_an_owner.rb                    |  2 ++
 2 files changed, 2 insertions(+), 18 deletions(-)

       via  22de1507bc49617b02aa219302cecb830694adb5 (commit)
       via  c72420e52c085c76dead3e700e05e6fd058dccb2 (commit)
      from  52cfc5c943a591d4f8095794820b72b697ae6f12 (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 22de1507bc49617b02aa219302cecb830694adb5
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Aug 12 10:15:00 2019 -0400

    15133: Can't edit pipeline descriptions any more.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 8afa0b88e..b6e86d8ae 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -73,24 +73,6 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
     page.assert_selector "#provenance_graph"
   end
 
-  test 'pipeline description' do
-    visit page_with_token('active_trustedclient', '/pipeline_instances')
-    assert page.has_text? 'pipeline_with_job'
-
-    find('a', text: 'pipeline_with_job').click
-
-    within('.arv-description-as-subtitle') do
-      find('.fa-pencil').click
-      find('.editable-input textarea').set('*Textile description for pipeline instance*')
-      find('.editable-submit').click
-    end
-    wait_for_ajax
-
-    # verify description
-    assert page.has_no_text? '*Textile description for pipeline instance*'
-    assert page.has_text? 'Textile description for pipeline instance'
-  end
-
   test "JSON popup available for strange components" do
     uuid = api_fixture("pipeline_instances")["components_is_jobspec"]["uuid"]
     visit page_with_token("active", "/pipeline_instances/#{uuid}")

commit c72420e52c085c76dead3e700e05e6fd058dccb2
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Aug 12 10:06:50 2019 -0400

    15133: Fix migration
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/lib/can_be_an_owner.rb b/services/api/lib/can_be_an_owner.rb
index a970383b8..6f30f5ae3 100644
--- a/services/api/lib/can_be_an_owner.rb
+++ b/services/api/lib/can_be_an_owner.rb
@@ -17,6 +17,8 @@ module CanBeAnOwner
       next if t == 'schema_migrations'
       next if t == 'permission_refresh_lock'
       next if t == 'ar_internal_metadata'
+      next if t == 'commit_ancestors'
+      next if t == 'commits'
       klass = t.classify.constantize
       next unless klass and 'owner_uuid'.in?(klass.columns.collect(&:name))
       base.has_many(t.to_sym,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list