foreman-tasks 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f66037fda7e3529fd63392dcbc458f472077c81a
4
- data.tar.gz: 539c7bee3ef29e07296f9d84fa846af50f4512d7
3
+ metadata.gz: fae15bedc8d294cc8486d2d99b0843d53840d1e6
4
+ data.tar.gz: af614f0e462ca233cc5615f2f47793caa184f380
5
5
  SHA512:
6
- metadata.gz: 7197ef1b6480a4242f9220b699916d49ceb435624ac6a00982e970447b427f8ced258cc8b7d1528ca86ee9bdedbde872b9d8fab222b7347756684df6c9322f61
7
- data.tar.gz: 6274bccce4a943b22bb0b55e80f2bcd394899f59c3e5faf5869101e443428cbabd47bb75f4a12ca2686e2889a18afacfae71adc016b92d21ddbc303c146c6255
6
+ metadata.gz: bd813948f1ca5b2305e06dd090e631bd1c598f8b83e52a37ae7e50071e9cfd31a73ae52cec3ed0822033089ead74109d222adc35b718d4e29021536264ef2cce
7
+ data.tar.gz: 9ce2326641602979ada0e7c56dc957923eb579791ceee0c74b0e06346d2007a792472e5cc9d216ec59f65576427adcfaab276b3023995e045410016554dbcf39
@@ -3,7 +3,6 @@ module Actions
3
3
  middleware.use Actions::Middleware::KeepCurrentUser
4
4
 
5
5
  include Dynflow::Action::WithSubPlans
6
- include Dynflow::Action::WithBulkSubPlans
7
6
 
8
7
  def plan(*_args)
9
8
  raise NotImplementedError
@@ -1,5 +1,8 @@
1
1
  module Actions
2
2
  class BulkAction < Actions::ActionWithSubPlans
3
+
4
+ include Dynflow::Action::WithBulkSubPlans
5
+
3
6
  # == Parameters:
4
7
  # actions_class::
5
8
  # Class of action to trigger on targets
@@ -70,6 +70,8 @@ module ForemanTasks
70
70
  :'foreman_tasks/api/recurring_logics' => [:cancel] }, :resource_type => ForemanTasks::RecurringLogic.name
71
71
  end
72
72
 
73
+ add_all_permissions_to_default_roles
74
+
73
75
  logger :dynflow, :enabled => true
74
76
  logger :action, :enabled => true
75
77
 
@@ -1,3 +1,3 @@
1
1
  module ForemanTasks
2
- VERSION = '0.9.0'.freeze
2
+ VERSION = '0.9.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman-tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-27 00:00:00.000000000 Z
11
+ date: 2017-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foreman-tasks-core