[prev in list] [next in list] [prev in thread] [next in thread] 

List:       katello-commits
Subject:    [katello-commits] [Katello/katello] 890762: Make sure the engine helpers are loaded for the UI
From:       Ivan_Nečas <inecas () redhat ! com>
Date:       2013-11-28 15:21:50
Message-ID: 52975f8eb80a6_4442a6dd5876778 () hookshot-fe4-pe1-prd ! aws ! github ! net ! mail
[Download RAW message or body]

Branch: refs/heads/dynflow-new
  Home:   https://github.com/Katello/katello
  Commit: 890762faca2cece9da9808103c0d433ce83ad1ae
      https://github.com/Katello/katello/commit/890762faca2cece9da9808103=
c0d433ce83ad1ae
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/application_controller.rb

  Log Message:
  -----------
  Make sure the engine helpers are loaded for the UI


  Commit: 098e75dfd2dc97b4f66817c3ef43b0978ca52dbe
      https://github.com/Katello/katello/commit/098e75dfd2dc97b4f66817c3e=
f43b0978ca52dbe
  Author: Ivan Necas <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/lib/katello/glue/event.rb
    M engines/fort/lib/fort/actions/changeset_promote.rb
    M engines/fort/lib/fort/actions/content_view_publish.rb
    M engines/fort/lib/fort/actions/content_view_refresh.rb
    M engines/fort/lib/fort/actions/repository_create.rb
    A lib/orchestrate.rb
    A lib/orchestrate/helpers/remote_action.rb

  Log Message:
  -----------
  Needed minimum to use new dynflow


  Commit: 64bdb0004a8ceb416480ba84e31f15329b928309
      https://github.com/Katello/katello/commit/64bdb0004a8ceb416480ba84e=
31f15329b928309
  Author: Ivan Necas <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A lib/orchestrate/katello/pulp/repository_sync.rb
    A lib/orchestrate/katello/repository_sync.rb

  Log Message:
  -----------
  Repo sync orch actions


  Commit: ce08502fdb2e6e4e222fa68dd58a2d37a044bc10
      https://github.com/Katello/katello/commit/ce08502fdb2e6e4e222fa68dd=
58a2d37a044bc10
  Author: Ivan Necas <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/bastion.js
    M engines/bastion/app/assets/bastion/bastion.module.js
    M engines/bastion/app/assets/bastion/repositories/details/views/repos=
itory-info.html
    M engines/bastion/app/assets/bastion/repositories/repositories.module=
.js
    M engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss
    A engines/bastion/app/assets/bastion/widgets/task-progress.directive.=
js
    A engines/bastion/app/assets/bastion/widgets/views/task-progress.html=

    M engines/bastion/bastion.gemspec
    A engines/bastion/vendor/assets/components/ui-bootstrap.js

  Log Message:
  -----------
  taskprogress


  Commit: 006e38dffdf07f337506d89a61d937bf2b3cd70d
      https://github.com/Katello/katello/commit/006e38dffdf07f337506d89a6=
1d937bf2b3cd70d
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A app/controllers/api/v2/dyntasks_controller.rb
    M config/routes/api/v2.rb
    M engines/bastion/app/assets/bastion/repositories/details/views/repos=
itory-info.html
    M engines/bastion/app/assets/bastion/widgets/task-progress.directive.=
js
    M engines/bastion/app/assets/bastion/widgets/views/task-progress.html=


  Log Message:
  -----------
  Dummy tasks progress back-end and connection the UI


  Commit: 9f05119bd2aeeec6bff56c3f5a8be230a14b53c1
      https://github.com/Katello/katello/commit/9f05119bd2aeeec6bff56c3f5=
a8be230a14b53c1
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/api/v2/dyntasks_controller.rb
    M app/lib/katello/glue/event.rb
    A app/models/dynflow_execution_plan.rb
    A app/models/dynflow_lock.rb
    A app/models/dynflow_task.rb
    M app/views/katello/api/v2/repositories/show.json.rabl
    A db/migrate/20131025092335_create_dynflow_tasks.rb
    A db/migrate/20131025093810_create_dynflow_locks.rb
    M db/schema.rb
    M engines/bastion/app/assets/bastion/repositories/details/views/repos=
itory-info.html
    M engines/bastion/app/assets/bastion/widgets/task-progress.directive.=
js
    M engines/bastion/app/assets/bastion/widgets/views/task-progress.html=

    M lib/orchestrate.rb
    A lib/orchestrate/helpers/lock.rb
    M lib/orchestrate/katello/pulp/repository_sync.rb
    M lib/orchestrate/katello/repository_sync.rb

  Log Message:
  -----------
  Show progress of current orchestration task for repos


  Commit: 810886023d1f01eb2f2166b311b2d01cde3c4273
      https://github.com/Katello/katello/commit/810886023d1f01eb2f2166b31=
1b2d01cde3c4273
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/api/v2/dyntasks_controller.rb
    M app/models/dynflow_task.rb
    M config/routes/api/v2.rb
    M db/migrate/20131025092335_create_dynflow_tasks.rb

  Log Message:
  -----------
  DyntasksController#search for handling multiple tasks conditions.


  Commit: f3785a3d9d07833ecdbfb7f50aaf3ab5a6e51fbd
      https://github.com/Katello/katello/commit/f3785a3d9d07833ecdbfb7f50=
aaf3ab5a6e51fbd
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss
    M engines/bastion/bastion.gemspec
    A engines/bastion/vendor/assets/stylesheets/bootstrap-progressbar.css=


  Log Message:
  -----------
  Use tailored bootstrap including only bootstrap-progressbar


  Commit: 66346b23756e7dfc72b12bb7bc736a25734f7401
      https://github.com/Katello/katello/commit/66346b23756e7dfc72b12bb7b=
c736a25734f7401
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/api/v2/dyntasks_controller.rb
    M app/models/dynflow_lock.rb
    M app/models/dynflow_task.rb
    M db/schema.rb
    M engines/bastion/app/assets/bastion/repositories/details/views/repos=
itory-info.html
    A engines/bastion/app/assets/bastion/widgets/task-list.directive.js
    R engines/bastion/app/assets/bastion/widgets/task-progress.directive.=
js
    A engines/bastion/app/assets/bastion/widgets/views/task-list-item.htm=
l
    A engines/bastion/app/assets/bastion/widgets/views/task-list.html
    R engines/bastion/app/assets/bastion/widgets/views/task-progress.html=

    A engines/bastion/app/assets/bastion/widgets/widgets.js

  Log Message:
  -----------
  Tasklist for resources


  Commit: d9c0b38ea9488ab8a9e0a92aedc0e03d9271321d
      https://github.com/Katello/katello/commit/d9c0b38ea9488ab8a9e0a92ae=
dc0e03d9271321d
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/widgets/views/task-list-item.htm=
l
    M lib/orchestrate/katello/pulp/repository_sync.rb

  Log Message:
  -----------
  RepositorySync progress based on the number of repos synced


  Commit: 5f50f42af947932e8dc00de2b4b8232687eb7334
      https://github.com/Katello/katello/commit/5f50f42af947932e8dc00de2b=
4b8232687eb7334
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js
    M engines/bastion/app/assets/bastion/widgets/views/task-list-item.htm=
l

  Log Message:
  -----------
  Improve UI: started_at time and correct css class for error in progress=



  Commit: ef985867085a896182fb0226643097d5b88a7675
      https://github.com/Katello/katello/commit/ef985867085a896182fb02266=
43097d5b88a7675
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A lib/orchestrate/helpers/pulp_task.rb
    M lib/orchestrate/katello/pulp/repository_sync.rb

  Log Message:
  -----------
  Extract pulp polling service into module


  Commit: 09f997603eb09a1a61c95f2121ffe22e19c231c0
      https://github.com/Katello/katello/commit/09f997603eb09a1a61c95f212=
1ffe22e19c231c0
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/repositories_controller.rb
    M config/routes/api/v2.rb
    M engines/bastion/app/assets/bastion/repositories/details/repository-=
details-info.controller.js
    M engines/bastion/app/assets/bastion/repositories/details/views/repos=
itory-info.html
    M engines/bastion/app/assets/bastion/repositories/repository.factory.=
js

  Log Message:
  -----------
  Link to sync repo using Dynflow


  Commit: 8320360b0595900d34762cd762fe47105b35d8c6
      https://github.com/Katello/katello/commit/8320360b0595900d34762cd76=
2fe47105b35d8c6
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/repositories/details/repository-=
details-info.controller.js
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js

  Log Message:
  -----------
  Show active tasks on right top corner


  Commit: 52808390070e86b95fbf65c4741ab53574e3dba6
      https://github.com/Katello/katello/commit/52808390070e86b95fbf65c47=
41ab53574e3dba6
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/menu/views/menu.html
    M engines/bastion/app/assets/bastion/repositories/details/repository-=
details-info.controller.js
    M engines/bastion/app/assets/bastion/repositories/details/views/repos=
itory-info.html
    A engines/bastion/app/assets/bastion/widgets/current-tasks.widget.js
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js
    A engines/bastion/app/assets/bastion/widgets/views/current-tasks-item=
.html
    A engines/bastion/app/assets/bastion/widgets/views/current-tasks.html=

    M engines/bastion/app/assets/bastion/widgets/views/task-list-item.htm=
l
    R engines/bastion/app/assets/bastion/widgets/views/task-list.html
    R engines/bastion/app/assets/bastion/widgets/widgets.js

  Log Message:
  -----------
  Show current tasks for the user


  Commit: 0f9ca9befed2c539240462c6629142a656acc5e2
      https://github.com/Katello/katello/commit/0f9ca9befed2c539240462c66=
29142a656acc5e2
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    R app/controllers/api/v2/dyntasks_controller.rb
    M app/controllers/katello/api/v2/tasks_controller.rb
    M config/routes/api/v2.rb
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js

  Log Message:
  -----------
  Ability to search for dynflow tasks


  Commit: 874681572adc96aaa9cffb58995829379456ff1f
      https://github.com/Katello/katello/commit/874681572adc96aaa9cffb589=
95829379456ff1f
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/tasks_controller.rb
    A app/views/api/v2/tasks/dynflow_task_show.json.rabl

  Log Message:
  -----------
  Use rabl template to generate the task hash


  Commit: 5a7691f5c9932f460829453258a2d5d755a4fc21
      https://github.com/Katello/katello/commit/5a7691f5c9932f46082945325=
8a2d5d755a4fc21
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M config/katello_defaults.yml

  Log Message:
  -----------
  Use middleware instead of mankey-patching to silence custom paths in de=
v

Also, add '/api/tasks/search' to silenced paths as it's messing the log.


  Commit: 988cfc54b049cfd8be167c976fc05972af80babe
      https://github.com/Katello/katello/commit/988cfc54b049cfd8be167c976=
fc05972af80babe
  Author: Petr Chalupa <git@pitr.ch>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M lib/orchestrate/helpers/pulp_task.rb

  Log Message:
  -----------
  rename setup_suspend to setup_progress_updates


  Commit: d1567e33c3a80b3bd04e41cc80a5f6563799bdd0
      https://github.com/Katello/katello/commit/d1567e33c3a80b3bd04e41cc8=
0a5f6563799bdd0
  Author: Petr Chalupa <git@pitr.ch>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M lib/orchestrate.rb

  Log Message:
  -----------
  add graceful shutdown of Dynflow World


  Commit: 4b4d22643f83e5edf063148c7e6a9670e2f90600
      https://github.com/Katello/katello/commit/4b4d22643f83e5edf063148c7=
e6a9670e2f90600
  Author: Petr Chalupa <git@pitr.ch>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M lib/orchestrate.rb

  Log Message:
  -----------
  Load orchestration files in orchestrate.rb not in application.rb


  Commit: 4f2f99d61e0931faa82bfce606e1a718deb07243
      https://github.com/Katello/katello/commit/4f2f99d61e0931faa82bfce60=
6e1a718deb07243
  Author: Petr Chalupa <git@pitr.ch>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M lib/orchestrate.rb
    A lib/orchestrate/world.rb

  Log Message:
  -----------
  Add Katello specific world


  Commit: ce73e0e8acacdd91f8b1cd1e345054e5b30ec21d
      https://github.com/Katello/katello/commit/ce73e0e8acacdd91f8b1cd1e3=
45054e5b30ec21d
  Author: Petr Chalupa <git@pitr.ch>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M config/katello_defaults.yml
    M lib/orchestrate.rb

  Log Message:
  -----------
  connect dynflow logging to Katello


  Commit: 5eed711671d7e310fa6cd398efa91d3871137f03
      https://github.com/Katello/katello/commit/5eed711671d7e310fa6cd398e=
fa91d3871137f03
  Author: Petr Chalupa <git@pitr.ch>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A app/lib/headpin/actions/org_create.rb
    A app/lib/headpin/actions/org_destroy.rb
    A app/lib/headpin/actions/user_create.rb
    A app/lib/headpin/actions/user_destroy.rb
    A app/lib/katello/actions/changeset_promote.rb
    A app/lib/katello/actions/content_view_create.rb
    A app/lib/katello/actions/content_view_demote.rb
    A app/lib/katello/actions/content_view_promote.rb
    A app/lib/katello/actions/content_view_publish.rb
    A app/lib/katello/actions/content_view_refresh.rb
    A app/lib/katello/actions/environment_create.rb
    A app/lib/katello/actions/environment_destroy.rb
    A app/lib/katello/actions/repository_create.rb
    A app/lib/katello/actions/repository_destroy.rb
    A app/lib/katello/actions/repository_sync.rb
    A app/lib/orchestrate/helpers/lock.rb
    A app/lib/orchestrate/helpers/pulp_task.rb
    A app/lib/orchestrate/helpers/remote_action.rb
    A app/lib/orchestrate/katello/pulp/repository_sync.rb
    A app/lib/orchestrate/katello/repository_sync.rb
    R lib/headpin/actions/org_create.rb
    R lib/headpin/actions/org_destroy.rb
    R lib/headpin/actions/user_create.rb
    R lib/headpin/actions/user_destroy.rb
    R lib/katello/actions/changeset_promote.rb
    R lib/katello/actions/content_view_create.rb
    R lib/katello/actions/content_view_demote.rb
    R lib/katello/actions/content_view_promote.rb
    R lib/katello/actions/content_view_publish.rb
    R lib/katello/actions/content_view_refresh.rb
    R lib/katello/actions/environment_create.rb
    R lib/katello/actions/environment_destroy.rb
    R lib/katello/actions/repository_create.rb
    R lib/katello/actions/repository_destroy.rb
    R lib/katello/actions/repository_sync.rb
    M lib/orchestrate.rb
    R lib/orchestrate/helpers/lock.rb
    R lib/orchestrate/helpers/pulp_task.rb
    R lib/orchestrate/helpers/remote_action.rb
    R lib/orchestrate/katello/pulp/repository_sync.rb
    R lib/orchestrate/katello/repository_sync.rb

  Log Message:
  -----------
  reloading of dynflow actions

for better development


  Commit: ba2fa6cb8bdb0265c5d919d1bff28bf2a7801a39
      https://github.com/Katello/katello/commit/ba2fa6cb8bdb0265c5d919d1b=
ff28bf2a7801a39
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A app/lib/orchestrate/katello/repository_discover.rb

  Log Message:
  -----------
  Repository Discover action


  Commit: 9e0581f518413e81fd9a37dda3ec745b3af8b59a
      https://github.com/Katello/katello/commit/9e0581f518413e81fd9a37dda=
3ec745b3af8b59a
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/tasks_controller.rb
    M app/models/dynflow_task.rb
    M app/views/api/v2/tasks/dynflow_task_show.json.rabl

  Log Message:
  -----------
  Collect results of actions +task_output+ into task#outputs


  Commit: 56294e075791eee7bf220611e260b97d601e8138
      https://github.com/Katello/katello/commit/56294e075791eee7bf220611e=
260b97d601e8138
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/organizations_controller.rb
    M app/controllers/katello/api/v2/tasks_controller.rb
    M app/lib/orchestrate/katello/repository_discover.rb
    M app/models/dynflow_task.rb
    M app/views/api/v2/tasks/dynflow_task_show.json.rabl
    A app/views/api/v2/tasks/task_status_show.json.rabl
    M app/views/katello/api/v2/tasks/show.json.rabl
    M engines/bastion/app/assets/bastion/products/discovery/discovery.con=
troller.js
    M engines/bastion/app/assets/bastion/tasks/task.factory.js

  Log Message:
  -----------
  Update the UI to use the Dynflow for repo discovery


  Commit: d0a3cce4120b9b23e3dbff473f20905bd8af6c05
      https://github.com/Katello/katello/commit/d0a3cce4120b9b23e3dbff473=
f20905bd8af6c05
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A app/lib/orchestrate/action.rb
    M app/lib/orchestrate/katello/pulp/repository_sync.rb
    M app/lib/orchestrate/katello/repository_discover.rb
    M app/lib/orchestrate/katello/repository_sync.rb

  Log Message:
  -----------
  All action inherit from common Katello-specific action

By default, the data that get into rest api equal to the input/output.

It's possible to customize that on per-action basis with overriding
task_input/task_output methods


  Commit: a8338f7d001be9ecaaf22b8957a1634f1777c4f0
      https://github.com/Katello/katello/commit/a8338f7d001be9ecaaf22b895=
7a1634f1777c4f0
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/models/dynflow_task.rb
    M app/views/api/v2/tasks/dynflow_task_show.json.rabl
    M engines/bastion/app/assets/bastion/products/discovery/discovery.con=
troller.js
    M engines/bastion/app/assets/bastion/tasks/task.factory.js

  Log Message:
  -----------
  Aggregate the actions input/output in the task JSON


  Commit: 15e64008215439ddef9fa9aa0ad7a2c527ec8eb3
      https://github.com/Katello/katello/commit/15e64008215439ddef9fa9aa0=
ad7a2c527ec8eb3
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/lib/orchestrate/helpers/pulp_task.rb
    M app/lib/orchestrate/katello/pulp/repository_sync.rb

  Log Message:
  -----------
  PulpTask defines run method, expecting the action to define run_pulp_ta=
sk


  Commit: e8975a76be58dfdbda6df20239e549b6d9bdb572
      https://github.com/Katello/katello/commit/e8975a76be58dfdbda6df2023=
9e549b6d9bdb572
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/widgets/nutupane.factory.js

  Log Message:
  -----------
  Ability to inherit from the Nutupane class to customize it a bit


  Commit: abeb120252c4f2a0287989df5772a3bf2129be84
      https://github.com/Katello/katello/commit/abeb120252c4f2a0287989df5=
772a3bf2129be84
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/api_controller.rb
    M app/controllers/katello/api/v2/organizations_controller.rb
    M app/controllers/katello/api/v2/system_packages_controller.rb
    M app/controllers/katello/api/v2/systems_controller.rb
    M app/controllers/katello/api/v2/tasks_controller.rb
    M app/lib/orchestrate/action.rb
    A app/lib/orchestrate/helpers/pulp_packages_presenter.rb
    M app/lib/orchestrate/helpers/remote_action.rb
    A app/lib/orchestrate/katello/pulp/consumer_content_install.rb
    A app/lib/orchestrate/katello/pulp/consumer_content_uninstall.rb
    M app/lib/orchestrate/katello/pulp/repository_sync.rb
    M app/lib/orchestrate/katello/repository_discover.rb
    A app/lib/orchestrate/katello/system_package_install.rb
    A app/lib/orchestrate/katello/system_package_remove.rb
    M app/models/dynflow_task.rb
    M app/views/api/v2/tasks/dynflow_task_show.json.rabl
    M engines/bastion/app/assets/bastion/products/discovery/discovery.con=
troller.js
    M engines/bastion/app/assets/bastion/stylesheets/less/bastion.less
    A engines/bastion/app/assets/bastion/stylesheets/less/tasks.less
    M engines/bastion/app/assets/bastion/systems/content/system-packages.=
controller.js
    M engines/bastion/app/assets/bastion/systems/details/views/system-det=
ails.html
    M engines/bastion/app/assets/bastion/systems/systems.module.js
    A engines/bastion/app/assets/bastion/tasks/task-details.controller.js=

    M engines/bastion/app/assets/bastion/tasks/task.factory.js
    A engines/bastion/app/assets/bastion/tasks/tasks.controller.js
    A engines/bastion/app/assets/bastion/tasks/views/task-details.html
    A engines/bastion/app/assets/bastion/tasks/views/tasks.html
    M engines/bastion/app/assets/bastion/widgets/current-tasks.widget.js
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js

  Log Message:
  -----------
  Dynflow tasks for systems


  Commit: b607b5279cd6d5499014830623b352e02676cb59
      https://github.com/Katello/katello/commit/b607b5279cd6d549901483062=
3b352e02676cb59
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/products/discovery/discovery.con=
troller.js
    M engines/bastion/app/assets/bastion/tasks/task-details.controller.js=

    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js

  Log Message:
  -----------
  Use taskListProvider for polling for discovery results


  Commit: 9d4512231193e1bdec73c85ddb41d68b2ec7601c
      https://github.com/Katello/katello/commit/9d4512231193e1bdec73c85dd=
b41d68b2ec7601c
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/tasks_controller.rb
    M config/routes/api/v2.rb
    M engines/bastion/app/assets/bastion/products/discovery/discovery.con=
troller.js
    M engines/bastion/app/assets/bastion/tasks/task-details.controller.js=

    M engines/bastion/app/assets/bastion/tasks/task.factory.js
    M engines/bastion/app/assets/bastion/tasks/tasks.controller.js
    M engines/bastion/app/assets/bastion/widgets/current-tasks.widget.js
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js

  Log Message:
  -----------
  Move the periodic bulk updater for tasks to Task


  Commit: d1840fe9e3b0f95a66767619f7ab3d2a81c9818c
      https://github.com/Katello/katello/commit/d1840fe9e3b0f95a66767619f=
7ab3d2a81c9818c
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/systems/systems.module.js
    M engines/bastion/app/assets/bastion/tasks/task-details.controller.js=

    A engines/bastion/app/assets/bastion/tasks/tasks-nutupane.factory.js
    A engines/bastion/app/assets/bastion/tasks/tasks-table.directive.js
    R engines/bastion/app/assets/bastion/tasks/tasks.controller.js
    A engines/bastion/app/assets/bastion/tasks/views/tasks-table.html
    R engines/bastion/app/assets/bastion/tasks/views/tasks.html

  Log Message:
  -----------
  Generalize the tasks-table and task details to be usable outside of sys=
tem details


  Commit: c50811f563cc07463f0d95d905fe65e69151995e
      https://github.com/Katello/katello/commit/c50811f563cc07463f0d95d90=
5fe65e69151995e
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/systems/details/views/system-det=
ails.html

  Log Message:
  -----------
  Fix after rebase against develop


  Commit: ce5ddb67c151e5166c66fe4f7f19f2e89fe1a818
      https://github.com/Katello/katello/commit/ce5ddb67c151e5166c66fe4f7=
f19f2e89fe1a818
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A engines/bastion/app/assets/bootstrap/template/progressbar/bar.html
    A engines/bastion/app/assets/bootstrap/template/progressbar/progress.=
html
    M engines/bastion/lib/bastion/engine.rb

  Log Message:
  -----------
  Deploy own templates for angular-ui-bootstrap progressbar


  Commit: 14a6c1e11b4e07e128b6f77dc6e1bc0d0034d7f0
      https://github.com/Katello/katello/commit/14a6c1e11b4e07e128b6f77dc=
6e1bc0d0034d7f0
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/lib/orchestrate/helpers/pulp_packages_presenter.rb

  Log Message:
  -----------
  More paranoid pulp tasks presenter


  Commit: 92607e51fd74ccb4210127ba307938acac4c92d1
      https://github.com/Katello/katello/commit/92607e51fd74ccb4210127ba3=
07938acac4c92d1
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/tasks/views/tasks-table.html

  Log Message:
  -----------
  fix tasks-table scoping


  Commit: 43b153b0c9ea9477669e864ed611ca1d2091af90
      https://github.com/Katello/katello/commit/43b153b0c9ea9477669e864ed=
611ca1d2091af90
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss
    M engines/bastion/app/assets/bastion/tasks/tasks-nutupane.factory.js
    M engines/bastion/app/assets/bastion/tasks/views/tasks-table.html
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js
    M engines/bastion/app/assets/bootstrap/template/progressbar/bar.html
    R engines/bastion/vendor/assets/stylesheets/bootstrap-progressbar.css=


  Log Message:
  -----------
  Use Bootstrap3 for progressbars


  Commit: db76272f78258b57e4772f32d550dd1382a0c509
      https://github.com/Katello/katello/commit/db76272f78258b57e4772f32d=
550dd1382a0c509
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M config/katello_defaults.yml

  Log Message:
  -----------
  Update silencer path to bulk_search


  Commit: 27a4111e51fde419a2f270723866e8aedf9c657e
      https://github.com/Katello/katello/commit/27a4111e51fde419a2f270723=
866e8aedf9c657e
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/repositories/details/views/repos=
itory-info.html
    M engines/bastion/app/assets/bastion/tasks/task.factory.js
    M engines/bastion/app/assets/bastion/tasks/tasks-nutupane.factory.js
    M engines/bastion/app/assets/bastion/tasks/tasks-table.directive.js
    M engines/bastion/app/assets/bastion/tasks/views/task-details.html
    A engines/bastion/app/assets/bastion/tasks/views/user-tasks-table.htm=
l
    M engines/bastion/app/assets/bastion/widgets/task-list.directive.js
    M engines/bastion/app/assets/bastion/widgets/views/current-tasks.html=


  Log Message:
  -----------
  Current user tasks via tasks-list directive


  Commit: 7988227056d27ce7245ae9be7495814fd4042dbd
      https://github.com/Katello/katello/commit/7988227056d27ce7245ae9be7=
495814fd4042dbd
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A engines/bastion/app/assets/bastion/tasks/progress-classes.filter.js=

    R engines/bastion/app/assets/bastion/widgets/task-list.directive.js
    R engines/bastion/app/assets/bastion/widgets/views/current-tasks-item=
.html
    R engines/bastion/app/assets/bastion/widgets/views/task-list-item.htm=
l

  Log Message:
  -----------
  Remove old code


  Commit: a6951513ba89ed010cb571eba6a52df141a3170f
      https://github.com/Katello/katello/commit/a6951513ba89ed010cb571eba=
6a52df141a3170f
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/tasks/task-details.controller.js=

    M engines/bastion/app/assets/bastion/tasks/tasks-nutupane.factory.js
    M engines/bastion/app/assets/bastion/tasks/tasks-table.directive.js

  Log Message:
  -----------
  Unregistering search when leaving the tasks page


  Commit: 0c07a0aab72350cd29a281c4ca8b1067d0188ba2
      https://github.com/Katello/katello/commit/0c07a0aab72350cd29a281c4c=
a8b1067d0188ba2
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/products/details/views/product-d=
etails.html
    M engines/bastion/app/assets/bastion/products/products.module.js
    M engines/bastion/app/assets/bastion/repositories/details/repository-=
details-info.controller.js

  Log Message:
  -----------
  Tasks list for product


  Commit: 9af411d80eea0a1f22db289e5ac7e36352fac6c9
      https://github.com/Katello/katello/commit/9af411d80eea0a1f22db289e5=
ac7e36352fac6c9
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/tasks_controller.rb
    A app/controllers/tasks_controller.rb
    M app/lib/katello/navigation/menus/administer.rb
    A app/lib/navigation/items/tasks.rb
    M config/routes.rb
    M engines/bastion/app/assets/bastion/stylesheets/less/tasks.less
    M engines/bastion/app/assets/bastion/tasks/tasks-table.directive.js
    M engines/bastion/app/assets/bastion/tasks/tasks.module.js
    A engines/bastion/app/assets/bastion/tasks/views/task-details-standal=
one.html
    A engines/bastion/app/assets/bastion/tasks/views/tasks.html
    M engines/bastion/app/assets/bastion/widgets/views/current-tasks.html=


  Log Message:
  -----------
  All tasks page


  Commit: b5d7f1b32e3c032517428a56619e7145c08780b2
      https://github.com/Katello/katello/commit/b5d7f1b32e3c032517428a566=
19e7145c08780b2
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/tasks/views/tasks-table.html

  Log Message:
  -----------
  Search on tasks is not supported for now


  Commit: cbf8b474028c8bb1a7c99559cf838b89cda28601
      https://github.com/Katello/katello/commit/cbf8b474028c8bb1a7c99559c=
f838b89cda28601
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/api_controller.rb
    M app/controllers/katello/api/v2/tasks_controller.rb
    M app/lib/orchestrate/helpers/lock.rb
    M app/models/dynflow_execution_plan.rb
    R app/models/dynflow_lock.rb
    R app/models/dynflow_task.rb
    M app/models/katello/product.rb
    M app/models/katello/provider.rb
    M app/models/katello/repository.rb
    M app/models/katello/system.rb
    A app/models/lock.rb
    A app/models/task.rb
    M app/views/katello/api/v2/products/show.json.rabl
    M app/views/katello/api/v2/repositories/show.json.rabl
    M app/views/katello/api/v2/tasks/show.json.rabl
    R db/migrate/20131025092335_create_dynflow_tasks.rb
    A db/migrate/20131025092335_create_tasks.rb
    R db/migrate/20131025093810_create_dynflow_locks.rb
    A db/migrate/20131025093810_create_locks.rb
    M db/schema.rb
    M engines/bastion/app/assets/bastion/products/products.module.js
    M lib/orchestrate/world.rb

  Log Message:
  -----------
  Dynflow locks refined


  Commit: 81b0a366108556513c212609379602e45396bcb4
      https://github.com/Katello/katello/commit/81b0a366108556513c2126093=
79602e45396bcb4
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/tasks_controller.rb
    A app/lib/orchestrate/entry_action.rb
    A app/lib/orchestrate/helpers/args_serialization.rb
    M app/lib/orchestrate/katello/repository_sync.rb
    M app/lib/orchestrate/katello/system_package_install.rb
    M app/lib/orchestrate/katello/system_package_remove.rb
    A app/models/ext/action_subject.rb
    M app/models/katello/organization.rb
    M app/models/katello/product.rb
    M app/models/katello/provider.rb
    M app/models/katello/repository.rb
    M app/models/katello/system.rb
    M app/models/lock.rb

  Log Message:
  -----------
  Enhanced connecting of actions to resources


  Commit: 3d4962d47bb172de400ad7c98b1513b0d2c17279
      https://github.com/Katello/katello/commit/3d4962d47bb172de400ad7c98=
b1513b0d2c17279
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    A app/lib/orchestrate/helpers/humanizer.rb
    M app/lib/orchestrate/helpers/pulp_packages_presenter.rb
    M app/lib/orchestrate/katello/repository_sync.rb
    M app/models/katello/product.rb
    A engines/bastion/app/assets/bastion/tasks/task-input-compile.filter.=
js
    A engines/bastion/app/assets/bastion/tasks/task-input-short.filter.js=

    M engines/bastion/app/assets/bastion/tasks/views/task-details.html
    M engines/bastion/app/assets/bastion/tasks/views/tasks-table.html
    M engines/bastion/app/assets/bastion/tasks/views/user-tasks-table.htm=
l

  Log Message:
  -----------
  Structured task humanized input

Allows filtering the contextual data form the task descriptions, e.g.
not showing the system name in the list of system tasks, as it's
duplicate information that doesn't need to be there.

TODO: get links there as well


  Commit: 45d346463e58c43ad55337cc93f08d0964739dcd
      https://github.com/Katello/katello/commit/45d346463e58c43ad55337cc9=
3f08d0964739dcd
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/lib/orchestrate/katello/repository_sync.rb
    M app/lib/orchestrate/katello/system_package_install.rb
    M app/lib/orchestrate/katello/system_package_remove.rb
    M app/models/task.rb
    M app/views/api/v2/tasks/dynflow_task_show.json.rabl
    M engines/bastion/app/assets/bastion/tasks/views/task-details.html

  Log Message:
  -----------
  CLI example example


  Commit: a4098451c94dcc68ee4b13e122fc80510741928b
      https://github.com/Katello/katello/commit/a4098451c94dcc68ee4b13e12=
2fc80510741928b
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/products/products.module.js
    M engines/bastion/app/assets/bastion/systems/systems.module.js
    A engines/bastion/app/assets/bastion/tasks/task-input-reduce.filter.j=
s
    M engines/bastion/app/assets/bastion/tasks/tasks-table.directive.js
    M engines/bastion/app/assets/bastion/tasks/views/tasks-table.html

  Log Message:
  -----------
  Don't show known context in event details


  Commit: 0852d11ba0e2e69267fbfd3757a5d068888a39ab
      https://github.com/Katello/katello/commit/0852d11ba0e2e69267fbfd375=
7a5d068888a39ab
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/lib/orchestrate/helpers/humanizer.rb
    M app/models/katello/system.rb
    A engines/bastion/app/assets/bastion/tasks/task-input-part.directive.=
js
    M engines/bastion/app/assets/bastion/tasks/views/task-details.html

  Log Message:
  -----------
  Link to task resources


  Commit: 57f4752781392f3dd01e72b769911f60ab6ce8a7
      https://github.com/Katello/katello/commit/57f4752781392f3dd01e72b76=
9911f60ab6ce8a7
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/lib/katello/glue/queue.rb

  Log Message:
  -----------
  Fix namespacing issues


  Commit: 68e20a7b4bac7f9f8aa0679ad0c6c169b4fa2de2
      https://github.com/Katello/katello/commit/68e20a7b4bac7f9f8aa0679ad=
0c6c169b4fa2de2
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/api_controller.rb
    M app/controllers/katello/api/v2/organizations_controller.rb
    M app/controllers/katello/api/v2/repositories_controller.rb
    M app/controllers/katello/api/v2/system_packages_controller.rb
    A app/lib/actions/action.rb
    A app/lib/actions/entry_action.rb
    A app/lib/actions/helpers/args_serialization.rb
    A app/lib/actions/helpers/humanizer.rb
    A app/lib/actions/helpers/lock.rb
    A app/lib/actions/helpers/pulp_packages_presenter.rb
    A app/lib/actions/helpers/pulp_task.rb
    A app/lib/actions/helpers/remote_action.rb
    A app/lib/actions/katello/pulp/consumer_content_install.rb
    A app/lib/actions/katello/pulp/consumer_content_uninstall.rb
    A app/lib/actions/katello/pulp/repository_sync.rb
    A app/lib/actions/katello/repository_discover.rb
    A app/lib/actions/katello/repository_sync.rb
    A app/lib/actions/katello/system_package_install.rb
    A app/lib/actions/katello/system_package_remove.rb
    M app/lib/katello/glue/event.rb
    R app/lib/orchestrate/action.rb
    R app/lib/orchestrate/entry_action.rb
    R app/lib/orchestrate/helpers/args_serialization.rb
    R app/lib/orchestrate/helpers/humanizer.rb
    R app/lib/orchestrate/helpers/lock.rb
    R app/lib/orchestrate/helpers/pulp_packages_presenter.rb
    R app/lib/orchestrate/helpers/pulp_task.rb
    R app/lib/orchestrate/helpers/remote_action.rb
    R app/lib/orchestrate/katello/pulp/consumer_content_install.rb
    R app/lib/orchestrate/katello/pulp/consumer_content_uninstall.rb
    R app/lib/orchestrate/katello/pulp/repository_sync.rb
    R app/lib/orchestrate/katello/repository_discover.rb
    R app/lib/orchestrate/katello/repository_sync.rb
    R app/lib/orchestrate/katello/system_package_install.rb
    R app/lib/orchestrate/katello/system_package_remove.rb
    M app/models/task.rb
    A lib/actions.rb
    A lib/actions/world.rb
    R lib/orchestrate.rb
    R lib/orchestrate/world.rb

  Log Message:
  -----------
  Rename Orchestrate to Actions


  Commit: 8ed236cd0e09bf1c8b4351e5630dcea5b6041290
      https://github.com/Katello/katello/commit/8ed236cd0e09bf1c8b4351e56=
30dcea5b6041290
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/v2/organizations_controller.rb
    M app/controllers/katello/api/v2/repositories_controller.rb
    M app/controllers/katello/api/v2/system_packages_controller.rb
    R app/lib/actions/katello/pulp/consumer_content_install.rb
    R app/lib/actions/katello/pulp/consumer_content_uninstall.rb
    R app/lib/actions/katello/pulp/repository_sync.rb
    A app/lib/actions/katello/repository/discover.rb
    A app/lib/actions/katello/repository/sync.rb
    R app/lib/actions/katello/repository_discover.rb
    R app/lib/actions/katello/repository_sync.rb
    A app/lib/actions/katello/system/package/install.rb
    A app/lib/actions/katello/system/package/remove.rb
    R app/lib/actions/katello/system_package_install.rb
    R app/lib/actions/katello/system_package_remove.rb
    A app/lib/actions/pulp/consumer/content_install.rb
    A app/lib/actions/pulp/consumer/content_uninstall.rb
    A app/lib/actions/pulp/repository/sync.rb

  Log Message:
  -----------
  Better structure for actions


  Commit: 801de311379efff56e26fcd5ea2e5e75de9b439f
      https://github.com/Katello/katello/commit/801de311379efff56e26fcd5e=
a2e5e75de9b439f
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/api_controller.rb
    M app/controllers/katello/api/v2/repositories_controller.rb
    M app/lib/actions/entry_action.rb
    A app/lib/actions/katello/repository/create.rb
    A app/lib/actions/katello/repository/destroy.rb
    M app/lib/actions/katello/repository/sync.rb
    M app/models/katello/repository.rb

  Log Message:
  -----------
  Tasks for repository create/delete actions


  Commit: 76dfeefa2b2af73fbea28dea6c9b1c89044d5b91
      https://github.com/Katello/katello/commit/76dfeefa2b2af73fbea28dea6=
c9b1c89044d5b91
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M engines/bastion/app/assets/bastion/tasks/task.factory.js

  Log Message:
  -----------
  Don't stop polling when some error occurs on fetching the data


  Commit: f77eba58b2ffea9420597ea6aff9b55459dc5e2b
      https://github.com/Katello/katello/commit/f77eba58b2ffea9420597ea6a=
ff9b55459dc5e2b
  Author: Ivan Ne=C4=8Das <inecas@redhat.com>
  Date:   2013-11-28 (Thu, 28 Nov 2013)

  Changed paths:
    M app/controllers/katello/api/api_controller.rb
    M app/controllers/katello/api/v2/tasks_controller.rb
    M app/controllers/katello/application_controller.rb
    A app/controllers/katello/tasks_controller.rb
    R app/controllers/tasks_controller.rb
    M app/lib/actions/helpers/args_serialization.rb
    M app/lib/actions/helpers/lock.rb
    M app/lib/actions/katello/repository/sync.rb
    A app/lib/katello/navigation/items/tasks.rb
    M app/lib/katello/util/thread_session.rb
    R app/lib/navigation/items/tasks.rb
    R app/models/dynflow_execution_plan.rb
    R app/models/ext/action_subject.rb
    M app/models/katello/concerns/user_extensions.rb
    A app/models/katello/dynflow_execution_plan.rb
    A app/models/katello/ext/action_subject.rb
    A app/models/katello/lock.rb
    A app/models/katello/task.rb
    R app/models/lock.rb
    R app/models/task.rb
    R app/views/api/v2/tasks/dynflow_task_show.json.rabl
    R app/views/api/v2/tasks/task_status_show.json.rabl
    A app/views/katello/api/v2/tasks/dynflow_task_show.json.rabl
    M app/views/katello/api/v2/tasks/show.json.rabl
    A app/views/katello/api/v2/tasks/task_status_show.json.rabl
    M config/routes.rb
    M db/migrate/20131025092335_create_tasks.rb
    M db/migrate/20131025093810_create_locks.rb
    M engines/bastion/app/assets/bastion/products/products.module.js
    M engines/bastion/app/assets/bastion/systems/content/views/system-pac=
kages.html
    M engines/bastion/app/assets/bastion/systems/systems.module.js
    M lib/actions.rb
    M lib/actions/world.rb
    M lib/katello.rb
    M lib/katello/engine.rb

  Log Message:
  -----------
  Rebase against engine branch


Compare: https://github.com/Katello/katello/compare/61b032a248b0...f77eba=
58b2ff=

[Attachment #3 (text/plain)]

_______________________________________________
katello-commits mailing list
katello-commits@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/katello-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic