Skip to content

Commit d477e96

Browse files
committed
change docker agent paths
1 parent 7a353d8 commit d477e96

File tree

25 files changed

+30
-30
lines changed

25 files changed

+30
-30
lines changed

HYPERSTACK_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
'1.0.alpha1.8.0012'
1+
'1.0.alpha1.8.0014'

ruby/hyper-component/lib/hyper-component.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
require 'hyperstack/component/isomorphic_helpers'
4848
require 'hyperstack/ext/component/serializers'
4949

50-
Opal.append_path File.expand_path('../', __FILE__)
50+
Opal.append_path File.expand_path('../', __FILE__).untaint
5151
require 'react/react-source'
5252
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module Component
3-
VERSION = '1.0.alpha1.8.0012' # '1.0.alpha1.5'
3+
VERSION = '1.0.alpha1.8.0014' # '1.0.alpha1.5'
44
end
55
end

ruby/hyper-component/lib/react/react-source.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
require "react/rails/asset_variant"
1414
variant = Hyperstack.env.production? ? :production : :development
1515
react_directory = React::Rails::AssetVariant.new({ variant: variant }).react_directory
16-
Opal.append_path react_directory
16+
Opal.append_path react_directory.untaint
1717
end

ruby/hyper-console/lib/hyper-console.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
require 'securerandom'
1010
else
1111
require 'hyperloop/console/engine'
12-
Opal.append_path File.expand_path('../', __FILE__)
12+
Opal.append_path File.expand_path('../', __FILE__).untaint
1313
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
module Console
3-
VERSION = '1.0.alpha1.8.0012'
3+
VERSION = '1.0.alpha1.8.0014'
44
end
55
end

ruby/hyper-i18n/lib/hyper-i18n.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
else
2020
require 'opal'
2121

22-
Opal.append_path File.expand_path('../', __FILE__)
22+
Opal.append_path File.expand_path('../', __FILE__).untaint
2323
end
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperI18n
2-
VERSION = '1.0.alpha1.8.0012'
2+
VERSION = '1.0.alpha1.8.0014'
33
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module I18n
3-
VERSION = '1.0.alpha1.8.0012'
3+
VERSION = '1.0.alpha1.8.0014'
44
end
55
end

ruby/hyper-model/lib/hyper-model.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
require_relative 'active_record_base'
6363
require 'hyper_model/version'
6464

65-
Opal.append_path File.expand_path('../sources/', __FILE__)
66-
Opal.append_path File.expand_path('../', __FILE__)
67-
Opal.append_path File.expand_path('../../vendor', __FILE__)
65+
Opal.append_path File.expand_path('../sources/', __FILE__).untaint
66+
Opal.append_path File.expand_path('../', __FILE__).untaint
67+
Opal.append_path File.expand_path('../../vendor', __FILE__).untaint
6868
end
6969
require 'enumerable/pluck'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperModel
2-
VERSION = '1.0.alpha1.8.0012'
2+
VERSION = '1.0.alpha1.8.0014'
33
end

ruby/hyper-operation/lib/hyper-operation.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def titleize
5959
require 'hyper-operation/server_op'
6060
require 'hyper-operation/boot'
6161
Opal.use_gem 'mutations', false
62-
Opal.append_path File.expand_path('../sources/', __FILE__)
63-
Opal.append_path File.expand_path('../', __FILE__)
64-
Opal.append_path File.expand_path('../../vendor', __FILE__)
62+
Opal.append_path File.expand_path('../sources/', __FILE__).untaint
63+
Opal.append_path File.expand_path('../', __FILE__).untaint
64+
Opal.append_path File.expand_path('../../vendor', __FILE__).untaint
6565
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
class Operation
3-
VERSION = '1.0.alpha1.8.0012'
3+
VERSION = '1.0.alpha1.8.0014'
44
end
55
end

ruby/hyper-router/lib/hyper-router.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
require 'hyperstack/internal/router/isomorphic_methods'
2626
require 'hyperstack/router/version'
2727

28-
Opal.append_path File.expand_path('../', __FILE__)
28+
Opal.append_path File.expand_path('../', __FILE__).untaint
2929
end
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperRouter
2-
VERSION = '1.0.alpha1.8.0012'
2+
VERSION = '1.0.alpha1.8.0014'
33
end
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperSpec
2-
VERSION = '1.0.alpha1.8.0012'
2+
VERSION = '1.0.alpha1.8.0014'
33
end

ruby/hyper-state/lib/hyper-state.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
require 'ext/object_space'
1717
else
1818
require 'opal'
19-
Opal.append_path(File.expand_path('../', __FILE__))
19+
Opal.append_path(File.expand_path('../', __FILE__).untaint)
2020
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module State
3-
VERSION = '1.0.alpha1.8.0012'
3+
VERSION = '1.0.alpha1.8.0014'
44
end
55
end

ruby/hyper-store/lib/hyper-store.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ class BaseStoreClass < BasicObject
2525

2626
if RUBY_ENGINE != 'opal'
2727
require 'opal'
28-
Opal.append_path(File.expand_path('../', __FILE__))
28+
Opal.append_path(File.expand_path('../', __FILE__).untaint)
2929
end
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Hyperstack
22
module Legacy
33
module Store
4-
VERSION = '1.0.alpha1.8.0012'
4+
VERSION = '1.0.alpha1.8.0014'
55
end
66
end
77
end

ruby/hyper-trace/lib/hyper-trace.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
require 'hyper_trace/react_trace.rb'
55
else
66
require 'opal'
7-
Opal.append_path File.expand_path('../', __FILE__)
7+
Opal.append_path File.expand_path('../', __FILE__).untaint
88
end
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperTrace
2-
VERSION = '1.0.alpha1.8.0012'
2+
VERSION = '1.0.alpha1.8.0014'
33
end

ruby/hyperstack-config/lib/hyperstack-config.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def self.naming_convention
5858
Hyperstack.import 'hyperstack/autoloader_starter'
5959
# based on the environment pick the directory containing the file with the matching
6060
# value for the client. This avoids use of ERB for builds outside of sprockets environment
61-
Opal.append_path(File.expand_path("../hyperstack/environment/#{Hyperstack.env}/", __FILE__))
62-
Opal.append_path(File.expand_path('../', __FILE__))
61+
Opal.append_path(File.expand_path("../hyperstack/environment/#{Hyperstack.env}/", __FILE__).untaint)
62+
Opal.append_path(File.expand_path('../', __FILE__).untaint)
6363
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module Config
3-
VERSION = '1.0.alpha1.8.0012'
3+
VERSION = '1.0.alpha1.8.0014'
44
end
55
end
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperstack
2-
ROUTERVERSION = VERSION = '1.0.alpha1.8.0012'
2+
ROUTERVERSION = VERSION = '1.0.alpha1.8.0014'
33
end

0 commit comments

Comments
 (0)