[ARVADOS] updated: b96a5d949f88fa4f11570ffdf3b951602a3ea4aa

git at public.curoverse.com git at public.curoverse.com
Mon Sep 22 10:05:09 EDT 2014


Summary of changes:
 .../app/assets/javascripts/application.js          |   8 +
 apps/workbench/app/assets/javascripts/dates.js     |  22 ++
 .../app/assets/javascripts/pipeline_instances.js   |   2 +-
 apps/workbench/app/assets/javascripts/tab_panes.js | 130 ++++-----
 .../assets/stylesheets/pipeline_instances.css.scss |  10 +
 .../app/assets/stylesheets/projects.css.scss       |  56 ++++
 .../app/controllers/application_controller.rb      |  22 +-
 apps/workbench/app/controllers/jobs_controller.rb  |   6 +-
 .../controllers/pipeline_instances_controller.rb   |  35 ++-
 apps/workbench/app/helpers/jobs_helper.rb          |   1 +
 .../app/helpers/pipeline_components_helper.rb      |   1 +
 .../app/helpers/pipeline_instances_helper.rb       |  82 ++++++
 apps/workbench/app/models/job.rb                   |  24 ++
 .../app/views/application/_content.html.erb        |  44 +--
 .../views/application/_job_status_label.html.erb   |  24 +-
 .../application/_pipeline_status_label.html.erb    |   2 +
 .../app/views/application/_show_advanced.html.erb  |  12 +-
 .../collections/_show_source_summary.html.erb      |   6 +-
 .../pipeline_instances/_show_components.html.erb   |  10 +-
 .../_show_components_running.html.erb              | 301 ++++++++++++++++-----
 .../pipeline_instances/_show_tab_buttons.html.erb  |  40 +++
 .../app/views/pipeline_instances/show.html.erb     |  85 +++---
 .../views/projects/_compute_node_status.html.erb   |  18 ++
 .../views/projects/_compute_node_summary.html.erb  |  23 ++
 .../app/views/projects/_show_dashboard.html.erb    | 179 ++++++++++++
 apps/workbench/app/views/projects/index.html.erb   |  85 +-----
 .../pipeline_instances_controller_test.rb          |  40 +++
 .../test/integration/application_layout_test.rb    |   3 +-
 apps/workbench/test/integration/jobs_test.rb       |   3 +-
 apps/workbench/test/integration/logins_test.rb     |   2 +-
 .../test/integration/pipeline_instances_test.rb    |  18 +-
 .../test/integration/pipeline_templates_test.rb    |   3 +-
 apps/workbench/test/integration/projects_test.rb   |  60 ++--
 .../test/integration/user_profile_test.rb          |   5 +-
 .../app/controllers/arvados/v1/jobs_controller.rb  |   3 +-
 35 files changed, 1043 insertions(+), 322 deletions(-)
 create mode 100644 apps/workbench/app/assets/javascripts/dates.js
 create mode 100644 apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb
 create mode 100644 apps/workbench/app/views/projects/_compute_node_status.html.erb
 create mode 100644 apps/workbench/app/views/projects/_compute_node_summary.html.erb
 create mode 100644 apps/workbench/app/views/projects/_show_dashboard.html.erb
 create mode 100644 apps/workbench/test/controllers/pipeline_instances_controller_test.rb

       via  b96a5d949f88fa4f11570ffdf3b951602a3ea4aa (commit)
       via  ba46f409f9c572263cb7907eb2f36139a2c0320b (commit)
       via  bbb726b1c675cff7ef34704ecfa05353f971e951 (commit)
       via  ed413bb7071fe0d58a98828e89be21fef5681200 (commit)
       via  44d97727200a7efecd115cd01fb520f371ebfe3b (commit)
       via  40b15ddcdcb8314f0a1036de6238d0ca4bfb3e41 (commit)
       via  7178ac911e7b160c1348da404b5aa07b9829d3c8 (commit)
       via  a6809bec920bdfdfc03c726d0808e696824289f5 (commit)
       via  b522f728ae1674c9b9bcee189885d919e91acccf (commit)
       via  5a3b04f7177afe202ab4f8776b5ca2567b4fdabe (commit)
       via  c51634cad3c68d0a8400f1b1c47da9eef5307e06 (commit)
       via  a3f380f9dfe25c1c28e6354de56d93b5c9265a08 (commit)
       via  9e2357191ca21631bcb6d8cf7a640d456a1a6cfa (commit)
       via  0d1919c4b29f66c9af5a912f770dccce4a314e5f (commit)
       via  886d7eef0316bfb5bb230db66ec90123a28315f6 (commit)
       via  bff8478af0503196b18446f8b909949b618e363f (commit)
       via  07a3aa9651168756a6f108821f6ef10ea4ba8144 (commit)
       via  195b1b9f5b683110b4cef2ebd4e7cc3401317334 (commit)
       via  177a1468e06674e7ff0ff0730b8607fbbd78000b (commit)
       via  f91bae113a348bb049f6391043f8ba9529def694 (commit)
       via  dcf5e0cef46e3aa3baba27da3f922b1c357ba3f3 (commit)
       via  90ecfcca3bcfd82b91d396c271e19698ae970715 (commit)
       via  63b52a3a8d2fb55bd6aa0386e7d86851915be5af (commit)
       via  8b9f3b877a6aa7ed81db48f83f3feb5ef4388164 (commit)
       via  004e528060e42b45c8207e43892289b14f5aa2e5 (commit)
       via  6386f2aca83b477210bda19a3284ea31463d2efc (commit)
       via  9be9761666fd091496bee885b37598db9a6ab38a (commit)
       via  a0fc519db4f3664366c356d21a8478495f2ae78b (commit)
       via  08b9ee71323c22fb04c183b09991ca3e6db712fd (commit)
       via  aadca3ff41a12a7a52a2a072696564b90537b9b3 (commit)
       via  0313c6ef5ac52fc483718690b1a5902ad1c11e16 (commit)
      from  f47d364957c90269535d3992cd048ce5aef95cd0 (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 b96a5d949f88fa4f11570ffdf3b951602a3ea4aa
Merge: f47d364 ba46f40
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Sep 22 10:05:02 2014 -0400

    Merge branch '3605-improved-dashboard' refs #3605


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list