gloo 0.7.7 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (203) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/.gitignore +2 -1
  4. data/.ruby-gemset +1 -0
  5. data/.ruby-version +1 -0
  6. data/LICENSE.txt +1 -1
  7. data/gloo.gemspec +15 -6
  8. data/lib/VERSION +1 -1
  9. data/lib/dependencies.rb +4 -4
  10. data/lib/gloo/app/info.rb +3 -1
  11. data/lib/gloo/app/log.rb +1 -29
  12. data/lib/gloo/app/platform.rb +142 -0
  13. data/lib/gloo/objs/cli/banner.rb +2 -2
  14. data/lib/gloo/objs/cli/bar.rb +4 -4
  15. data/lib/gloo/objs/cli/colorize.rb +3 -3
  16. data/lib/gloo/objs/cli/confirm.rb +3 -3
  17. data/lib/gloo/objs/cli/menu.rb +9 -9
  18. data/lib/gloo/objs/cli/menu_item.rb +2 -2
  19. data/lib/gloo/objs/cli/pastel.rb +2 -2
  20. data/lib/gloo/objs/cli/prompt.rb +4 -4
  21. data/lib/gloo/objs/cli/select.rb +4 -4
  22. data/lib/gloo/objs/dev/git.rb +7 -7
  23. data/lib/gloo/objs/dev/stats.rb +8 -5
  24. data/lib/gloo/objs/snd/play.rb +1 -1
  25. data/lib/gloo/objs/snd/say.rb +2 -2
  26. data/lib/gloo/objs/system/file_handle.rb +9 -9
  27. data/lib/gloo/objs/system/ssh_exec.rb +3 -3
  28. data/lib/gloo/objs/system/system.rb +2 -2
  29. data/lib/gloo/verbs/alert.rb +7 -7
  30. data/lib/gloo/verbs/beep.rb +1 -1
  31. data/lib/gloo/verbs/cls.rb +2 -2
  32. data/lib/gloo/verbs/help.rb +7 -189
  33. data/lib/gloo/verbs/version.rb +3 -3
  34. data/lib/gloo.rb +5 -1
  35. data/lib/run.rb +5 -1
  36. metadata +43 -221
  37. data/Gemfile.lock +0 -168
  38. data/lib/gloo/app/args.rb +0 -112
  39. data/lib/gloo/app/engine.rb +0 -230
  40. data/lib/gloo/app/help.rb +0 -156
  41. data/lib/gloo/app/mode.rb +0 -27
  42. data/lib/gloo/app/settings.rb +0 -186
  43. data/lib/gloo/convert/converter.rb +0 -35
  44. data/lib/gloo/convert/string_to_datetime.rb +0 -21
  45. data/lib/gloo/convert/string_to_decimal.rb +0 -20
  46. data/lib/gloo/convert/string_to_integer.rb +0 -20
  47. data/lib/gloo/core/baseo.rb +0 -30
  48. data/lib/gloo/core/dictionary.rb +0 -181
  49. data/lib/gloo/core/error.rb +0 -61
  50. data/lib/gloo/core/event_manager.rb +0 -44
  51. data/lib/gloo/core/factory.rb +0 -210
  52. data/lib/gloo/core/gloo_system.rb +0 -266
  53. data/lib/gloo/core/heap.rb +0 -52
  54. data/lib/gloo/core/here.rb +0 -36
  55. data/lib/gloo/core/it.rb +0 -36
  56. data/lib/gloo/core/literal.rb +0 -30
  57. data/lib/gloo/core/obj.rb +0 -303
  58. data/lib/gloo/core/obj_finder.rb +0 -30
  59. data/lib/gloo/core/op.rb +0 -40
  60. data/lib/gloo/core/parser.rb +0 -59
  61. data/lib/gloo/core/pn.rb +0 -188
  62. data/lib/gloo/core/tokens.rb +0 -165
  63. data/lib/gloo/core/verb.rb +0 -86
  64. data/lib/gloo/exec/action.rb +0 -48
  65. data/lib/gloo/exec/dispatch.rb +0 -40
  66. data/lib/gloo/exec/exec_env.rb +0 -74
  67. data/lib/gloo/exec/runner.rb +0 -45
  68. data/lib/gloo/exec/script.rb +0 -49
  69. data/lib/gloo/exec/stack.rb +0 -78
  70. data/lib/gloo/expr/expression.rb +0 -118
  71. data/lib/gloo/expr/l_boolean.rb +0 -36
  72. data/lib/gloo/expr/l_decimal.rb +0 -39
  73. data/lib/gloo/expr/l_integer.rb +0 -37
  74. data/lib/gloo/expr/l_string.rb +0 -58
  75. data/lib/gloo/expr/op_div.rb +0 -22
  76. data/lib/gloo/expr/op_minus.rb +0 -22
  77. data/lib/gloo/expr/op_mult.rb +0 -22
  78. data/lib/gloo/expr/op_plus.rb +0 -24
  79. data/lib/gloo/help/app/application.txt +0 -22
  80. data/lib/gloo/help/app/configuration.txt +0 -7
  81. data/lib/gloo/help/app/default_help.txt +0 -14
  82. data/lib/gloo/help/app/logging.txt +0 -16
  83. data/lib/gloo/help/core/color.txt +0 -31
  84. data/lib/gloo/help/core/error.txt +0 -33
  85. data/lib/gloo/help/core/events.txt +0 -21
  86. data/lib/gloo/help/core/gloo_system.txt +0 -57
  87. data/lib/gloo/help/core/here.txt +0 -30
  88. data/lib/gloo/help/core/it.txt +0 -23
  89. data/lib/gloo/help/core/ops.txt +0 -16
  90. data/lib/gloo/help/core/pathname.txt +0 -29
  91. data/lib/gloo/help/objs/basic/alias.txt +0 -36
  92. data/lib/gloo/help/objs/basic/boolean.txt +0 -28
  93. data/lib/gloo/help/objs/basic/container.txt +0 -33
  94. data/lib/gloo/help/objs/basic/decimal.txt +0 -28
  95. data/lib/gloo/help/objs/basic/integer.txt +0 -27
  96. data/lib/gloo/help/objs/basic/script.txt +0 -29
  97. data/lib/gloo/help/objs/basic/string.txt +0 -28
  98. data/lib/gloo/help/objs/basic/text.txt +0 -27
  99. data/lib/gloo/help/objs/basic/untyped.txt +0 -22
  100. data/lib/gloo/help/objs/cli/banner.txt +0 -49
  101. data/lib/gloo/help/objs/cli/bar.txt +0 -37
  102. data/lib/gloo/help/objs/cli/colorize.txt +0 -33
  103. data/lib/gloo/help/objs/cli/confirm.txt +0 -26
  104. data/lib/gloo/help/objs/cli/menu.txt +0 -44
  105. data/lib/gloo/help/objs/cli/menu_item.txt +0 -26
  106. data/lib/gloo/help/objs/cli/pastel.txt +0 -43
  107. data/lib/gloo/help/objs/cli/prompt.txt +0 -27
  108. data/lib/gloo/help/objs/cli/select.txt +0 -34
  109. data/lib/gloo/help/objs/ctrl/each.txt +0 -48
  110. data/lib/gloo/help/objs/ctrl/repeat.txt +0 -38
  111. data/lib/gloo/help/objs/data/markdown.txt +0 -25
  112. data/lib/gloo/help/objs/data/mysql.txt +0 -40
  113. data/lib/gloo/help/objs/data/query.txt +0 -37
  114. data/lib/gloo/help/objs/data/sqlite.txt +0 -26
  115. data/lib/gloo/help/objs/data/table.txt +0 -46
  116. data/lib/gloo/help/objs/dev/git_repo.txt +0 -36
  117. data/lib/gloo/help/objs/dev/stats.txt +0 -36
  118. data/lib/gloo/help/objs/dt/date.txt +0 -23
  119. data/lib/gloo/help/objs/dt/datetime.txt +0 -24
  120. data/lib/gloo/help/objs/dt/time.txt +0 -23
  121. data/lib/gloo/help/objs/ror/erb.txt +0 -37
  122. data/lib/gloo/help/objs/ror/eval.txt +0 -24
  123. data/lib/gloo/help/objs/snd/play.txt +0 -23
  124. data/lib/gloo/help/objs/snd/say.txt +0 -28
  125. data/lib/gloo/help/objs/system/file.txt +0 -48
  126. data/lib/gloo/help/objs/system/ssh_exec.txt +0 -30
  127. data/lib/gloo/help/objs/system/system.txt +0 -32
  128. data/lib/gloo/help/objs/web/http_get.txt +0 -35
  129. data/lib/gloo/help/objs/web/http_post.txt +0 -34
  130. data/lib/gloo/help/objs/web/json.txt +0 -34
  131. data/lib/gloo/help/objs/web/slack.txt +0 -33
  132. data/lib/gloo/help/objs/web/teams.txt +0 -30
  133. data/lib/gloo/help/objs/web/uri.txt +0 -38
  134. data/lib/gloo/help/verbs/alert.txt +0 -33
  135. data/lib/gloo/help/verbs/beep.txt +0 -25
  136. data/lib/gloo/help/verbs/cls.txt +0 -24
  137. data/lib/gloo/help/verbs/context.txt +0 -43
  138. data/lib/gloo/help/verbs/create.txt +0 -33
  139. data/lib/gloo/help/verbs/execute.txt +0 -27
  140. data/lib/gloo/help/verbs/help.txt +0 -34
  141. data/lib/gloo/help/verbs/if.txt +0 -37
  142. data/lib/gloo/help/verbs/list.txt +0 -34
  143. data/lib/gloo/help/verbs/load.txt +0 -38
  144. data/lib/gloo/help/verbs/move.txt +0 -42
  145. data/lib/gloo/help/verbs/put.txt +0 -38
  146. data/lib/gloo/help/verbs/quit.txt +0 -25
  147. data/lib/gloo/help/verbs/run.txt +0 -41
  148. data/lib/gloo/help/verbs/save.txt +0 -26
  149. data/lib/gloo/help/verbs/show.txt +0 -30
  150. data/lib/gloo/help/verbs/tell.txt +0 -34
  151. data/lib/gloo/help/verbs/unless.txt +0 -38
  152. data/lib/gloo/help/verbs/version.txt +0 -32
  153. data/lib/gloo/help/verbs/wait.txt +0 -29
  154. data/lib/gloo/objs/basic/alias.rb +0 -78
  155. data/lib/gloo/objs/basic/boolean.rb +0 -120
  156. data/lib/gloo/objs/basic/container.rb +0 -76
  157. data/lib/gloo/objs/basic/decimal.rb +0 -76
  158. data/lib/gloo/objs/basic/integer.rb +0 -73
  159. data/lib/gloo/objs/basic/script.rb +0 -99
  160. data/lib/gloo/objs/basic/string.rb +0 -77
  161. data/lib/gloo/objs/basic/text.rb +0 -87
  162. data/lib/gloo/objs/basic/untyped.rb +0 -41
  163. data/lib/gloo/objs/ctrl/each.rb +0 -279
  164. data/lib/gloo/objs/ctrl/repeat.rb +0 -108
  165. data/lib/gloo/objs/data/markdown.rb +0 -84
  166. data/lib/gloo/objs/data/mysql.rb +0 -192
  167. data/lib/gloo/objs/data/query.rb +0 -176
  168. data/lib/gloo/objs/data/sqlite.rb +0 -159
  169. data/lib/gloo/objs/data/table.rb +0 -140
  170. data/lib/gloo/objs/dt/date.rb +0 -50
  171. data/lib/gloo/objs/dt/datetime.rb +0 -62
  172. data/lib/gloo/objs/dt/time.rb +0 -50
  173. data/lib/gloo/objs/ror/erb.rb +0 -116
  174. data/lib/gloo/objs/ror/eval.rb +0 -107
  175. data/lib/gloo/objs/web/http_get.rb +0 -159
  176. data/lib/gloo/objs/web/http_post.rb +0 -183
  177. data/lib/gloo/objs/web/json.rb +0 -135
  178. data/lib/gloo/objs/web/slack.rb +0 -130
  179. data/lib/gloo/objs/web/teams.rb +0 -117
  180. data/lib/gloo/objs/web/uri.rb +0 -148
  181. data/lib/gloo/persist/file_loader.rb +0 -191
  182. data/lib/gloo/persist/file_saver.rb +0 -49
  183. data/lib/gloo/persist/file_storage.rb +0 -45
  184. data/lib/gloo/persist/line_splitter.rb +0 -81
  185. data/lib/gloo/persist/persist_man.rb +0 -120
  186. data/lib/gloo/utils/format.rb +0 -21
  187. data/lib/gloo/utils/stats.rb +0 -205
  188. data/lib/gloo/utils/words.rb +0 -19
  189. data/lib/gloo/verbs/context.rb +0 -62
  190. data/lib/gloo/verbs/create.rb +0 -68
  191. data/lib/gloo/verbs/execute.rb +0 -56
  192. data/lib/gloo/verbs/if.rb +0 -92
  193. data/lib/gloo/verbs/list.rb +0 -98
  194. data/lib/gloo/verbs/load.rb +0 -45
  195. data/lib/gloo/verbs/move.rb +0 -89
  196. data/lib/gloo/verbs/put.rb +0 -94
  197. data/lib/gloo/verbs/quit.rb +0 -40
  198. data/lib/gloo/verbs/run.rb +0 -75
  199. data/lib/gloo/verbs/save.rb +0 -39
  200. data/lib/gloo/verbs/show.rb +0 -64
  201. data/lib/gloo/verbs/tell.rb +0 -79
  202. data/lib/gloo/verbs/unless.rb +0 -92
  203. data/lib/gloo/verbs/wait.rb +0 -42
@@ -1,183 +0,0 @@
1
- # Author:: Eric Crane (mailto:eric.crane@mac.com)
2
- # Copyright:: Copyright (c) 2019 Eric Crane. All rights reserved.
3
- #
4
- # An object that can post JSON to a URI.
5
- #
6
- require 'net/http'
7
- require 'uri'
8
- require 'json'
9
-
10
- module Gloo
11
- module Objs
12
- class HttpPost < Gloo::Core::Obj
13
-
14
- KEYWORD = 'http_post'.freeze
15
- KEYWORD_SHORT = 'post'.freeze
16
- URL = 'uri'.freeze
17
- BODY = 'body'.freeze
18
- RESULT = 'result'.freeze
19
- SKIP_SSL_VERIFY = 'skip_ssl_verify'.freeze
20
-
21
- #
22
- # The name of the object type.
23
- #
24
- def self.typename
25
- return KEYWORD
26
- end
27
-
28
- #
29
- # The short name of the object type.
30
- #
31
- def self.short_typename
32
- return KEYWORD_SHORT
33
- end
34
-
35
- #
36
- # Get the URI from the child object.
37
- # Returns nil if there is none.
38
- #
39
- def uri_value
40
- uri = find_child URL
41
- return nil unless uri
42
-
43
- return uri.value
44
- end
45
-
46
- #
47
- # Get all the children of the body container and
48
- # convert to JSON that will be sent in the HTTP body.
49
- #
50
- def body_as_json
51
- h = {}
52
-
53
- body = find_child BODY
54
- body.children.each do |child|
55
- child_val = Gloo::Objs::Alias.resolve_alias( child )
56
- h[ child.name ] = child_val.value
57
- end
58
-
59
- return h.to_json
60
- end
61
-
62
- #
63
- # Set the result of the API call.
64
- #
65
- def update_result( data )
66
- r = find_child RESULT
67
- return nil unless r
68
-
69
- r.set_value data
70
- end
71
-
72
- # ---------------------------------------------------------------------
73
- # Children
74
- # ---------------------------------------------------------------------
75
-
76
- #
77
- # Does this object have children to add when an object
78
- # is created in interactive mode?
79
- # This does not apply during obj load, etc.
80
- #
81
- def add_children_on_create?
82
- return true
83
- end
84
-
85
- #
86
- # Add children to this object.
87
- # This is used by containers to add children needed
88
- # for default configurations.
89
- #
90
- def add_default_children
91
- fac = $engine.factory
92
- fac.create_string URL, 'https://web.site/', self
93
- fac.create_can BODY, self
94
- end
95
-
96
- # ---------------------------------------------------------------------
97
- # Messages
98
- # ---------------------------------------------------------------------
99
-
100
- #
101
- # Get a list of message names that this object receives.
102
- #
103
- def self.messages
104
- return super + [ 'run' ]
105
- end
106
-
107
- #
108
- # Post the content to the endpoint.
109
- #
110
- def msg_run
111
- uri = uri_value
112
- return unless uri
113
-
114
- $log.debug "posting to: #{uri}"
115
- body = self.body_as_json
116
- $log.debug "posting body: #{body}"
117
- data = Gloo::Objs::HttpPost.post_json( uri, body, skip_ssl_verify? )
118
- self.update_result data
119
- end
120
-
121
- # ---------------------------------------------------------------------
122
- # Static functions
123
- # ---------------------------------------------------------------------
124
-
125
- #
126
- # Post the content to the endpoint.
127
- #
128
- def self.post_json( url, body, skip_ssl_verify = false )
129
- uri = URI( url )
130
- params = { use_ssl: uri.scheme == 'https' }
131
- params[ :verify_mode ] = ::OpenSSL::SSL::VERIFY_NONE if skip_ssl_verify
132
-
133
- Net::HTTP.start( uri.host, uri.port, params ) do |http|
134
- request = Net::HTTP::Post.new uri
135
- request.content_type = 'application/json'
136
- request.body = body
137
-
138
- result = http.request request # Net::HTTPResponse object
139
- $log.debug result.code
140
- $log.debug result.message
141
- return result.body
142
- end
143
- end
144
-
145
- # #
146
- # # Post the content to the endpoint.
147
- # #
148
- # def self.post_json_1( url, body, use_ssl = true )
149
- # # Structure the request
150
- # uri = URI.parse( url )
151
- #
152
- # request = Net::HTTP::Post.new( uri.path )
153
- # request.content_type = 'application/json'
154
- # request.body = body
155
- # n = Net::HTTP.new( uri.host, uri.port )
156
- # n.use_ssl = use_ssl
157
- #
158
- # # Send the payload to the endpoint.
159
- # result = n.start { |http| http.request( request ) }
160
- # $log.debug result.code
161
- # $log.debug result.message
162
- # return result.body
163
- # end
164
-
165
- # ---------------------------------------------------------------------
166
- # Private functions
167
- # ---------------------------------------------------------------------
168
-
169
- private
170
-
171
- #
172
- # Should we skip SSL verification during the request?
173
- #
174
- def skip_ssl_verify?
175
- skip = find_child SKIP_SSL_VERIFY
176
- return false unless skip
177
-
178
- return skip.value
179
- end
180
-
181
- end
182
- end
183
- end
@@ -1,135 +0,0 @@
1
- # Author:: Eric Crane (mailto:eric.crane@mac.com)
2
- # Copyright:: Copyright (c) 2020 Eric Crane. All rights reserved.
3
- #
4
- # JSON data.
5
- #
6
- require 'json'
7
-
8
- module Gloo
9
- module Objs
10
- class Json < Gloo::Core::Obj
11
-
12
- KEYWORD = 'json'.freeze
13
- KEYWORD_SHORT = 'json'.freeze
14
-
15
- #
16
- # The name of the object type.
17
- #
18
- def self.typename
19
- return KEYWORD
20
- end
21
-
22
- #
23
- # The short name of the object type.
24
- #
25
- def self.short_typename
26
- return KEYWORD_SHORT
27
- end
28
-
29
- #
30
- # Set the value with any necessary type conversions.
31
- #
32
- def set_value( new_value )
33
- self.value = new_value.to_s
34
- end
35
-
36
- #
37
- # Does this object support multi-line values?
38
- # Initially only true for scripts.
39
- #
40
- def multiline_value?
41
- return false
42
- end
43
-
44
- #
45
- # Get the number of lines of text.
46
- #
47
- def line_count
48
- return value.split( "\n" ).count
49
- end
50
-
51
- # ---------------------------------------------------------------------
52
- # Messages
53
- # ---------------------------------------------------------------------
54
-
55
- #
56
- # Get a list of message names that this object receives.
57
- #
58
- def self.messages
59
- return super + %w[get parse pretty]
60
- end
61
-
62
- #
63
- # Make the JSON pretty.
64
- #
65
- def msg_pretty
66
- pretty = JSON.pretty_generate( self.value )
67
- puts pretty
68
- set_value pretty
69
- end
70
-
71
- #
72
- # Get a value from the JSON data.
73
- # The additional parameter is the path to the value.
74
- #
75
- def msg_get
76
- if @params&.token_count&.positive?
77
- expr = Gloo::Expr::Expression.new( @params.tokens )
78
- data = expr.evaluate
79
- end
80
- return unless data
81
-
82
- h = JSON.parse( self.value )
83
- field = h[ data ]
84
- $engine.heap.it.set_to field
85
- return field
86
- end
87
-
88
- #
89
- # Parse the JSON data and put it in objects.
90
- # The additional parameter is the path to the destination
91
- # for the parsed objects.
92
- #
93
- def msg_parse
94
- if @params&.token_count&.positive?
95
- pn = Gloo::Core::Pn.new @params.tokens.first
96
- unless pn&.exists?
97
- $engine.err 'Destination path for parsed objects does not exist'
98
- return
99
- end
100
- else
101
- $engine.err 'Destination path for parsed objects is required'
102
- return
103
- end
104
- parent = pn.resolve
105
-
106
- json = JSON.parse( self.value )
107
- self.handle_json( json, parent )
108
- end
109
-
110
- #
111
- # Handle JSON, creating objects and setting values.
112
- # Note that this is a recursive function.
113
- #
114
- def handle_json( json, parent )
115
- if json.class == Hash
116
- json.each do |k, v|
117
- if v.class == Array
118
- o = parent.find_add_child( k, 'can' )
119
- handle_json( v, o )
120
- else
121
- o = parent.find_add_child( k, 'untyped' )
122
- o.set_value v
123
- end
124
- end
125
- elsif json.class == Array
126
- json.each_with_index do |o, index|
127
- child = parent.find_add_child( index.to_s, 'can' )
128
- handle_json( o, child )
129
- end
130
- end
131
- end
132
-
133
- end
134
- end
135
- end
@@ -1,130 +0,0 @@
1
- # Author:: Eric Crane (mailto:eric.crane@mac.com)
2
- # Copyright:: Copyright (c) 2019 Eric Crane. All rights reserved.
3
- #
4
- # An object that can send a message to a slack channel.
5
- #
6
- require 'net/http'
7
- require 'uri'
8
- require 'json'
9
-
10
- module Gloo
11
- module Objs
12
- class Slack < Gloo::Core::Obj
13
-
14
- KEYWORD = 'slack'.freeze
15
- KEYWORD_SHORT = 'slack'.freeze
16
- URL = 'uri'.freeze
17
- MSG = 'message'.freeze
18
- USER = 'username'.freeze
19
- CHANNEL = 'channel'.freeze
20
- ICON = 'icon_emoji'.freeze
21
-
22
- ATTACHMENT = 'attachment'.freeze
23
- TITLE = 'title'.freeze
24
- TEXT = 'text'.freeze
25
-
26
- #
27
- # The name of the object type.
28
- #
29
- def self.typename
30
- return KEYWORD
31
- end
32
-
33
- #
34
- # The short name of the object type.
35
- #
36
- def self.short_typename
37
- return KEYWORD_SHORT
38
- end
39
-
40
- #
41
- # Get the URI from the child object.
42
- # Returns nil if there is none.
43
- #
44
- def uri_value
45
- uri = find_child URL
46
- return nil unless uri
47
-
48
- return uri.value
49
- end
50
-
51
- #
52
- # Get the URI from the child object.
53
- # Returns nil if there is none.
54
- #
55
- def attachment_value
56
- o = find_child ATTACHMENT
57
- return nil unless o
58
-
59
- title = o.find_child TITLE
60
- text = o.find_child TEXT
61
- return [ { 'title' => title.value,
62
- 'text' => text.value } ]
63
- end
64
-
65
- #
66
- # Get all the children of the body container and
67
- # convert to JSON that will be sent in the HTTP body.
68
- #
69
- def body_as_json
70
- h = { 'text' => find_child( MSG ).value,
71
- 'username' => find_child( USER ).value,
72
- 'channel' => find_child( CHANNEL ).value,
73
- 'icon_emoji' => find_child( ICON ).value }
74
-
75
- o = attachment_value
76
- h[ 'attachments' ] = o if o
77
- return h.to_json
78
- end
79
-
80
- # ---------------------------------------------------------------------
81
- # Children
82
- # ---------------------------------------------------------------------
83
-
84
- #
85
- # Does this object have children to add when an object
86
- # is created in interactive mode?
87
- # This does not apply during obj load, etc.
88
- #
89
- def add_children_on_create?
90
- return true
91
- end
92
-
93
- #
94
- # Add children to this object.
95
- # This is used by containers to add children needed
96
- # for default configurations.
97
- #
98
- def add_default_children
99
- fac = $engine.factory
100
- fac.create_string URL, 'https://hooks.slack.com/services/...', self
101
- fac.create_string MSG, 'textual message', self
102
- fac.create_string USER, 'Slack Bot', self
103
- fac.create_string CHANNEL, 'general', self
104
- fac.create_string ICON, ':ghost:', self
105
- end
106
-
107
- # ---------------------------------------------------------------------
108
- # Messages
109
- # ---------------------------------------------------------------------
110
-
111
- #
112
- # Get a list of message names that this object receives.
113
- #
114
- def self.messages
115
- return super + [ 'run' ]
116
- end
117
-
118
- #
119
- # Post the content to the Slack channel.
120
- #
121
- def msg_run
122
- uri = uri_value
123
- return unless uri
124
-
125
- Gloo::Objs::HttpPost.post_json uri, body_as_json
126
- end
127
-
128
- end
129
- end
130
- end
@@ -1,117 +0,0 @@
1
- # Author:: Eric Crane (mailto:eric.crane@mac.com)
2
- # Copyright:: Copyright (c) 2019 Eric Crane. All rights reserved.
3
- #
4
- # An object that can send a message to a Teams webhook.
5
- #
6
- require 'net/http'
7
- require 'uri'
8
- require 'json'
9
-
10
- module Gloo
11
- module Objs
12
- class Teams < Gloo::Core::Obj
13
-
14
- KEYWORD = 'teams'.freeze
15
- KEYWORD_SHORT = 'team'.freeze
16
- URL = 'uri'.freeze
17
- DEFAULT_URL = 'https://outlook.office.com/webhook/...'.freeze
18
- MSG = 'message'.freeze
19
- TITLE = 'title'.freeze
20
- COLOR = 'color'.freeze
21
- DEFAULT_COLOR = '008000'.freeze
22
-
23
- #
24
- # The name of the object type.
25
- #
26
- def self.typename
27
- return KEYWORD
28
- end
29
-
30
- #
31
- # The short name of the object type.
32
- #
33
- def self.short_typename
34
- return KEYWORD_SHORT
35
- end
36
-
37
- #
38
- # Get the URI from the child object.
39
- # Returns nil if there is none.
40
- #
41
- def uri_value
42
- uri = find_child URL
43
- return nil unless uri
44
-
45
- return uri.value
46
- end
47
-
48
- # Get the color value.
49
- def color_value
50
- c = find_child COLOR
51
- return nil unless c
52
-
53
- return c.value
54
- end
55
-
56
- #
57
- # Get all the children of the body container and
58
- # convert to JSON that will be sent in the HTTP body.
59
- #
60
- def body_as_json
61
- h = { 'title' => find_child( TITLE ).value,
62
- 'text' => find_child( MSG ).value }
63
- color = color_value
64
- h[ 'themeColor' ] = color if color
65
- return h.to_json
66
- end
67
-
68
- # ---------------------------------------------------------------------
69
- # Children
70
- # ---------------------------------------------------------------------
71
-
72
- #
73
- # Does this object have children to add when an object
74
- # is created in interactive mode?
75
- # This does not apply during obj load, etc.
76
- #
77
- def add_children_on_create?
78
- return true
79
- end
80
-
81
- #
82
- # Add children to this object.
83
- # This is used by containers to add children needed
84
- # for default configurations.
85
- #
86
- def add_default_children
87
- fac = $engine.factory
88
- fac.create_string URL, DEFAULT_URL, self
89
- fac.create_string TITLE, '', self
90
- fac.create_string COLOR, DEFAULT_COLOR, self
91
- fac.create_string MSG, '', self
92
- end
93
-
94
- # ---------------------------------------------------------------------
95
- # Messages
96
- # ---------------------------------------------------------------------
97
-
98
- #
99
- # Get a list of message names that this object receives.
100
- #
101
- def self.messages
102
- return super + [ 'run' ]
103
- end
104
-
105
- #
106
- # Post the content to Microsoft Teams.
107
- #
108
- def msg_run
109
- uri = uri_value
110
- return unless uri
111
-
112
- Gloo::Objs::HttpPost.post_json uri, body_as_json
113
- end
114
-
115
- end
116
- end
117
- end
@@ -1,148 +0,0 @@
1
- # Author:: Eric Crane (mailto:eric.crane@mac.com)
2
- # Copyright:: Copyright (c) 2020 Eric Crane. All rights reserved.
3
- #
4
- # A URI (URL).
5
- #
6
- require 'uri'
7
- require 'net/http'
8
- require 'openssl'
9
-
10
- module Gloo
11
- module Objs
12
- class Uri < Gloo::Core::Obj
13
-
14
- KEYWORD = 'uri'.freeze
15
- KEYWORD_SHORT = 'url'.freeze
16
-
17
- #
18
- # The name of the object type.
19
- #
20
- def self.typename
21
- return KEYWORD
22
- end
23
-
24
- #
25
- # The short name of the object type.
26
- #
27
- def self.short_typename
28
- return KEYWORD_SHORT
29
- end
30
-
31
- #
32
- # Set the value with any necessary type conversions.
33
- #
34
- def set_value( new_value )
35
- self.value = new_value.to_s
36
- end
37
-
38
- #
39
- # Does this object support multi-line values?
40
- # Initially only true for scripts.
41
- #
42
- def multiline_value?
43
- return false
44
- end
45
-
46
- # ---------------------------------------------------------------------
47
- # Messages
48
- # ---------------------------------------------------------------------
49
-
50
- #
51
- # Get a list of message names that this object receives.
52
- #
53
- def self.messages
54
- basic = %w[open]
55
- gets = %w[get_scheme get_host get_path]
56
- more = %w[get_query get_fragment get_cert_expires]
57
- return super + basic + gets + more
58
- end
59
-
60
- #
61
- # Get the expiration date for the certificate.
62
- #
63
- def msg_get_cert_expires
64
- return unless value
65
- o = value
66
- uri = URI( value )
67
- response = Net::HTTP.start( uri.host, uri.port, :use_ssl => true )
68
- cert = response.peer_cert
69
- o = cert.not_after
70
-
71
- $engine.heap.it.set_to o
72
- return o
73
- end
74
-
75
- #
76
- # Get the URI fragment that comes after the '#'
77
- # in the URL. Might be used to scroll down in the page.
78
- #
79
- def msg_get_fragment
80
- return unless value
81
-
82
- o = URI( value ).fragment
83
- $engine.heap.it.set_to o
84
- return o
85
- end
86
-
87
- #
88
- # Get the URI query parameters.
89
- # Example: id=121
90
- #
91
- def msg_get_query
92
- return unless value
93
-
94
- o = URI( value ).query
95
- $engine.heap.it.set_to o
96
- return o
97
- end
98
-
99
- #
100
- # Get the URI path.
101
- # Example: /posts
102
- #
103
- def msg_get_path
104
- return unless value
105
-
106
- o = URI( value ).path
107
- $engine.heap.it.set_to o
108
- return o
109
- end
110
-
111
- #
112
- # Get the URI host.
113
- # Example: google.com
114
- #
115
- def msg_get_host
116
- return unless value
117
-
118
- o = URI( value ).host
119
- $engine.heap.it.set_to o
120
- return o
121
- end
122
-
123
- #
124
- # Get the URI Scheme.
125
- # Example: http
126
- #
127
- def msg_get_scheme
128
- return unless value
129
-
130
- o = URI( value ).scheme
131
- $engine.heap.it.set_to o
132
- return o
133
- end
134
-
135
- #
136
- # Open the URI in the default browser.
137
- #
138
- def msg_open
139
- return unless value
140
-
141
- cmd = Gloo::Core::GlooSystem.open_for_platform
142
- cmd_with_param = "#{cmd} \"#{value}\""
143
- `#{cmd_with_param}`
144
- end
145
-
146
- end
147
- end
148
- end