[ARVADOS] updated: 1.3.0-928-gfd5d19791

Git user git at public.curoverse.com
Fri May 17 17:31:49 UTC 2019


Summary of changes:
 apps/workbench/Gemfile                             |  17 +-
 apps/workbench/Gemfile.lock                        | 277 +++++++++++----------
 .../app/assets/javascripts/application.js          |   1 -
 .../app/assets/stylesheets/application.css.scss    |   4 +-
 .../app/controllers/actions_controller.rb          |   8 +-
 .../app/controllers/application_controller.rb      |  30 ++-
 .../app/controllers/collections_controller.rb      |  12 +-
 .../controllers/container_requests_controller.rb   |   2 +-
 .../app/controllers/containers_controller.rb       |   2 +-
 .../app/controllers/healthcheck_controller.rb      |  20 +-
 apps/workbench/app/controllers/jobs_controller.rb  |   2 +-
 apps/workbench/app/controllers/logs_controller.rb  |   2 +-
 .../controllers/pipeline_instances_controller.rb   |   8 +-
 .../controllers/pipeline_templates_controller.rb   |   2 +-
 .../app/controllers/projects_controller.rb         |   4 +-
 .../app/controllers/repositories_controller.rb     |   2 +-
 .../workbench/app/controllers/search_controller.rb |   2 +-
 .../app/controllers/sessions_controller.rb         |  10 +-
 .../workbench/app/controllers/status_controller.rb |   4 +-
 apps/workbench/app/controllers/tests_controller.rb |   2 +-
 .../app/controllers/user_agreements_controller.rb  |   6 +-
 apps/workbench/app/controllers/users_controller.rb |  10 +-
 .../app/controllers/websocket_controller.rb        |   2 +-
 .../app/controllers/work_units_controller.rb       |   2 +-
 .../app/controllers/workflows_controller.rb        |   2 +-
 apps/workbench/app/helpers/application_helper.rb   |   2 +-
 .../workbench}/app/models/application_record.rb    |   0
 apps/workbench/app/models/arvados_base.rb          | 166 ++++++++++--
 apps/workbench/app/models/user.rb                  |   4 +-
 .../app/views/application/_content.html.erb        |   2 +-
 apps/workbench/app/views/jobs/show.html.erb        |   2 +-
 .../app/views/pipeline_instances/show.html.erb     |   2 +-
 {services/api => apps/workbench}/bin/bundle        |   1 -
 {services/api => apps/workbench}/bin/rails         |   1 -
 {services/api => apps/workbench}/bin/rake          |   1 -
 {services/api => apps/workbench}/bin/setup         |   1 -
 {services/api => apps/workbench}/bin/update        |   1 -
 apps/workbench/config/application.default.yml      |   5 +-
 apps/workbench/config/application.rb               |  13 +-
 {services/api => apps/workbench}/config/cable.yml  |   0
 apps/workbench/config/environment.rb               |   4 +-
 .../config/environments/production.rb.example      |   2 +-
 apps/workbench/config/environments/test.rb.example |   4 +-
 .../application_controller_renderer.rb             |   0
 .../workbench}/config/initializers/assets.rb       |   0
 .../config/initializers/cookies_serializer.rb      |   0
 .../initializers/filter_parameter_logging.rb       |   0
 .../config/initializers/new_framework_defaults.rb  |   3 +
 .../workbench/config/initializers/session_store.rb |   2 +-
 {services/api => apps/workbench}/config/puma.rb    |   0
 apps/workbench/config/secrets.yml                  |  26 ++
 {services/api => apps/workbench}/config/spring.rb  |   0
 .../test/controllers/actions_controller_test.rb    |  26 +-
 .../controllers/application_controller_test.rb     |  24 +-
 .../controllers/collections_controller_test.rb     | 124 +++++----
 .../container_requests_controller_test.rb          |  17 +-
 .../test/controllers/containers_controller_test.rb |   4 +-
 .../test/controllers/disabled_api_test.rb          |  10 +-
 .../test/controllers/jobs_controller_test.rb       |  10 +-
 .../pipeline_instances_controller_test.rb          |  28 +--
 .../pipeline_templates_controller_test.rb          |   4 +-
 .../test/controllers/projects_controller_test.rb   |  80 +++---
 .../controllers/repositories_controller_test.rb    |  30 +--
 .../test/controllers/search_controller_test.rb     |  16 +-
 .../controllers/trash_items_controller_test.rb     |   4 +-
 .../controllers/user_agreements_controller_test.rb |   4 +-
 .../test/controllers/users_controller_test.rb      |  24 +-
 .../test/controllers/work_units_controller_test.rb |   2 +-
 .../test/controllers/workflows_controller_test.rb  |   4 +-
 .../{app/mailers => test/functional}/.gitkeep      |   0
 apps/workbench/test/helpers/share_object_helper.rb |   2 +-
 .../test/integration/pipeline_instances_test.rb    |  16 +-
 apps/workbench/{app => test}/mailers/.gitkeep      |   0
 .../{app/mailers => test/models}/.gitkeep          |   0
 apps/workbench/test/test_helper.rb                 |   2 +-
 apps/workbench/test/unit/work_unit_test.rb         |  16 +-
 build/run-tests.sh                                 |   6 +-
 .../api/app/controllers/application_controller.rb  |  22 +-
 .../arvados/v1/collections_controller_test.rb      |  52 +++-
 .../api/test/integration/collections_api_test.rb   |  31 ++-
 80 files changed, 756 insertions(+), 477 deletions(-)
 copy {services/api => apps/workbench}/app/models/application_record.rb (100%)
 copy {services/api => apps/workbench}/bin/bundle (99%)
 copy {services/api => apps/workbench}/bin/rails (99%)
 copy {services/api => apps/workbench}/bin/rake (99%)
 copy {services/api => apps/workbench}/bin/setup (99%)
 copy {services/api => apps/workbench}/bin/update (99%)
 copy {services/api => apps/workbench}/config/cable.yml (100%)
 copy {services/api => apps/workbench}/config/initializers/application_controller_renderer.rb (100%)
 copy {services/api => apps/workbench}/config/initializers/assets.rb (100%)
 copy {services/api => apps/workbench}/config/initializers/cookies_serializer.rb (100%)
 copy {services/api => apps/workbench}/config/initializers/filter_parameter_logging.rb (100%)
 copy {services/api => apps/workbench}/config/initializers/new_framework_defaults.rb (87%)
 copy {services/api => apps/workbench}/config/puma.rb (100%)
 create mode 100644 apps/workbench/config/secrets.yml
 copy {services/api => apps/workbench}/config/spring.rb (100%)
 copy apps/workbench/{app/mailers => test/functional}/.gitkeep (100%)
 copy apps/workbench/{app => test}/mailers/.gitkeep (100%)
 copy apps/workbench/{app/mailers => test/models}/.gitkeep (100%)

       via  fd5d197916b117386fbe872790ff6493326c4ea2 (commit)
       via  3a355673427cf352fd28adb7f6279cab125c42aa (commit)
       via  17cde5d1333ae88e9eaf4739e5deaac458a523ec (commit)
       via  c32ed532a9e300088343f3485a61955901bd14f6 (commit)
       via  f337797b4543359a990359c178fea3c138feca14 (commit)
       via  921783ecec893414d328becf3d3da2c34fd5e2f0 (commit)
       via  509ce6ab05d6453efed3426bf9a82ae6e8fa6d06 (commit)
       via  2e1f0679f116ac77e74dfdc8b1af18f3a633b143 (commit)
       via  9ae6b8faa3e5b2293511e992c032c05d1232997a (commit)
       via  28ca19d7742733ebd1429ab6daefab38d90753ad (commit)
       via  21bb2196ecfaba6ec1e7162b8e8901988945daf1 (commit)
       via  ad25d712525293ce4f95f5a059b390036ec60dc3 (commit)
       via  096134a964067c5dd2f3b3473f05b390fef8e7ab (commit)
       via  2887fa9c26cfd4ae6379e2cf4e6c5d50aaa0dd11 (commit)
       via  2f8df060079db30ec690a1ca5f1e06f2547ce757 (commit)
       via  4e543a284e2b03b916c28ac7f92b956154b81b3a (commit)
       via  41a86f4d59ac63acb8c78d55b8c4a0d042941568 (commit)
       via  53e3c1939d7d8f2d6c1055c1018e89060b7c1653 (commit)
       via  23a70b3597649d58014fa8968271b8c850306af9 (commit)
       via  d8f87dab97946fd7c9f4b4c40b2f13c0962d21a2 (commit)
       via  263813b4e3d609b85de837b24cb0232a9675590f (commit)
       via  1e803e86b1ba69b9770192a9cf1e66edb125cf1d (commit)
       via  1327c05c8cffafc9b18e3abf400d101dd8d03cf3 (commit)
       via  dd641ac61aac3b53bfceb4bf29f08487976a32d3 (commit)
       via  056964d177841679bfcd14e87959af700c9bdc5a (commit)
       via  53e8fa61ae4275ac3c7c72f658553aea4c40fd13 (commit)
       via  1b22ec8483c87fbb5dfb31c5d6e72c8ec986ae9e (commit)
       via  dccac1099d26fb9d40bf8ace962702a4e9ab1c40 (commit)
       via  0ebe4a09a3d12f1415d2c119e716a2788ff889ec (commit)
       via  6024627680c17a54a24e1bd5d78416cf251562d0 (commit)
       via  caee2ad84cf7a8e7349fc08d0de30e50a93adf13 (commit)
       via  16dc8bc79da5ab7acf976184c8da51561c944dd4 (commit)
       via  a7e9bf868df799a5e597a4fe7c8e07e13923363b (commit)
       via  5bb79312dd322d232ca85f77dd27dbb521ec9cc8 (commit)
       via  1244de43d548200dd3abe12ab7531c18c23f7817 (commit)
       via  d7fc7ada6eca366d2ecb671251ad992df161c069 (commit)
       via  8b692d8a4761c567beab8c6efa53293fa0590fb7 (commit)
       via  76fa04c78f3930bed76b74e83a8167cbc70b41be (commit)
      from  b5981f4b2f02fee40a3f21c9f161ddbaa78e499c (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 fd5d197916b117386fbe872790ff6493326c4ea2
Merge: 3a3556734 17cde5d13
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Fri May 17 14:31:29 2019 -0300

    Merge branch '14988-wb-rails5-upgrade'
    Closes #14988
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>


commit 3a355673427cf352fd28adb7f6279cab125c42aa
Merge: b5981f4b2 f337797b4
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Fri May 17 14:30:33 2019 -0300

    Merge branch '15227-apiserver-properties-bugfix'
    Closes #15227
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list