appmap 0.83.3 → 0.83.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (362) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/main.yml +16 -0
  3. data/CHANGELOG.md +21 -0
  4. data/appmap.gemspec +2 -1
  5. data/lib/appmap/trace.rb +1 -1
  6. data/lib/appmap/version.rb +1 -1
  7. metadata +3 -357
  8. data/spec/class_map_spec.rb +0 -28
  9. data/spec/config_spec.rb +0 -155
  10. data/spec/depends/api_spec.rb +0 -196
  11. data/spec/depends/spec_helper.rb +0 -18
  12. data/spec/display_string_spec.rb +0 -40
  13. data/spec/fixtures/config/incomplete_config.yml +0 -1
  14. data/spec/fixtures/config/invalid_config.yml +0 -2
  15. data/spec/fixtures/config/invalid_yaml_config.yml +0 -3
  16. data/spec/fixtures/config/maximal_config.yml +0 -14
  17. data/spec/fixtures/config/missing_path_or_gem.yml +0 -3
  18. data/spec/fixtures/config/valid_config.yml +0 -3
  19. data/spec/fixtures/database.yml +0 -11
  20. data/spec/fixtures/depends/.gitignore +0 -2
  21. data/spec/fixtures/depends/app/controllers/api/api_keys_controller.rb +0 -2
  22. data/spec/fixtures/depends/app/controllers/organizations_controller.rb +0 -2
  23. data/spec/fixtures/depends/app/models/api_key.rb +0 -2
  24. data/spec/fixtures/depends/app/models/configuration.rb +0 -2
  25. data/spec/fixtures/depends/app/models/show.rb +0 -2
  26. data/spec/fixtures/depends/app/models/user.rb +0 -2
  27. data/spec/fixtures/depends/revoke_api_key.appmap.json +0 -901
  28. data/spec/fixtures/depends/spec/actual_rspec_test.rb +0 -7
  29. data/spec/fixtures/depends/spec/api_spec.rb +0 -2
  30. data/spec/fixtures/depends/spec/user_spec.rb +0 -2
  31. data/spec/fixtures/depends/test/actual_minitest_test.rb +0 -5
  32. data/spec/fixtures/depends/user_page_scenario.appmap.json +0 -1776
  33. data/spec/fixtures/hook/.gitignore +0 -2
  34. data/spec/fixtures/hook/app/controllers/api/api_keys_controller.rb +0 -1
  35. data/spec/fixtures/hook/app/controllers/organizations_controller.rb +0 -1
  36. data/spec/fixtures/hook/app/models/api_key.rb +0 -1
  37. data/spec/fixtures/hook/app/models/configuration.rb +0 -1
  38. data/spec/fixtures/hook/app/models/show.rb +0 -1
  39. data/spec/fixtures/hook/app/models/user.rb +0 -1
  40. data/spec/fixtures/hook/attr_accessor.rb +0 -5
  41. data/spec/fixtures/hook/compare.rb +0 -7
  42. data/spec/fixtures/hook/constructor.rb +0 -7
  43. data/spec/fixtures/hook/custom_instance_method.rb +0 -11
  44. data/spec/fixtures/hook/exception_method.rb +0 -61
  45. data/spec/fixtures/hook/exclude.rb +0 -15
  46. data/spec/fixtures/hook/instance_method.rb +0 -31
  47. data/spec/fixtures/hook/kwargs.rb +0 -11
  48. data/spec/fixtures/hook/labels.rb +0 -6
  49. data/spec/fixtures/hook/method_named_call.rb +0 -11
  50. data/spec/fixtures/hook/pkg_a/a.rb +0 -7
  51. data/spec/fixtures/hook/prepended_override.rb +0 -14
  52. data/spec/fixtures/hook/protected_method.rb +0 -29
  53. data/spec/fixtures/hook/report_parameters.rb +0 -8
  54. data/spec/fixtures/hook/revoke_api_key.appmap.json +0 -847
  55. data/spec/fixtures/hook/singleton_method.rb +0 -63
  56. data/spec/fixtures/hook/spec/api_spec.rb +0 -1
  57. data/spec/fixtures/hook/spec/user_spec.rb +0 -1
  58. data/spec/fixtures/hook/sub_packages.rb +0 -7
  59. data/spec/fixtures/hook/user_page_scenario.appmap.json +0 -1722
  60. data/spec/fixtures/rack_users_app/.dockerignore +0 -2
  61. data/spec/fixtures/rack_users_app/.gitignore +0 -2
  62. data/spec/fixtures/rack_users_app/Gemfile +0 -10
  63. data/spec/fixtures/rack_users_app/appmap.yml +0 -3
  64. data/spec/fixtures/rack_users_app/config.ru +0 -2
  65. data/spec/fixtures/rack_users_app/lib/app.rb +0 -36
  66. data/spec/fixtures/rails5_users_app/.dockerignore +0 -1
  67. data/spec/fixtures/rails5_users_app/.gitignore +0 -39
  68. data/spec/fixtures/rails5_users_app/.rspec +0 -1
  69. data/spec/fixtures/rails5_users_app/.ruby-version +0 -1
  70. data/spec/fixtures/rails5_users_app/Gemfile +0 -54
  71. data/spec/fixtures/rails5_users_app/Rakefile +0 -6
  72. data/spec/fixtures/rails5_users_app/app/controllers/api/users_controller.rb +0 -29
  73. data/spec/fixtures/rails5_users_app/app/controllers/application_controller.rb +0 -2
  74. data/spec/fixtures/rails5_users_app/app/controllers/concerns/.keep +0 -0
  75. data/spec/fixtures/rails5_users_app/app/controllers/health_controller.rb +0 -5
  76. data/spec/fixtures/rails5_users_app/app/controllers/users_controller.rb +0 -21
  77. data/spec/fixtures/rails5_users_app/app/models/activerecord/user.rb +0 -18
  78. data/spec/fixtures/rails5_users_app/app/models/concerns/.keep +0 -0
  79. data/spec/fixtures/rails5_users_app/app/models/sequel/user.rb +0 -25
  80. data/spec/fixtures/rails5_users_app/app/views/layouts/application.html.haml +0 -7
  81. data/spec/fixtures/rails5_users_app/app/views/users/index.html.haml +0 -7
  82. data/spec/fixtures/rails5_users_app/appmap.yml +0 -11
  83. data/spec/fixtures/rails5_users_app/bin/appmap +0 -29
  84. data/spec/fixtures/rails5_users_app/bin/byebug +0 -29
  85. data/spec/fixtures/rails5_users_app/bin/gli +0 -29
  86. data/spec/fixtures/rails5_users_app/bin/htmldiff +0 -29
  87. data/spec/fixtures/rails5_users_app/bin/ldiff +0 -29
  88. data/spec/fixtures/rails5_users_app/bin/nokogiri +0 -29
  89. data/spec/fixtures/rails5_users_app/bin/rackup +0 -29
  90. data/spec/fixtures/rails5_users_app/bin/rails +0 -4
  91. data/spec/fixtures/rails5_users_app/bin/rake +0 -29
  92. data/spec/fixtures/rails5_users_app/bin/rspec +0 -29
  93. data/spec/fixtures/rails5_users_app/bin/ruby-parse +0 -29
  94. data/spec/fixtures/rails5_users_app/bin/ruby-rewrite +0 -29
  95. data/spec/fixtures/rails5_users_app/bin/sequel +0 -29
  96. data/spec/fixtures/rails5_users_app/bin/setup +0 -25
  97. data/spec/fixtures/rails5_users_app/bin/sprockets +0 -29
  98. data/spec/fixtures/rails5_users_app/bin/thor +0 -29
  99. data/spec/fixtures/rails5_users_app/bin/update +0 -25
  100. data/spec/fixtures/rails5_users_app/config/application.rb +0 -45
  101. data/spec/fixtures/rails5_users_app/config/boot.rb +0 -3
  102. data/spec/fixtures/rails5_users_app/config/credentials.yml.enc +0 -1
  103. data/spec/fixtures/rails5_users_app/config/database.yml +0 -1
  104. data/spec/fixtures/rails5_users_app/config/environment.rb +0 -5
  105. data/spec/fixtures/rails5_users_app/config/environments/development.rb +0 -40
  106. data/spec/fixtures/rails5_users_app/config/environments/production.rb +0 -68
  107. data/spec/fixtures/rails5_users_app/config/environments/test.rb +0 -39
  108. data/spec/fixtures/rails5_users_app/config/initializers/application_controller_renderer.rb +0 -8
  109. data/spec/fixtures/rails5_users_app/config/initializers/backtrace_silencers.rb +0 -7
  110. data/spec/fixtures/rails5_users_app/config/initializers/cors.rb +0 -16
  111. data/spec/fixtures/rails5_users_app/config/initializers/filter_parameter_logging.rb +0 -4
  112. data/spec/fixtures/rails5_users_app/config/initializers/inflections.rb +0 -16
  113. data/spec/fixtures/rails5_users_app/config/initializers/mime_types.rb +0 -4
  114. data/spec/fixtures/rails5_users_app/config/initializers/wrap_parameters.rb +0 -9
  115. data/spec/fixtures/rails5_users_app/config/locales/en.yml +0 -33
  116. data/spec/fixtures/rails5_users_app/config/routes.rb +0 -11
  117. data/spec/fixtures/rails5_users_app/config.ru +0 -5
  118. data/spec/fixtures/rails5_users_app/db/migrate/20190728211408_create_users.rb +0 -9
  119. data/spec/fixtures/rails5_users_app/db/schema.rb +0 -23
  120. data/spec/fixtures/rails5_users_app/features/api_users.feature +0 -13
  121. data/spec/fixtures/rails5_users_app/features/support/env.rb +0 -4
  122. data/spec/fixtures/rails5_users_app/features/support/hooks.rb +0 -11
  123. data/spec/fixtures/rails5_users_app/features/support/steps.rb +0 -18
  124. data/spec/fixtures/rails5_users_app/lib/tasks/.keep +0 -0
  125. data/spec/fixtures/rails5_users_app/log/.keep +0 -0
  126. data/spec/fixtures/rails5_users_app/public/robots.txt +0 -1
  127. data/spec/fixtures/rails5_users_app/spec/controllers/users_controller_api_spec.rb +0 -42
  128. data/spec/fixtures/rails5_users_app/spec/controllers/users_controller_spec.rb +0 -27
  129. data/spec/fixtures/rails5_users_app/spec/models/user_spec.rb +0 -29
  130. data/spec/fixtures/rails5_users_app/spec/rails_helper.rb +0 -57
  131. data/spec/fixtures/rails5_users_app/spec/spec_helper.rb +0 -96
  132. data/spec/fixtures/rails5_users_app/users_app/.gitignore +0 -20
  133. data/spec/fixtures/rails6_users_app/.dockerignore +0 -1
  134. data/spec/fixtures/rails6_users_app/.gitignore +0 -39
  135. data/spec/fixtures/rails6_users_app/.rspec +0 -1
  136. data/spec/fixtures/rails6_users_app/Gemfile +0 -28
  137. data/spec/fixtures/rails6_users_app/Rakefile +0 -6
  138. data/spec/fixtures/rails6_users_app/app/controllers/api/users_controller.rb +0 -28
  139. data/spec/fixtures/rails6_users_app/app/controllers/application_controller.rb +0 -2
  140. data/spec/fixtures/rails6_users_app/app/controllers/concerns/.keep +0 -0
  141. data/spec/fixtures/rails6_users_app/app/controllers/health_controller.rb +0 -5
  142. data/spec/fixtures/rails6_users_app/app/controllers/users_controller.rb +0 -21
  143. data/spec/fixtures/rails6_users_app/app/models/activerecord/user.rb +0 -18
  144. data/spec/fixtures/rails6_users_app/app/models/concerns/.keep +0 -0
  145. data/spec/fixtures/rails6_users_app/app/models/sequel/user.rb +0 -25
  146. data/spec/fixtures/rails6_users_app/app/views/layouts/application.html.haml +0 -7
  147. data/spec/fixtures/rails6_users_app/app/views/users/index.html.haml +0 -7
  148. data/spec/fixtures/rails6_users_app/appmap.yml +0 -14
  149. data/spec/fixtures/rails6_users_app/bin/appmap +0 -29
  150. data/spec/fixtures/rails6_users_app/bin/byebug +0 -29
  151. data/spec/fixtures/rails6_users_app/bin/gli +0 -29
  152. data/spec/fixtures/rails6_users_app/bin/htmldiff +0 -29
  153. data/spec/fixtures/rails6_users_app/bin/ldiff +0 -29
  154. data/spec/fixtures/rails6_users_app/bin/nokogiri +0 -29
  155. data/spec/fixtures/rails6_users_app/bin/rackup +0 -29
  156. data/spec/fixtures/rails6_users_app/bin/rails +0 -4
  157. data/spec/fixtures/rails6_users_app/bin/rake +0 -29
  158. data/spec/fixtures/rails6_users_app/bin/rspec +0 -29
  159. data/spec/fixtures/rails6_users_app/bin/ruby-parse +0 -29
  160. data/spec/fixtures/rails6_users_app/bin/ruby-rewrite +0 -29
  161. data/spec/fixtures/rails6_users_app/bin/sequel +0 -29
  162. data/spec/fixtures/rails6_users_app/bin/setup +0 -25
  163. data/spec/fixtures/rails6_users_app/bin/sprockets +0 -29
  164. data/spec/fixtures/rails6_users_app/bin/thor +0 -29
  165. data/spec/fixtures/rails6_users_app/bin/update +0 -25
  166. data/spec/fixtures/rails6_users_app/config/application.rb +0 -45
  167. data/spec/fixtures/rails6_users_app/config/boot.rb +0 -3
  168. data/spec/fixtures/rails6_users_app/config/credentials.yml.enc +0 -1
  169. data/spec/fixtures/rails6_users_app/config/database.yml +0 -1
  170. data/spec/fixtures/rails6_users_app/config/environment.rb +0 -5
  171. data/spec/fixtures/rails6_users_app/config/environments/development.rb +0 -40
  172. data/spec/fixtures/rails6_users_app/config/environments/production.rb +0 -68
  173. data/spec/fixtures/rails6_users_app/config/environments/test.rb +0 -39
  174. data/spec/fixtures/rails6_users_app/config/initializers/application_controller_renderer.rb +0 -8
  175. data/spec/fixtures/rails6_users_app/config/initializers/backtrace_silencers.rb +0 -7
  176. data/spec/fixtures/rails6_users_app/config/initializers/cors.rb +0 -16
  177. data/spec/fixtures/rails6_users_app/config/initializers/filter_parameter_logging.rb +0 -4
  178. data/spec/fixtures/rails6_users_app/config/initializers/inflections.rb +0 -16
  179. data/spec/fixtures/rails6_users_app/config/initializers/mime_types.rb +0 -4
  180. data/spec/fixtures/rails6_users_app/config/initializers/wrap_parameters.rb +0 -9
  181. data/spec/fixtures/rails6_users_app/config/locales/en.yml +0 -33
  182. data/spec/fixtures/rails6_users_app/config/routes.rb +0 -11
  183. data/spec/fixtures/rails6_users_app/config.ru +0 -5
  184. data/spec/fixtures/rails6_users_app/db/migrate/20190728211408_create_users.rb +0 -9
  185. data/spec/fixtures/rails6_users_app/db/schema.rb +0 -23
  186. data/spec/fixtures/rails6_users_app/features/api_users.feature +0 -13
  187. data/spec/fixtures/rails6_users_app/features/support/env.rb +0 -4
  188. data/spec/fixtures/rails6_users_app/features/support/hooks.rb +0 -11
  189. data/spec/fixtures/rails6_users_app/features/support/steps.rb +0 -18
  190. data/spec/fixtures/rails6_users_app/lib/tasks/.keep +0 -0
  191. data/spec/fixtures/rails6_users_app/lib/tasks/appmap.rake +0 -23
  192. data/spec/fixtures/rails6_users_app/log/.keep +0 -0
  193. data/spec/fixtures/rails6_users_app/package.json +0 -8
  194. data/spec/fixtures/rails6_users_app/public/robots.txt +0 -1
  195. data/spec/fixtures/rails6_users_app/spec/controllers/users_controller_api_spec.rb +0 -42
  196. data/spec/fixtures/rails6_users_app/spec/controllers/users_controller_spec.rb +0 -27
  197. data/spec/fixtures/rails6_users_app/spec/models/user_spec.rb +0 -29
  198. data/spec/fixtures/rails6_users_app/spec/rails_helper.rb +0 -57
  199. data/spec/fixtures/rails6_users_app/spec/spec_helper.rb +0 -96
  200. data/spec/fixtures/rails6_users_app/test/controllers/functional_calc_test.rb +0 -10
  201. data/spec/fixtures/rails6_users_app/test/integration/integration_calc_test.rb +0 -12
  202. data/spec/fixtures/rails6_users_app/users_app/.gitignore +0 -20
  203. data/spec/fixtures/rails6_users_app/yarn.lock +0 -2020
  204. data/spec/fixtures/rails7_users_app/.dockerignore +0 -1
  205. data/spec/fixtures/rails7_users_app/.gitattributes +0 -7
  206. data/spec/fixtures/rails7_users_app/.gitignore +0 -31
  207. data/spec/fixtures/rails7_users_app/.rspec +0 -1
  208. data/spec/fixtures/rails7_users_app/Gemfile +0 -75
  209. data/spec/fixtures/rails7_users_app/README.md +0 -24
  210. data/spec/fixtures/rails7_users_app/Rakefile +0 -6
  211. data/spec/fixtures/rails7_users_app/app/assets/config/manifest.js +0 -4
  212. data/spec/fixtures/rails7_users_app/app/assets/images/.keep +0 -0
  213. data/spec/fixtures/rails7_users_app/app/assets/stylesheets/application.css +0 -15
  214. data/spec/fixtures/rails7_users_app/app/channels/application_cable/channel.rb +0 -4
  215. data/spec/fixtures/rails7_users_app/app/channels/application_cable/connection.rb +0 -4
  216. data/spec/fixtures/rails7_users_app/app/controllers/application_controller.rb +0 -2
  217. data/spec/fixtures/rails7_users_app/app/controllers/concerns/.keep +0 -0
  218. data/spec/fixtures/rails7_users_app/app/helpers/application_helper.rb +0 -2
  219. data/spec/fixtures/rails7_users_app/app/javascript/application.js +0 -3
  220. data/spec/fixtures/rails7_users_app/app/javascript/controllers/application.js +0 -9
  221. data/spec/fixtures/rails7_users_app/app/javascript/controllers/hello_controller.js +0 -7
  222. data/spec/fixtures/rails7_users_app/app/javascript/controllers/index.js +0 -11
  223. data/spec/fixtures/rails7_users_app/app/jobs/application_job.rb +0 -7
  224. data/spec/fixtures/rails7_users_app/app/mailers/application_mailer.rb +0 -4
  225. data/spec/fixtures/rails7_users_app/app/models/application_record.rb +0 -3
  226. data/spec/fixtures/rails7_users_app/app/models/concerns/.keep +0 -0
  227. data/spec/fixtures/rails7_users_app/app/models/instance.rb +0 -7
  228. data/spec/fixtures/rails7_users_app/app/models/instructor.rb +0 -7
  229. data/spec/fixtures/rails7_users_app/app/views/layouts/application.html.erb +0 -16
  230. data/spec/fixtures/rails7_users_app/app/views/layouts/mailer.html.erb +0 -13
  231. data/spec/fixtures/rails7_users_app/app/views/layouts/mailer.text.erb +0 -1
  232. data/spec/fixtures/rails7_users_app/appmap.yml +0 -3
  233. data/spec/fixtures/rails7_users_app/bin/bundle +0 -114
  234. data/spec/fixtures/rails7_users_app/bin/importmap +0 -4
  235. data/spec/fixtures/rails7_users_app/bin/rails +0 -4
  236. data/spec/fixtures/rails7_users_app/bin/rake +0 -4
  237. data/spec/fixtures/rails7_users_app/bin/setup +0 -33
  238. data/spec/fixtures/rails7_users_app/config/application.rb +0 -22
  239. data/spec/fixtures/rails7_users_app/config/boot.rb +0 -4
  240. data/spec/fixtures/rails7_users_app/config/cable.yml +0 -10
  241. data/spec/fixtures/rails7_users_app/config/credentials.yml.enc +0 -1
  242. data/spec/fixtures/rails7_users_app/config/database.yml +0 -1
  243. data/spec/fixtures/rails7_users_app/config/environment.rb +0 -5
  244. data/spec/fixtures/rails7_users_app/config/environments/development.rb +0 -70
  245. data/spec/fixtures/rails7_users_app/config/environments/production.rb +0 -93
  246. data/spec/fixtures/rails7_users_app/config/environments/test.rb +0 -60
  247. data/spec/fixtures/rails7_users_app/config/importmap.rb +0 -7
  248. data/spec/fixtures/rails7_users_app/config/initializers/assets.rb +0 -12
  249. data/spec/fixtures/rails7_users_app/config/initializers/content_security_policy.rb +0 -26
  250. data/spec/fixtures/rails7_users_app/config/initializers/filter_parameter_logging.rb +0 -8
  251. data/spec/fixtures/rails7_users_app/config/initializers/inflections.rb +0 -16
  252. data/spec/fixtures/rails7_users_app/config/initializers/permissions_policy.rb +0 -11
  253. data/spec/fixtures/rails7_users_app/config/locales/en.yml +0 -33
  254. data/spec/fixtures/rails7_users_app/config/puma.rb +0 -43
  255. data/spec/fixtures/rails7_users_app/config/routes.rb +0 -6
  256. data/spec/fixtures/rails7_users_app/config/storage.yml +0 -34
  257. data/spec/fixtures/rails7_users_app/config.ru +0 -6
  258. data/spec/fixtures/rails7_users_app/db/migrate/20220328093141_create_instances.rb +0 -8
  259. data/spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb +0 -8
  260. data/spec/fixtures/rails7_users_app/db/schema.rb +0 -27
  261. data/spec/fixtures/rails7_users_app/db/seeds.rb +0 -7
  262. data/spec/fixtures/rails7_users_app/lib/assets/.keep +0 -0
  263. data/spec/fixtures/rails7_users_app/lib/tasks/.keep +0 -0
  264. data/spec/fixtures/rails7_users_app/log/.keep +0 -0
  265. data/spec/fixtures/rails7_users_app/public/404.html +0 -67
  266. data/spec/fixtures/rails7_users_app/public/422.html +0 -67
  267. data/spec/fixtures/rails7_users_app/public/500.html +0 -66
  268. data/spec/fixtures/rails7_users_app/public/apple-touch-icon-precomposed.png +0 -0
  269. data/spec/fixtures/rails7_users_app/public/apple-touch-icon.png +0 -0
  270. data/spec/fixtures/rails7_users_app/public/favicon.ico +0 -0
  271. data/spec/fixtures/rails7_users_app/public/robots.txt +0 -1
  272. data/spec/fixtures/rails7_users_app/storage/.keep +0 -0
  273. data/spec/fixtures/rails7_users_app/test/application_system_test_case.rb +0 -5
  274. data/spec/fixtures/rails7_users_app/test/channels/application_cable/connection_test.rb +0 -11
  275. data/spec/fixtures/rails7_users_app/test/controllers/.keep +0 -0
  276. data/spec/fixtures/rails7_users_app/test/fixtures/files/.keep +0 -0
  277. data/spec/fixtures/rails7_users_app/test/fixtures/instances.yml +0 -11
  278. data/spec/fixtures/rails7_users_app/test/fixtures/instructors.yml +0 -11
  279. data/spec/fixtures/rails7_users_app/test/helpers/.keep +0 -0
  280. data/spec/fixtures/rails7_users_app/test/integration/.keep +0 -0
  281. data/spec/fixtures/rails7_users_app/test/mailers/.keep +0 -0
  282. data/spec/fixtures/rails7_users_app/test/models/.keep +0 -0
  283. data/spec/fixtures/rails7_users_app/test/models/instance_test.rb +0 -6
  284. data/spec/fixtures/rails7_users_app/test/models/instructor_test.rb +0 -7
  285. data/spec/fixtures/rails7_users_app/test/system/.keep +0 -0
  286. data/spec/fixtures/rails7_users_app/test/test_helper.rb +0 -13
  287. data/spec/handler/class_with_eval.rb +0 -13
  288. data/spec/handler/eval_spec.rb +0 -73
  289. data/spec/hook_spec.rb +0 -1216
  290. data/spec/open_spec.rb +0 -19
  291. data/spec/rails_recording_spec.rb +0 -281
  292. data/spec/rails_spec_helper.rb +0 -107
  293. data/spec/rails_test_spec.rb +0 -35
  294. data/spec/railtie_spec.rb +0 -25
  295. data/spec/record_net_http_spec.rb +0 -161
  296. data/spec/record_sql_rails_pg_spec.rb +0 -59
  297. data/spec/remote_recording_spec.rb +0 -108
  298. data/spec/service/config_analyzer_spec.rb +0 -102
  299. data/spec/service/integration_test_path_finder_spec.rb +0 -24
  300. data/spec/service/validator/violation_spec.rb +0 -68
  301. data/spec/spec_helper.rb +0 -37
  302. data/spec/swagger/swagger_spec.rb +0 -85
  303. data/spec/util_spec.rb +0 -38
  304. data/test/agent_setup_init_test.rb +0 -39
  305. data/test/agent_setup_status_test.rb +0 -84
  306. data/test/agent_setup_validate_test.rb +0 -102
  307. data/test/bundle_vendor_test.rb +0 -35
  308. data/test/cucumber_test.rb +0 -72
  309. data/test/expectations/openssl_test_key_sign1.json +0 -53
  310. data/test/expectations/openssl_test_key_sign2-3.1.json +0 -53
  311. data/test/expectations/openssl_test_key_sign2.json +0 -58
  312. data/test/fixtures/bundle_vendor_app/Gemfile +0 -8
  313. data/test/fixtures/bundle_vendor_app/appmap.yml +0 -4
  314. data/test/fixtures/bundle_vendor_app/cli.rb +0 -54
  315. data/test/fixtures/cli_record_test/appmap.yml +0 -3
  316. data/test/fixtures/cli_record_test/lib/cli_record_test/main.rb +0 -9
  317. data/test/fixtures/cucumber4_recorder/Gemfile +0 -5
  318. data/test/fixtures/cucumber4_recorder/appmap.yml +0 -3
  319. data/test/fixtures/cucumber4_recorder/features/say_hello.feature +0 -5
  320. data/test/fixtures/cucumber4_recorder/features/support/env.rb +0 -5
  321. data/test/fixtures/cucumber4_recorder/features/support/hooks.rb +0 -11
  322. data/test/fixtures/cucumber4_recorder/features/support/steps.rb +0 -9
  323. data/test/fixtures/cucumber4_recorder/lib/hello.rb +0 -7
  324. data/test/fixtures/cucumber_recorder/Gemfile +0 -5
  325. data/test/fixtures/cucumber_recorder/appmap.yml +0 -3
  326. data/test/fixtures/cucumber_recorder/features/say_hello.feature +0 -5
  327. data/test/fixtures/cucumber_recorder/features/support/env.rb +0 -5
  328. data/test/fixtures/cucumber_recorder/features/support/hooks.rb +0 -11
  329. data/test/fixtures/cucumber_recorder/features/support/steps.rb +0 -9
  330. data/test/fixtures/cucumber_recorder/lib/hello.rb +0 -7
  331. data/test/fixtures/gem_test/Gemfile +0 -7
  332. data/test/fixtures/gem_test/appmap.yml +0 -3
  333. data/test/fixtures/gem_test/test/parser_test.rb +0 -12
  334. data/test/fixtures/minitest_recorder/Gemfile +0 -5
  335. data/test/fixtures/minitest_recorder/appmap.yml +0 -3
  336. data/test/fixtures/minitest_recorder/lib/hello.rb +0 -5
  337. data/test/fixtures/minitest_recorder/test/hello_test.rb +0 -12
  338. data/test/fixtures/mocha_mock_app/Gemfile +0 -5
  339. data/test/fixtures/mocha_mock_app/appmap.yml +0 -5
  340. data/test/fixtures/mocha_mock_app/lib/sheep.rb +0 -5
  341. data/test/fixtures/mocha_mock_app/test/sheep_test.rb +0 -18
  342. data/test/fixtures/openssl_recorder/Gemfile +0 -3
  343. data/test/fixtures/openssl_recorder/appmap.yml +0 -3
  344. data/test/fixtures/openssl_recorder/lib/openssl_cert_sign.rb +0 -94
  345. data/test/fixtures/openssl_recorder/lib/openssl_encrypt.rb +0 -34
  346. data/test/fixtures/openssl_recorder/lib/openssl_key_sign.rb +0 -28
  347. data/test/fixtures/process_recorder/appmap.yml +0 -3
  348. data/test/fixtures/process_recorder/hello.rb +0 -9
  349. data/test/fixtures/rspec_recorder/Gemfile +0 -5
  350. data/test/fixtures/rspec_recorder/appmap.yml +0 -3
  351. data/test/fixtures/rspec_recorder/lib/hello.rb +0 -5
  352. data/test/fixtures/rspec_recorder/spec/decorated_hello_spec.rb +0 -21
  353. data/test/fixtures/rspec_recorder/spec/labeled_hello_spec.rb +0 -9
  354. data/test/fixtures/rspec_recorder/spec/plain_hello_spec.rb +0 -9
  355. data/test/gem_test.rb +0 -35
  356. data/test/inspect_cli_test.rb +0 -12
  357. data/test/minitest_test.rb +0 -37
  358. data/test/mock_compatibility_test.rb +0 -45
  359. data/test/openssl_test.rb +0 -54
  360. data/test/record_process_test.rb +0 -35
  361. data/test/rspec_test.rb +0 -63
  362. data/test/test_helper.rb +0 -8
@@ -1,901 +0,0 @@
1
- {
2
- "version": "1.3",
3
- "metadata": {
4
- "app": "appland/AppLand",
5
- "language": {
6
- "name": "ruby",
7
- "engine": "ruby",
8
- "version": "2.6.6"
9
- },
10
- "client": {
11
- "name": "appmap",
12
- "url": "https://github.com/applandinc/appmap-ruby",
13
- "version": "0.38.1"
14
- },
15
- "frameworks": [
16
- {
17
- "name": "rails",
18
- "version": "5.2.4.2"
19
- },
20
- {
21
- "name": "rspec",
22
- "version": "3.9.1"
23
- }
24
- ],
25
- "git": {
26
- "repository": "git@github.com:applandinc/appland.git",
27
- "branch": "feature/show-sql-in-source-code-tab",
28
- "commit": "d52bd55d5a08f0e9b27760780bf2737829f5f25f",
29
- "status_code": [
30
- "M Gemfile.lock"
31
- ],
32
- "git_last_annotated_tag": null,
33
- "git_last_tag": "v0.17.1",
34
- "git_commits_since_last_annotated_tag": null,
35
- "git_commits_since_last_tag": 0
36
- },
37
- "name": "API::APIKeysController revoke an existing api key",
38
- "feature": "API::APIKeysController revoke",
39
- "feature_group": "API API keys",
40
- "labels": [
41
- "api key",
42
- "api"
43
- ],
44
- "recorder": {
45
- "name": "rspec"
46
- },
47
- "source_location": "spec/fixtures/depends/spec/api_spec.rb",
48
- "test_status": "succeeded",
49
- "fingerprints": [
50
- {
51
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
52
- "canonicalization_algorithm": "classDependencies",
53
- "digest": "b03b42964920b123b5c5f1ae158a01b3bbbaad44c4bcb23ff12c7dc50b89f63e",
54
- "fingerprint_algorithm": "sha256"
55
- },
56
- {
57
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
58
- "canonicalization_algorithm": "classes",
59
- "digest": "9717f0de0c287764b0504895124418e6360e6114c62ea49cef434943127325b1",
60
- "fingerprint_algorithm": "sha256"
61
- },
62
- {
63
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
64
- "canonicalization_algorithm": "httpClientRequests",
65
- "digest": "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945",
66
- "fingerprint_algorithm": "sha256"
67
- },
68
- {
69
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
70
- "canonicalization_algorithm": "httpServerRequests",
71
- "digest": "39d2d586f3afb6c6cc5da0e6c99b07c38561c76cff17badc9fa092d1f3d5e0f5",
72
- "fingerprint_algorithm": "sha256"
73
- },
74
- {
75
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
76
- "canonicalization_algorithm": "info",
77
- "digest": "2226ec6817a89e479e2c5c05a929b66325dce33ed58ce27f88be73269f6609c8",
78
- "fingerprint_algorithm": "sha256"
79
- },
80
- {
81
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
82
- "canonicalization_algorithm": "labels",
83
- "digest": "e95576d7e3b78f79946291943fd30ae46cdeea011c1ee0fe4f880d80e514e282",
84
- "fingerprint_algorithm": "sha256"
85
- },
86
- {
87
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
88
- "canonicalization_algorithm": "packageDependencies",
89
- "digest": "3f108b0a9ca874a5bc90a30f48da9b068269e0a91d01d3eb4d2af3fe25cb09f3",
90
- "fingerprint_algorithm": "sha256"
91
- },
92
- {
93
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
94
- "canonicalization_algorithm": "packages",
95
- "digest": "174dff39ae750e61f0eac4933a745eb8059c7e2a98a1c94c34f722037c80a468",
96
- "fingerprint_algorithm": "sha256"
97
- },
98
- {
99
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
100
- "canonicalization_algorithm": "sqlNormalized",
101
- "digest": "bcb13a826aa404fa0afbaeae8cea134cf674e599619f14e3864173dd52987ee4",
102
- "fingerprint_algorithm": "sha256"
103
- },
104
- {
105
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
106
- "canonicalization_algorithm": "sqlTables",
107
- "digest": "a7daba4152bc0c118de3840f9b02cd3eed9ab4922c96ed5edd33dbdcd71c43e6",
108
- "fingerprint_algorithm": "sha256"
109
- },
110
- {
111
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
112
- "canonicalization_algorithm": "trace",
113
- "digest": "77cea3a57ab3ec42453d3317fdab874cff7948c9eb5786a098d9a76a04ac38b0",
114
- "fingerprint_algorithm": "sha256"
115
- },
116
- {
117
- "appmap_digest": "7fecdd763d47626364364da02387f1fcbfe805123e806f08bacde96636cfc91d",
118
- "canonicalization_algorithm": "update",
119
- "digest": "7ee75bda36b126736c56f44209b03e949e7504fa78c3777582f537b2805a2bb6",
120
- "fingerprint_algorithm": "sha256"
121
- }
122
- ]
123
- },
124
- "classMap": [
125
- {
126
- "name": "app/models",
127
- "type": "package",
128
- "children": [
129
- {
130
- "name": "ApiKey",
131
- "type": "class",
132
- "children": [
133
- {
134
- "name": "issue",
135
- "type": "function",
136
- "location": "app/models/api_key.rb:28",
137
- "static": true,
138
- "labels": [
139
- "security"
140
- ]
141
- },
142
- {
143
- "name": "encode",
144
- "type": "function",
145
- "location": "app/models/api_key.rb:20",
146
- "static": true
147
- },
148
- {
149
- "name": "authenticate",
150
- "type": "function",
151
- "location": "app/models/api_key.rb:51",
152
- "static": true,
153
- "labels": [
154
- "security",
155
- "provider.authenticate"
156
- ]
157
- },
158
- {
159
- "name": "decode",
160
- "type": "function",
161
- "location": "app/models/api_key.rb:24",
162
- "static": true
163
- },
164
- {
165
- "name": "touch",
166
- "type": "function",
167
- "location": "app/models/api_key.rb:11",
168
- "static": true
169
- },
170
- {
171
- "name": "revoke",
172
- "type": "function",
173
- "location": "app/models/api_key.rb:40",
174
- "static": true,
175
- "labels": [
176
- "security"
177
- ]
178
- }
179
- ]
180
- }
181
- ]
182
- },
183
- {
184
- "name": "app/controllers",
185
- "type": "package",
186
- "children": [
187
- {
188
- "name": "API",
189
- "type": "class",
190
- "children": [
191
- {
192
- "name": "APIKeysController",
193
- "type": "class",
194
- "children": [
195
- {
196
- "name": "destroy",
197
- "type": "function",
198
- "location": "app/controllers/api/api_keys_controller.rb:15",
199
- "static": false
200
- }
201
- ]
202
- }
203
- ]
204
- }
205
- ]
206
- },
207
- {
208
- "name": "json",
209
- "type": "package",
210
- "children": [
211
- {
212
- "name": "JSON",
213
- "type": "class",
214
- "children": [
215
- {
216
- "name": "Ext",
217
- "type": "class",
218
- "children": [
219
- {
220
- "name": "Generator",
221
- "type": "class",
222
- "children": [
223
- {
224
- "name": "State",
225
- "type": "class",
226
- "children": [
227
- {
228
- "name": "generate",
229
- "type": "function",
230
- "location": "JSON::Ext::Generator::State#generate",
231
- "static": false,
232
- "labels": [
233
- "serialization",
234
- "json"
235
- ]
236
- }
237
- ]
238
- }
239
- ]
240
- }
241
- ]
242
- }
243
- ]
244
- }
245
- ]
246
- }
247
- ],
248
- "events": [
249
- {
250
- "id": 1,
251
- "event": "call",
252
- "thread_id": 70143606759380,
253
- "defined_class": "ApiKey",
254
- "method_id": "issue",
255
- "path": "app/models/api_key.rb",
256
- "lineno": 28,
257
- "static": true,
258
- "parameters": [
259
- {
260
- "name": "login",
261
- "class": "String",
262
- "object_id": 70143707320560,
263
- "value": "admin",
264
- "kind": "req"
265
- },
266
- {
267
- "name": "description",
268
- "class": "String",
269
- "object_id": 70143709034840,
270
- "value": "example api key",
271
- "kind": "key"
272
- },
273
- {
274
- "name": "encode",
275
- "class": "NilClass",
276
- "object_id": 8,
277
- "value": null,
278
- "kind": "key"
279
- }
280
- ],
281
- "receiver": {
282
- "class": "Class",
283
- "object_id": 70143710327480,
284
- "value": "ApiKey"
285
- }
286
- },
287
- {
288
- "id": 2,
289
- "event": "call",
290
- "thread_id": 70143606759380,
291
- "sql_query": {
292
- "sql": "INSERT INTO \"api_keys\" (\"login\", \"description\") VALUES ('admin', 'example api key') RETURNING *",
293
- "database_type": "postgres",
294
- "server_version": 120003
295
- }
296
- },
297
- {
298
- "id": 3,
299
- "event": "return",
300
- "thread_id": 70143606759380,
301
- "parent_id": 2,
302
- "elapsed": 0.001786
303
- },
304
- {
305
- "id": 4,
306
- "event": "call",
307
- "thread_id": 70143606759380,
308
- "defined_class": "ApiKey",
309
- "method_id": "encode",
310
- "path": "app/models/api_key.rb",
311
- "lineno": 20,
312
- "static": true,
313
- "parameters": [
314
- {
315
- "name": "api_key",
316
- "class": "DAO::ApiKey",
317
- "object_id": 70143624613220,
318
- "value": "#<DAO::ApiKey:0x00007f972ba81ac8>",
319
- "kind": "req"
320
- }
321
- ],
322
- "receiver": {
323
- "class": "Class",
324
- "object_id": 70143710327480,
325
- "value": "ApiKey"
326
- }
327
- },
328
- {
329
- "id": 5,
330
- "event": "return",
331
- "thread_id": 70143606759380,
332
- "parent_id": 4,
333
- "elapsed": 0.000024,
334
- "return_value": {
335
- "class": "String",
336
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
337
- "object_id": 70143608697140
338
- }
339
- },
340
- {
341
- "id": 6,
342
- "event": "return",
343
- "thread_id": 70143606759380,
344
- "parent_id": 1,
345
- "elapsed": 0.038045,
346
- "return_value": {
347
- "class": "String",
348
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
349
- "object_id": 70143608697140
350
- }
351
- },
352
- {
353
- "id": 7,
354
- "event": "call",
355
- "thread_id": 70143606759380,
356
- "http_server_request": {
357
- "request_method": "DELETE",
358
- "path_info": "/api/api_keys"
359
- },
360
- "message": [
361
- {
362
- "name": "controller",
363
- "class": "String",
364
- "value": "api/api_keys",
365
- "object_id": 70143625900420
366
- },
367
- {
368
- "name": "action",
369
- "class": "String",
370
- "value": "destroy",
371
- "object_id": 70143625903660
372
- }
373
- ]
374
- },
375
- {
376
- "id": 8,
377
- "event": "call",
378
- "thread_id": 70143606759380,
379
- "defined_class": "ApiKey",
380
- "method_id": "authenticate",
381
- "path": "app/models/api_key.rb",
382
- "lineno": 51,
383
- "static": true,
384
- "parameters": [
385
- {
386
- "name": "api_key",
387
- "class": "String",
388
- "object_id": 70143626063440,
389
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
390
- "kind": "req"
391
- }
392
- ],
393
- "receiver": {
394
- "class": "Class",
395
- "object_id": 70143710327480,
396
- "value": "ApiKey"
397
- }
398
- },
399
- {
400
- "id": 9,
401
- "event": "call",
402
- "thread_id": 70143606759380,
403
- "defined_class": "ApiKey",
404
- "method_id": "decode",
405
- "path": "app/models/api_key.rb",
406
- "lineno": 24,
407
- "static": true,
408
- "parameters": [
409
- {
410
- "name": "api_key",
411
- "class": "String",
412
- "object_id": 70143626063440,
413
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
414
- "kind": "req"
415
- }
416
- ],
417
- "receiver": {
418
- "class": "Class",
419
- "object_id": 70143710327480,
420
- "value": "ApiKey"
421
- }
422
- },
423
- {
424
- "id": 10,
425
- "event": "return",
426
- "thread_id": 70143606759380,
427
- "parent_id": 9,
428
- "elapsed": 0.000019,
429
- "return_value": {
430
- "class": "Array",
431
- "value": "[\"admin\", \"e57a8310-e718-4914-b3fa-b11d4a0687ee\"]",
432
- "object_id": 70143626079020
433
- }
434
- },
435
- {
436
- "id": 11,
437
- "event": "call",
438
- "thread_id": 70143606759380,
439
- "sql_query": {
440
- "sql": "SELECT * FROM \"api_keys\" WHERE (\"login\" = 'admin')",
441
- "database_type": "postgres",
442
- "server_version": 120003
443
- }
444
- },
445
- {
446
- "id": 12,
447
- "event": "return",
448
- "thread_id": 70143606759380,
449
- "parent_id": 11,
450
- "elapsed": 0.001087
451
- },
452
- {
453
- "id": 13,
454
- "event": "call",
455
- "thread_id": 70143606759380,
456
- "defined_class": "ApiKey",
457
- "method_id": "touch",
458
- "path": "app/models/api_key.rb",
459
- "lineno": 11,
460
- "static": true,
461
- "parameters": [
462
- {
463
- "name": "api_key",
464
- "class": "DAO::ApiKey",
465
- "object_id": 70143621442700,
466
- "value": "#<DAO::ApiKey:0x00007f972b475918>",
467
- "kind": "req"
468
- }
469
- ],
470
- "receiver": {
471
- "class": "Class",
472
- "object_id": 70143710327480,
473
- "value": "ApiKey"
474
- }
475
- },
476
- {
477
- "id": 14,
478
- "event": "call",
479
- "thread_id": 70143606759380,
480
- "sql_query": {
481
- "sql": "UPDATE \"api_keys\" SET \"last_used\" = '2021-01-12 18:48:00.281150+0000' WHERE (\"id\" = 9)",
482
- "database_type": "postgres",
483
- "server_version": 120003
484
- }
485
- },
486
- {
487
- "id": 15,
488
- "event": "return",
489
- "thread_id": 70143606759380,
490
- "parent_id": 14,
491
- "elapsed": 0.000805
492
- },
493
- {
494
- "id": 16,
495
- "event": "return",
496
- "thread_id": 70143606759380,
497
- "parent_id": 13,
498
- "elapsed": 0.005023,
499
- "return_value": {
500
- "class": "DAO::ApiKey",
501
- "value": "#<DAO::ApiKey:0x00007f972b475918>",
502
- "object_id": 70143621442700
503
- }
504
- },
505
- {
506
- "id": 17,
507
- "event": "call",
508
- "thread_id": 70143606759380,
509
- "sql_query": {
510
- "sql": "SELECT * FROM \"users\" WHERE (\"users\".\"login\" = 'admin') LIMIT 1",
511
- "database_type": "postgres",
512
- "server_version": 120003
513
- }
514
- },
515
- {
516
- "id": 18,
517
- "event": "return",
518
- "thread_id": 70143606759380,
519
- "parent_id": 17,
520
- "elapsed": 0.00103
521
- },
522
- {
523
- "id": 19,
524
- "event": "call",
525
- "thread_id": 70143606759380,
526
- "sql_query": {
527
- "sql": "SELECT \"pg_type\".\"oid\", \"typrelid\", \"typarray\" FROM \"pg_type\" WHERE ((\"typtype\" = 'c') AND (\"typname\" = 'q_class')) LIMIT 1",
528
- "database_type": "postgres",
529
- "server_version": 120003
530
- }
531
- },
532
- {
533
- "id": 20,
534
- "event": "return",
535
- "thread_id": 70143606759380,
536
- "parent_id": 19,
537
- "elapsed": 0.001234
538
- },
539
- {
540
- "id": 21,
541
- "event": "call",
542
- "thread_id": 70143606759380,
543
- "sql_query": {
544
- "sql": "SELECT \"attname\", (CASE \"pg_type\".\"typbasetype\" WHEN 0 THEN \"atttypid\" ELSE \"pg_type\".\"typbasetype\" END) AS \"atttypid\" FROM \"pg_attribute\" INNER JOIN \"pg_type\" ON (\"pg_type\".\"oid\" = \"pg_attribute\".\"atttypid\") WHERE ((\"attrelid\" = 223731) AND (\"attnum\" > 0) AND NOT \"attisdropped\") ORDER BY \"attnum\"",
545
- "database_type": "postgres",
546
- "server_version": 120003
547
- }
548
- },
549
- {
550
- "id": 22,
551
- "event": "return",
552
- "thread_id": 70143606759380,
553
- "parent_id": 21,
554
- "elapsed": 0.001281
555
- },
556
- {
557
- "id": 23,
558
- "event": "call",
559
- "thread_id": 70143606759380,
560
- "sql_query": {
561
- "sql": "SELECT \"pg_type\".\"oid\", \"typrelid\", \"typarray\" FROM \"pg_type\" WHERE ((\"typtype\" = 'c') AND (\"typname\" = 'fn_call')) LIMIT 1",
562
- "database_type": "postgres",
563
- "server_version": 120003
564
- }
565
- },
566
- {
567
- "id": 24,
568
- "event": "return",
569
- "thread_id": 70143606759380,
570
- "parent_id": 23,
571
- "elapsed": 0.000838
572
- },
573
- {
574
- "id": 25,
575
- "event": "call",
576
- "thread_id": 70143606759380,
577
- "sql_query": {
578
- "sql": "SELECT \"attname\", (CASE \"pg_type\".\"typbasetype\" WHEN 0 THEN \"atttypid\" ELSE \"pg_type\".\"typbasetype\" END) AS \"atttypid\" FROM \"pg_attribute\" INNER JOIN \"pg_type\" ON (\"pg_type\".\"oid\" = \"pg_attribute\".\"atttypid\") WHERE ((\"attrelid\" = 223734) AND (\"attnum\" > 0) AND NOT \"attisdropped\") ORDER BY \"attnum\"",
579
- "database_type": "postgres",
580
- "server_version": 120003
581
- }
582
- },
583
- {
584
- "id": 26,
585
- "event": "return",
586
- "thread_id": 70143606759380,
587
- "parent_id": 25,
588
- "elapsed": 0.001017
589
- },
590
- {
591
- "id": 27,
592
- "event": "return",
593
- "thread_id": 70143606759380,
594
- "parent_id": 8,
595
- "elapsed": 0.150356,
596
- "return_value": {
597
- "class": "User::Show",
598
- "value": "#<User::Show:0x00007f972cee0d20>",
599
- "object_id": 70143635293840
600
- }
601
- },
602
- {
603
- "id": 28,
604
- "event": "call",
605
- "thread_id": 70143606759380,
606
- "defined_class": "API::APIKeysController",
607
- "method_id": "destroy",
608
- "path": "app/controllers/api/api_keys_controller.rb",
609
- "lineno": 15,
610
- "static": false,
611
- "parameters": [],
612
- "receiver": {
613
- "class": "API::APIKeysController",
614
- "object_id": 70143625216500,
615
- "value": "#<API::APIKeysController:0x00007f972bba83e8>"
616
- }
617
- },
618
- {
619
- "id": 29,
620
- "event": "call",
621
- "thread_id": 70143606759380,
622
- "defined_class": "ApiKey",
623
- "method_id": "revoke",
624
- "path": "app/models/api_key.rb",
625
- "lineno": 40,
626
- "static": true,
627
- "parameters": [
628
- {
629
- "name": "api_key",
630
- "class": "String",
631
- "object_id": 70143626063440,
632
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
633
- "kind": "req"
634
- }
635
- ],
636
- "receiver": {
637
- "class": "Class",
638
- "object_id": 70143710327480,
639
- "value": "ApiKey"
640
- }
641
- },
642
- {
643
- "id": 30,
644
- "event": "call",
645
- "thread_id": 70143606759380,
646
- "defined_class": "ApiKey",
647
- "method_id": "decode",
648
- "path": "app/models/api_key.rb",
649
- "lineno": 24,
650
- "static": true,
651
- "parameters": [
652
- {
653
- "name": "api_key",
654
- "class": "String",
655
- "object_id": 70143626063440,
656
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
657
- "kind": "req"
658
- }
659
- ],
660
- "receiver": {
661
- "class": "Class",
662
- "object_id": 70143710327480,
663
- "value": "ApiKey"
664
- }
665
- },
666
- {
667
- "id": 31,
668
- "event": "return",
669
- "thread_id": 70143606759380,
670
- "parent_id": 30,
671
- "elapsed": 0.000011,
672
- "return_value": {
673
- "class": "Array",
674
- "value": "[\"admin\", \"e57a8310-e718-4914-b3fa-b11d4a0687ee\"]",
675
- "object_id": 70143613653900
676
- }
677
- },
678
- {
679
- "id": 32,
680
- "event": "call",
681
- "thread_id": 70143606759380,
682
- "sql_query": {
683
- "sql": "SELECT * FROM \"api_keys\" WHERE (\"login\" = 'admin')",
684
- "database_type": "postgres",
685
- "server_version": 120003
686
- }
687
- },
688
- {
689
- "id": 33,
690
- "event": "return",
691
- "thread_id": 70143606759380,
692
- "parent_id": 32,
693
- "elapsed": 0.001134
694
- },
695
- {
696
- "id": 34,
697
- "event": "call",
698
- "thread_id": 70143606759380,
699
- "sql_query": {
700
- "sql": "DELETE FROM \"api_keys\" WHERE \"id\" = 9",
701
- "database_type": "postgres",
702
- "server_version": 120003
703
- }
704
- },
705
- {
706
- "id": 35,
707
- "event": "return",
708
- "thread_id": 70143606759380,
709
- "parent_id": 34,
710
- "elapsed": 0.001028
711
- },
712
- {
713
- "id": 36,
714
- "event": "return",
715
- "thread_id": 70143606759380,
716
- "parent_id": 29,
717
- "elapsed": 0.008962,
718
- "return_value": {
719
- "class": "DAO::ApiKey",
720
- "value": "#<DAO::ApiKey:0x00007f972cfa8de8>",
721
- "object_id": 70143635703540
722
- }
723
- },
724
- {
725
- "id": 37,
726
- "event": "return",
727
- "thread_id": 70143606759380,
728
- "parent_id": 28,
729
- "elapsed": 0.009195,
730
- "return_value": {
731
- "class": "String",
732
- "value": "",
733
- "object_id": 70143606590020
734
- }
735
- },
736
- {
737
- "id": 38,
738
- "event": "return",
739
- "thread_id": 70143606759380,
740
- "parent_id": 7,
741
- "elapsed": 0.163302,
742
- "http_server_response": {
743
- "mime_type": "application/json; charset=utf-8",
744
- "status": 200
745
- }
746
- },
747
- {
748
- "id": 39,
749
- "event": "call",
750
- "thread_id": 70143606759380,
751
- "http_server_request": {
752
- "request_method": "DELETE",
753
- "path_info": "/api/api_keys"
754
- },
755
- "message": [
756
- {
757
- "name": "controller",
758
- "class": "String",
759
- "value": "api/api_keys",
760
- "object_id": 70143625900420
761
- },
762
- {
763
- "name": "action",
764
- "class": "String",
765
- "value": "destroy",
766
- "object_id": 70143625903660
767
- }
768
- ]
769
- },
770
- {
771
- "id": 40,
772
- "event": "call",
773
- "thread_id": 70143606759380,
774
- "defined_class": "ApiKey",
775
- "method_id": "authenticate",
776
- "path": "app/models/api_key.rb",
777
- "lineno": 51,
778
- "static": true,
779
- "parameters": [
780
- {
781
- "name": "api_key",
782
- "class": "String",
783
- "object_id": 70143707623380,
784
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
785
- "kind": "req"
786
- }
787
- ],
788
- "receiver": {
789
- "class": "Class",
790
- "object_id": 70143710327480,
791
- "value": "ApiKey"
792
- }
793
- },
794
- {
795
- "id": 41,
796
- "event": "call",
797
- "thread_id": 70143606759380,
798
- "defined_class": "ApiKey",
799
- "method_id": "decode",
800
- "path": "app/models/api_key.rb",
801
- "lineno": 24,
802
- "static": true,
803
- "parameters": [
804
- {
805
- "name": "api_key",
806
- "class": "String",
807
- "object_id": 70143707623380,
808
- "value": "YWRtaW46ZTU3YTgzMTAtZTcxOC00OTE0LWIzZmEtYjExZDRhMDY4N2Vl",
809
- "kind": "req"
810
- }
811
- ],
812
- "receiver": {
813
- "class": "Class",
814
- "object_id": 70143710327480,
815
- "value": "ApiKey"
816
- }
817
- },
818
- {
819
- "id": 42,
820
- "event": "return",
821
- "thread_id": 70143606759380,
822
- "parent_id": 41,
823
- "elapsed": 0.000015,
824
- "return_value": {
825
- "class": "Array",
826
- "value": "[\"admin\", \"e57a8310-e718-4914-b3fa-b11d4a0687ee\"]",
827
- "object_id": 70143707620080
828
- }
829
- },
830
- {
831
- "id": 43,
832
- "event": "call",
833
- "thread_id": 70143606759380,
834
- "sql_query": {
835
- "sql": "SELECT * FROM \"api_keys\" WHERE (\"login\" = 'admin')",
836
- "database_type": "postgres",
837
- "server_version": 120003
838
- }
839
- },
840
- {
841
- "id": 44,
842
- "event": "return",
843
- "thread_id": 70143606759380,
844
- "parent_id": 43,
845
- "elapsed": 0.001356
846
- },
847
- {
848
- "id": 45,
849
- "event": "return",
850
- "thread_id": 70143606759380,
851
- "parent_id": 40,
852
- "elapsed": 0.005355
853
- },
854
- {
855
- "id": 46,
856
- "event": "call",
857
- "thread_id": 70143606759380,
858
- "defined_class": "JSON::Ext::Generator::State",
859
- "method_id": "generate",
860
- "path": "JSON::Ext::Generator::State#generate",
861
- "static": false,
862
- "parameters": [
863
- {
864
- "name": "arg",
865
- "class": "Hash",
866
- "object_id": 70143708130600,
867
- "value": "{\"error\"=>\"must provide authorization\"}",
868
- "kind": "req"
869
- }
870
- ],
871
- "receiver": {
872
- "class": "JSON::Ext::Generator::State",
873
- "object_id": 70143708130560,
874
- "value": "#<JSON::Ext::Generator::State:0x00007f97359cda00>"
875
- }
876
- },
877
- {
878
- "id": 47,
879
- "event": "return",
880
- "thread_id": 70143606759380,
881
- "parent_id": 46,
882
- "elapsed": 0.00005,
883
- "return_value": {
884
- "class": "String",
885
- "value": "{\"error\":\"must provide authorization\"}",
886
- "object_id": 70143708128640
887
- }
888
- },
889
- {
890
- "id": 48,
891
- "event": "return",
892
- "thread_id": 70143606759380,
893
- "parent_id": 39,
894
- "elapsed": 0.006339,
895
- "http_server_response": {
896
- "mime_type": "application/json; charset=utf-8",
897
- "status": 401
898
- }
899
- }
900
- ]
901
- }