houston-core 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2009) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -2
  3. data/README.md +27 -6
  4. data/app/concerns/commit_synchronizer.rb +17 -0
  5. data/bin/houston +4 -0
  6. data/db/structure.sql +7 -16
  7. data/houston.gemspec +4 -3
  8. data/lib/generators/instance_generator.rb +29 -0
  9. data/lib/generators/module_generator.rb +89 -0
  10. data/lib/houston/cli.rb +19 -0
  11. data/lib/houston/version.rb +1 -1
  12. data/templates/new-instance/.gitignore +16 -0
  13. data/templates/new-instance/Gemfile +48 -0
  14. data/templates/new-instance/README.md +39 -0
  15. data/templates/new-instance/Rakefile +7 -0
  16. data/templates/new-instance/bin/rails +8 -0
  17. data/templates/new-instance/bin/setup +22 -0
  18. data/templates/new-instance/config.ru +12 -0
  19. data/templates/new-instance/config/abilities.rb +81 -0
  20. data/templates/new-instance/config/alerts/cves.rb +14 -0
  21. data/templates/new-instance/config/alerts/errs.rb +30 -0
  22. data/templates/new-instance/config/conversations/mentions/unfurl_alerts.rb +17 -0
  23. data/templates/new-instance/config/conversations/mentions/unfurl_tasks.rb +16 -0
  24. data/templates/new-instance/config/database.yml +20 -0
  25. data/templates/new-instance/config/environments/.keep +0 -0
  26. data/templates/new-instance/config/environments/development.rb +6 -0
  27. data/templates/new-instance/config/environments/production.rb +3 -0
  28. data/templates/new-instance/config/environments/test.rb +3 -0
  29. data/templates/new-instance/config/initializers/.keep +0 -0
  30. data/templates/new-instance/config/integrations/engineyard.rb +4 -0
  31. data/templates/new-instance/config/integrations/errbit.rb +6 -0
  32. data/templates/new-instance/config/integrations/gemnasium.rb +2 -0
  33. data/templates/new-instance/config/integrations/github.rb +14 -0
  34. data/templates/new-instance/config/integrations/jenkins.rb +7 -0
  35. data/templates/new-instance/config/integrations/ldap.rb +5 -0
  36. data/templates/new-instance/config/jobs/email_about_open_alerts.rb +5 -0
  37. data/templates/new-instance/config/jobs/slack_reminders_about_alerts.rb +66 -0
  38. data/templates/new-instance/config/jobs/sync_commits.rb +3 -0
  39. data/templates/new-instance/config/jobs/sync_pull_requests.rb +3 -0
  40. data/templates/new-instance/config/jobs/sync_tickets.rb +3 -0
  41. data/templates/new-instance/config/main.rb +295 -0
  42. data/templates/new-instance/config/triggers/alerts/slack_when_assigned.rb +23 -0
  43. data/templates/new-instance/config/triggers/alerts/slack_when_opened.rb +8 -0
  44. data/templates/new-instance/config/triggers/daemons/health.rb +21 -0
  45. data/templates/new-instance/config/triggers/deploy/autoresolve_errs.rb +11 -0
  46. data/templates/new-instance/config/triggers/deploy/checkout_mentioned_alerts.rb +5 -0
  47. data/templates/new-instance/config/triggers/deploy/notify_deployer_when_finished.rb +23 -0
  48. data/templates/new-instance/config/triggers/github/publish_comments_on_slack.rb +36 -0
  49. data/templates/new-instance/config/triggers/tests/slack_when_analyzed.rb +30 -0
  50. data/templates/new-instance/config/triggers/tests/slack_when_completed.rb +38 -0
  51. data/templates/new-instance/config/triggers/tickets/email_testing_notes.rb +7 -0
  52. data/templates/new-instance/config/triggers/tickets/mark_tasks_completed_on_commit.rb +7 -0
  53. data/templates/new-instance/db/structure.sql +2291 -0
  54. data/templates/new-instance/lib/gemnasium-alert.rb +25 -0
  55. data/templates/new-instance/lib/slack_helpers.rb +66 -0
  56. data/templates/new-instance/lib/time_helpers.rb +7 -0
  57. data/templates/new-instance/public/404.html +58 -0
  58. data/templates/new-instance/public/422.html +58 -0
  59. data/templates/new-instance/public/500.html +57 -0
  60. data/templates/new-instance/public/favicon.ico +0 -0
  61. data/templates/new-instance/public/favicon.png +0 -0
  62. data/templates/new-instance/public/images/emoji/+1.png +0 -0
  63. data/templates/new-instance/public/images/emoji/-1.png +0 -0
  64. data/templates/new-instance/public/images/emoji/100.png +0 -0
  65. data/templates/new-instance/public/images/emoji/1234.png +0 -0
  66. data/templates/new-instance/public/images/emoji/8ball.png +0 -0
  67. data/templates/new-instance/public/images/emoji/a.png +0 -0
  68. data/templates/new-instance/public/images/emoji/ab.png +0 -0
  69. data/templates/new-instance/public/images/emoji/abc.png +0 -0
  70. data/templates/new-instance/public/images/emoji/abcd.png +0 -0
  71. data/templates/new-instance/public/images/emoji/accept.png +0 -0
  72. data/templates/new-instance/public/images/emoji/aerial_tramway.png +0 -0
  73. data/templates/new-instance/public/images/emoji/airplane.png +0 -0
  74. data/templates/new-instance/public/images/emoji/alarm_clock.png +0 -0
  75. data/templates/new-instance/public/images/emoji/alien.png +0 -0
  76. data/templates/new-instance/public/images/emoji/ambulance.png +0 -0
  77. data/templates/new-instance/public/images/emoji/anchor.png +0 -0
  78. data/templates/new-instance/public/images/emoji/angel.png +0 -0
  79. data/templates/new-instance/public/images/emoji/anger.png +0 -0
  80. data/templates/new-instance/public/images/emoji/angry.png +0 -0
  81. data/templates/new-instance/public/images/emoji/anguished.png +0 -0
  82. data/templates/new-instance/public/images/emoji/ant.png +0 -0
  83. data/templates/new-instance/public/images/emoji/apple.png +0 -0
  84. data/templates/new-instance/public/images/emoji/aquarius.png +0 -0
  85. data/templates/new-instance/public/images/emoji/aries.png +0 -0
  86. data/templates/new-instance/public/images/emoji/arrow_backward.png +0 -0
  87. data/templates/new-instance/public/images/emoji/arrow_double_down.png +0 -0
  88. data/templates/new-instance/public/images/emoji/arrow_double_up.png +0 -0
  89. data/templates/new-instance/public/images/emoji/arrow_down.png +0 -0
  90. data/templates/new-instance/public/images/emoji/arrow_down_small.png +0 -0
  91. data/templates/new-instance/public/images/emoji/arrow_forward.png +0 -0
  92. data/templates/new-instance/public/images/emoji/arrow_heading_down.png +0 -0
  93. data/templates/new-instance/public/images/emoji/arrow_heading_up.png +0 -0
  94. data/templates/new-instance/public/images/emoji/arrow_left.png +0 -0
  95. data/templates/new-instance/public/images/emoji/arrow_lower_left.png +0 -0
  96. data/templates/new-instance/public/images/emoji/arrow_lower_right.png +0 -0
  97. data/templates/new-instance/public/images/emoji/arrow_right.png +0 -0
  98. data/templates/new-instance/public/images/emoji/arrow_right_hook.png +0 -0
  99. data/templates/new-instance/public/images/emoji/arrow_up.png +0 -0
  100. data/templates/new-instance/public/images/emoji/arrow_up_down.png +0 -0
  101. data/templates/new-instance/public/images/emoji/arrow_up_small.png +0 -0
  102. data/templates/new-instance/public/images/emoji/arrow_upper_left.png +0 -0
  103. data/templates/new-instance/public/images/emoji/arrow_upper_right.png +0 -0
  104. data/templates/new-instance/public/images/emoji/arrows_clockwise.png +0 -0
  105. data/templates/new-instance/public/images/emoji/arrows_counterclockwise.png +0 -0
  106. data/templates/new-instance/public/images/emoji/art.png +0 -0
  107. data/templates/new-instance/public/images/emoji/articulated_lorry.png +0 -0
  108. data/templates/new-instance/public/images/emoji/astonished.png +0 -0
  109. data/templates/new-instance/public/images/emoji/athletic_shoe.png +0 -0
  110. data/templates/new-instance/public/images/emoji/atm.png +0 -0
  111. data/templates/new-instance/public/images/emoji/b.png +0 -0
  112. data/templates/new-instance/public/images/emoji/baby.png +0 -0
  113. data/templates/new-instance/public/images/emoji/baby_bottle.png +0 -0
  114. data/templates/new-instance/public/images/emoji/baby_chick.png +0 -0
  115. data/templates/new-instance/public/images/emoji/baby_symbol.png +0 -0
  116. data/templates/new-instance/public/images/emoji/back.png +0 -0
  117. data/templates/new-instance/public/images/emoji/baggage_claim.png +0 -0
  118. data/templates/new-instance/public/images/emoji/balloon.png +0 -0
  119. data/templates/new-instance/public/images/emoji/ballot_box_with_check.png +0 -0
  120. data/templates/new-instance/public/images/emoji/bamboo.png +0 -0
  121. data/templates/new-instance/public/images/emoji/banana.png +0 -0
  122. data/templates/new-instance/public/images/emoji/bangbang.png +0 -0
  123. data/templates/new-instance/public/images/emoji/bank.png +0 -0
  124. data/templates/new-instance/public/images/emoji/bar_chart.png +0 -0
  125. data/templates/new-instance/public/images/emoji/barber.png +0 -0
  126. data/templates/new-instance/public/images/emoji/baseball.png +0 -0
  127. data/templates/new-instance/public/images/emoji/basketball.png +0 -0
  128. data/templates/new-instance/public/images/emoji/bath.png +0 -0
  129. data/templates/new-instance/public/images/emoji/bathtub.png +0 -0
  130. data/templates/new-instance/public/images/emoji/battery.png +0 -0
  131. data/templates/new-instance/public/images/emoji/bear.png +0 -0
  132. data/templates/new-instance/public/images/emoji/bee.png +0 -0
  133. data/templates/new-instance/public/images/emoji/beer.png +0 -0
  134. data/templates/new-instance/public/images/emoji/beers.png +0 -0
  135. data/templates/new-instance/public/images/emoji/beetle.png +0 -0
  136. data/templates/new-instance/public/images/emoji/beginner.png +0 -0
  137. data/templates/new-instance/public/images/emoji/bell.png +0 -0
  138. data/templates/new-instance/public/images/emoji/bento.png +0 -0
  139. data/templates/new-instance/public/images/emoji/bicyclist.png +0 -0
  140. data/templates/new-instance/public/images/emoji/bike.png +0 -0
  141. data/templates/new-instance/public/images/emoji/bikini.png +0 -0
  142. data/templates/new-instance/public/images/emoji/bird.png +0 -0
  143. data/templates/new-instance/public/images/emoji/birthday.png +0 -0
  144. data/templates/new-instance/public/images/emoji/black_circle.png +0 -0
  145. data/templates/new-instance/public/images/emoji/black_joker.png +0 -0
  146. data/templates/new-instance/public/images/emoji/black_large_square.png +0 -0
  147. data/templates/new-instance/public/images/emoji/black_medium_small_square.png +0 -0
  148. data/templates/new-instance/public/images/emoji/black_medium_square.png +0 -0
  149. data/templates/new-instance/public/images/emoji/black_nib.png +0 -0
  150. data/templates/new-instance/public/images/emoji/black_small_square.png +0 -0
  151. data/templates/new-instance/public/images/emoji/black_square_button.png +0 -0
  152. data/templates/new-instance/public/images/emoji/blossom.png +0 -0
  153. data/templates/new-instance/public/images/emoji/blowfish.png +0 -0
  154. data/templates/new-instance/public/images/emoji/blue_book.png +0 -0
  155. data/templates/new-instance/public/images/emoji/blue_car.png +0 -0
  156. data/templates/new-instance/public/images/emoji/blue_heart.png +0 -0
  157. data/templates/new-instance/public/images/emoji/blush.png +0 -0
  158. data/templates/new-instance/public/images/emoji/boar.png +0 -0
  159. data/templates/new-instance/public/images/emoji/boat.png +0 -0
  160. data/templates/new-instance/public/images/emoji/bomb.png +0 -0
  161. data/templates/new-instance/public/images/emoji/book.png +0 -0
  162. data/templates/new-instance/public/images/emoji/bookmark.png +0 -0
  163. data/templates/new-instance/public/images/emoji/bookmark_tabs.png +0 -0
  164. data/templates/new-instance/public/images/emoji/books.png +0 -0
  165. data/templates/new-instance/public/images/emoji/boom.png +0 -0
  166. data/templates/new-instance/public/images/emoji/boot.png +0 -0
  167. data/templates/new-instance/public/images/emoji/bouquet.png +0 -0
  168. data/templates/new-instance/public/images/emoji/bow.png +0 -0
  169. data/templates/new-instance/public/images/emoji/bowling.png +0 -0
  170. data/templates/new-instance/public/images/emoji/bowtie.png +0 -0
  171. data/templates/new-instance/public/images/emoji/boy.png +0 -0
  172. data/templates/new-instance/public/images/emoji/bread.png +0 -0
  173. data/templates/new-instance/public/images/emoji/bride_with_veil.png +0 -0
  174. data/templates/new-instance/public/images/emoji/bridge_at_night.png +0 -0
  175. data/templates/new-instance/public/images/emoji/briefcase.png +0 -0
  176. data/templates/new-instance/public/images/emoji/broken_heart.png +0 -0
  177. data/templates/new-instance/public/images/emoji/bug.png +0 -0
  178. data/templates/new-instance/public/images/emoji/bulb.png +0 -0
  179. data/templates/new-instance/public/images/emoji/bullettrain_front.png +0 -0
  180. data/templates/new-instance/public/images/emoji/bullettrain_side.png +0 -0
  181. data/templates/new-instance/public/images/emoji/bus.png +0 -0
  182. data/templates/new-instance/public/images/emoji/busstop.png +0 -0
  183. data/templates/new-instance/public/images/emoji/bust_in_silhouette.png +0 -0
  184. data/templates/new-instance/public/images/emoji/busts_in_silhouette.png +0 -0
  185. data/templates/new-instance/public/images/emoji/cactus.png +0 -0
  186. data/templates/new-instance/public/images/emoji/cake.png +0 -0
  187. data/templates/new-instance/public/images/emoji/calendar.png +0 -0
  188. data/templates/new-instance/public/images/emoji/calling.png +0 -0
  189. data/templates/new-instance/public/images/emoji/camel.png +0 -0
  190. data/templates/new-instance/public/images/emoji/camera.png +0 -0
  191. data/templates/new-instance/public/images/emoji/cancer.png +0 -0
  192. data/templates/new-instance/public/images/emoji/candy.png +0 -0
  193. data/templates/new-instance/public/images/emoji/capital_abcd.png +0 -0
  194. data/templates/new-instance/public/images/emoji/capricorn.png +0 -0
  195. data/templates/new-instance/public/images/emoji/car.png +0 -0
  196. data/templates/new-instance/public/images/emoji/card_index.png +0 -0
  197. data/templates/new-instance/public/images/emoji/carousel_horse.png +0 -0
  198. data/templates/new-instance/public/images/emoji/cat.png +0 -0
  199. data/templates/new-instance/public/images/emoji/cat2.png +0 -0
  200. data/templates/new-instance/public/images/emoji/cd.png +0 -0
  201. data/templates/new-instance/public/images/emoji/chart.png +0 -0
  202. data/templates/new-instance/public/images/emoji/chart_with_downwards_trend.png +0 -0
  203. data/templates/new-instance/public/images/emoji/chart_with_upwards_trend.png +0 -0
  204. data/templates/new-instance/public/images/emoji/checkered_flag.png +0 -0
  205. data/templates/new-instance/public/images/emoji/cherries.png +0 -0
  206. data/templates/new-instance/public/images/emoji/cherry_blossom.png +0 -0
  207. data/templates/new-instance/public/images/emoji/chestnut.png +0 -0
  208. data/templates/new-instance/public/images/emoji/chicken.png +0 -0
  209. data/templates/new-instance/public/images/emoji/children_crossing.png +0 -0
  210. data/templates/new-instance/public/images/emoji/chocolate_bar.png +0 -0
  211. data/templates/new-instance/public/images/emoji/christmas_tree.png +0 -0
  212. data/templates/new-instance/public/images/emoji/church.png +0 -0
  213. data/templates/new-instance/public/images/emoji/cinema.png +0 -0
  214. data/templates/new-instance/public/images/emoji/circus_tent.png +0 -0
  215. data/templates/new-instance/public/images/emoji/city_sunrise.png +0 -0
  216. data/templates/new-instance/public/images/emoji/city_sunset.png +0 -0
  217. data/templates/new-instance/public/images/emoji/cl.png +0 -0
  218. data/templates/new-instance/public/images/emoji/clap.png +0 -0
  219. data/templates/new-instance/public/images/emoji/clapper.png +0 -0
  220. data/templates/new-instance/public/images/emoji/clipboard.png +0 -0
  221. data/templates/new-instance/public/images/emoji/clock1.png +0 -0
  222. data/templates/new-instance/public/images/emoji/clock10.png +0 -0
  223. data/templates/new-instance/public/images/emoji/clock1030.png +0 -0
  224. data/templates/new-instance/public/images/emoji/clock11.png +0 -0
  225. data/templates/new-instance/public/images/emoji/clock1130.png +0 -0
  226. data/templates/new-instance/public/images/emoji/clock12.png +0 -0
  227. data/templates/new-instance/public/images/emoji/clock1230.png +0 -0
  228. data/templates/new-instance/public/images/emoji/clock130.png +0 -0
  229. data/templates/new-instance/public/images/emoji/clock2.png +0 -0
  230. data/templates/new-instance/public/images/emoji/clock230.png +0 -0
  231. data/templates/new-instance/public/images/emoji/clock3.png +0 -0
  232. data/templates/new-instance/public/images/emoji/clock330.png +0 -0
  233. data/templates/new-instance/public/images/emoji/clock4.png +0 -0
  234. data/templates/new-instance/public/images/emoji/clock430.png +0 -0
  235. data/templates/new-instance/public/images/emoji/clock5.png +0 -0
  236. data/templates/new-instance/public/images/emoji/clock530.png +0 -0
  237. data/templates/new-instance/public/images/emoji/clock6.png +0 -0
  238. data/templates/new-instance/public/images/emoji/clock630.png +0 -0
  239. data/templates/new-instance/public/images/emoji/clock7.png +0 -0
  240. data/templates/new-instance/public/images/emoji/clock730.png +0 -0
  241. data/templates/new-instance/public/images/emoji/clock8.png +0 -0
  242. data/templates/new-instance/public/images/emoji/clock830.png +0 -0
  243. data/templates/new-instance/public/images/emoji/clock9.png +0 -0
  244. data/templates/new-instance/public/images/emoji/clock930.png +0 -0
  245. data/templates/new-instance/public/images/emoji/closed_book.png +0 -0
  246. data/templates/new-instance/public/images/emoji/closed_lock_with_key.png +0 -0
  247. data/templates/new-instance/public/images/emoji/closed_umbrella.png +0 -0
  248. data/templates/new-instance/public/images/emoji/cloud.png +0 -0
  249. data/templates/new-instance/public/images/emoji/clubs.png +0 -0
  250. data/templates/new-instance/public/images/emoji/cn.png +0 -0
  251. data/templates/new-instance/public/images/emoji/cocktail.png +0 -0
  252. data/templates/new-instance/public/images/emoji/coffee.png +0 -0
  253. data/templates/new-instance/public/images/emoji/cold_sweat.png +0 -0
  254. data/templates/new-instance/public/images/emoji/collision.png +0 -0
  255. data/templates/new-instance/public/images/emoji/computer.png +0 -0
  256. data/templates/new-instance/public/images/emoji/confetti_ball.png +0 -0
  257. data/templates/new-instance/public/images/emoji/confounded.png +0 -0
  258. data/templates/new-instance/public/images/emoji/confused.png +0 -0
  259. data/templates/new-instance/public/images/emoji/congratulations.png +0 -0
  260. data/templates/new-instance/public/images/emoji/construction.png +0 -0
  261. data/templates/new-instance/public/images/emoji/construction_worker.png +0 -0
  262. data/templates/new-instance/public/images/emoji/convenience_store.png +0 -0
  263. data/templates/new-instance/public/images/emoji/cookie.png +0 -0
  264. data/templates/new-instance/public/images/emoji/cool.png +0 -0
  265. data/templates/new-instance/public/images/emoji/cop.png +0 -0
  266. data/templates/new-instance/public/images/emoji/copyright.png +0 -0
  267. data/templates/new-instance/public/images/emoji/corn.png +0 -0
  268. data/templates/new-instance/public/images/emoji/couple.png +0 -0
  269. data/templates/new-instance/public/images/emoji/couple_with_heart.png +0 -0
  270. data/templates/new-instance/public/images/emoji/couplekiss.png +0 -0
  271. data/templates/new-instance/public/images/emoji/cow.png +0 -0
  272. data/templates/new-instance/public/images/emoji/cow2.png +0 -0
  273. data/templates/new-instance/public/images/emoji/credit_card.png +0 -0
  274. data/templates/new-instance/public/images/emoji/crescent_moon.png +0 -0
  275. data/templates/new-instance/public/images/emoji/crocodile.png +0 -0
  276. data/templates/new-instance/public/images/emoji/crossed_flags.png +0 -0
  277. data/templates/new-instance/public/images/emoji/crown.png +0 -0
  278. data/templates/new-instance/public/images/emoji/cry.png +0 -0
  279. data/templates/new-instance/public/images/emoji/crying_cat_face.png +0 -0
  280. data/templates/new-instance/public/images/emoji/crystal_ball.png +0 -0
  281. data/templates/new-instance/public/images/emoji/cupid.png +0 -0
  282. data/templates/new-instance/public/images/emoji/curly_loop.png +0 -0
  283. data/templates/new-instance/public/images/emoji/currency_exchange.png +0 -0
  284. data/templates/new-instance/public/images/emoji/curry.png +0 -0
  285. data/templates/new-instance/public/images/emoji/custard.png +0 -0
  286. data/templates/new-instance/public/images/emoji/customs.png +0 -0
  287. data/templates/new-instance/public/images/emoji/cyclone.png +0 -0
  288. data/templates/new-instance/public/images/emoji/dancer.png +0 -0
  289. data/templates/new-instance/public/images/emoji/dancers.png +0 -0
  290. data/templates/new-instance/public/images/emoji/dango.png +0 -0
  291. data/templates/new-instance/public/images/emoji/dart.png +0 -0
  292. data/templates/new-instance/public/images/emoji/dash.png +0 -0
  293. data/templates/new-instance/public/images/emoji/date.png +0 -0
  294. data/templates/new-instance/public/images/emoji/de.png +0 -0
  295. data/templates/new-instance/public/images/emoji/deciduous_tree.png +0 -0
  296. data/templates/new-instance/public/images/emoji/department_store.png +0 -0
  297. data/templates/new-instance/public/images/emoji/diamond_shape_with_a_dot_inside.png +0 -0
  298. data/templates/new-instance/public/images/emoji/diamonds.png +0 -0
  299. data/templates/new-instance/public/images/emoji/disappointed.png +0 -0
  300. data/templates/new-instance/public/images/emoji/disappointed_relieved.png +0 -0
  301. data/templates/new-instance/public/images/emoji/dizzy.png +0 -0
  302. data/templates/new-instance/public/images/emoji/dizzy_face.png +0 -0
  303. data/templates/new-instance/public/images/emoji/do_not_litter.png +0 -0
  304. data/templates/new-instance/public/images/emoji/dog.png +0 -0
  305. data/templates/new-instance/public/images/emoji/dog2.png +0 -0
  306. data/templates/new-instance/public/images/emoji/dollar.png +0 -0
  307. data/templates/new-instance/public/images/emoji/dolls.png +0 -0
  308. data/templates/new-instance/public/images/emoji/dolphin.png +0 -0
  309. data/templates/new-instance/public/images/emoji/door.png +0 -0
  310. data/templates/new-instance/public/images/emoji/doughnut.png +0 -0
  311. data/templates/new-instance/public/images/emoji/dragon.png +0 -0
  312. data/templates/new-instance/public/images/emoji/dragon_face.png +0 -0
  313. data/templates/new-instance/public/images/emoji/dress.png +0 -0
  314. data/templates/new-instance/public/images/emoji/dromedary_camel.png +0 -0
  315. data/templates/new-instance/public/images/emoji/droplet.png +0 -0
  316. data/templates/new-instance/public/images/emoji/dvd.png +0 -0
  317. data/templates/new-instance/public/images/emoji/e-mail.png +0 -0
  318. data/templates/new-instance/public/images/emoji/ear.png +0 -0
  319. data/templates/new-instance/public/images/emoji/ear_of_rice.png +0 -0
  320. data/templates/new-instance/public/images/emoji/earth_africa.png +0 -0
  321. data/templates/new-instance/public/images/emoji/earth_americas.png +0 -0
  322. data/templates/new-instance/public/images/emoji/earth_asia.png +0 -0
  323. data/templates/new-instance/public/images/emoji/egg.png +0 -0
  324. data/templates/new-instance/public/images/emoji/eggplant.png +0 -0
  325. data/templates/new-instance/public/images/emoji/eight.png +0 -0
  326. data/templates/new-instance/public/images/emoji/eight_pointed_black_star.png +0 -0
  327. data/templates/new-instance/public/images/emoji/eight_spoked_asterisk.png +0 -0
  328. data/templates/new-instance/public/images/emoji/electric_plug.png +0 -0
  329. data/templates/new-instance/public/images/emoji/elephant.png +0 -0
  330. data/templates/new-instance/public/images/emoji/email.png +0 -0
  331. data/templates/new-instance/public/images/emoji/end.png +0 -0
  332. data/templates/new-instance/public/images/emoji/envelope.png +0 -0
  333. data/templates/new-instance/public/images/emoji/envelope_with_arrow.png +0 -0
  334. data/templates/new-instance/public/images/emoji/es.png +0 -0
  335. data/templates/new-instance/public/images/emoji/euro.png +0 -0
  336. data/templates/new-instance/public/images/emoji/european_castle.png +0 -0
  337. data/templates/new-instance/public/images/emoji/european_post_office.png +0 -0
  338. data/templates/new-instance/public/images/emoji/evergreen_tree.png +0 -0
  339. data/templates/new-instance/public/images/emoji/exclamation.png +0 -0
  340. data/templates/new-instance/public/images/emoji/expressionless.png +0 -0
  341. data/templates/new-instance/public/images/emoji/eyeglasses.png +0 -0
  342. data/templates/new-instance/public/images/emoji/eyes.png +0 -0
  343. data/templates/new-instance/public/images/emoji/facepunch.png +0 -0
  344. data/templates/new-instance/public/images/emoji/factory.png +0 -0
  345. data/templates/new-instance/public/images/emoji/fallen_leaf.png +0 -0
  346. data/templates/new-instance/public/images/emoji/family.png +0 -0
  347. data/templates/new-instance/public/images/emoji/fast_forward.png +0 -0
  348. data/templates/new-instance/public/images/emoji/fax.png +0 -0
  349. data/templates/new-instance/public/images/emoji/fearful.png +0 -0
  350. data/templates/new-instance/public/images/emoji/feelsgood.png +0 -0
  351. data/templates/new-instance/public/images/emoji/feet.png +0 -0
  352. data/templates/new-instance/public/images/emoji/ferris_wheel.png +0 -0
  353. data/templates/new-instance/public/images/emoji/file_folder.png +0 -0
  354. data/templates/new-instance/public/images/emoji/finnadie.png +0 -0
  355. data/templates/new-instance/public/images/emoji/fire.png +0 -0
  356. data/templates/new-instance/public/images/emoji/fire_engine.png +0 -0
  357. data/templates/new-instance/public/images/emoji/fireworks.png +0 -0
  358. data/templates/new-instance/public/images/emoji/first_quarter_moon.png +0 -0
  359. data/templates/new-instance/public/images/emoji/first_quarter_moon_with_face.png +0 -0
  360. data/templates/new-instance/public/images/emoji/fish.png +0 -0
  361. data/templates/new-instance/public/images/emoji/fish_cake.png +0 -0
  362. data/templates/new-instance/public/images/emoji/fishing_pole_and_fish.png +0 -0
  363. data/templates/new-instance/public/images/emoji/fist.png +0 -0
  364. data/templates/new-instance/public/images/emoji/five.png +0 -0
  365. data/templates/new-instance/public/images/emoji/flags.png +0 -0
  366. data/templates/new-instance/public/images/emoji/flashlight.png +0 -0
  367. data/templates/new-instance/public/images/emoji/floppy_disk.png +0 -0
  368. data/templates/new-instance/public/images/emoji/flower_playing_cards.png +0 -0
  369. data/templates/new-instance/public/images/emoji/flushed.png +0 -0
  370. data/templates/new-instance/public/images/emoji/foggy.png +0 -0
  371. data/templates/new-instance/public/images/emoji/football.png +0 -0
  372. data/templates/new-instance/public/images/emoji/footprints.png +0 -0
  373. data/templates/new-instance/public/images/emoji/fork_and_knife.png +0 -0
  374. data/templates/new-instance/public/images/emoji/fountain.png +0 -0
  375. data/templates/new-instance/public/images/emoji/four.png +0 -0
  376. data/templates/new-instance/public/images/emoji/four_leaf_clover.png +0 -0
  377. data/templates/new-instance/public/images/emoji/fr.png +0 -0
  378. data/templates/new-instance/public/images/emoji/free.png +0 -0
  379. data/templates/new-instance/public/images/emoji/fried_shrimp.png +0 -0
  380. data/templates/new-instance/public/images/emoji/fries.png +0 -0
  381. data/templates/new-instance/public/images/emoji/frog.png +0 -0
  382. data/templates/new-instance/public/images/emoji/frowning.png +0 -0
  383. data/templates/new-instance/public/images/emoji/fu.png +0 -0
  384. data/templates/new-instance/public/images/emoji/fuelpump.png +0 -0
  385. data/templates/new-instance/public/images/emoji/full_moon.png +0 -0
  386. data/templates/new-instance/public/images/emoji/full_moon_with_face.png +0 -0
  387. data/templates/new-instance/public/images/emoji/game_die.png +0 -0
  388. data/templates/new-instance/public/images/emoji/gb.png +0 -0
  389. data/templates/new-instance/public/images/emoji/gem.png +0 -0
  390. data/templates/new-instance/public/images/emoji/gemini.png +0 -0
  391. data/templates/new-instance/public/images/emoji/ghost.png +0 -0
  392. data/templates/new-instance/public/images/emoji/gift.png +0 -0
  393. data/templates/new-instance/public/images/emoji/gift_heart.png +0 -0
  394. data/templates/new-instance/public/images/emoji/girl.png +0 -0
  395. data/templates/new-instance/public/images/emoji/globe_with_meridians.png +0 -0
  396. data/templates/new-instance/public/images/emoji/goat.png +0 -0
  397. data/templates/new-instance/public/images/emoji/goberserk.png +0 -0
  398. data/templates/new-instance/public/images/emoji/godmode.png +0 -0
  399. data/templates/new-instance/public/images/emoji/golf.png +0 -0
  400. data/templates/new-instance/public/images/emoji/grapes.png +0 -0
  401. data/templates/new-instance/public/images/emoji/green_apple.png +0 -0
  402. data/templates/new-instance/public/images/emoji/green_book.png +0 -0
  403. data/templates/new-instance/public/images/emoji/green_heart.png +0 -0
  404. data/templates/new-instance/public/images/emoji/grey_exclamation.png +0 -0
  405. data/templates/new-instance/public/images/emoji/grey_question.png +0 -0
  406. data/templates/new-instance/public/images/emoji/grimacing.png +0 -0
  407. data/templates/new-instance/public/images/emoji/grin.png +0 -0
  408. data/templates/new-instance/public/images/emoji/grinning.png +0 -0
  409. data/templates/new-instance/public/images/emoji/guardsman.png +0 -0
  410. data/templates/new-instance/public/images/emoji/guitar.png +0 -0
  411. data/templates/new-instance/public/images/emoji/gun.png +0 -0
  412. data/templates/new-instance/public/images/emoji/haircut.png +0 -0
  413. data/templates/new-instance/public/images/emoji/hamburger.png +0 -0
  414. data/templates/new-instance/public/images/emoji/hammer.png +0 -0
  415. data/templates/new-instance/public/images/emoji/hamster.png +0 -0
  416. data/templates/new-instance/public/images/emoji/hand.png +0 -0
  417. data/templates/new-instance/public/images/emoji/handbag.png +0 -0
  418. data/templates/new-instance/public/images/emoji/hankey.png +0 -0
  419. data/templates/new-instance/public/images/emoji/hash.png +0 -0
  420. data/templates/new-instance/public/images/emoji/hatched_chick.png +0 -0
  421. data/templates/new-instance/public/images/emoji/hatching_chick.png +0 -0
  422. data/templates/new-instance/public/images/emoji/headphones.png +0 -0
  423. data/templates/new-instance/public/images/emoji/hear_no_evil.png +0 -0
  424. data/templates/new-instance/public/images/emoji/heart.png +0 -0
  425. data/templates/new-instance/public/images/emoji/heart_decoration.png +0 -0
  426. data/templates/new-instance/public/images/emoji/heart_eyes.png +0 -0
  427. data/templates/new-instance/public/images/emoji/heart_eyes_cat.png +0 -0
  428. data/templates/new-instance/public/images/emoji/heartbeat.png +0 -0
  429. data/templates/new-instance/public/images/emoji/heartpulse.png +0 -0
  430. data/templates/new-instance/public/images/emoji/hearts.png +0 -0
  431. data/templates/new-instance/public/images/emoji/heavy_check_mark.png +0 -0
  432. data/templates/new-instance/public/images/emoji/heavy_division_sign.png +0 -0
  433. data/templates/new-instance/public/images/emoji/heavy_dollar_sign.png +0 -0
  434. data/templates/new-instance/public/images/emoji/heavy_exclamation_mark.png +0 -0
  435. data/templates/new-instance/public/images/emoji/heavy_minus_sign.png +0 -0
  436. data/templates/new-instance/public/images/emoji/heavy_multiplication_x.png +0 -0
  437. data/templates/new-instance/public/images/emoji/heavy_plus_sign.png +0 -0
  438. data/templates/new-instance/public/images/emoji/helicopter.png +0 -0
  439. data/templates/new-instance/public/images/emoji/herb.png +0 -0
  440. data/templates/new-instance/public/images/emoji/hibiscus.png +0 -0
  441. data/templates/new-instance/public/images/emoji/high_brightness.png +0 -0
  442. data/templates/new-instance/public/images/emoji/high_heel.png +0 -0
  443. data/templates/new-instance/public/images/emoji/hocho.png +0 -0
  444. data/templates/new-instance/public/images/emoji/honey_pot.png +0 -0
  445. data/templates/new-instance/public/images/emoji/honeybee.png +0 -0
  446. data/templates/new-instance/public/images/emoji/horse.png +0 -0
  447. data/templates/new-instance/public/images/emoji/horse_racing.png +0 -0
  448. data/templates/new-instance/public/images/emoji/hospital.png +0 -0
  449. data/templates/new-instance/public/images/emoji/hotel.png +0 -0
  450. data/templates/new-instance/public/images/emoji/hotsprings.png +0 -0
  451. data/templates/new-instance/public/images/emoji/hourglass.png +0 -0
  452. data/templates/new-instance/public/images/emoji/hourglass_flowing_sand.png +0 -0
  453. data/templates/new-instance/public/images/emoji/house.png +0 -0
  454. data/templates/new-instance/public/images/emoji/house_with_garden.png +0 -0
  455. data/templates/new-instance/public/images/emoji/hurtrealbad.png +0 -0
  456. data/templates/new-instance/public/images/emoji/hushed.png +0 -0
  457. data/templates/new-instance/public/images/emoji/ice_cream.png +0 -0
  458. data/templates/new-instance/public/images/emoji/icecream.png +0 -0
  459. data/templates/new-instance/public/images/emoji/id.png +0 -0
  460. data/templates/new-instance/public/images/emoji/ideograph_advantage.png +0 -0
  461. data/templates/new-instance/public/images/emoji/imp.png +0 -0
  462. data/templates/new-instance/public/images/emoji/inbox_tray.png +0 -0
  463. data/templates/new-instance/public/images/emoji/incoming_envelope.png +0 -0
  464. data/templates/new-instance/public/images/emoji/information_desk_person.png +0 -0
  465. data/templates/new-instance/public/images/emoji/information_source.png +0 -0
  466. data/templates/new-instance/public/images/emoji/innocent.png +0 -0
  467. data/templates/new-instance/public/images/emoji/interrobang.png +0 -0
  468. data/templates/new-instance/public/images/emoji/iphone.png +0 -0
  469. data/templates/new-instance/public/images/emoji/it.png +0 -0
  470. data/templates/new-instance/public/images/emoji/izakaya_lantern.png +0 -0
  471. data/templates/new-instance/public/images/emoji/jack_o_lantern.png +0 -0
  472. data/templates/new-instance/public/images/emoji/japan.png +0 -0
  473. data/templates/new-instance/public/images/emoji/japanese_castle.png +0 -0
  474. data/templates/new-instance/public/images/emoji/japanese_goblin.png +0 -0
  475. data/templates/new-instance/public/images/emoji/japanese_ogre.png +0 -0
  476. data/templates/new-instance/public/images/emoji/jeans.png +0 -0
  477. data/templates/new-instance/public/images/emoji/joy.png +0 -0
  478. data/templates/new-instance/public/images/emoji/joy_cat.png +0 -0
  479. data/templates/new-instance/public/images/emoji/jp.png +0 -0
  480. data/templates/new-instance/public/images/emoji/key.png +0 -0
  481. data/templates/new-instance/public/images/emoji/keycap_ten.png +0 -0
  482. data/templates/new-instance/public/images/emoji/kimono.png +0 -0
  483. data/templates/new-instance/public/images/emoji/kiss.png +0 -0
  484. data/templates/new-instance/public/images/emoji/kissing.png +0 -0
  485. data/templates/new-instance/public/images/emoji/kissing_cat.png +0 -0
  486. data/templates/new-instance/public/images/emoji/kissing_closed_eyes.png +0 -0
  487. data/templates/new-instance/public/images/emoji/kissing_heart.png +0 -0
  488. data/templates/new-instance/public/images/emoji/kissing_smiling_eyes.png +0 -0
  489. data/templates/new-instance/public/images/emoji/koala.png +0 -0
  490. data/templates/new-instance/public/images/emoji/koko.png +0 -0
  491. data/templates/new-instance/public/images/emoji/kr.png +0 -0
  492. data/templates/new-instance/public/images/emoji/lantern.png +0 -0
  493. data/templates/new-instance/public/images/emoji/large_blue_circle.png +0 -0
  494. data/templates/new-instance/public/images/emoji/large_blue_diamond.png +0 -0
  495. data/templates/new-instance/public/images/emoji/large_orange_diamond.png +0 -0
  496. data/templates/new-instance/public/images/emoji/last_quarter_moon.png +0 -0
  497. data/templates/new-instance/public/images/emoji/last_quarter_moon_with_face.png +0 -0
  498. data/templates/new-instance/public/images/emoji/laughing.png +0 -0
  499. data/templates/new-instance/public/images/emoji/leaves.png +0 -0
  500. data/templates/new-instance/public/images/emoji/ledger.png +0 -0
  501. data/templates/new-instance/public/images/emoji/left_luggage.png +0 -0
  502. data/templates/new-instance/public/images/emoji/left_right_arrow.png +0 -0
  503. data/templates/new-instance/public/images/emoji/leftwards_arrow_with_hook.png +0 -0
  504. data/templates/new-instance/public/images/emoji/lemon.png +0 -0
  505. data/templates/new-instance/public/images/emoji/leo.png +0 -0
  506. data/templates/new-instance/public/images/emoji/leopard.png +0 -0
  507. data/templates/new-instance/public/images/emoji/libra.png +0 -0
  508. data/templates/new-instance/public/images/emoji/light_rail.png +0 -0
  509. data/templates/new-instance/public/images/emoji/link.png +0 -0
  510. data/templates/new-instance/public/images/emoji/lips.png +0 -0
  511. data/templates/new-instance/public/images/emoji/lipstick.png +0 -0
  512. data/templates/new-instance/public/images/emoji/lock.png +0 -0
  513. data/templates/new-instance/public/images/emoji/lock_with_ink_pen.png +0 -0
  514. data/templates/new-instance/public/images/emoji/lollipop.png +0 -0
  515. data/templates/new-instance/public/images/emoji/loop.png +0 -0
  516. data/templates/new-instance/public/images/emoji/loudspeaker.png +0 -0
  517. data/templates/new-instance/public/images/emoji/love_hotel.png +0 -0
  518. data/templates/new-instance/public/images/emoji/love_letter.png +0 -0
  519. data/templates/new-instance/public/images/emoji/low_brightness.png +0 -0
  520. data/templates/new-instance/public/images/emoji/m.png +0 -0
  521. data/templates/new-instance/public/images/emoji/mag.png +0 -0
  522. data/templates/new-instance/public/images/emoji/mag_right.png +0 -0
  523. data/templates/new-instance/public/images/emoji/mahjong.png +0 -0
  524. data/templates/new-instance/public/images/emoji/mailbox.png +0 -0
  525. data/templates/new-instance/public/images/emoji/mailbox_closed.png +0 -0
  526. data/templates/new-instance/public/images/emoji/mailbox_with_mail.png +0 -0
  527. data/templates/new-instance/public/images/emoji/mailbox_with_no_mail.png +0 -0
  528. data/templates/new-instance/public/images/emoji/man.png +0 -0
  529. data/templates/new-instance/public/images/emoji/man_with_gua_pi_mao.png +0 -0
  530. data/templates/new-instance/public/images/emoji/man_with_turban.png +0 -0
  531. data/templates/new-instance/public/images/emoji/mans_shoe.png +0 -0
  532. data/templates/new-instance/public/images/emoji/maple_leaf.png +0 -0
  533. data/templates/new-instance/public/images/emoji/mask.png +0 -0
  534. data/templates/new-instance/public/images/emoji/massage.png +0 -0
  535. data/templates/new-instance/public/images/emoji/meat_on_bone.png +0 -0
  536. data/templates/new-instance/public/images/emoji/mega.png +0 -0
  537. data/templates/new-instance/public/images/emoji/melon.png +0 -0
  538. data/templates/new-instance/public/images/emoji/memo.png +0 -0
  539. data/templates/new-instance/public/images/emoji/mens.png +0 -0
  540. data/templates/new-instance/public/images/emoji/metal.png +0 -0
  541. data/templates/new-instance/public/images/emoji/metro.png +0 -0
  542. data/templates/new-instance/public/images/emoji/microphone.png +0 -0
  543. data/templates/new-instance/public/images/emoji/microscope.png +0 -0
  544. data/templates/new-instance/public/images/emoji/milky_way.png +0 -0
  545. data/templates/new-instance/public/images/emoji/minibus.png +0 -0
  546. data/templates/new-instance/public/images/emoji/minidisc.png +0 -0
  547. data/templates/new-instance/public/images/emoji/mobile_phone_off.png +0 -0
  548. data/templates/new-instance/public/images/emoji/money_with_wings.png +0 -0
  549. data/templates/new-instance/public/images/emoji/moneybag.png +0 -0
  550. data/templates/new-instance/public/images/emoji/monkey.png +0 -0
  551. data/templates/new-instance/public/images/emoji/monkey_face.png +0 -0
  552. data/templates/new-instance/public/images/emoji/monorail.png +0 -0
  553. data/templates/new-instance/public/images/emoji/moon.png +0 -0
  554. data/templates/new-instance/public/images/emoji/mortar_board.png +0 -0
  555. data/templates/new-instance/public/images/emoji/mount_fuji.png +0 -0
  556. data/templates/new-instance/public/images/emoji/mountain_bicyclist.png +0 -0
  557. data/templates/new-instance/public/images/emoji/mountain_cableway.png +0 -0
  558. data/templates/new-instance/public/images/emoji/mountain_railway.png +0 -0
  559. data/templates/new-instance/public/images/emoji/mouse.png +0 -0
  560. data/templates/new-instance/public/images/emoji/mouse2.png +0 -0
  561. data/templates/new-instance/public/images/emoji/movie_camera.png +0 -0
  562. data/templates/new-instance/public/images/emoji/moyai.png +0 -0
  563. data/templates/new-instance/public/images/emoji/muscle.png +0 -0
  564. data/templates/new-instance/public/images/emoji/mushroom.png +0 -0
  565. data/templates/new-instance/public/images/emoji/musical_keyboard.png +0 -0
  566. data/templates/new-instance/public/images/emoji/musical_note.png +0 -0
  567. data/templates/new-instance/public/images/emoji/musical_score.png +0 -0
  568. data/templates/new-instance/public/images/emoji/mute.png +0 -0
  569. data/templates/new-instance/public/images/emoji/nail_care.png +0 -0
  570. data/templates/new-instance/public/images/emoji/name_badge.png +0 -0
  571. data/templates/new-instance/public/images/emoji/neckbeard.png +0 -0
  572. data/templates/new-instance/public/images/emoji/necktie.png +0 -0
  573. data/templates/new-instance/public/images/emoji/negative_squared_cross_mark.png +0 -0
  574. data/templates/new-instance/public/images/emoji/neutral_face.png +0 -0
  575. data/templates/new-instance/public/images/emoji/new.png +0 -0
  576. data/templates/new-instance/public/images/emoji/new_moon.png +0 -0
  577. data/templates/new-instance/public/images/emoji/new_moon_with_face.png +0 -0
  578. data/templates/new-instance/public/images/emoji/newspaper.png +0 -0
  579. data/templates/new-instance/public/images/emoji/ng.png +0 -0
  580. data/templates/new-instance/public/images/emoji/nine.png +0 -0
  581. data/templates/new-instance/public/images/emoji/no_bell.png +0 -0
  582. data/templates/new-instance/public/images/emoji/no_bicycles.png +0 -0
  583. data/templates/new-instance/public/images/emoji/no_entry.png +0 -0
  584. data/templates/new-instance/public/images/emoji/no_entry_sign.png +0 -0
  585. data/templates/new-instance/public/images/emoji/no_good.png +0 -0
  586. data/templates/new-instance/public/images/emoji/no_mobile_phones.png +0 -0
  587. data/templates/new-instance/public/images/emoji/no_mouth.png +0 -0
  588. data/templates/new-instance/public/images/emoji/no_pedestrians.png +0 -0
  589. data/templates/new-instance/public/images/emoji/no_smoking.png +0 -0
  590. data/templates/new-instance/public/images/emoji/non-potable_water.png +0 -0
  591. data/templates/new-instance/public/images/emoji/nose.png +0 -0
  592. data/templates/new-instance/public/images/emoji/notebook.png +0 -0
  593. data/templates/new-instance/public/images/emoji/notebook_with_decorative_cover.png +0 -0
  594. data/templates/new-instance/public/images/emoji/notes.png +0 -0
  595. data/templates/new-instance/public/images/emoji/nut_and_bolt.png +0 -0
  596. data/templates/new-instance/public/images/emoji/o.png +0 -0
  597. data/templates/new-instance/public/images/emoji/o2.png +0 -0
  598. data/templates/new-instance/public/images/emoji/ocean.png +0 -0
  599. data/templates/new-instance/public/images/emoji/octocat.png +0 -0
  600. data/templates/new-instance/public/images/emoji/octopus.png +0 -0
  601. data/templates/new-instance/public/images/emoji/oden.png +0 -0
  602. data/templates/new-instance/public/images/emoji/office.png +0 -0
  603. data/templates/new-instance/public/images/emoji/ok.png +0 -0
  604. data/templates/new-instance/public/images/emoji/ok_hand.png +0 -0
  605. data/templates/new-instance/public/images/emoji/ok_woman.png +0 -0
  606. data/templates/new-instance/public/images/emoji/older_man.png +0 -0
  607. data/templates/new-instance/public/images/emoji/older_woman.png +0 -0
  608. data/templates/new-instance/public/images/emoji/on.png +0 -0
  609. data/templates/new-instance/public/images/emoji/oncoming_automobile.png +0 -0
  610. data/templates/new-instance/public/images/emoji/oncoming_bus.png +0 -0
  611. data/templates/new-instance/public/images/emoji/oncoming_police_car.png +0 -0
  612. data/templates/new-instance/public/images/emoji/oncoming_taxi.png +0 -0
  613. data/templates/new-instance/public/images/emoji/one.png +0 -0
  614. data/templates/new-instance/public/images/emoji/open_book.png +0 -0
  615. data/templates/new-instance/public/images/emoji/open_file_folder.png +0 -0
  616. data/templates/new-instance/public/images/emoji/open_hands.png +0 -0
  617. data/templates/new-instance/public/images/emoji/open_mouth.png +0 -0
  618. data/templates/new-instance/public/images/emoji/ophiuchus.png +0 -0
  619. data/templates/new-instance/public/images/emoji/orange_book.png +0 -0
  620. data/templates/new-instance/public/images/emoji/outbox_tray.png +0 -0
  621. data/templates/new-instance/public/images/emoji/ox.png +0 -0
  622. data/templates/new-instance/public/images/emoji/package.png +0 -0
  623. data/templates/new-instance/public/images/emoji/page_facing_up.png +0 -0
  624. data/templates/new-instance/public/images/emoji/page_with_curl.png +0 -0
  625. data/templates/new-instance/public/images/emoji/pager.png +0 -0
  626. data/templates/new-instance/public/images/emoji/palm_tree.png +0 -0
  627. data/templates/new-instance/public/images/emoji/panda_face.png +0 -0
  628. data/templates/new-instance/public/images/emoji/paperclip.png +0 -0
  629. data/templates/new-instance/public/images/emoji/parking.png +0 -0
  630. data/templates/new-instance/public/images/emoji/part_alternation_mark.png +0 -0
  631. data/templates/new-instance/public/images/emoji/partly_sunny.png +0 -0
  632. data/templates/new-instance/public/images/emoji/passport_control.png +0 -0
  633. data/templates/new-instance/public/images/emoji/paw_prints.png +0 -0
  634. data/templates/new-instance/public/images/emoji/peach.png +0 -0
  635. data/templates/new-instance/public/images/emoji/pear.png +0 -0
  636. data/templates/new-instance/public/images/emoji/pencil.png +0 -0
  637. data/templates/new-instance/public/images/emoji/pencil2.png +0 -0
  638. data/templates/new-instance/public/images/emoji/penguin.png +0 -0
  639. data/templates/new-instance/public/images/emoji/pensive.png +0 -0
  640. data/templates/new-instance/public/images/emoji/performing_arts.png +0 -0
  641. data/templates/new-instance/public/images/emoji/persevere.png +0 -0
  642. data/templates/new-instance/public/images/emoji/person_frowning.png +0 -0
  643. data/templates/new-instance/public/images/emoji/person_with_blond_hair.png +0 -0
  644. data/templates/new-instance/public/images/emoji/person_with_pouting_face.png +0 -0
  645. data/templates/new-instance/public/images/emoji/phone.png +0 -0
  646. data/templates/new-instance/public/images/emoji/pig.png +0 -0
  647. data/templates/new-instance/public/images/emoji/pig2.png +0 -0
  648. data/templates/new-instance/public/images/emoji/pig_nose.png +0 -0
  649. data/templates/new-instance/public/images/emoji/pill.png +0 -0
  650. data/templates/new-instance/public/images/emoji/pineapple.png +0 -0
  651. data/templates/new-instance/public/images/emoji/pisces.png +0 -0
  652. data/templates/new-instance/public/images/emoji/pizza.png +0 -0
  653. data/templates/new-instance/public/images/emoji/point_down.png +0 -0
  654. data/templates/new-instance/public/images/emoji/point_left.png +0 -0
  655. data/templates/new-instance/public/images/emoji/point_right.png +0 -0
  656. data/templates/new-instance/public/images/emoji/point_up.png +0 -0
  657. data/templates/new-instance/public/images/emoji/point_up_2.png +0 -0
  658. data/templates/new-instance/public/images/emoji/police_car.png +0 -0
  659. data/templates/new-instance/public/images/emoji/poodle.png +0 -0
  660. data/templates/new-instance/public/images/emoji/poop.png +0 -0
  661. data/templates/new-instance/public/images/emoji/post_office.png +0 -0
  662. data/templates/new-instance/public/images/emoji/postal_horn.png +0 -0
  663. data/templates/new-instance/public/images/emoji/postbox.png +0 -0
  664. data/templates/new-instance/public/images/emoji/potable_water.png +0 -0
  665. data/templates/new-instance/public/images/emoji/pouch.png +0 -0
  666. data/templates/new-instance/public/images/emoji/poultry_leg.png +0 -0
  667. data/templates/new-instance/public/images/emoji/pound.png +0 -0
  668. data/templates/new-instance/public/images/emoji/pouting_cat.png +0 -0
  669. data/templates/new-instance/public/images/emoji/pray.png +0 -0
  670. data/templates/new-instance/public/images/emoji/princess.png +0 -0
  671. data/templates/new-instance/public/images/emoji/punch.png +0 -0
  672. data/templates/new-instance/public/images/emoji/purple_heart.png +0 -0
  673. data/templates/new-instance/public/images/emoji/purse.png +0 -0
  674. data/templates/new-instance/public/images/emoji/pushpin.png +0 -0
  675. data/templates/new-instance/public/images/emoji/put_litter_in_its_place.png +0 -0
  676. data/templates/new-instance/public/images/emoji/question.png +0 -0
  677. data/templates/new-instance/public/images/emoji/rabbit.png +0 -0
  678. data/templates/new-instance/public/images/emoji/rabbit2.png +0 -0
  679. data/templates/new-instance/public/images/emoji/racehorse.png +0 -0
  680. data/templates/new-instance/public/images/emoji/radio.png +0 -0
  681. data/templates/new-instance/public/images/emoji/radio_button.png +0 -0
  682. data/templates/new-instance/public/images/emoji/rage.png +0 -0
  683. data/templates/new-instance/public/images/emoji/rage1.png +0 -0
  684. data/templates/new-instance/public/images/emoji/rage2.png +0 -0
  685. data/templates/new-instance/public/images/emoji/rage3.png +0 -0
  686. data/templates/new-instance/public/images/emoji/rage4.png +0 -0
  687. data/templates/new-instance/public/images/emoji/railway_car.png +0 -0
  688. data/templates/new-instance/public/images/emoji/rainbow.png +0 -0
  689. data/templates/new-instance/public/images/emoji/raised_hand.png +0 -0
  690. data/templates/new-instance/public/images/emoji/raised_hands.png +0 -0
  691. data/templates/new-instance/public/images/emoji/raising_hand.png +0 -0
  692. data/templates/new-instance/public/images/emoji/ram.png +0 -0
  693. data/templates/new-instance/public/images/emoji/ramen.png +0 -0
  694. data/templates/new-instance/public/images/emoji/rat.png +0 -0
  695. data/templates/new-instance/public/images/emoji/recycle.png +0 -0
  696. data/templates/new-instance/public/images/emoji/red_car.png +0 -0
  697. data/templates/new-instance/public/images/emoji/red_circle.png +0 -0
  698. data/templates/new-instance/public/images/emoji/registered.png +0 -0
  699. data/templates/new-instance/public/images/emoji/relaxed.png +0 -0
  700. data/templates/new-instance/public/images/emoji/relieved.png +0 -0
  701. data/templates/new-instance/public/images/emoji/repeat.png +0 -0
  702. data/templates/new-instance/public/images/emoji/repeat_one.png +0 -0
  703. data/templates/new-instance/public/images/emoji/restroom.png +0 -0
  704. data/templates/new-instance/public/images/emoji/revolving_hearts.png +0 -0
  705. data/templates/new-instance/public/images/emoji/rewind.png +0 -0
  706. data/templates/new-instance/public/images/emoji/ribbon.png +0 -0
  707. data/templates/new-instance/public/images/emoji/rice.png +0 -0
  708. data/templates/new-instance/public/images/emoji/rice_ball.png +0 -0
  709. data/templates/new-instance/public/images/emoji/rice_cracker.png +0 -0
  710. data/templates/new-instance/public/images/emoji/rice_scene.png +0 -0
  711. data/templates/new-instance/public/images/emoji/ring.png +0 -0
  712. data/templates/new-instance/public/images/emoji/rocket.png +0 -0
  713. data/templates/new-instance/public/images/emoji/roller_coaster.png +0 -0
  714. data/templates/new-instance/public/images/emoji/rooster.png +0 -0
  715. data/templates/new-instance/public/images/emoji/rose.png +0 -0
  716. data/templates/new-instance/public/images/emoji/rotating_light.png +0 -0
  717. data/templates/new-instance/public/images/emoji/round_pushpin.png +0 -0
  718. data/templates/new-instance/public/images/emoji/rowboat.png +0 -0
  719. data/templates/new-instance/public/images/emoji/ru.png +0 -0
  720. data/templates/new-instance/public/images/emoji/rugby_football.png +0 -0
  721. data/templates/new-instance/public/images/emoji/runner.png +0 -0
  722. data/templates/new-instance/public/images/emoji/running.png +0 -0
  723. data/templates/new-instance/public/images/emoji/running_shirt_with_sash.png +0 -0
  724. data/templates/new-instance/public/images/emoji/sa.png +0 -0
  725. data/templates/new-instance/public/images/emoji/sagittarius.png +0 -0
  726. data/templates/new-instance/public/images/emoji/sailboat.png +0 -0
  727. data/templates/new-instance/public/images/emoji/sake.png +0 -0
  728. data/templates/new-instance/public/images/emoji/sandal.png +0 -0
  729. data/templates/new-instance/public/images/emoji/santa.png +0 -0
  730. data/templates/new-instance/public/images/emoji/satellite.png +0 -0
  731. data/templates/new-instance/public/images/emoji/satisfied.png +0 -0
  732. data/templates/new-instance/public/images/emoji/saxophone.png +0 -0
  733. data/templates/new-instance/public/images/emoji/school.png +0 -0
  734. data/templates/new-instance/public/images/emoji/school_satchel.png +0 -0
  735. data/templates/new-instance/public/images/emoji/scissors.png +0 -0
  736. data/templates/new-instance/public/images/emoji/scorpius.png +0 -0
  737. data/templates/new-instance/public/images/emoji/scream.png +0 -0
  738. data/templates/new-instance/public/images/emoji/scream_cat.png +0 -0
  739. data/templates/new-instance/public/images/emoji/scroll.png +0 -0
  740. data/templates/new-instance/public/images/emoji/seat.png +0 -0
  741. data/templates/new-instance/public/images/emoji/secret.png +0 -0
  742. data/templates/new-instance/public/images/emoji/see_no_evil.png +0 -0
  743. data/templates/new-instance/public/images/emoji/seedling.png +0 -0
  744. data/templates/new-instance/public/images/emoji/seven.png +0 -0
  745. data/templates/new-instance/public/images/emoji/shaved_ice.png +0 -0
  746. data/templates/new-instance/public/images/emoji/sheep.png +0 -0
  747. data/templates/new-instance/public/images/emoji/shell.png +0 -0
  748. data/templates/new-instance/public/images/emoji/ship.png +0 -0
  749. data/templates/new-instance/public/images/emoji/shipit.png +0 -0
  750. data/templates/new-instance/public/images/emoji/shirt.png +0 -0
  751. data/templates/new-instance/public/images/emoji/shit.png +0 -0
  752. data/templates/new-instance/public/images/emoji/shoe.png +0 -0
  753. data/templates/new-instance/public/images/emoji/shower.png +0 -0
  754. data/templates/new-instance/public/images/emoji/signal_strength.png +0 -0
  755. data/templates/new-instance/public/images/emoji/six.png +0 -0
  756. data/templates/new-instance/public/images/emoji/six_pointed_star.png +0 -0
  757. data/templates/new-instance/public/images/emoji/ski.png +0 -0
  758. data/templates/new-instance/public/images/emoji/skull.png +0 -0
  759. data/templates/new-instance/public/images/emoji/sleeping.png +0 -0
  760. data/templates/new-instance/public/images/emoji/sleepy.png +0 -0
  761. data/templates/new-instance/public/images/emoji/slot_machine.png +0 -0
  762. data/templates/new-instance/public/images/emoji/small_blue_diamond.png +0 -0
  763. data/templates/new-instance/public/images/emoji/small_orange_diamond.png +0 -0
  764. data/templates/new-instance/public/images/emoji/small_red_triangle.png +0 -0
  765. data/templates/new-instance/public/images/emoji/small_red_triangle_down.png +0 -0
  766. data/templates/new-instance/public/images/emoji/smile.png +0 -0
  767. data/templates/new-instance/public/images/emoji/smile_cat.png +0 -0
  768. data/templates/new-instance/public/images/emoji/smiley.png +0 -0
  769. data/templates/new-instance/public/images/emoji/smiley_cat.png +0 -0
  770. data/templates/new-instance/public/images/emoji/smiling_imp.png +0 -0
  771. data/templates/new-instance/public/images/emoji/smirk.png +0 -0
  772. data/templates/new-instance/public/images/emoji/smirk_cat.png +0 -0
  773. data/templates/new-instance/public/images/emoji/smoking.png +0 -0
  774. data/templates/new-instance/public/images/emoji/snail.png +0 -0
  775. data/templates/new-instance/public/images/emoji/snake.png +0 -0
  776. data/templates/new-instance/public/images/emoji/snowboarder.png +0 -0
  777. data/templates/new-instance/public/images/emoji/snowflake.png +0 -0
  778. data/templates/new-instance/public/images/emoji/snowman.png +0 -0
  779. data/templates/new-instance/public/images/emoji/sob.png +0 -0
  780. data/templates/new-instance/public/images/emoji/soccer.png +0 -0
  781. data/templates/new-instance/public/images/emoji/soon.png +0 -0
  782. data/templates/new-instance/public/images/emoji/sos.png +0 -0
  783. data/templates/new-instance/public/images/emoji/sound.png +0 -0
  784. data/templates/new-instance/public/images/emoji/space_invader.png +0 -0
  785. data/templates/new-instance/public/images/emoji/spades.png +0 -0
  786. data/templates/new-instance/public/images/emoji/spaghetti.png +0 -0
  787. data/templates/new-instance/public/images/emoji/sparkle.png +0 -0
  788. data/templates/new-instance/public/images/emoji/sparkler.png +0 -0
  789. data/templates/new-instance/public/images/emoji/sparkles.png +0 -0
  790. data/templates/new-instance/public/images/emoji/sparkling_heart.png +0 -0
  791. data/templates/new-instance/public/images/emoji/speak_no_evil.png +0 -0
  792. data/templates/new-instance/public/images/emoji/speaker.png +0 -0
  793. data/templates/new-instance/public/images/emoji/speech_balloon.png +0 -0
  794. data/templates/new-instance/public/images/emoji/speedboat.png +0 -0
  795. data/templates/new-instance/public/images/emoji/squirrel.png +0 -0
  796. data/templates/new-instance/public/images/emoji/star.png +0 -0
  797. data/templates/new-instance/public/images/emoji/star2.png +0 -0
  798. data/templates/new-instance/public/images/emoji/stars.png +0 -0
  799. data/templates/new-instance/public/images/emoji/station.png +0 -0
  800. data/templates/new-instance/public/images/emoji/statue_of_liberty.png +0 -0
  801. data/templates/new-instance/public/images/emoji/steam_locomotive.png +0 -0
  802. data/templates/new-instance/public/images/emoji/stew.png +0 -0
  803. data/templates/new-instance/public/images/emoji/straight_ruler.png +0 -0
  804. data/templates/new-instance/public/images/emoji/strawberry.png +0 -0
  805. data/templates/new-instance/public/images/emoji/stuck_out_tongue.png +0 -0
  806. data/templates/new-instance/public/images/emoji/stuck_out_tongue_closed_eyes.png +0 -0
  807. data/templates/new-instance/public/images/emoji/stuck_out_tongue_winking_eye.png +0 -0
  808. data/templates/new-instance/public/images/emoji/sun_with_face.png +0 -0
  809. data/templates/new-instance/public/images/emoji/sunflower.png +0 -0
  810. data/templates/new-instance/public/images/emoji/sunglasses.png +0 -0
  811. data/templates/new-instance/public/images/emoji/sunny.png +0 -0
  812. data/templates/new-instance/public/images/emoji/sunrise.png +0 -0
  813. data/templates/new-instance/public/images/emoji/sunrise_over_mountains.png +0 -0
  814. data/templates/new-instance/public/images/emoji/surfer.png +0 -0
  815. data/templates/new-instance/public/images/emoji/sushi.png +0 -0
  816. data/templates/new-instance/public/images/emoji/suspect.png +0 -0
  817. data/templates/new-instance/public/images/emoji/suspension_railway.png +0 -0
  818. data/templates/new-instance/public/images/emoji/sweat.png +0 -0
  819. data/templates/new-instance/public/images/emoji/sweat_drops.png +0 -0
  820. data/templates/new-instance/public/images/emoji/sweat_smile.png +0 -0
  821. data/templates/new-instance/public/images/emoji/sweet_potato.png +0 -0
  822. data/templates/new-instance/public/images/emoji/swimmer.png +0 -0
  823. data/templates/new-instance/public/images/emoji/symbols.png +0 -0
  824. data/templates/new-instance/public/images/emoji/syringe.png +0 -0
  825. data/templates/new-instance/public/images/emoji/tada.png +0 -0
  826. data/templates/new-instance/public/images/emoji/tanabata_tree.png +0 -0
  827. data/templates/new-instance/public/images/emoji/tangerine.png +0 -0
  828. data/templates/new-instance/public/images/emoji/taurus.png +0 -0
  829. data/templates/new-instance/public/images/emoji/taxi.png +0 -0
  830. data/templates/new-instance/public/images/emoji/tea.png +0 -0
  831. data/templates/new-instance/public/images/emoji/telephone.png +0 -0
  832. data/templates/new-instance/public/images/emoji/telephone_receiver.png +0 -0
  833. data/templates/new-instance/public/images/emoji/telescope.png +0 -0
  834. data/templates/new-instance/public/images/emoji/tennis.png +0 -0
  835. data/templates/new-instance/public/images/emoji/tent.png +0 -0
  836. data/templates/new-instance/public/images/emoji/thought_balloon.png +0 -0
  837. data/templates/new-instance/public/images/emoji/three.png +0 -0
  838. data/templates/new-instance/public/images/emoji/thumbsdown.png +0 -0
  839. data/templates/new-instance/public/images/emoji/thumbsup.png +0 -0
  840. data/templates/new-instance/public/images/emoji/ticket.png +0 -0
  841. data/templates/new-instance/public/images/emoji/tiger.png +0 -0
  842. data/templates/new-instance/public/images/emoji/tiger2.png +0 -0
  843. data/templates/new-instance/public/images/emoji/tired_face.png +0 -0
  844. data/templates/new-instance/public/images/emoji/tm.png +0 -0
  845. data/templates/new-instance/public/images/emoji/toilet.png +0 -0
  846. data/templates/new-instance/public/images/emoji/tokyo_tower.png +0 -0
  847. data/templates/new-instance/public/images/emoji/tomato.png +0 -0
  848. data/templates/new-instance/public/images/emoji/tongue.png +0 -0
  849. data/templates/new-instance/public/images/emoji/top.png +0 -0
  850. data/templates/new-instance/public/images/emoji/tophat.png +0 -0
  851. data/templates/new-instance/public/images/emoji/tractor.png +0 -0
  852. data/templates/new-instance/public/images/emoji/traffic_light.png +0 -0
  853. data/templates/new-instance/public/images/emoji/train.png +0 -0
  854. data/templates/new-instance/public/images/emoji/train2.png +0 -0
  855. data/templates/new-instance/public/images/emoji/tram.png +0 -0
  856. data/templates/new-instance/public/images/emoji/triangular_flag_on_post.png +0 -0
  857. data/templates/new-instance/public/images/emoji/triangular_ruler.png +0 -0
  858. data/templates/new-instance/public/images/emoji/trident.png +0 -0
  859. data/templates/new-instance/public/images/emoji/triumph.png +0 -0
  860. data/templates/new-instance/public/images/emoji/trolleybus.png +0 -0
  861. data/templates/new-instance/public/images/emoji/trollface.png +0 -0
  862. data/templates/new-instance/public/images/emoji/trophy.png +0 -0
  863. data/templates/new-instance/public/images/emoji/tropical_drink.png +0 -0
  864. data/templates/new-instance/public/images/emoji/tropical_fish.png +0 -0
  865. data/templates/new-instance/public/images/emoji/truck.png +0 -0
  866. data/templates/new-instance/public/images/emoji/trumpet.png +0 -0
  867. data/templates/new-instance/public/images/emoji/tshirt.png +0 -0
  868. data/templates/new-instance/public/images/emoji/tulip.png +0 -0
  869. data/templates/new-instance/public/images/emoji/turtle.png +0 -0
  870. data/templates/new-instance/public/images/emoji/tv.png +0 -0
  871. data/templates/new-instance/public/images/emoji/twisted_rightwards_arrows.png +0 -0
  872. data/templates/new-instance/public/images/emoji/two.png +0 -0
  873. data/templates/new-instance/public/images/emoji/two_hearts.png +0 -0
  874. data/templates/new-instance/public/images/emoji/two_men_holding_hands.png +0 -0
  875. data/templates/new-instance/public/images/emoji/two_women_holding_hands.png +0 -0
  876. data/templates/new-instance/public/images/emoji/u5272.png +0 -0
  877. data/templates/new-instance/public/images/emoji/u5408.png +0 -0
  878. data/templates/new-instance/public/images/emoji/u55b6.png +0 -0
  879. data/templates/new-instance/public/images/emoji/u6307.png +0 -0
  880. data/templates/new-instance/public/images/emoji/u6708.png +0 -0
  881. data/templates/new-instance/public/images/emoji/u6709.png +0 -0
  882. data/templates/new-instance/public/images/emoji/u6e80.png +0 -0
  883. data/templates/new-instance/public/images/emoji/u7121.png +0 -0
  884. data/templates/new-instance/public/images/emoji/u7533.png +0 -0
  885. data/templates/new-instance/public/images/emoji/u7981.png +0 -0
  886. data/templates/new-instance/public/images/emoji/u7a7a.png +0 -0
  887. data/templates/new-instance/public/images/emoji/uk.png +0 -0
  888. data/templates/new-instance/public/images/emoji/umbrella.png +0 -0
  889. data/templates/new-instance/public/images/emoji/unamused.png +0 -0
  890. data/templates/new-instance/public/images/emoji/underage.png +0 -0
  891. data/templates/new-instance/public/images/emoji/unicode/0023.png +0 -0
  892. data/templates/new-instance/public/images/emoji/unicode/0030.png +0 -0
  893. data/templates/new-instance/public/images/emoji/unicode/0031.png +0 -0
  894. data/templates/new-instance/public/images/emoji/unicode/0032.png +0 -0
  895. data/templates/new-instance/public/images/emoji/unicode/0033.png +0 -0
  896. data/templates/new-instance/public/images/emoji/unicode/0034.png +0 -0
  897. data/templates/new-instance/public/images/emoji/unicode/0035.png +0 -0
  898. data/templates/new-instance/public/images/emoji/unicode/0036.png +0 -0
  899. data/templates/new-instance/public/images/emoji/unicode/0037.png +0 -0
  900. data/templates/new-instance/public/images/emoji/unicode/0038.png +0 -0
  901. data/templates/new-instance/public/images/emoji/unicode/0039.png +0 -0
  902. data/templates/new-instance/public/images/emoji/unicode/00a9.png +0 -0
  903. data/templates/new-instance/public/images/emoji/unicode/00ae.png +0 -0
  904. data/templates/new-instance/public/images/emoji/unicode/1f004.png +0 -0
  905. data/templates/new-instance/public/images/emoji/unicode/1f0cf.png +0 -0
  906. data/templates/new-instance/public/images/emoji/unicode/1f170.png +0 -0
  907. data/templates/new-instance/public/images/emoji/unicode/1f171.png +0 -0
  908. data/templates/new-instance/public/images/emoji/unicode/1f17e.png +0 -0
  909. data/templates/new-instance/public/images/emoji/unicode/1f17f.png +0 -0
  910. data/templates/new-instance/public/images/emoji/unicode/1f18e.png +0 -0
  911. data/templates/new-instance/public/images/emoji/unicode/1f191.png +0 -0
  912. data/templates/new-instance/public/images/emoji/unicode/1f192.png +0 -0
  913. data/templates/new-instance/public/images/emoji/unicode/1f193.png +0 -0
  914. data/templates/new-instance/public/images/emoji/unicode/1f194.png +0 -0
  915. data/templates/new-instance/public/images/emoji/unicode/1f195.png +0 -0
  916. data/templates/new-instance/public/images/emoji/unicode/1f196.png +0 -0
  917. data/templates/new-instance/public/images/emoji/unicode/1f197.png +0 -0
  918. data/templates/new-instance/public/images/emoji/unicode/1f198.png +0 -0
  919. data/templates/new-instance/public/images/emoji/unicode/1f199.png +0 -0
  920. data/templates/new-instance/public/images/emoji/unicode/1f19a.png +0 -0
  921. data/templates/new-instance/public/images/emoji/unicode/1f1e8-1f1f3.png +0 -0
  922. data/templates/new-instance/public/images/emoji/unicode/1f1e9-1f1ea.png +0 -0
  923. data/templates/new-instance/public/images/emoji/unicode/1f1ea-1f1f8.png +0 -0
  924. data/templates/new-instance/public/images/emoji/unicode/1f1eb-1f1f7.png +0 -0
  925. data/templates/new-instance/public/images/emoji/unicode/1f1ec-1f1e7.png +0 -0
  926. data/templates/new-instance/public/images/emoji/unicode/1f1ee-1f1f9.png +0 -0
  927. data/templates/new-instance/public/images/emoji/unicode/1f1ef-1f1f5.png +0 -0
  928. data/templates/new-instance/public/images/emoji/unicode/1f1f0-1f1f7.png +0 -0
  929. data/templates/new-instance/public/images/emoji/unicode/1f1f7-1f1fa.png +0 -0
  930. data/templates/new-instance/public/images/emoji/unicode/1f1fa-1f1f8.png +0 -0
  931. data/templates/new-instance/public/images/emoji/unicode/1f201.png +0 -0
  932. data/templates/new-instance/public/images/emoji/unicode/1f202.png +0 -0
  933. data/templates/new-instance/public/images/emoji/unicode/1f21a.png +0 -0
  934. data/templates/new-instance/public/images/emoji/unicode/1f22f.png +0 -0
  935. data/templates/new-instance/public/images/emoji/unicode/1f232.png +0 -0
  936. data/templates/new-instance/public/images/emoji/unicode/1f233.png +0 -0
  937. data/templates/new-instance/public/images/emoji/unicode/1f234.png +0 -0
  938. data/templates/new-instance/public/images/emoji/unicode/1f235.png +0 -0
  939. data/templates/new-instance/public/images/emoji/unicode/1f236.png +0 -0
  940. data/templates/new-instance/public/images/emoji/unicode/1f237.png +0 -0
  941. data/templates/new-instance/public/images/emoji/unicode/1f238.png +0 -0
  942. data/templates/new-instance/public/images/emoji/unicode/1f239.png +0 -0
  943. data/templates/new-instance/public/images/emoji/unicode/1f23a.png +0 -0
  944. data/templates/new-instance/public/images/emoji/unicode/1f250.png +0 -0
  945. data/templates/new-instance/public/images/emoji/unicode/1f251.png +0 -0
  946. data/templates/new-instance/public/images/emoji/unicode/1f300.png +0 -0
  947. data/templates/new-instance/public/images/emoji/unicode/1f301.png +0 -0
  948. data/templates/new-instance/public/images/emoji/unicode/1f302.png +0 -0
  949. data/templates/new-instance/public/images/emoji/unicode/1f303.png +0 -0
  950. data/templates/new-instance/public/images/emoji/unicode/1f304.png +0 -0
  951. data/templates/new-instance/public/images/emoji/unicode/1f305.png +0 -0
  952. data/templates/new-instance/public/images/emoji/unicode/1f306.png +0 -0
  953. data/templates/new-instance/public/images/emoji/unicode/1f307.png +0 -0
  954. data/templates/new-instance/public/images/emoji/unicode/1f308.png +0 -0
  955. data/templates/new-instance/public/images/emoji/unicode/1f309.png +0 -0
  956. data/templates/new-instance/public/images/emoji/unicode/1f30a.png +0 -0
  957. data/templates/new-instance/public/images/emoji/unicode/1f30b.png +0 -0
  958. data/templates/new-instance/public/images/emoji/unicode/1f30c.png +0 -0
  959. data/templates/new-instance/public/images/emoji/unicode/1f30d.png +0 -0
  960. data/templates/new-instance/public/images/emoji/unicode/1f30e.png +0 -0
  961. data/templates/new-instance/public/images/emoji/unicode/1f30f.png +0 -0
  962. data/templates/new-instance/public/images/emoji/unicode/1f310.png +0 -0
  963. data/templates/new-instance/public/images/emoji/unicode/1f311.png +0 -0
  964. data/templates/new-instance/public/images/emoji/unicode/1f312.png +0 -0
  965. data/templates/new-instance/public/images/emoji/unicode/1f313.png +0 -0
  966. data/templates/new-instance/public/images/emoji/unicode/1f314.png +0 -0
  967. data/templates/new-instance/public/images/emoji/unicode/1f315.png +0 -0
  968. data/templates/new-instance/public/images/emoji/unicode/1f316.png +0 -0
  969. data/templates/new-instance/public/images/emoji/unicode/1f317.png +0 -0
  970. data/templates/new-instance/public/images/emoji/unicode/1f318.png +0 -0
  971. data/templates/new-instance/public/images/emoji/unicode/1f319.png +0 -0
  972. data/templates/new-instance/public/images/emoji/unicode/1f31a.png +0 -0
  973. data/templates/new-instance/public/images/emoji/unicode/1f31b.png +0 -0
  974. data/templates/new-instance/public/images/emoji/unicode/1f31c.png +0 -0
  975. data/templates/new-instance/public/images/emoji/unicode/1f31d.png +0 -0
  976. data/templates/new-instance/public/images/emoji/unicode/1f31e.png +0 -0
  977. data/templates/new-instance/public/images/emoji/unicode/1f31f.png +0 -0
  978. data/templates/new-instance/public/images/emoji/unicode/1f330.png +0 -0
  979. data/templates/new-instance/public/images/emoji/unicode/1f331.png +0 -0
  980. data/templates/new-instance/public/images/emoji/unicode/1f332.png +0 -0
  981. data/templates/new-instance/public/images/emoji/unicode/1f333.png +0 -0
  982. data/templates/new-instance/public/images/emoji/unicode/1f334.png +0 -0
  983. data/templates/new-instance/public/images/emoji/unicode/1f335.png +0 -0
  984. data/templates/new-instance/public/images/emoji/unicode/1f337.png +0 -0
  985. data/templates/new-instance/public/images/emoji/unicode/1f338.png +0 -0
  986. data/templates/new-instance/public/images/emoji/unicode/1f339.png +0 -0
  987. data/templates/new-instance/public/images/emoji/unicode/1f33a.png +0 -0
  988. data/templates/new-instance/public/images/emoji/unicode/1f33b.png +0 -0
  989. data/templates/new-instance/public/images/emoji/unicode/1f33c.png +0 -0
  990. data/templates/new-instance/public/images/emoji/unicode/1f33d.png +0 -0
  991. data/templates/new-instance/public/images/emoji/unicode/1f33e.png +0 -0
  992. data/templates/new-instance/public/images/emoji/unicode/1f33f.png +0 -0
  993. data/templates/new-instance/public/images/emoji/unicode/1f340.png +0 -0
  994. data/templates/new-instance/public/images/emoji/unicode/1f341.png +0 -0
  995. data/templates/new-instance/public/images/emoji/unicode/1f342.png +0 -0
  996. data/templates/new-instance/public/images/emoji/unicode/1f343.png +0 -0
  997. data/templates/new-instance/public/images/emoji/unicode/1f344.png +0 -0
  998. data/templates/new-instance/public/images/emoji/unicode/1f345.png +0 -0
  999. data/templates/new-instance/public/images/emoji/unicode/1f346.png +0 -0
  1000. data/templates/new-instance/public/images/emoji/unicode/1f347.png +0 -0
  1001. data/templates/new-instance/public/images/emoji/unicode/1f348.png +0 -0
  1002. data/templates/new-instance/public/images/emoji/unicode/1f349.png +0 -0
  1003. data/templates/new-instance/public/images/emoji/unicode/1f34a.png +0 -0
  1004. data/templates/new-instance/public/images/emoji/unicode/1f34b.png +0 -0
  1005. data/templates/new-instance/public/images/emoji/unicode/1f34c.png +0 -0
  1006. data/templates/new-instance/public/images/emoji/unicode/1f34d.png +0 -0
  1007. data/templates/new-instance/public/images/emoji/unicode/1f34e.png +0 -0
  1008. data/templates/new-instance/public/images/emoji/unicode/1f34f.png +0 -0
  1009. data/templates/new-instance/public/images/emoji/unicode/1f350.png +0 -0
  1010. data/templates/new-instance/public/images/emoji/unicode/1f351.png +0 -0
  1011. data/templates/new-instance/public/images/emoji/unicode/1f352.png +0 -0
  1012. data/templates/new-instance/public/images/emoji/unicode/1f353.png +0 -0
  1013. data/templates/new-instance/public/images/emoji/unicode/1f354.png +0 -0
  1014. data/templates/new-instance/public/images/emoji/unicode/1f355.png +0 -0
  1015. data/templates/new-instance/public/images/emoji/unicode/1f356.png +0 -0
  1016. data/templates/new-instance/public/images/emoji/unicode/1f357.png +0 -0
  1017. data/templates/new-instance/public/images/emoji/unicode/1f358.png +0 -0
  1018. data/templates/new-instance/public/images/emoji/unicode/1f359.png +0 -0
  1019. data/templates/new-instance/public/images/emoji/unicode/1f35a.png +0 -0
  1020. data/templates/new-instance/public/images/emoji/unicode/1f35b.png +0 -0
  1021. data/templates/new-instance/public/images/emoji/unicode/1f35c.png +0 -0
  1022. data/templates/new-instance/public/images/emoji/unicode/1f35d.png +0 -0
  1023. data/templates/new-instance/public/images/emoji/unicode/1f35e.png +0 -0
  1024. data/templates/new-instance/public/images/emoji/unicode/1f35f.png +0 -0
  1025. data/templates/new-instance/public/images/emoji/unicode/1f360.png +0 -0
  1026. data/templates/new-instance/public/images/emoji/unicode/1f361.png +0 -0
  1027. data/templates/new-instance/public/images/emoji/unicode/1f362.png +0 -0
  1028. data/templates/new-instance/public/images/emoji/unicode/1f363.png +0 -0
  1029. data/templates/new-instance/public/images/emoji/unicode/1f364.png +0 -0
  1030. data/templates/new-instance/public/images/emoji/unicode/1f365.png +0 -0
  1031. data/templates/new-instance/public/images/emoji/unicode/1f366.png +0 -0
  1032. data/templates/new-instance/public/images/emoji/unicode/1f367.png +0 -0
  1033. data/templates/new-instance/public/images/emoji/unicode/1f368.png +0 -0
  1034. data/templates/new-instance/public/images/emoji/unicode/1f369.png +0 -0
  1035. data/templates/new-instance/public/images/emoji/unicode/1f36a.png +0 -0
  1036. data/templates/new-instance/public/images/emoji/unicode/1f36b.png +0 -0
  1037. data/templates/new-instance/public/images/emoji/unicode/1f36c.png +0 -0
  1038. data/templates/new-instance/public/images/emoji/unicode/1f36d.png +0 -0
  1039. data/templates/new-instance/public/images/emoji/unicode/1f36e.png +0 -0
  1040. data/templates/new-instance/public/images/emoji/unicode/1f36f.png +0 -0
  1041. data/templates/new-instance/public/images/emoji/unicode/1f370.png +0 -0
  1042. data/templates/new-instance/public/images/emoji/unicode/1f371.png +0 -0
  1043. data/templates/new-instance/public/images/emoji/unicode/1f372.png +0 -0
  1044. data/templates/new-instance/public/images/emoji/unicode/1f373.png +0 -0
  1045. data/templates/new-instance/public/images/emoji/unicode/1f374.png +0 -0
  1046. data/templates/new-instance/public/images/emoji/unicode/1f375.png +0 -0
  1047. data/templates/new-instance/public/images/emoji/unicode/1f376.png +0 -0
  1048. data/templates/new-instance/public/images/emoji/unicode/1f377.png +0 -0
  1049. data/templates/new-instance/public/images/emoji/unicode/1f378.png +0 -0
  1050. data/templates/new-instance/public/images/emoji/unicode/1f379.png +0 -0
  1051. data/templates/new-instance/public/images/emoji/unicode/1f37a.png +0 -0
  1052. data/templates/new-instance/public/images/emoji/unicode/1f37b.png +0 -0
  1053. data/templates/new-instance/public/images/emoji/unicode/1f37c.png +0 -0
  1054. data/templates/new-instance/public/images/emoji/unicode/1f380.png +0 -0
  1055. data/templates/new-instance/public/images/emoji/unicode/1f381.png +0 -0
  1056. data/templates/new-instance/public/images/emoji/unicode/1f382.png +0 -0
  1057. data/templates/new-instance/public/images/emoji/unicode/1f383.png +0 -0
  1058. data/templates/new-instance/public/images/emoji/unicode/1f384.png +0 -0
  1059. data/templates/new-instance/public/images/emoji/unicode/1f385.png +0 -0
  1060. data/templates/new-instance/public/images/emoji/unicode/1f386.png +0 -0
  1061. data/templates/new-instance/public/images/emoji/unicode/1f387.png +0 -0
  1062. data/templates/new-instance/public/images/emoji/unicode/1f388.png +0 -0
  1063. data/templates/new-instance/public/images/emoji/unicode/1f389.png +0 -0
  1064. data/templates/new-instance/public/images/emoji/unicode/1f38a.png +0 -0
  1065. data/templates/new-instance/public/images/emoji/unicode/1f38b.png +0 -0
  1066. data/templates/new-instance/public/images/emoji/unicode/1f38c.png +0 -0
  1067. data/templates/new-instance/public/images/emoji/unicode/1f38d.png +0 -0
  1068. data/templates/new-instance/public/images/emoji/unicode/1f38e.png +0 -0
  1069. data/templates/new-instance/public/images/emoji/unicode/1f38f.png +0 -0
  1070. data/templates/new-instance/public/images/emoji/unicode/1f390.png +0 -0
  1071. data/templates/new-instance/public/images/emoji/unicode/1f391.png +0 -0
  1072. data/templates/new-instance/public/images/emoji/unicode/1f392.png +0 -0
  1073. data/templates/new-instance/public/images/emoji/unicode/1f393.png +0 -0
  1074. data/templates/new-instance/public/images/emoji/unicode/1f3a0.png +0 -0
  1075. data/templates/new-instance/public/images/emoji/unicode/1f3a1.png +0 -0
  1076. data/templates/new-instance/public/images/emoji/unicode/1f3a2.png +0 -0
  1077. data/templates/new-instance/public/images/emoji/unicode/1f3a3.png +0 -0
  1078. data/templates/new-instance/public/images/emoji/unicode/1f3a4.png +0 -0
  1079. data/templates/new-instance/public/images/emoji/unicode/1f3a5.png +0 -0
  1080. data/templates/new-instance/public/images/emoji/unicode/1f3a6.png +0 -0
  1081. data/templates/new-instance/public/images/emoji/unicode/1f3a7.png +0 -0
  1082. data/templates/new-instance/public/images/emoji/unicode/1f3a8.png +0 -0
  1083. data/templates/new-instance/public/images/emoji/unicode/1f3a9.png +0 -0
  1084. data/templates/new-instance/public/images/emoji/unicode/1f3aa.png +0 -0
  1085. data/templates/new-instance/public/images/emoji/unicode/1f3ab.png +0 -0
  1086. data/templates/new-instance/public/images/emoji/unicode/1f3ac.png +0 -0
  1087. data/templates/new-instance/public/images/emoji/unicode/1f3ad.png +0 -0
  1088. data/templates/new-instance/public/images/emoji/unicode/1f3ae.png +0 -0
  1089. data/templates/new-instance/public/images/emoji/unicode/1f3af.png +0 -0
  1090. data/templates/new-instance/public/images/emoji/unicode/1f3b0.png +0 -0
  1091. data/templates/new-instance/public/images/emoji/unicode/1f3b1.png +0 -0
  1092. data/templates/new-instance/public/images/emoji/unicode/1f3b2.png +0 -0
  1093. data/templates/new-instance/public/images/emoji/unicode/1f3b3.png +0 -0
  1094. data/templates/new-instance/public/images/emoji/unicode/1f3b4.png +0 -0
  1095. data/templates/new-instance/public/images/emoji/unicode/1f3b5.png +0 -0
  1096. data/templates/new-instance/public/images/emoji/unicode/1f3b6.png +0 -0
  1097. data/templates/new-instance/public/images/emoji/unicode/1f3b7.png +0 -0
  1098. data/templates/new-instance/public/images/emoji/unicode/1f3b8.png +0 -0
  1099. data/templates/new-instance/public/images/emoji/unicode/1f3b9.png +0 -0
  1100. data/templates/new-instance/public/images/emoji/unicode/1f3ba.png +0 -0
  1101. data/templates/new-instance/public/images/emoji/unicode/1f3bb.png +0 -0
  1102. data/templates/new-instance/public/images/emoji/unicode/1f3bc.png +0 -0
  1103. data/templates/new-instance/public/images/emoji/unicode/1f3bd.png +0 -0
  1104. data/templates/new-instance/public/images/emoji/unicode/1f3be.png +0 -0
  1105. data/templates/new-instance/public/images/emoji/unicode/1f3bf.png +0 -0
  1106. data/templates/new-instance/public/images/emoji/unicode/1f3c0.png +0 -0
  1107. data/templates/new-instance/public/images/emoji/unicode/1f3c1.png +0 -0
  1108. data/templates/new-instance/public/images/emoji/unicode/1f3c2.png +0 -0
  1109. data/templates/new-instance/public/images/emoji/unicode/1f3c3.png +0 -0
  1110. data/templates/new-instance/public/images/emoji/unicode/1f3c4.png +0 -0
  1111. data/templates/new-instance/public/images/emoji/unicode/1f3c6.png +0 -0
  1112. data/templates/new-instance/public/images/emoji/unicode/1f3c7.png +0 -0
  1113. data/templates/new-instance/public/images/emoji/unicode/1f3c8.png +0 -0
  1114. data/templates/new-instance/public/images/emoji/unicode/1f3c9.png +0 -0
  1115. data/templates/new-instance/public/images/emoji/unicode/1f3ca.png +0 -0
  1116. data/templates/new-instance/public/images/emoji/unicode/1f3e0.png +0 -0
  1117. data/templates/new-instance/public/images/emoji/unicode/1f3e1.png +0 -0
  1118. data/templates/new-instance/public/images/emoji/unicode/1f3e2.png +0 -0
  1119. data/templates/new-instance/public/images/emoji/unicode/1f3e3.png +0 -0
  1120. data/templates/new-instance/public/images/emoji/unicode/1f3e4.png +0 -0
  1121. data/templates/new-instance/public/images/emoji/unicode/1f3e5.png +0 -0
  1122. data/templates/new-instance/public/images/emoji/unicode/1f3e6.png +0 -0
  1123. data/templates/new-instance/public/images/emoji/unicode/1f3e7.png +0 -0
  1124. data/templates/new-instance/public/images/emoji/unicode/1f3e8.png +0 -0
  1125. data/templates/new-instance/public/images/emoji/unicode/1f3e9.png +0 -0
  1126. data/templates/new-instance/public/images/emoji/unicode/1f3ea.png +0 -0
  1127. data/templates/new-instance/public/images/emoji/unicode/1f3eb.png +0 -0
  1128. data/templates/new-instance/public/images/emoji/unicode/1f3ec.png +0 -0
  1129. data/templates/new-instance/public/images/emoji/unicode/1f3ed.png +0 -0
  1130. data/templates/new-instance/public/images/emoji/unicode/1f3ee.png +0 -0
  1131. data/templates/new-instance/public/images/emoji/unicode/1f3ef.png +0 -0
  1132. data/templates/new-instance/public/images/emoji/unicode/1f3f0.png +0 -0
  1133. data/templates/new-instance/public/images/emoji/unicode/1f400.png +0 -0
  1134. data/templates/new-instance/public/images/emoji/unicode/1f401.png +0 -0
  1135. data/templates/new-instance/public/images/emoji/unicode/1f402.png +0 -0
  1136. data/templates/new-instance/public/images/emoji/unicode/1f403.png +0 -0
  1137. data/templates/new-instance/public/images/emoji/unicode/1f404.png +0 -0
  1138. data/templates/new-instance/public/images/emoji/unicode/1f405.png +0 -0
  1139. data/templates/new-instance/public/images/emoji/unicode/1f406.png +0 -0
  1140. data/templates/new-instance/public/images/emoji/unicode/1f407.png +0 -0
  1141. data/templates/new-instance/public/images/emoji/unicode/1f408.png +0 -0
  1142. data/templates/new-instance/public/images/emoji/unicode/1f409.png +0 -0
  1143. data/templates/new-instance/public/images/emoji/unicode/1f40a.png +0 -0
  1144. data/templates/new-instance/public/images/emoji/unicode/1f40b.png +0 -0
  1145. data/templates/new-instance/public/images/emoji/unicode/1f40c.png +0 -0
  1146. data/templates/new-instance/public/images/emoji/unicode/1f40d.png +0 -0
  1147. data/templates/new-instance/public/images/emoji/unicode/1f40e.png +0 -0
  1148. data/templates/new-instance/public/images/emoji/unicode/1f40f.png +0 -0
  1149. data/templates/new-instance/public/images/emoji/unicode/1f410.png +0 -0
  1150. data/templates/new-instance/public/images/emoji/unicode/1f411.png +0 -0
  1151. data/templates/new-instance/public/images/emoji/unicode/1f412.png +0 -0
  1152. data/templates/new-instance/public/images/emoji/unicode/1f413.png +0 -0
  1153. data/templates/new-instance/public/images/emoji/unicode/1f414.png +0 -0
  1154. data/templates/new-instance/public/images/emoji/unicode/1f415.png +0 -0
  1155. data/templates/new-instance/public/images/emoji/unicode/1f416.png +0 -0
  1156. data/templates/new-instance/public/images/emoji/unicode/1f417.png +0 -0
  1157. data/templates/new-instance/public/images/emoji/unicode/1f418.png +0 -0
  1158. data/templates/new-instance/public/images/emoji/unicode/1f419.png +0 -0
  1159. data/templates/new-instance/public/images/emoji/unicode/1f41a.png +0 -0
  1160. data/templates/new-instance/public/images/emoji/unicode/1f41b.png +0 -0
  1161. data/templates/new-instance/public/images/emoji/unicode/1f41c.png +0 -0
  1162. data/templates/new-instance/public/images/emoji/unicode/1f41d.png +0 -0
  1163. data/templates/new-instance/public/images/emoji/unicode/1f41e.png +0 -0
  1164. data/templates/new-instance/public/images/emoji/unicode/1f41f.png +0 -0
  1165. data/templates/new-instance/public/images/emoji/unicode/1f420.png +0 -0
  1166. data/templates/new-instance/public/images/emoji/unicode/1f421.png +0 -0
  1167. data/templates/new-instance/public/images/emoji/unicode/1f422.png +0 -0
  1168. data/templates/new-instance/public/images/emoji/unicode/1f423.png +0 -0
  1169. data/templates/new-instance/public/images/emoji/unicode/1f424.png +0 -0
  1170. data/templates/new-instance/public/images/emoji/unicode/1f425.png +0 -0
  1171. data/templates/new-instance/public/images/emoji/unicode/1f426.png +0 -0
  1172. data/templates/new-instance/public/images/emoji/unicode/1f427.png +0 -0
  1173. data/templates/new-instance/public/images/emoji/unicode/1f428.png +0 -0
  1174. data/templates/new-instance/public/images/emoji/unicode/1f429.png +0 -0
  1175. data/templates/new-instance/public/images/emoji/unicode/1f42a.png +0 -0
  1176. data/templates/new-instance/public/images/emoji/unicode/1f42b.png +0 -0
  1177. data/templates/new-instance/public/images/emoji/unicode/1f42c.png +0 -0
  1178. data/templates/new-instance/public/images/emoji/unicode/1f42d.png +0 -0
  1179. data/templates/new-instance/public/images/emoji/unicode/1f42e.png +0 -0
  1180. data/templates/new-instance/public/images/emoji/unicode/1f42f.png +0 -0
  1181. data/templates/new-instance/public/images/emoji/unicode/1f430.png +0 -0
  1182. data/templates/new-instance/public/images/emoji/unicode/1f431.png +0 -0
  1183. data/templates/new-instance/public/images/emoji/unicode/1f432.png +0 -0
  1184. data/templates/new-instance/public/images/emoji/unicode/1f433.png +0 -0
  1185. data/templates/new-instance/public/images/emoji/unicode/1f434.png +0 -0
  1186. data/templates/new-instance/public/images/emoji/unicode/1f435.png +0 -0
  1187. data/templates/new-instance/public/images/emoji/unicode/1f436.png +0 -0
  1188. data/templates/new-instance/public/images/emoji/unicode/1f437.png +0 -0
  1189. data/templates/new-instance/public/images/emoji/unicode/1f438.png +0 -0
  1190. data/templates/new-instance/public/images/emoji/unicode/1f439.png +0 -0
  1191. data/templates/new-instance/public/images/emoji/unicode/1f43a.png +0 -0
  1192. data/templates/new-instance/public/images/emoji/unicode/1f43b.png +0 -0
  1193. data/templates/new-instance/public/images/emoji/unicode/1f43c.png +0 -0
  1194. data/templates/new-instance/public/images/emoji/unicode/1f43d.png +0 -0
  1195. data/templates/new-instance/public/images/emoji/unicode/1f43e.png +0 -0
  1196. data/templates/new-instance/public/images/emoji/unicode/1f440.png +0 -0
  1197. data/templates/new-instance/public/images/emoji/unicode/1f442.png +0 -0
  1198. data/templates/new-instance/public/images/emoji/unicode/1f443.png +0 -0
  1199. data/templates/new-instance/public/images/emoji/unicode/1f444.png +0 -0
  1200. data/templates/new-instance/public/images/emoji/unicode/1f445.png +0 -0
  1201. data/templates/new-instance/public/images/emoji/unicode/1f446.png +0 -0
  1202. data/templates/new-instance/public/images/emoji/unicode/1f447.png +0 -0
  1203. data/templates/new-instance/public/images/emoji/unicode/1f448.png +0 -0
  1204. data/templates/new-instance/public/images/emoji/unicode/1f449.png +0 -0
  1205. data/templates/new-instance/public/images/emoji/unicode/1f44a.png +0 -0
  1206. data/templates/new-instance/public/images/emoji/unicode/1f44b.png +0 -0
  1207. data/templates/new-instance/public/images/emoji/unicode/1f44c.png +0 -0
  1208. data/templates/new-instance/public/images/emoji/unicode/1f44d.png +0 -0
  1209. data/templates/new-instance/public/images/emoji/unicode/1f44e.png +0 -0
  1210. data/templates/new-instance/public/images/emoji/unicode/1f44f.png +0 -0
  1211. data/templates/new-instance/public/images/emoji/unicode/1f450.png +0 -0
  1212. data/templates/new-instance/public/images/emoji/unicode/1f451.png +0 -0
  1213. data/templates/new-instance/public/images/emoji/unicode/1f452.png +0 -0
  1214. data/templates/new-instance/public/images/emoji/unicode/1f453.png +0 -0
  1215. data/templates/new-instance/public/images/emoji/unicode/1f454.png +0 -0
  1216. data/templates/new-instance/public/images/emoji/unicode/1f455.png +0 -0
  1217. data/templates/new-instance/public/images/emoji/unicode/1f456.png +0 -0
  1218. data/templates/new-instance/public/images/emoji/unicode/1f457.png +0 -0
  1219. data/templates/new-instance/public/images/emoji/unicode/1f458.png +0 -0
  1220. data/templates/new-instance/public/images/emoji/unicode/1f459.png +0 -0
  1221. data/templates/new-instance/public/images/emoji/unicode/1f45a.png +0 -0
  1222. data/templates/new-instance/public/images/emoji/unicode/1f45b.png +0 -0
  1223. data/templates/new-instance/public/images/emoji/unicode/1f45c.png +0 -0
  1224. data/templates/new-instance/public/images/emoji/unicode/1f45d.png +0 -0
  1225. data/templates/new-instance/public/images/emoji/unicode/1f45e.png +0 -0
  1226. data/templates/new-instance/public/images/emoji/unicode/1f45f.png +0 -0
  1227. data/templates/new-instance/public/images/emoji/unicode/1f460.png +0 -0
  1228. data/templates/new-instance/public/images/emoji/unicode/1f461.png +0 -0
  1229. data/templates/new-instance/public/images/emoji/unicode/1f462.png +0 -0
  1230. data/templates/new-instance/public/images/emoji/unicode/1f463.png +0 -0
  1231. data/templates/new-instance/public/images/emoji/unicode/1f464.png +0 -0
  1232. data/templates/new-instance/public/images/emoji/unicode/1f465.png +0 -0
  1233. data/templates/new-instance/public/images/emoji/unicode/1f466.png +0 -0
  1234. data/templates/new-instance/public/images/emoji/unicode/1f467.png +0 -0
  1235. data/templates/new-instance/public/images/emoji/unicode/1f468.png +0 -0
  1236. data/templates/new-instance/public/images/emoji/unicode/1f469.png +0 -0
  1237. data/templates/new-instance/public/images/emoji/unicode/1f46a.png +0 -0
  1238. data/templates/new-instance/public/images/emoji/unicode/1f46b.png +0 -0
  1239. data/templates/new-instance/public/images/emoji/unicode/1f46c.png +0 -0
  1240. data/templates/new-instance/public/images/emoji/unicode/1f46d.png +0 -0
  1241. data/templates/new-instance/public/images/emoji/unicode/1f46e.png +0 -0
  1242. data/templates/new-instance/public/images/emoji/unicode/1f46f.png +0 -0
  1243. data/templates/new-instance/public/images/emoji/unicode/1f470.png +0 -0
  1244. data/templates/new-instance/public/images/emoji/unicode/1f471.png +0 -0
  1245. data/templates/new-instance/public/images/emoji/unicode/1f472.png +0 -0
  1246. data/templates/new-instance/public/images/emoji/unicode/1f473.png +0 -0
  1247. data/templates/new-instance/public/images/emoji/unicode/1f474.png +0 -0
  1248. data/templates/new-instance/public/images/emoji/unicode/1f475.png +0 -0
  1249. data/templates/new-instance/public/images/emoji/unicode/1f476.png +0 -0
  1250. data/templates/new-instance/public/images/emoji/unicode/1f477.png +0 -0
  1251. data/templates/new-instance/public/images/emoji/unicode/1f478.png +0 -0
  1252. data/templates/new-instance/public/images/emoji/unicode/1f479.png +0 -0
  1253. data/templates/new-instance/public/images/emoji/unicode/1f47a.png +0 -0
  1254. data/templates/new-instance/public/images/emoji/unicode/1f47b.png +0 -0
  1255. data/templates/new-instance/public/images/emoji/unicode/1f47c.png +0 -0
  1256. data/templates/new-instance/public/images/emoji/unicode/1f47d.png +0 -0
  1257. data/templates/new-instance/public/images/emoji/unicode/1f47e.png +0 -0
  1258. data/templates/new-instance/public/images/emoji/unicode/1f47f.png +0 -0
  1259. data/templates/new-instance/public/images/emoji/unicode/1f480.png +0 -0
  1260. data/templates/new-instance/public/images/emoji/unicode/1f481.png +0 -0
  1261. data/templates/new-instance/public/images/emoji/unicode/1f482.png +0 -0
  1262. data/templates/new-instance/public/images/emoji/unicode/1f483.png +0 -0
  1263. data/templates/new-instance/public/images/emoji/unicode/1f484.png +0 -0
  1264. data/templates/new-instance/public/images/emoji/unicode/1f485.png +0 -0
  1265. data/templates/new-instance/public/images/emoji/unicode/1f486.png +0 -0
  1266. data/templates/new-instance/public/images/emoji/unicode/1f487.png +0 -0
  1267. data/templates/new-instance/public/images/emoji/unicode/1f488.png +0 -0
  1268. data/templates/new-instance/public/images/emoji/unicode/1f489.png +0 -0
  1269. data/templates/new-instance/public/images/emoji/unicode/1f48a.png +0 -0
  1270. data/templates/new-instance/public/images/emoji/unicode/1f48b.png +0 -0
  1271. data/templates/new-instance/public/images/emoji/unicode/1f48c.png +0 -0
  1272. data/templates/new-instance/public/images/emoji/unicode/1f48d.png +0 -0
  1273. data/templates/new-instance/public/images/emoji/unicode/1f48e.png +0 -0
  1274. data/templates/new-instance/public/images/emoji/unicode/1f48f.png +0 -0
  1275. data/templates/new-instance/public/images/emoji/unicode/1f490.png +0 -0
  1276. data/templates/new-instance/public/images/emoji/unicode/1f491.png +0 -0
  1277. data/templates/new-instance/public/images/emoji/unicode/1f492.png +0 -0
  1278. data/templates/new-instance/public/images/emoji/unicode/1f493.png +0 -0
  1279. data/templates/new-instance/public/images/emoji/unicode/1f494.png +0 -0
  1280. data/templates/new-instance/public/images/emoji/unicode/1f495.png +0 -0
  1281. data/templates/new-instance/public/images/emoji/unicode/1f496.png +0 -0
  1282. data/templates/new-instance/public/images/emoji/unicode/1f497.png +0 -0
  1283. data/templates/new-instance/public/images/emoji/unicode/1f498.png +0 -0
  1284. data/templates/new-instance/public/images/emoji/unicode/1f499.png +0 -0
  1285. data/templates/new-instance/public/images/emoji/unicode/1f49a.png +0 -0
  1286. data/templates/new-instance/public/images/emoji/unicode/1f49b.png +0 -0
  1287. data/templates/new-instance/public/images/emoji/unicode/1f49c.png +0 -0
  1288. data/templates/new-instance/public/images/emoji/unicode/1f49d.png +0 -0
  1289. data/templates/new-instance/public/images/emoji/unicode/1f49e.png +0 -0
  1290. data/templates/new-instance/public/images/emoji/unicode/1f49f.png +0 -0
  1291. data/templates/new-instance/public/images/emoji/unicode/1f4a0.png +0 -0
  1292. data/templates/new-instance/public/images/emoji/unicode/1f4a1.png +0 -0
  1293. data/templates/new-instance/public/images/emoji/unicode/1f4a2.png +0 -0
  1294. data/templates/new-instance/public/images/emoji/unicode/1f4a3.png +0 -0
  1295. data/templates/new-instance/public/images/emoji/unicode/1f4a4.png +0 -0
  1296. data/templates/new-instance/public/images/emoji/unicode/1f4a5.png +0 -0
  1297. data/templates/new-instance/public/images/emoji/unicode/1f4a6.png +0 -0
  1298. data/templates/new-instance/public/images/emoji/unicode/1f4a7.png +0 -0
  1299. data/templates/new-instance/public/images/emoji/unicode/1f4a8.png +0 -0
  1300. data/templates/new-instance/public/images/emoji/unicode/1f4a9.png +0 -0
  1301. data/templates/new-instance/public/images/emoji/unicode/1f4aa.png +0 -0
  1302. data/templates/new-instance/public/images/emoji/unicode/1f4ab.png +0 -0
  1303. data/templates/new-instance/public/images/emoji/unicode/1f4ac.png +0 -0
  1304. data/templates/new-instance/public/images/emoji/unicode/1f4ad.png +0 -0
  1305. data/templates/new-instance/public/images/emoji/unicode/1f4ae.png +0 -0
  1306. data/templates/new-instance/public/images/emoji/unicode/1f4af.png +0 -0
  1307. data/templates/new-instance/public/images/emoji/unicode/1f4b0.png +0 -0
  1308. data/templates/new-instance/public/images/emoji/unicode/1f4b1.png +0 -0
  1309. data/templates/new-instance/public/images/emoji/unicode/1f4b2.png +0 -0
  1310. data/templates/new-instance/public/images/emoji/unicode/1f4b3.png +0 -0
  1311. data/templates/new-instance/public/images/emoji/unicode/1f4b4.png +0 -0
  1312. data/templates/new-instance/public/images/emoji/unicode/1f4b5.png +0 -0
  1313. data/templates/new-instance/public/images/emoji/unicode/1f4b6.png +0 -0
  1314. data/templates/new-instance/public/images/emoji/unicode/1f4b7.png +0 -0
  1315. data/templates/new-instance/public/images/emoji/unicode/1f4b8.png +0 -0
  1316. data/templates/new-instance/public/images/emoji/unicode/1f4b9.png +0 -0
  1317. data/templates/new-instance/public/images/emoji/unicode/1f4ba.png +0 -0
  1318. data/templates/new-instance/public/images/emoji/unicode/1f4bb.png +0 -0
  1319. data/templates/new-instance/public/images/emoji/unicode/1f4bc.png +0 -0
  1320. data/templates/new-instance/public/images/emoji/unicode/1f4bd.png +0 -0
  1321. data/templates/new-instance/public/images/emoji/unicode/1f4be.png +0 -0
  1322. data/templates/new-instance/public/images/emoji/unicode/1f4bf.png +0 -0
  1323. data/templates/new-instance/public/images/emoji/unicode/1f4c0.png +0 -0
  1324. data/templates/new-instance/public/images/emoji/unicode/1f4c1.png +0 -0
  1325. data/templates/new-instance/public/images/emoji/unicode/1f4c2.png +0 -0
  1326. data/templates/new-instance/public/images/emoji/unicode/1f4c3.png +0 -0
  1327. data/templates/new-instance/public/images/emoji/unicode/1f4c4.png +0 -0
  1328. data/templates/new-instance/public/images/emoji/unicode/1f4c5.png +0 -0
  1329. data/templates/new-instance/public/images/emoji/unicode/1f4c6.png +0 -0
  1330. data/templates/new-instance/public/images/emoji/unicode/1f4c7.png +0 -0
  1331. data/templates/new-instance/public/images/emoji/unicode/1f4c8.png +0 -0
  1332. data/templates/new-instance/public/images/emoji/unicode/1f4c9.png +0 -0
  1333. data/templates/new-instance/public/images/emoji/unicode/1f4ca.png +0 -0
  1334. data/templates/new-instance/public/images/emoji/unicode/1f4cb.png +0 -0
  1335. data/templates/new-instance/public/images/emoji/unicode/1f4cc.png +0 -0
  1336. data/templates/new-instance/public/images/emoji/unicode/1f4cd.png +0 -0
  1337. data/templates/new-instance/public/images/emoji/unicode/1f4ce.png +0 -0
  1338. data/templates/new-instance/public/images/emoji/unicode/1f4cf.png +0 -0
  1339. data/templates/new-instance/public/images/emoji/unicode/1f4d0.png +0 -0
  1340. data/templates/new-instance/public/images/emoji/unicode/1f4d1.png +0 -0
  1341. data/templates/new-instance/public/images/emoji/unicode/1f4d2.png +0 -0
  1342. data/templates/new-instance/public/images/emoji/unicode/1f4d3.png +0 -0
  1343. data/templates/new-instance/public/images/emoji/unicode/1f4d4.png +0 -0
  1344. data/templates/new-instance/public/images/emoji/unicode/1f4d5.png +0 -0
  1345. data/templates/new-instance/public/images/emoji/unicode/1f4d6.png +0 -0
  1346. data/templates/new-instance/public/images/emoji/unicode/1f4d7.png +0 -0
  1347. data/templates/new-instance/public/images/emoji/unicode/1f4d8.png +0 -0
  1348. data/templates/new-instance/public/images/emoji/unicode/1f4d9.png +0 -0
  1349. data/templates/new-instance/public/images/emoji/unicode/1f4da.png +0 -0
  1350. data/templates/new-instance/public/images/emoji/unicode/1f4db.png +0 -0
  1351. data/templates/new-instance/public/images/emoji/unicode/1f4dc.png +0 -0
  1352. data/templates/new-instance/public/images/emoji/unicode/1f4dd.png +0 -0
  1353. data/templates/new-instance/public/images/emoji/unicode/1f4de.png +0 -0
  1354. data/templates/new-instance/public/images/emoji/unicode/1f4df.png +0 -0
  1355. data/templates/new-instance/public/images/emoji/unicode/1f4e0.png +0 -0
  1356. data/templates/new-instance/public/images/emoji/unicode/1f4e1.png +0 -0
  1357. data/templates/new-instance/public/images/emoji/unicode/1f4e2.png +0 -0
  1358. data/templates/new-instance/public/images/emoji/unicode/1f4e3.png +0 -0
  1359. data/templates/new-instance/public/images/emoji/unicode/1f4e4.png +0 -0
  1360. data/templates/new-instance/public/images/emoji/unicode/1f4e5.png +0 -0
  1361. data/templates/new-instance/public/images/emoji/unicode/1f4e6.png +0 -0
  1362. data/templates/new-instance/public/images/emoji/unicode/1f4e7.png +0 -0
  1363. data/templates/new-instance/public/images/emoji/unicode/1f4e8.png +0 -0
  1364. data/templates/new-instance/public/images/emoji/unicode/1f4e9.png +0 -0
  1365. data/templates/new-instance/public/images/emoji/unicode/1f4ea.png +0 -0
  1366. data/templates/new-instance/public/images/emoji/unicode/1f4eb.png +0 -0
  1367. data/templates/new-instance/public/images/emoji/unicode/1f4ec.png +0 -0
  1368. data/templates/new-instance/public/images/emoji/unicode/1f4ed.png +0 -0
  1369. data/templates/new-instance/public/images/emoji/unicode/1f4ee.png +0 -0
  1370. data/templates/new-instance/public/images/emoji/unicode/1f4ef.png +0 -0
  1371. data/templates/new-instance/public/images/emoji/unicode/1f4f0.png +0 -0
  1372. data/templates/new-instance/public/images/emoji/unicode/1f4f1.png +0 -0
  1373. data/templates/new-instance/public/images/emoji/unicode/1f4f2.png +0 -0
  1374. data/templates/new-instance/public/images/emoji/unicode/1f4f3.png +0 -0
  1375. data/templates/new-instance/public/images/emoji/unicode/1f4f4.png +0 -0
  1376. data/templates/new-instance/public/images/emoji/unicode/1f4f5.png +0 -0
  1377. data/templates/new-instance/public/images/emoji/unicode/1f4f6.png +0 -0
  1378. data/templates/new-instance/public/images/emoji/unicode/1f4f7.png +0 -0
  1379. data/templates/new-instance/public/images/emoji/unicode/1f4f9.png +0 -0
  1380. data/templates/new-instance/public/images/emoji/unicode/1f4fa.png +0 -0
  1381. data/templates/new-instance/public/images/emoji/unicode/1f4fb.png +0 -0
  1382. data/templates/new-instance/public/images/emoji/unicode/1f4fc.png +0 -0
  1383. data/templates/new-instance/public/images/emoji/unicode/1f500.png +0 -0
  1384. data/templates/new-instance/public/images/emoji/unicode/1f501.png +0 -0
  1385. data/templates/new-instance/public/images/emoji/unicode/1f502.png +0 -0
  1386. data/templates/new-instance/public/images/emoji/unicode/1f503.png +0 -0
  1387. data/templates/new-instance/public/images/emoji/unicode/1f504.png +0 -0
  1388. data/templates/new-instance/public/images/emoji/unicode/1f505.png +0 -0
  1389. data/templates/new-instance/public/images/emoji/unicode/1f506.png +0 -0
  1390. data/templates/new-instance/public/images/emoji/unicode/1f507.png +0 -0
  1391. data/templates/new-instance/public/images/emoji/unicode/1f509.png +0 -0
  1392. data/templates/new-instance/public/images/emoji/unicode/1f50a.png +0 -0
  1393. data/templates/new-instance/public/images/emoji/unicode/1f50b.png +0 -0
  1394. data/templates/new-instance/public/images/emoji/unicode/1f50c.png +0 -0
  1395. data/templates/new-instance/public/images/emoji/unicode/1f50d.png +0 -0
  1396. data/templates/new-instance/public/images/emoji/unicode/1f50e.png +0 -0
  1397. data/templates/new-instance/public/images/emoji/unicode/1f50f.png +0 -0
  1398. data/templates/new-instance/public/images/emoji/unicode/1f510.png +0 -0
  1399. data/templates/new-instance/public/images/emoji/unicode/1f511.png +0 -0
  1400. data/templates/new-instance/public/images/emoji/unicode/1f512.png +0 -0
  1401. data/templates/new-instance/public/images/emoji/unicode/1f513.png +0 -0
  1402. data/templates/new-instance/public/images/emoji/unicode/1f514.png +0 -0
  1403. data/templates/new-instance/public/images/emoji/unicode/1f515.png +0 -0
  1404. data/templates/new-instance/public/images/emoji/unicode/1f516.png +0 -0
  1405. data/templates/new-instance/public/images/emoji/unicode/1f517.png +0 -0
  1406. data/templates/new-instance/public/images/emoji/unicode/1f518.png +0 -0
  1407. data/templates/new-instance/public/images/emoji/unicode/1f519.png +0 -0
  1408. data/templates/new-instance/public/images/emoji/unicode/1f51a.png +0 -0
  1409. data/templates/new-instance/public/images/emoji/unicode/1f51b.png +0 -0
  1410. data/templates/new-instance/public/images/emoji/unicode/1f51c.png +0 -0
  1411. data/templates/new-instance/public/images/emoji/unicode/1f51d.png +0 -0
  1412. data/templates/new-instance/public/images/emoji/unicode/1f51e.png +0 -0
  1413. data/templates/new-instance/public/images/emoji/unicode/1f51f.png +0 -0
  1414. data/templates/new-instance/public/images/emoji/unicode/1f520.png +0 -0
  1415. data/templates/new-instance/public/images/emoji/unicode/1f521.png +0 -0
  1416. data/templates/new-instance/public/images/emoji/unicode/1f522.png +0 -0
  1417. data/templates/new-instance/public/images/emoji/unicode/1f523.png +0 -0
  1418. data/templates/new-instance/public/images/emoji/unicode/1f524.png +0 -0
  1419. data/templates/new-instance/public/images/emoji/unicode/1f525.png +0 -0
  1420. data/templates/new-instance/public/images/emoji/unicode/1f526.png +0 -0
  1421. data/templates/new-instance/public/images/emoji/unicode/1f527.png +0 -0
  1422. data/templates/new-instance/public/images/emoji/unicode/1f528.png +0 -0
  1423. data/templates/new-instance/public/images/emoji/unicode/1f529.png +0 -0
  1424. data/templates/new-instance/public/images/emoji/unicode/1f52a.png +0 -0
  1425. data/templates/new-instance/public/images/emoji/unicode/1f52b.png +0 -0
  1426. data/templates/new-instance/public/images/emoji/unicode/1f52c.png +0 -0
  1427. data/templates/new-instance/public/images/emoji/unicode/1f52d.png +0 -0
  1428. data/templates/new-instance/public/images/emoji/unicode/1f52e.png +0 -0
  1429. data/templates/new-instance/public/images/emoji/unicode/1f52f.png +0 -0
  1430. data/templates/new-instance/public/images/emoji/unicode/1f530.png +0 -0
  1431. data/templates/new-instance/public/images/emoji/unicode/1f531.png +0 -0
  1432. data/templates/new-instance/public/images/emoji/unicode/1f532.png +0 -0
  1433. data/templates/new-instance/public/images/emoji/unicode/1f533.png +0 -0
  1434. data/templates/new-instance/public/images/emoji/unicode/1f534.png +0 -0
  1435. data/templates/new-instance/public/images/emoji/unicode/1f535.png +0 -0
  1436. data/templates/new-instance/public/images/emoji/unicode/1f536.png +0 -0
  1437. data/templates/new-instance/public/images/emoji/unicode/1f537.png +0 -0
  1438. data/templates/new-instance/public/images/emoji/unicode/1f538.png +0 -0
  1439. data/templates/new-instance/public/images/emoji/unicode/1f539.png +0 -0
  1440. data/templates/new-instance/public/images/emoji/unicode/1f53a.png +0 -0
  1441. data/templates/new-instance/public/images/emoji/unicode/1f53b.png +0 -0
  1442. data/templates/new-instance/public/images/emoji/unicode/1f53c.png +0 -0
  1443. data/templates/new-instance/public/images/emoji/unicode/1f53d.png +0 -0
  1444. data/templates/new-instance/public/images/emoji/unicode/1f550.png +0 -0
  1445. data/templates/new-instance/public/images/emoji/unicode/1f551.png +0 -0
  1446. data/templates/new-instance/public/images/emoji/unicode/1f552.png +0 -0
  1447. data/templates/new-instance/public/images/emoji/unicode/1f553.png +0 -0
  1448. data/templates/new-instance/public/images/emoji/unicode/1f554.png +0 -0
  1449. data/templates/new-instance/public/images/emoji/unicode/1f555.png +0 -0
  1450. data/templates/new-instance/public/images/emoji/unicode/1f556.png +0 -0
  1451. data/templates/new-instance/public/images/emoji/unicode/1f557.png +0 -0
  1452. data/templates/new-instance/public/images/emoji/unicode/1f558.png +0 -0
  1453. data/templates/new-instance/public/images/emoji/unicode/1f559.png +0 -0
  1454. data/templates/new-instance/public/images/emoji/unicode/1f55a.png +0 -0
  1455. data/templates/new-instance/public/images/emoji/unicode/1f55b.png +0 -0
  1456. data/templates/new-instance/public/images/emoji/unicode/1f55c.png +0 -0
  1457. data/templates/new-instance/public/images/emoji/unicode/1f55d.png +0 -0
  1458. data/templates/new-instance/public/images/emoji/unicode/1f55e.png +0 -0
  1459. data/templates/new-instance/public/images/emoji/unicode/1f55f.png +0 -0
  1460. data/templates/new-instance/public/images/emoji/unicode/1f560.png +0 -0
  1461. data/templates/new-instance/public/images/emoji/unicode/1f561.png +0 -0
  1462. data/templates/new-instance/public/images/emoji/unicode/1f562.png +0 -0
  1463. data/templates/new-instance/public/images/emoji/unicode/1f563.png +0 -0
  1464. data/templates/new-instance/public/images/emoji/unicode/1f564.png +0 -0
  1465. data/templates/new-instance/public/images/emoji/unicode/1f565.png +0 -0
  1466. data/templates/new-instance/public/images/emoji/unicode/1f566.png +0 -0
  1467. data/templates/new-instance/public/images/emoji/unicode/1f567.png +0 -0
  1468. data/templates/new-instance/public/images/emoji/unicode/1f5fb.png +0 -0
  1469. data/templates/new-instance/public/images/emoji/unicode/1f5fc.png +0 -0
  1470. data/templates/new-instance/public/images/emoji/unicode/1f5fd.png +0 -0
  1471. data/templates/new-instance/public/images/emoji/unicode/1f5fe.png +0 -0
  1472. data/templates/new-instance/public/images/emoji/unicode/1f5ff.png +0 -0
  1473. data/templates/new-instance/public/images/emoji/unicode/1f600.png +0 -0
  1474. data/templates/new-instance/public/images/emoji/unicode/1f601.png +0 -0
  1475. data/templates/new-instance/public/images/emoji/unicode/1f602.png +0 -0
  1476. data/templates/new-instance/public/images/emoji/unicode/1f603.png +0 -0
  1477. data/templates/new-instance/public/images/emoji/unicode/1f604.png +0 -0
  1478. data/templates/new-instance/public/images/emoji/unicode/1f605.png +0 -0
  1479. data/templates/new-instance/public/images/emoji/unicode/1f606.png +0 -0
  1480. data/templates/new-instance/public/images/emoji/unicode/1f607.png +0 -0
  1481. data/templates/new-instance/public/images/emoji/unicode/1f608.png +0 -0
  1482. data/templates/new-instance/public/images/emoji/unicode/1f609.png +0 -0
  1483. data/templates/new-instance/public/images/emoji/unicode/1f60a.png +0 -0
  1484. data/templates/new-instance/public/images/emoji/unicode/1f60b.png +0 -0
  1485. data/templates/new-instance/public/images/emoji/unicode/1f60c.png +0 -0
  1486. data/templates/new-instance/public/images/emoji/unicode/1f60d.png +0 -0
  1487. data/templates/new-instance/public/images/emoji/unicode/1f60e.png +0 -0
  1488. data/templates/new-instance/public/images/emoji/unicode/1f60f.png +0 -0
  1489. data/templates/new-instance/public/images/emoji/unicode/1f610.png +0 -0
  1490. data/templates/new-instance/public/images/emoji/unicode/1f611.png +0 -0
  1491. data/templates/new-instance/public/images/emoji/unicode/1f612.png +0 -0
  1492. data/templates/new-instance/public/images/emoji/unicode/1f613.png +0 -0
  1493. data/templates/new-instance/public/images/emoji/unicode/1f614.png +0 -0
  1494. data/templates/new-instance/public/images/emoji/unicode/1f615.png +0 -0
  1495. data/templates/new-instance/public/images/emoji/unicode/1f616.png +0 -0
  1496. data/templates/new-instance/public/images/emoji/unicode/1f617.png +0 -0
  1497. data/templates/new-instance/public/images/emoji/unicode/1f618.png +0 -0
  1498. data/templates/new-instance/public/images/emoji/unicode/1f619.png +0 -0
  1499. data/templates/new-instance/public/images/emoji/unicode/1f61a.png +0 -0
  1500. data/templates/new-instance/public/images/emoji/unicode/1f61b.png +0 -0
  1501. data/templates/new-instance/public/images/emoji/unicode/1f61c.png +0 -0
  1502. data/templates/new-instance/public/images/emoji/unicode/1f61d.png +0 -0
  1503. data/templates/new-instance/public/images/emoji/unicode/1f61e.png +0 -0
  1504. data/templates/new-instance/public/images/emoji/unicode/1f61f.png +0 -0
  1505. data/templates/new-instance/public/images/emoji/unicode/1f620.png +0 -0
  1506. data/templates/new-instance/public/images/emoji/unicode/1f621.png +0 -0
  1507. data/templates/new-instance/public/images/emoji/unicode/1f622.png +0 -0
  1508. data/templates/new-instance/public/images/emoji/unicode/1f623.png +0 -0
  1509. data/templates/new-instance/public/images/emoji/unicode/1f624.png +0 -0
  1510. data/templates/new-instance/public/images/emoji/unicode/1f625.png +0 -0
  1511. data/templates/new-instance/public/images/emoji/unicode/1f626.png +0 -0
  1512. data/templates/new-instance/public/images/emoji/unicode/1f627.png +0 -0
  1513. data/templates/new-instance/public/images/emoji/unicode/1f628.png +0 -0
  1514. data/templates/new-instance/public/images/emoji/unicode/1f629.png +0 -0
  1515. data/templates/new-instance/public/images/emoji/unicode/1f62a.png +0 -0
  1516. data/templates/new-instance/public/images/emoji/unicode/1f62b.png +0 -0
  1517. data/templates/new-instance/public/images/emoji/unicode/1f62c.png +0 -0
  1518. data/templates/new-instance/public/images/emoji/unicode/1f62d.png +0 -0
  1519. data/templates/new-instance/public/images/emoji/unicode/1f62e.png +0 -0
  1520. data/templates/new-instance/public/images/emoji/unicode/1f62f.png +0 -0
  1521. data/templates/new-instance/public/images/emoji/unicode/1f630.png +0 -0
  1522. data/templates/new-instance/public/images/emoji/unicode/1f631.png +0 -0
  1523. data/templates/new-instance/public/images/emoji/unicode/1f632.png +0 -0
  1524. data/templates/new-instance/public/images/emoji/unicode/1f633.png +0 -0
  1525. data/templates/new-instance/public/images/emoji/unicode/1f634.png +0 -0
  1526. data/templates/new-instance/public/images/emoji/unicode/1f635.png +0 -0
  1527. data/templates/new-instance/public/images/emoji/unicode/1f636.png +0 -0
  1528. data/templates/new-instance/public/images/emoji/unicode/1f637.png +0 -0
  1529. data/templates/new-instance/public/images/emoji/unicode/1f638.png +0 -0
  1530. data/templates/new-instance/public/images/emoji/unicode/1f639.png +0 -0
  1531. data/templates/new-instance/public/images/emoji/unicode/1f63a.png +0 -0
  1532. data/templates/new-instance/public/images/emoji/unicode/1f63b.png +0 -0
  1533. data/templates/new-instance/public/images/emoji/unicode/1f63c.png +0 -0
  1534. data/templates/new-instance/public/images/emoji/unicode/1f63d.png +0 -0
  1535. data/templates/new-instance/public/images/emoji/unicode/1f63e.png +0 -0
  1536. data/templates/new-instance/public/images/emoji/unicode/1f63f.png +0 -0
  1537. data/templates/new-instance/public/images/emoji/unicode/1f640.png +0 -0
  1538. data/templates/new-instance/public/images/emoji/unicode/1f645.png +0 -0
  1539. data/templates/new-instance/public/images/emoji/unicode/1f646.png +0 -0
  1540. data/templates/new-instance/public/images/emoji/unicode/1f647.png +0 -0
  1541. data/templates/new-instance/public/images/emoji/unicode/1f648.png +0 -0
  1542. data/templates/new-instance/public/images/emoji/unicode/1f649.png +0 -0
  1543. data/templates/new-instance/public/images/emoji/unicode/1f64a.png +0 -0
  1544. data/templates/new-instance/public/images/emoji/unicode/1f64b.png +0 -0
  1545. data/templates/new-instance/public/images/emoji/unicode/1f64c.png +0 -0
  1546. data/templates/new-instance/public/images/emoji/unicode/1f64d.png +0 -0
  1547. data/templates/new-instance/public/images/emoji/unicode/1f64e.png +0 -0
  1548. data/templates/new-instance/public/images/emoji/unicode/1f64f.png +0 -0
  1549. data/templates/new-instance/public/images/emoji/unicode/1f680.png +0 -0
  1550. data/templates/new-instance/public/images/emoji/unicode/1f681.png +0 -0
  1551. data/templates/new-instance/public/images/emoji/unicode/1f682.png +0 -0
  1552. data/templates/new-instance/public/images/emoji/unicode/1f683.png +0 -0
  1553. data/templates/new-instance/public/images/emoji/unicode/1f684.png +0 -0
  1554. data/templates/new-instance/public/images/emoji/unicode/1f685.png +0 -0
  1555. data/templates/new-instance/public/images/emoji/unicode/1f686.png +0 -0
  1556. data/templates/new-instance/public/images/emoji/unicode/1f687.png +0 -0
  1557. data/templates/new-instance/public/images/emoji/unicode/1f688.png +0 -0
  1558. data/templates/new-instance/public/images/emoji/unicode/1f689.png +0 -0
  1559. data/templates/new-instance/public/images/emoji/unicode/1f68a.png +0 -0
  1560. data/templates/new-instance/public/images/emoji/unicode/1f68c.png +0 -0
  1561. data/templates/new-instance/public/images/emoji/unicode/1f68d.png +0 -0
  1562. data/templates/new-instance/public/images/emoji/unicode/1f68e.png +0 -0
  1563. data/templates/new-instance/public/images/emoji/unicode/1f68f.png +0 -0
  1564. data/templates/new-instance/public/images/emoji/unicode/1f690.png +0 -0
  1565. data/templates/new-instance/public/images/emoji/unicode/1f691.png +0 -0
  1566. data/templates/new-instance/public/images/emoji/unicode/1f692.png +0 -0
  1567. data/templates/new-instance/public/images/emoji/unicode/1f693.png +0 -0
  1568. data/templates/new-instance/public/images/emoji/unicode/1f694.png +0 -0
  1569. data/templates/new-instance/public/images/emoji/unicode/1f695.png +0 -0
  1570. data/templates/new-instance/public/images/emoji/unicode/1f696.png +0 -0
  1571. data/templates/new-instance/public/images/emoji/unicode/1f697.png +0 -0
  1572. data/templates/new-instance/public/images/emoji/unicode/1f698.png +0 -0
  1573. data/templates/new-instance/public/images/emoji/unicode/1f699.png +0 -0
  1574. data/templates/new-instance/public/images/emoji/unicode/1f69a.png +0 -0
  1575. data/templates/new-instance/public/images/emoji/unicode/1f69b.png +0 -0
  1576. data/templates/new-instance/public/images/emoji/unicode/1f69c.png +0 -0
  1577. data/templates/new-instance/public/images/emoji/unicode/1f69d.png +0 -0
  1578. data/templates/new-instance/public/images/emoji/unicode/1f69e.png +0 -0
  1579. data/templates/new-instance/public/images/emoji/unicode/1f69f.png +0 -0
  1580. data/templates/new-instance/public/images/emoji/unicode/1f6a0.png +0 -0
  1581. data/templates/new-instance/public/images/emoji/unicode/1f6a1.png +0 -0
  1582. data/templates/new-instance/public/images/emoji/unicode/1f6a2.png +0 -0
  1583. data/templates/new-instance/public/images/emoji/unicode/1f6a3.png +0 -0
  1584. data/templates/new-instance/public/images/emoji/unicode/1f6a4.png +0 -0
  1585. data/templates/new-instance/public/images/emoji/unicode/1f6a5.png +0 -0
  1586. data/templates/new-instance/public/images/emoji/unicode/1f6a6.png +0 -0
  1587. data/templates/new-instance/public/images/emoji/unicode/1f6a7.png +0 -0
  1588. data/templates/new-instance/public/images/emoji/unicode/1f6a8.png +0 -0
  1589. data/templates/new-instance/public/images/emoji/unicode/1f6a9.png +0 -0
  1590. data/templates/new-instance/public/images/emoji/unicode/1f6aa.png +0 -0
  1591. data/templates/new-instance/public/images/emoji/unicode/1f6ab.png +0 -0
  1592. data/templates/new-instance/public/images/emoji/unicode/1f6ac.png +0 -0
  1593. data/templates/new-instance/public/images/emoji/unicode/1f6ad.png +0 -0
  1594. data/templates/new-instance/public/images/emoji/unicode/1f6ae.png +0 -0
  1595. data/templates/new-instance/public/images/emoji/unicode/1f6af.png +0 -0
  1596. data/templates/new-instance/public/images/emoji/unicode/1f6b0.png +0 -0
  1597. data/templates/new-instance/public/images/emoji/unicode/1f6b1.png +0 -0
  1598. data/templates/new-instance/public/images/emoji/unicode/1f6b2.png +0 -0
  1599. data/templates/new-instance/public/images/emoji/unicode/1f6b3.png +0 -0
  1600. data/templates/new-instance/public/images/emoji/unicode/1f6b4.png +0 -0
  1601. data/templates/new-instance/public/images/emoji/unicode/1f6b5.png +0 -0
  1602. data/templates/new-instance/public/images/emoji/unicode/1f6b6.png +0 -0
  1603. data/templates/new-instance/public/images/emoji/unicode/1f6b7.png +0 -0
  1604. data/templates/new-instance/public/images/emoji/unicode/1f6b8.png +0 -0
  1605. data/templates/new-instance/public/images/emoji/unicode/1f6b9.png +0 -0
  1606. data/templates/new-instance/public/images/emoji/unicode/1f6ba.png +0 -0
  1607. data/templates/new-instance/public/images/emoji/unicode/1f6bb.png +0 -0
  1608. data/templates/new-instance/public/images/emoji/unicode/1f6bc.png +0 -0
  1609. data/templates/new-instance/public/images/emoji/unicode/1f6bd.png +0 -0
  1610. data/templates/new-instance/public/images/emoji/unicode/1f6be.png +0 -0
  1611. data/templates/new-instance/public/images/emoji/unicode/1f6bf.png +0 -0
  1612. data/templates/new-instance/public/images/emoji/unicode/1f6c0.png +0 -0
  1613. data/templates/new-instance/public/images/emoji/unicode/1f6c1.png +0 -0
  1614. data/templates/new-instance/public/images/emoji/unicode/1f6c2.png +0 -0
  1615. data/templates/new-instance/public/images/emoji/unicode/1f6c3.png +0 -0
  1616. data/templates/new-instance/public/images/emoji/unicode/1f6c4.png +0 -0
  1617. data/templates/new-instance/public/images/emoji/unicode/1f6c5.png +0 -0
  1618. data/templates/new-instance/public/images/emoji/unicode/203c.png +0 -0
  1619. data/templates/new-instance/public/images/emoji/unicode/2049.png +0 -0
  1620. data/templates/new-instance/public/images/emoji/unicode/2122.png +0 -0
  1621. data/templates/new-instance/public/images/emoji/unicode/2139.png +0 -0
  1622. data/templates/new-instance/public/images/emoji/unicode/2194.png +0 -0
  1623. data/templates/new-instance/public/images/emoji/unicode/2195.png +0 -0
  1624. data/templates/new-instance/public/images/emoji/unicode/2196.png +0 -0
  1625. data/templates/new-instance/public/images/emoji/unicode/2197.png +0 -0
  1626. data/templates/new-instance/public/images/emoji/unicode/2198.png +0 -0
  1627. data/templates/new-instance/public/images/emoji/unicode/2199.png +0 -0
  1628. data/templates/new-instance/public/images/emoji/unicode/21a9.png +0 -0
  1629. data/templates/new-instance/public/images/emoji/unicode/21aa.png +0 -0
  1630. data/templates/new-instance/public/images/emoji/unicode/231a.png +0 -0
  1631. data/templates/new-instance/public/images/emoji/unicode/231b.png +0 -0
  1632. data/templates/new-instance/public/images/emoji/unicode/23e9.png +0 -0
  1633. data/templates/new-instance/public/images/emoji/unicode/23ea.png +0 -0
  1634. data/templates/new-instance/public/images/emoji/unicode/23eb.png +0 -0
  1635. data/templates/new-instance/public/images/emoji/unicode/23ec.png +0 -0
  1636. data/templates/new-instance/public/images/emoji/unicode/23f0.png +0 -0
  1637. data/templates/new-instance/public/images/emoji/unicode/23f3.png +0 -0
  1638. data/templates/new-instance/public/images/emoji/unicode/24c2.png +0 -0
  1639. data/templates/new-instance/public/images/emoji/unicode/25aa.png +0 -0
  1640. data/templates/new-instance/public/images/emoji/unicode/25ab.png +0 -0
  1641. data/templates/new-instance/public/images/emoji/unicode/25b6.png +0 -0
  1642. data/templates/new-instance/public/images/emoji/unicode/25c0.png +0 -0
  1643. data/templates/new-instance/public/images/emoji/unicode/25fb.png +0 -0
  1644. data/templates/new-instance/public/images/emoji/unicode/25fc.png +0 -0
  1645. data/templates/new-instance/public/images/emoji/unicode/25fd.png +0 -0
  1646. data/templates/new-instance/public/images/emoji/unicode/25fe.png +0 -0
  1647. data/templates/new-instance/public/images/emoji/unicode/2600.png +0 -0
  1648. data/templates/new-instance/public/images/emoji/unicode/2601.png +0 -0
  1649. data/templates/new-instance/public/images/emoji/unicode/260e.png +0 -0
  1650. data/templates/new-instance/public/images/emoji/unicode/2611.png +0 -0
  1651. data/templates/new-instance/public/images/emoji/unicode/2614.png +0 -0
  1652. data/templates/new-instance/public/images/emoji/unicode/2615.png +0 -0
  1653. data/templates/new-instance/public/images/emoji/unicode/261d.png +0 -0
  1654. data/templates/new-instance/public/images/emoji/unicode/263a.png +0 -0
  1655. data/templates/new-instance/public/images/emoji/unicode/2648.png +0 -0
  1656. data/templates/new-instance/public/images/emoji/unicode/2649.png +0 -0
  1657. data/templates/new-instance/public/images/emoji/unicode/264a.png +0 -0
  1658. data/templates/new-instance/public/images/emoji/unicode/264b.png +0 -0
  1659. data/templates/new-instance/public/images/emoji/unicode/264c.png +0 -0
  1660. data/templates/new-instance/public/images/emoji/unicode/264d.png +0 -0
  1661. data/templates/new-instance/public/images/emoji/unicode/264e.png +0 -0
  1662. data/templates/new-instance/public/images/emoji/unicode/264f.png +0 -0
  1663. data/templates/new-instance/public/images/emoji/unicode/2650.png +0 -0
  1664. data/templates/new-instance/public/images/emoji/unicode/2651.png +0 -0
  1665. data/templates/new-instance/public/images/emoji/unicode/2652.png +0 -0
  1666. data/templates/new-instance/public/images/emoji/unicode/2653.png +0 -0
  1667. data/templates/new-instance/public/images/emoji/unicode/2660.png +0 -0
  1668. data/templates/new-instance/public/images/emoji/unicode/2663.png +0 -0
  1669. data/templates/new-instance/public/images/emoji/unicode/2665.png +0 -0
  1670. data/templates/new-instance/public/images/emoji/unicode/2666.png +0 -0
  1671. data/templates/new-instance/public/images/emoji/unicode/2668.png +0 -0
  1672. data/templates/new-instance/public/images/emoji/unicode/267b.png +0 -0
  1673. data/templates/new-instance/public/images/emoji/unicode/267f.png +0 -0
  1674. data/templates/new-instance/public/images/emoji/unicode/2693.png +0 -0
  1675. data/templates/new-instance/public/images/emoji/unicode/26a0.png +0 -0
  1676. data/templates/new-instance/public/images/emoji/unicode/26a1.png +0 -0
  1677. data/templates/new-instance/public/images/emoji/unicode/26aa.png +0 -0
  1678. data/templates/new-instance/public/images/emoji/unicode/26ab.png +0 -0
  1679. data/templates/new-instance/public/images/emoji/unicode/26bd.png +0 -0
  1680. data/templates/new-instance/public/images/emoji/unicode/26be.png +0 -0
  1681. data/templates/new-instance/public/images/emoji/unicode/26c4.png +0 -0
  1682. data/templates/new-instance/public/images/emoji/unicode/26c5.png +0 -0
  1683. data/templates/new-instance/public/images/emoji/unicode/26ce.png +0 -0
  1684. data/templates/new-instance/public/images/emoji/unicode/26d4.png +0 -0
  1685. data/templates/new-instance/public/images/emoji/unicode/26ea.png +0 -0
  1686. data/templates/new-instance/public/images/emoji/unicode/26f2.png +0 -0
  1687. data/templates/new-instance/public/images/emoji/unicode/26f3.png +0 -0
  1688. data/templates/new-instance/public/images/emoji/unicode/26f5.png +0 -0
  1689. data/templates/new-instance/public/images/emoji/unicode/26fa.png +0 -0
  1690. data/templates/new-instance/public/images/emoji/unicode/26fd.png +0 -0
  1691. data/templates/new-instance/public/images/emoji/unicode/2702.png +0 -0
  1692. data/templates/new-instance/public/images/emoji/unicode/2705.png +0 -0
  1693. data/templates/new-instance/public/images/emoji/unicode/2708.png +0 -0
  1694. data/templates/new-instance/public/images/emoji/unicode/2709.png +0 -0
  1695. data/templates/new-instance/public/images/emoji/unicode/270a.png +0 -0
  1696. data/templates/new-instance/public/images/emoji/unicode/270b.png +0 -0
  1697. data/templates/new-instance/public/images/emoji/unicode/270c.png +0 -0
  1698. data/templates/new-instance/public/images/emoji/unicode/270f.png +0 -0
  1699. data/templates/new-instance/public/images/emoji/unicode/2712.png +0 -0
  1700. data/templates/new-instance/public/images/emoji/unicode/2714.png +0 -0
  1701. data/templates/new-instance/public/images/emoji/unicode/2716.png +0 -0
  1702. data/templates/new-instance/public/images/emoji/unicode/2728.png +0 -0
  1703. data/templates/new-instance/public/images/emoji/unicode/2733.png +0 -0
  1704. data/templates/new-instance/public/images/emoji/unicode/2734.png +0 -0
  1705. data/templates/new-instance/public/images/emoji/unicode/2744.png +0 -0
  1706. data/templates/new-instance/public/images/emoji/unicode/2747.png +0 -0
  1707. data/templates/new-instance/public/images/emoji/unicode/274c.png +0 -0
  1708. data/templates/new-instance/public/images/emoji/unicode/274e.png +0 -0
  1709. data/templates/new-instance/public/images/emoji/unicode/2753.png +0 -0
  1710. data/templates/new-instance/public/images/emoji/unicode/2754.png +0 -0
  1711. data/templates/new-instance/public/images/emoji/unicode/2755.png +0 -0
  1712. data/templates/new-instance/public/images/emoji/unicode/2757.png +0 -0
  1713. data/templates/new-instance/public/images/emoji/unicode/2764.png +0 -0
  1714. data/templates/new-instance/public/images/emoji/unicode/2795.png +0 -0
  1715. data/templates/new-instance/public/images/emoji/unicode/2796.png +0 -0
  1716. data/templates/new-instance/public/images/emoji/unicode/2797.png +0 -0
  1717. data/templates/new-instance/public/images/emoji/unicode/27a1.png +0 -0
  1718. data/templates/new-instance/public/images/emoji/unicode/27b0.png +0 -0
  1719. data/templates/new-instance/public/images/emoji/unicode/27bf.png +0 -0
  1720. data/templates/new-instance/public/images/emoji/unicode/2934.png +0 -0
  1721. data/templates/new-instance/public/images/emoji/unicode/2935.png +0 -0
  1722. data/templates/new-instance/public/images/emoji/unicode/2b05.png +0 -0
  1723. data/templates/new-instance/public/images/emoji/unicode/2b06.png +0 -0
  1724. data/templates/new-instance/public/images/emoji/unicode/2b07.png +0 -0
  1725. data/templates/new-instance/public/images/emoji/unicode/2b1b.png +0 -0
  1726. data/templates/new-instance/public/images/emoji/unicode/2b1c.png +0 -0
  1727. data/templates/new-instance/public/images/emoji/unicode/2b50.png +0 -0
  1728. data/templates/new-instance/public/images/emoji/unicode/2b55.png +0 -0
  1729. data/templates/new-instance/public/images/emoji/unicode/3030.png +0 -0
  1730. data/templates/new-instance/public/images/emoji/unicode/303d.png +0 -0
  1731. data/templates/new-instance/public/images/emoji/unicode/3297.png +0 -0
  1732. data/templates/new-instance/public/images/emoji/unicode/3299.png +0 -0
  1733. data/templates/new-instance/public/images/emoji/unlock.png +0 -0
  1734. data/templates/new-instance/public/images/emoji/up.png +0 -0
  1735. data/templates/new-instance/public/images/emoji/us.png +0 -0
  1736. data/templates/new-instance/public/images/emoji/v.png +0 -0
  1737. data/templates/new-instance/public/images/emoji/vertical_traffic_light.png +0 -0
  1738. data/templates/new-instance/public/images/emoji/vhs.png +0 -0
  1739. data/templates/new-instance/public/images/emoji/vibration_mode.png +0 -0
  1740. data/templates/new-instance/public/images/emoji/video_camera.png +0 -0
  1741. data/templates/new-instance/public/images/emoji/video_game.png +0 -0
  1742. data/templates/new-instance/public/images/emoji/violin.png +0 -0
  1743. data/templates/new-instance/public/images/emoji/virgo.png +0 -0
  1744. data/templates/new-instance/public/images/emoji/volcano.png +0 -0
  1745. data/templates/new-instance/public/images/emoji/vs.png +0 -0
  1746. data/templates/new-instance/public/images/emoji/walking.png +0 -0
  1747. data/templates/new-instance/public/images/emoji/waning_crescent_moon.png +0 -0
  1748. data/templates/new-instance/public/images/emoji/waning_gibbous_moon.png +0 -0
  1749. data/templates/new-instance/public/images/emoji/warning.png +0 -0
  1750. data/templates/new-instance/public/images/emoji/watch.png +0 -0
  1751. data/templates/new-instance/public/images/emoji/water_buffalo.png +0 -0
  1752. data/templates/new-instance/public/images/emoji/watermelon.png +0 -0
  1753. data/templates/new-instance/public/images/emoji/wave.png +0 -0
  1754. data/templates/new-instance/public/images/emoji/wavy_dash.png +0 -0
  1755. data/templates/new-instance/public/images/emoji/waxing_crescent_moon.png +0 -0
  1756. data/templates/new-instance/public/images/emoji/waxing_gibbous_moon.png +0 -0
  1757. data/templates/new-instance/public/images/emoji/wc.png +0 -0
  1758. data/templates/new-instance/public/images/emoji/weary.png +0 -0
  1759. data/templates/new-instance/public/images/emoji/wedding.png +0 -0
  1760. data/templates/new-instance/public/images/emoji/whale.png +0 -0
  1761. data/templates/new-instance/public/images/emoji/whale2.png +0 -0
  1762. data/templates/new-instance/public/images/emoji/wheelchair.png +0 -0
  1763. data/templates/new-instance/public/images/emoji/white_check_mark.png +0 -0
  1764. data/templates/new-instance/public/images/emoji/white_circle.png +0 -0
  1765. data/templates/new-instance/public/images/emoji/white_flower.png +0 -0
  1766. data/templates/new-instance/public/images/emoji/white_large_square.png +0 -0
  1767. data/templates/new-instance/public/images/emoji/white_medium_small_square.png +0 -0
  1768. data/templates/new-instance/public/images/emoji/white_medium_square.png +0 -0
  1769. data/templates/new-instance/public/images/emoji/white_small_square.png +0 -0
  1770. data/templates/new-instance/public/images/emoji/white_square_button.png +0 -0
  1771. data/templates/new-instance/public/images/emoji/wind_chime.png +0 -0
  1772. data/templates/new-instance/public/images/emoji/wine_glass.png +0 -0
  1773. data/templates/new-instance/public/images/emoji/wink.png +0 -0
  1774. data/templates/new-instance/public/images/emoji/wolf.png +0 -0
  1775. data/templates/new-instance/public/images/emoji/woman.png +0 -0
  1776. data/templates/new-instance/public/images/emoji/womans_clothes.png +0 -0
  1777. data/templates/new-instance/public/images/emoji/womans_hat.png +0 -0
  1778. data/templates/new-instance/public/images/emoji/womens.png +0 -0
  1779. data/templates/new-instance/public/images/emoji/worried.png +0 -0
  1780. data/templates/new-instance/public/images/emoji/wrench.png +0 -0
  1781. data/templates/new-instance/public/images/emoji/x.png +0 -0
  1782. data/templates/new-instance/public/images/emoji/yellow_heart.png +0 -0
  1783. data/templates/new-instance/public/images/emoji/yen.png +0 -0
  1784. data/templates/new-instance/public/images/emoji/yum.png +0 -0
  1785. data/templates/new-instance/public/images/emoji/zap.png +0 -0
  1786. data/templates/new-instance/public/images/emoji/zero.png +0 -0
  1787. data/templates/new-instance/public/images/emoji/zzz.png +0 -0
  1788. data/templates/new-instance/public/robots.txt +5 -0
  1789. data/templates/new-instance/test/test_helper.rb +9 -0
  1790. data/templates/new-instance/test/unit/test_test.rb +9 -0
  1791. data/templates/new-module/Gemfile +20 -0
  1792. data/templates/new-module/MIT-LICENSE +20 -0
  1793. data/templates/new-module/README.md +31 -0
  1794. data/templates/new-module/Rakefile +25 -0
  1795. data/templates/new-module/app/assets/javascripts/houston/%name%/application.js.tt +13 -0
  1796. data/templates/new-module/app/assets/stylesheets/houston/%name%/application.css +13 -0
  1797. data/templates/new-module/app/controllers/houston/%name%/application_controller.rb.tt +4 -0
  1798. data/templates/new-module/app/helpers/houston/%name%/application_helper.rb.tt +4 -0
  1799. data/templates/new-module/app/mailers/.empty_directory +0 -0
  1800. data/templates/new-module/app/models/.empty_directory +0 -0
  1801. data/templates/new-module/app/views/layouts/houston/%name%/application.html.erb.tt +10 -0
  1802. data/templates/new-module/bin/rails.tt +7 -0
  1803. data/templates/new-module/config/initializers/add_navigation_renderer.rb +3 -0
  1804. data/templates/new-module/config/routes.rb +2 -0
  1805. data/templates/new-module/gitignore +10 -0
  1806. data/templates/new-module/houston-%name%.gemspec +22 -0
  1807. data/templates/new-module/lib/houston-%name%.rb +1 -0
  1808. data/templates/new-module/lib/houston/%name%.rb +13 -0
  1809. data/templates/new-module/lib/houston/%name%/configuration.rb +12 -0
  1810. data/templates/new-module/lib/houston/%name%/engine.rb +27 -0
  1811. data/templates/new-module/lib/houston/%name%/version.rb +5 -0
  1812. data/templates/new-module/lib/tasks/%name%_tasks.rake +4 -0
  1813. data/templates/new-module/rails/application.rb +17 -0
  1814. data/templates/new-module/rails/boot.rb +5 -0
  1815. data/templates/new-module/rails/javascripts.js +13 -0
  1816. data/templates/new-module/rails/routes.rb +5 -0
  1817. data/templates/new-module/rails/stylesheets.css +13 -0
  1818. data/templates/new-module/script/rails.tt +7 -0
  1819. data/templates/new-module/test/%name%_test.rb +7 -0
  1820. data/templates/new-module/test/integration/navigation_test.rb +11 -0
  1821. data/templates/new-module/test/test_helper.rb +15 -0
  1822. data/test/acceptance/.keep +0 -0
  1823. data/test/acceptance/creating_a_release_test.rb +79 -0
  1824. data/test/acceptance/rejecting_malformed_requests_test.rb +14 -0
  1825. data/test/data/backtrace.txt +27 -0
  1826. data/test/data/bare_repo.git/FETCH_HEAD +3 -0
  1827. data/test/data/bare_repo.git/HEAD +1 -0
  1828. data/test/data/bare_repo.git/config +9 -0
  1829. data/test/data/bare_repo.git/description +1 -0
  1830. data/test/data/bare_repo.git/hooks/applypatch-msg.sample +15 -0
  1831. data/test/data/bare_repo.git/hooks/commit-msg.sample +24 -0
  1832. data/test/data/bare_repo.git/hooks/post-update.sample +8 -0
  1833. data/test/data/bare_repo.git/hooks/pre-applypatch.sample +14 -0
  1834. data/test/data/bare_repo.git/hooks/pre-commit.sample +50 -0
  1835. data/test/data/bare_repo.git/hooks/pre-rebase.sample +169 -0
  1836. data/test/data/bare_repo.git/hooks/prepare-commit-msg.sample +36 -0
  1837. data/test/data/bare_repo.git/hooks/update.sample +128 -0
  1838. data/test/data/bare_repo.git/info/exclude +6 -0
  1839. data/test/data/bare_repo.git/objects/22/924bbf4378f83cab93bfd5fa7d7777cbc1f3b4 +0 -0
  1840. data/test/data/bare_repo.git/objects/59/e4862a85cf64d42a8b17db45ebf2ba39568679 +0 -0
  1841. data/test/data/bare_repo.git/objects/5f/8cb742401c71308f858bf537855bb07d2932d8 +3 -0
  1842. data/test/data/bare_repo.git/objects/6e/eab9f9ee664c1acb08473921238ca95a8c17f5 +0 -0
  1843. data/test/data/bare_repo.git/objects/7f/ce91258d10807380f36192304883e916a48ec0 +0 -0
  1844. data/test/data/bare_repo.git/objects/b3/d156e4d4bb279e09cca0f31af8ea6e35d3df64 +1 -0
  1845. data/test/data/bare_repo.git/objects/ba/a3ef218a40f23fe542f98d8b8e60a2e8e0bff0 +1 -0
  1846. data/test/data/bare_repo.git/objects/bd/3e9e2e4ddf89a640a4f880cbf55bb46cc7e88a +2 -0
  1847. data/test/data/bare_repo.git/objects/be/63e6ebab6ce87922f97ca24b1338befdbe6915 +0 -0
  1848. data/test/data/bare_repo.git/objects/cc/f4bdedd71011176c0236e98268d71ed73eb80f +0 -0
  1849. data/test/data/bare_repo.git/objects/e0/e4580f44317a084dd5142fef6b4144a4394819 +0 -0
  1850. data/test/data/bare_repo.git/objects/e4/d9901b79d8112dd2fe369fcd8c65594c96a10b +0 -0
  1851. data/test/data/bare_repo.git/objects/pack/pack-dd400c42eded7158ab780652af55aa92c30e37e3.idx +0 -0
  1852. data/test/data/bare_repo.git/objects/pack/pack-dd400c42eded7158ab780652af55aa92c30e37e3.pack +0 -0
  1853. data/test/data/bare_repo.git/packed-refs +2 -0
  1854. data/test/data/bare_repo.git/refs/heads/divergent-branch +1 -0
  1855. data/test/data/bare_repo.git/refs/heads/for-testing +1 -0
  1856. data/test/data/bare_repo.git/refs/heads/master +1 -0
  1857. data/test/data/github_push_event_payload.json +161 -0
  1858. data/test/factories/commit_factory.rb +9 -0
  1859. data/test/factories/deploy_factory.rb +7 -0
  1860. data/test/factories/project_factory.rb +6 -0
  1861. data/test/factories/task_factory.rb +6 -0
  1862. data/test/factories/ticket_factory.rb +8 -0
  1863. data/test/factories/user_factory.rb +13 -0
  1864. data/test/fixtures/.gitkeep +0 -0
  1865. data/test/fixtures/.keep +0 -0
  1866. data/test/fixtures/simplecov_sample.rb +16 -0
  1867. data/test/fixtures/users.yml +10 -0
  1868. data/test/integration/.gitkeep +0 -0
  1869. data/test/integration/.keep +0 -0
  1870. data/test/integration/ci_integration_test.rb +169 -0
  1871. data/test/integration/commits_api_test.rb +67 -0
  1872. data/test/integration/ticket_tasks_api_test.rb +70 -0
  1873. data/test/integration/web_hook_test.rb +30 -0
  1874. data/test/support/config.rb +34 -0
  1875. data/test/support/houston/adapters/ci_server/mock_adapter.rb +23 -0
  1876. data/test/support/houston/adapters/ci_server/mock_adapter/job.rb +29 -0
  1877. data/test/support/houston/adapters/error_tracker/mock_adapter.rb +31 -0
  1878. data/test/support/houston/adapters/ticket_tracker/mock_adapter.rb +21 -0
  1879. data/test/support/houston/adapters/version_control/mock_adapter.rb +21 -0
  1880. data/test/test_helper.rb +171 -0
  1881. data/test/unit/.gitkeep +0 -0
  1882. data/test/unit/adapters/ci_server_adapters_api_test.rb +29 -0
  1883. data/test/unit/adapters/error_tracker_adapters_test.rb +36 -0
  1884. data/test/unit/adapters/git_adapter_test.rb +206 -0
  1885. data/test/unit/adapters/jenkins_adapter_test.rb +184 -0
  1886. data/test/unit/adapters/ticket_tracker_adapters_api_test.rb +67 -0
  1887. data/test/unit/adapters/version_control_adapters_api_test.rb +39 -0
  1888. data/test/unit/concerns/commit_synchronizer_test.rb +137 -0
  1889. data/test/unit/controllers/deploys_controller_test.rb +41 -0
  1890. data/test/unit/controllers/hooks_controller_test.rb +143 -0
  1891. data/test/unit/controllers/project_options_controller_test.rb +43 -0
  1892. data/test/unit/controllers/sprints_controller_test.rb +54 -0
  1893. data/test/unit/controllers/test_runs_controller_test.rb +20 -0
  1894. data/test/unit/controllers/user_options_controller_test.rb +43 -0
  1895. data/test/unit/initializers/sync_commits_on_post_receive_test.rb +14 -0
  1896. data/test/unit/models/code_climate_coverage_report_test.rb +137 -0
  1897. data/test/unit/models/commit_test.rb +277 -0
  1898. data/test/unit/models/deploy_test.rb +97 -0
  1899. data/test/unit/models/observer_test.rb +17 -0
  1900. data/test/unit/models/post_receive_payload_test.rb +19 -0
  1901. data/test/unit/models/project_test.rb +58 -0
  1902. data/test/unit/models/pull_request_test.rb +103 -0
  1903. data/test/unit/models/release_change_test.rb +32 -0
  1904. data/test/unit/models/release_test.rb +62 -0
  1905. data/test/unit/models/source_file_coverage_test.rb +33 -0
  1906. data/test/unit/models/sprint_test.rb +44 -0
  1907. data/test/unit/models/task_test.rb +135 -0
  1908. data/test/unit/models/test_run_test.rb +289 -0
  1909. data/test/unit/models/ticket_antecedents_test.rb +38 -0
  1910. data/test/unit/models/ticket_test.rb +250 -0
  1911. data/test/unit/models/user_test.rb +80 -0
  1912. data/test/unit/presenters/sprint_task_presenter_test.rb +57 -0
  1913. data/test/unit/test_run_comparer_test.rb +108 -0
  1914. data/vendor/assets/javascripts/jquery-ui.js +45 -45
  1915. data/vendor/assets/stylesheets/jquery-ui.css +15 -15
  1916. metadata +2022 -99
  1917. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery-ui-i18n.js +0 -1379
  1918. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-af.js +0 -23
  1919. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar-DZ.js +0 -23
  1920. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar.js +0 -23
  1921. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-az.js +0 -23
  1922. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bg.js +0 -24
  1923. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bs.js +0 -23
  1924. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ca.js +0 -23
  1925. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-cs.js +0 -23
  1926. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-da.js +0 -23
  1927. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-de.js +0 -23
  1928. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-el.js +0 -23
  1929. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-AU.js +0 -23
  1930. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-GB.js +0 -23
  1931. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-NZ.js +0 -23
  1932. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eo.js +0 -23
  1933. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-es.js +0 -23
  1934. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-et.js +0 -23
  1935. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eu.js +0 -23
  1936. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fa.js +0 -23
  1937. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fi.js +0 -23
  1938. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fo.js +0 -23
  1939. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr-CH.js +0 -23
  1940. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr.js +0 -25
  1941. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-gl.js +0 -23
  1942. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-he.js +0 -23
  1943. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hr.js +0 -23
  1944. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hu.js +0 -23
  1945. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hy.js +0 -23
  1946. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-id.js +0 -23
  1947. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-is.js +0 -23
  1948. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-it.js +0 -23
  1949. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ja.js +0 -23
  1950. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ko.js +0 -23
  1951. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-kz.js +0 -23
  1952. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lt.js +0 -23
  1953. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lv.js +0 -23
  1954. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ml.js +0 -23
  1955. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ms.js +0 -23
  1956. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-nl.js +0 -23
  1957. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-no.js +0 -23
  1958. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pl.js +0 -23
  1959. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt-BR.js +0 -23
  1960. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt.js +0 -22
  1961. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-rm.js +0 -21
  1962. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ro.js +0 -26
  1963. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ru.js +0 -23
  1964. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sk.js +0 -23
  1965. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sl.js +0 -24
  1966. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sq.js +0 -23
  1967. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr-SR.js +0 -23
  1968. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr.js +0 -23
  1969. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sv.js +0 -23
  1970. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ta.js +0 -23
  1971. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-th.js +0 -23
  1972. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tj.js +0 -23
  1973. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tr.js +0 -23
  1974. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-uk.js +0 -23
  1975. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-vi.js +0 -23
  1976. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-CN.js +0 -23
  1977. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-HK.js +0 -23
  1978. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-TW.js +0 -23
  1979. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.blind.js +0 -49
  1980. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.bounce.js +0 -78
  1981. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.clip.js +0 -54
  1982. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.core.js +0 -746
  1983. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.drop.js +0 -50
  1984. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.explode.js +0 -79
  1985. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fade.js +0 -32
  1986. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fold.js +0 -56
  1987. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.highlight.js +0 -49
  1988. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.pulsate.js +0 -51
  1989. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.scale.js +0 -178
  1990. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.shake.js +0 -57
  1991. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.slide.js +0 -50
  1992. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.transfer.js +0 -45
  1993. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.accordion.js +0 -611
  1994. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.autocomplete.js +0 -612
  1995. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.button.js +0 -416
  1996. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.core.js +0 -312
  1997. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.datepicker.js +0 -1814
  1998. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.dialog.js +0 -879
  1999. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.draggable.js +0 -823
  2000. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.droppable.js +0 -296
  2001. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.mouse.js +0 -160
  2002. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.position.js +0 -252
  2003. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.progressbar.js +0 -109
  2004. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.resizable.js +0 -842
  2005. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.selectable.js +0 -266
  2006. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.slider.js +0 -666
  2007. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.sortable.js +0 -1077
  2008. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.tabs.js +0 -758
  2009. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.widget.js +0 -262
@@ -0,0 +1,23 @@
1
+ Houston.config do
2
+ on "alert:assign" do |alert|
3
+ if alert.checked_out_by && alert.updated_by && alert.checked_out_by != alert.updated_by
4
+ Rails.logger.info "\e[34m[slack] #{alert.type} assigned to \e[1m#{alert.checked_out_by.first_name}\e[0m"
5
+
6
+ case (rand * 100).to_i
7
+ when 0..3
8
+ message = ":bomb:"
9
+ when 4..25
10
+ message = "#{alert.updated_by.first_name} threw you under the bus"
11
+ when 26..70
12
+ message = "#{alert.checked_out_by.first_name}, #{alert.updated_by.first_name} assigned you this *#{alert.type}*"
13
+ message << " for #{alert.project.slug}" if alert.project
14
+ else
15
+ message = "#{alert.checked_out_by.first_name}, #{alert.updated_by.first_name} assigned this *#{alert.type}*"
16
+ message << " for #{alert.project.slug}" if alert.project
17
+ message << " to you"
18
+ end
19
+
20
+ slack_send_message_to message, alert.checked_out_by, attachments: [slack_alert_attachment(alert)]
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,8 @@
1
+ Houston.config do
2
+ # Notify #alerts of new alerts
3
+ on "alert:create" do |alert|
4
+ message = "There's a new *#{alert.type}*"
5
+ message << " for #{alert.project.slug}" if alert.project
6
+ slack_send_message_to message, "#alerts", attachments: [slack_alert_attachment(alert)]
7
+ end
8
+ end
@@ -0,0 +1,21 @@
1
+ Houston.config do
2
+ on "daemon:scheduler:restart" do
3
+ slack_send_message_to "The thread running Rufus::Scheduler errored out and is attempting to recover", "general"
4
+ end
5
+
6
+ on "daemon:scheduler:stop" do
7
+ slack_send_message_to ":rotating_light: The thread running Rufus::Scheduler has terminated", "general"
8
+ end
9
+
10
+ on "daemon:slack:restart" do
11
+ slack_send_message_to "The thread running Slack errored out and is attempting to recover", "general"
12
+ end
13
+
14
+ on "daemon:slack:stop" do
15
+ slack_send_message_to ":rotating_light: The thread running Slack has terminated", "general"
16
+ end
17
+
18
+ on "slack:error" do |args|
19
+ slack_send_message_to "An error occurred\n#{args.inspect}", "general"
20
+ end
21
+ end
@@ -0,0 +1,11 @@
1
+ Houston.config.on "alert:err:deployed" do |alert, deploy, commit|
2
+ error_tracker = deploy.project.error_tracker
3
+
4
+ message = "Resolved by Houston when "
5
+ message << (commit.url ? "[#{commit.sha[0...7]}](#{commit.url})" : commit.sha[0...7])
6
+ message << " was [deployed to #{deploy.environment_name}](#{deploy.url})"
7
+
8
+ Houston.try({max_tries: 3, ignore: true}, Faraday::Error::TimeoutError) do
9
+ error_tracker.resolve! alert.number, message: message
10
+ end
11
+ end
@@ -0,0 +1,5 @@
1
+ Houston.config.on "alert:deployed" do |alert, deploy, commit|
2
+ next if alert.checked_out_by
3
+ next unless committer = commit.committers.first
4
+ alert.update_attribute :checked_out_by, committer
5
+ end
@@ -0,0 +1,23 @@
1
+ Houston.config do
2
+ on "deploy:completed" do |deploy|
3
+ next if deploy.build_release.ignore?
4
+
5
+ deployer = deploy.user
6
+ if deployer
7
+ message = "#{deployer.first_name}, your deploy of #{deploy.project.slug} " <<
8
+ "to #{deploy.environment_name} just finished. " <<
9
+ slack_link_to("Click here to write release notes",
10
+ Rails.application.routes.url_helpers.new_release_url(
11
+ deploy.project.to_param,
12
+ deploy.environment_name,
13
+ host: Houston.config.host,
14
+ deploy_id: deploy.id,
15
+ auth_token: deployer.authentication_token))
16
+ slack_send_message_to message, deployer
17
+ end
18
+
19
+ Houston.try({max_tries: 3}, Net::OpenTimeout) do
20
+ DeployNotification.new(deploy).deliver! # <-- after extracting releases, move this to Releases
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,36 @@
1
+ Houston.config do
2
+ on "github:comment:commit" do |comment|
3
+ channel = "##{comment["project"].slug}" if comment["project"]
4
+ channel = "developers" unless Houston::Slack.connection.channels.include? channel
5
+ body, url = comment.values_at "body", "html_url"
6
+
7
+ message = "#{comment["user"]["login"]} commented on #{slack_link_to(comment["commit_id"][0...7], url)}"
8
+
9
+ comment = { fallback: body, text: body }
10
+ slack_send_message_to message, channel, as: :github, attachments: [comment], test: true
11
+ end
12
+
13
+ on "github:comment:diff" do |comment|
14
+ channel = "##{comment["project"].slug}" if comment["project"]
15
+ channel = "developers" unless Houston::Slack.connection.channels.include? channel
16
+ body, url = comment.values_at "body", "html_url"
17
+
18
+ message = "#{comment["user"]["login"]} commented on #{slack_link_to(comment["path"], url)}"
19
+ message << "\n```\n#{comment["diff_hunk"]}\n```\n"
20
+
21
+ comment = { fallback: body, text: body }
22
+ slack_send_message_to message, channel, as: :github, attachments: [comment], test: true
23
+ end
24
+
25
+ on "github:comment:pull" do |comment|
26
+ channel = "##{comment["project"].slug}" if comment["project"]
27
+ channel = "developers" unless Houston::Slack.connection.channels.include? channel
28
+ body, url = comment.values_at "body", "html_url"
29
+
30
+ issue = comment["issue"]
31
+ message = "#{comment["user"]["login"]} commented on #{slack_link_to("##{issue["number"]} #{issue["title"]}", url)}"
32
+
33
+ comment = { fallback: body, text: body }
34
+ slack_send_message_to message, channel, as: :github, attachments: [comment], test: true
35
+ end
36
+ end
@@ -0,0 +1,30 @@
1
+ Houston.config do
2
+ on "test_run:compared" do |test_run|
3
+ regressions = test_run.test_results.where(different: true, status: "fail").to_a
4
+ next if regressions.none?
5
+
6
+ commit = slack_link_to(test_run.sha[0...7], test_run.commit.url)
7
+ predicate = "this test:" if regressions.count == 1
8
+ predicate = "these tests:" if regressions.count > 1 && regressions.count < 5
9
+ predicate = "#{regressions.count} tests" if regressions.count > 5
10
+ predicate = slack_link_to(predicate, test_run.url)
11
+
12
+ message = "Hey... I think this commit :point_right: *#{commit}* broke #{predicate}"
13
+
14
+ regressions.each do |regression|
15
+ message << "\n> *#{regression.test.suite}* #{regression.test.name}"
16
+ end if regressions.count < 5
17
+
18
+ project_channel = "##{test_run.project.slug}"
19
+ channels = [project_channel] if Houston::Slack.connection.channels.include? project_channel
20
+ channels ||= test_run.commit.committers
21
+ .pluck(:email)
22
+ .map { |email| SLACK_USERNAME_FOR_USER[email] }
23
+ .reject(&:nil?)
24
+ channels = %w{general} if Array(channel).empty?
25
+
26
+ channels.each do |channel|
27
+ slack_send_message_to message, channel
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,38 @@
1
+ Houston.config do
2
+ on "test_run:complete" do |test_run|
3
+ # When branch is nil, the test run was requested by Houston
4
+ # not triggered by a developer pushing changes to GitHub.
5
+ next if test_run.branch.nil?
6
+ next if test_run.aborted?
7
+
8
+ nickname = SLACK_USERNAME_FOR_USER[test_run.user.email] if test_run.user
9
+ project_slug = test_run.project.slug
10
+ project_channel = "##{project_slug}"
11
+ branch = "#{project_slug}/#{test_run.branch}"
12
+
13
+ text = test_run.short_description(with_duration: true)
14
+ text << "\n#{nickname}" if test_run.result != "pass" && nickname
15
+
16
+ attachment = case test_run.result
17
+ when "pass"
18
+ { color: "#5DB64C",
19
+ title: "All tests passed on #{branch}" }
20
+ when "fail"
21
+ { color: "#E24E32",
22
+ title: "#{test_run.fail_count} #{test_run.fail_count == 1 ? "test" : "tests"} failed on #{branch}" }
23
+ else
24
+ { color: "#DFCC3D",
25
+ title: "The tests are broken on #{branch}" }
26
+ end
27
+ attachment.merge!(
28
+ title_link: test_run.url,
29
+ fallback: attachment[:title],
30
+ text: text)
31
+
32
+ channel = project_channel if Houston::Slack.connection.channels.include? project_channel
33
+ channel ||= nickname
34
+ channel ||= "general"
35
+
36
+ slack_send_message_to nil, channel, attachments: [attachment]
37
+ end
38
+ end
@@ -0,0 +1,7 @@
1
+ Houston.config do
2
+ on "testing_note:create" do |note|
3
+ ticket, verdict = note.ticket, note.verdict
4
+ ProjectNotification.testing_note(note, ticket.participants).deliver! if verdict == "none"
5
+ ProjectNotification.testing_note(note, ticket.participants.reject(&:tester?)).deliver! if verdict == "fails"
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ # Treat tasks as completed when a commit mentioning them is pushed
2
+
3
+ Houston.config do
4
+ on "task:committed" do |task|
5
+ task.completed!
6
+ end
7
+ end
@@ -0,0 +1,2291 @@
1
+ --
2
+ -- PostgreSQL database dump
3
+ --
4
+
5
+ SET statement_timeout = 0;
6
+ SET lock_timeout = 0;
7
+ SET client_encoding = 'UTF8';
8
+ SET standard_conforming_strings = on;
9
+ SET check_function_bodies = false;
10
+ SET client_min_messages = warning;
11
+
12
+ --
13
+ -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
14
+ --
15
+
16
+ CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
17
+
18
+
19
+ --
20
+ -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -
21
+ --
22
+
23
+ COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
24
+
25
+
26
+ --
27
+ -- Name: hstore; Type: EXTENSION; Schema: -; Owner: -
28
+ --
29
+
30
+ CREATE EXTENSION IF NOT EXISTS hstore WITH SCHEMA public;
31
+
32
+
33
+ --
34
+ -- Name: EXTENSION hstore; Type: COMMENT; Schema: -; Owner: -
35
+ --
36
+
37
+ COMMENT ON EXTENSION hstore IS 'data type for storing sets of (key, value) pairs';
38
+
39
+
40
+ SET search_path = public, pg_catalog;
41
+
42
+ --
43
+ -- Name: test_result_status; Type: TYPE; Schema: public; Owner: -
44
+ --
45
+
46
+ CREATE TYPE test_result_status AS ENUM (
47
+ 'fail',
48
+ 'skip',
49
+ 'pass'
50
+ );
51
+
52
+
53
+ SET default_tablespace = '';
54
+
55
+ SET default_with_oids = false;
56
+
57
+ --
58
+ -- Name: commits; Type: TABLE; Schema: public; Owner: -; Tablespace:
59
+ --
60
+
61
+ CREATE TABLE commits (
62
+ id integer NOT NULL,
63
+ release_id integer,
64
+ sha character varying(255),
65
+ message text,
66
+ committer character varying(255),
67
+ date date,
68
+ created_at timestamp without time zone,
69
+ updated_at timestamp without time zone,
70
+ committer_email character varying(255),
71
+ project_id integer NOT NULL,
72
+ authored_at timestamp without time zone NOT NULL,
73
+ unreachable boolean DEFAULT false NOT NULL,
74
+ parent_sha character varying(255)
75
+ );
76
+
77
+
78
+ --
79
+ -- Name: commits_id_seq; Type: SEQUENCE; Schema: public; Owner: -
80
+ --
81
+
82
+ CREATE SEQUENCE commits_id_seq
83
+ START WITH 1
84
+ INCREMENT BY 1
85
+ NO MINVALUE
86
+ NO MAXVALUE
87
+ CACHE 1;
88
+
89
+
90
+ --
91
+ -- Name: commits_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
92
+ --
93
+
94
+ ALTER SEQUENCE commits_id_seq OWNED BY commits.id;
95
+
96
+
97
+ --
98
+ -- Name: commits_pull_requests; Type: TABLE; Schema: public; Owner: -; Tablespace:
99
+ --
100
+
101
+ CREATE TABLE commits_pull_requests (
102
+ commit_id integer,
103
+ pull_request_id integer
104
+ );
105
+
106
+
107
+ --
108
+ -- Name: commits_releases; Type: TABLE; Schema: public; Owner: -; Tablespace:
109
+ --
110
+
111
+ CREATE TABLE commits_releases (
112
+ commit_id integer,
113
+ release_id integer
114
+ );
115
+
116
+
117
+ --
118
+ -- Name: commits_tasks; Type: TABLE; Schema: public; Owner: -; Tablespace:
119
+ --
120
+
121
+ CREATE TABLE commits_tasks (
122
+ commit_id integer,
123
+ task_id integer
124
+ );
125
+
126
+
127
+ --
128
+ -- Name: commits_tickets; Type: TABLE; Schema: public; Owner: -; Tablespace:
129
+ --
130
+
131
+ CREATE TABLE commits_tickets (
132
+ commit_id integer,
133
+ ticket_id integer
134
+ );
135
+
136
+
137
+ --
138
+ -- Name: commits_users; Type: TABLE; Schema: public; Owner: -; Tablespace:
139
+ --
140
+
141
+ CREATE TABLE commits_users (
142
+ commit_id integer,
143
+ user_id integer
144
+ );
145
+
146
+
147
+ --
148
+ -- Name: consumer_tokens; Type: TABLE; Schema: public; Owner: -; Tablespace:
149
+ --
150
+
151
+ CREATE TABLE consumer_tokens (
152
+ id integer NOT NULL,
153
+ user_id integer,
154
+ type character varying(30),
155
+ token character varying(1024),
156
+ refresh_token character varying(255),
157
+ secret character varying(255),
158
+ expires_at integer,
159
+ expires_in character varying(255),
160
+ created_at timestamp without time zone,
161
+ updated_at timestamp without time zone
162
+ );
163
+
164
+
165
+ --
166
+ -- Name: consumer_tokens_id_seq; Type: SEQUENCE; Schema: public; Owner: -
167
+ --
168
+
169
+ CREATE SEQUENCE consumer_tokens_id_seq
170
+ START WITH 1
171
+ INCREMENT BY 1
172
+ NO MINVALUE
173
+ NO MAXVALUE
174
+ CACHE 1;
175
+
176
+
177
+ --
178
+ -- Name: consumer_tokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
179
+ --
180
+
181
+ ALTER SEQUENCE consumer_tokens_id_seq OWNED BY consumer_tokens.id;
182
+
183
+
184
+ --
185
+ -- Name: deploys; Type: TABLE; Schema: public; Owner: -; Tablespace:
186
+ --
187
+
188
+ CREATE TABLE deploys (
189
+ id integer NOT NULL,
190
+ project_id integer,
191
+ environment_id integer,
192
+ sha character varying(255) NOT NULL,
193
+ created_at timestamp without time zone,
194
+ updated_at timestamp without time zone,
195
+ environment_name character varying(255) DEFAULT 'Production'::character varying NOT NULL,
196
+ deployer character varying(255),
197
+ commit_id integer,
198
+ duration integer,
199
+ branch character varying(255),
200
+ completed_at timestamp without time zone,
201
+ output text,
202
+ user_id integer
203
+ );
204
+
205
+
206
+ --
207
+ -- Name: deploys_id_seq; Type: SEQUENCE; Schema: public; Owner: -
208
+ --
209
+
210
+ CREATE SEQUENCE deploys_id_seq
211
+ START WITH 1
212
+ INCREMENT BY 1
213
+ NO MINVALUE
214
+ NO MAXVALUE
215
+ CACHE 1;
216
+
217
+
218
+ --
219
+ -- Name: deploys_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
220
+ --
221
+
222
+ ALTER SEQUENCE deploys_id_seq OWNED BY deploys.id;
223
+
224
+
225
+ --
226
+ -- Name: historical_heads; Type: TABLE; Schema: public; Owner: -; Tablespace:
227
+ --
228
+
229
+ CREATE TABLE historical_heads (
230
+ id integer NOT NULL,
231
+ project_id integer NOT NULL,
232
+ branches hstore DEFAULT ''::hstore NOT NULL,
233
+ created_at timestamp without time zone,
234
+ updated_at timestamp without time zone
235
+ );
236
+
237
+
238
+ --
239
+ -- Name: historical_heads_id_seq; Type: SEQUENCE; Schema: public; Owner: -
240
+ --
241
+
242
+ CREATE SEQUENCE historical_heads_id_seq
243
+ START WITH 1
244
+ INCREMENT BY 1
245
+ NO MINVALUE
246
+ NO MAXVALUE
247
+ CACHE 1;
248
+
249
+
250
+ --
251
+ -- Name: historical_heads_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
252
+ --
253
+
254
+ ALTER SEQUENCE historical_heads_id_seq OWNED BY historical_heads.id;
255
+
256
+
257
+ --
258
+ -- Name: measurements; Type: TABLE; Schema: public; Owner: -; Tablespace:
259
+ --
260
+
261
+ CREATE TABLE measurements (
262
+ id integer NOT NULL,
263
+ subject_type character varying(255),
264
+ subject_id integer,
265
+ name character varying(255) NOT NULL,
266
+ value character varying(255) NOT NULL,
267
+ taken_at timestamp without time zone NOT NULL,
268
+ taken_on date NOT NULL,
269
+ created_at timestamp without time zone,
270
+ updated_at timestamp without time zone
271
+ );
272
+
273
+
274
+ --
275
+ -- Name: measurements_id_seq; Type: SEQUENCE; Schema: public; Owner: -
276
+ --
277
+
278
+ CREATE SEQUENCE measurements_id_seq
279
+ START WITH 1
280
+ INCREMENT BY 1
281
+ NO MINVALUE
282
+ NO MAXVALUE
283
+ CACHE 1;
284
+
285
+
286
+ --
287
+ -- Name: measurements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
288
+ --
289
+
290
+ ALTER SEQUENCE measurements_id_seq OWNED BY measurements.id;
291
+
292
+
293
+ --
294
+ -- Name: milestones; Type: TABLE; Schema: public; Owner: -; Tablespace:
295
+ --
296
+
297
+ CREATE TABLE milestones (
298
+ id integer NOT NULL,
299
+ project_id integer NOT NULL,
300
+ remote_id integer,
301
+ name character varying(255) NOT NULL,
302
+ tickets_count integer DEFAULT 0,
303
+ completed_at timestamp without time zone,
304
+ extended_attributes hstore DEFAULT ''::hstore NOT NULL,
305
+ created_at timestamp without time zone,
306
+ updated_at timestamp without time zone,
307
+ destroyed_at timestamp without time zone,
308
+ start_date date
309
+ );
310
+
311
+
312
+ --
313
+ -- Name: milestones_id_seq; Type: SEQUENCE; Schema: public; Owner: -
314
+ --
315
+
316
+ CREATE SEQUENCE milestones_id_seq
317
+ START WITH 1
318
+ INCREMENT BY 1
319
+ NO MINVALUE
320
+ NO MAXVALUE
321
+ CACHE 1;
322
+
323
+
324
+ --
325
+ -- Name: milestones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
326
+ --
327
+
328
+ ALTER SEQUENCE milestones_id_seq OWNED BY milestones.id;
329
+
330
+
331
+ --
332
+ -- Name: project_quotas; Type: TABLE; Schema: public; Owner: -; Tablespace:
333
+ --
334
+
335
+ CREATE TABLE project_quotas (
336
+ id integer NOT NULL,
337
+ project_id integer NOT NULL,
338
+ week date NOT NULL,
339
+ value integer NOT NULL,
340
+ created_at timestamp without time zone,
341
+ updated_at timestamp without time zone
342
+ );
343
+
344
+
345
+ --
346
+ -- Name: project_quotas_id_seq; Type: SEQUENCE; Schema: public; Owner: -
347
+ --
348
+
349
+ CREATE SEQUENCE project_quotas_id_seq
350
+ START WITH 1
351
+ INCREMENT BY 1
352
+ NO MINVALUE
353
+ NO MAXVALUE
354
+ CACHE 1;
355
+
356
+
357
+ --
358
+ -- Name: project_quotas_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
359
+ --
360
+
361
+ ALTER SEQUENCE project_quotas_id_seq OWNED BY project_quotas.id;
362
+
363
+
364
+ --
365
+ -- Name: projects; Type: TABLE; Schema: public; Owner: -; Tablespace:
366
+ --
367
+
368
+ CREATE TABLE projects (
369
+ id integer NOT NULL,
370
+ name character varying(255),
371
+ slug character varying(255),
372
+ created_at timestamp without time zone,
373
+ updated_at timestamp without time zone,
374
+ color character varying(255),
375
+ retired_at timestamp without time zone,
376
+ category character varying(255),
377
+ version_control_name character varying(255) DEFAULT 'None'::character varying NOT NULL,
378
+ ticket_tracker_name character varying(255) DEFAULT 'None'::character varying NOT NULL,
379
+ ci_server_name character varying(255) DEFAULT 'None'::character varying NOT NULL,
380
+ min_passing_verdicts integer DEFAULT 1 NOT NULL,
381
+ error_tracker_name character varying(255) DEFAULT 'None'::character varying,
382
+ extended_attributes hstore DEFAULT ''::hstore NOT NULL,
383
+ code_climate_repo_token character varying(255) DEFAULT ''::character varying NOT NULL,
384
+ last_ticket_tracker_sync_at timestamp without time zone,
385
+ ticket_tracker_sync_started_at timestamp without time zone,
386
+ view_options hstore DEFAULT ''::hstore NOT NULL,
387
+ gemnasium_slug character varying(255),
388
+ feature_states hstore DEFAULT ''::hstore NOT NULL,
389
+ selected_features text[]
390
+ );
391
+
392
+
393
+ --
394
+ -- Name: projects_id_seq; Type: SEQUENCE; Schema: public; Owner: -
395
+ --
396
+
397
+ CREATE SEQUENCE projects_id_seq
398
+ START WITH 1
399
+ INCREMENT BY 1
400
+ NO MINVALUE
401
+ NO MAXVALUE
402
+ CACHE 1;
403
+
404
+
405
+ --
406
+ -- Name: projects_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
407
+ --
408
+
409
+ ALTER SEQUENCE projects_id_seq OWNED BY projects.id;
410
+
411
+
412
+ --
413
+ -- Name: pull_requests; Type: TABLE; Schema: public; Owner: -; Tablespace:
414
+ --
415
+
416
+ CREATE TABLE pull_requests (
417
+ id integer NOT NULL,
418
+ project_id integer NOT NULL,
419
+ user_id integer,
420
+ title character varying(255) NOT NULL,
421
+ number integer NOT NULL,
422
+ repo character varying(255) NOT NULL,
423
+ username character varying(255) NOT NULL,
424
+ url character varying(255) NOT NULL,
425
+ base_ref character varying(255) NOT NULL,
426
+ base_sha character varying(255) NOT NULL,
427
+ head_ref character varying(255) NOT NULL,
428
+ head_sha character varying(255) NOT NULL,
429
+ labels text DEFAULT ''::text NOT NULL
430
+ );
431
+
432
+
433
+ --
434
+ -- Name: pull_requests_id_seq; Type: SEQUENCE; Schema: public; Owner: -
435
+ --
436
+
437
+ CREATE SEQUENCE pull_requests_id_seq
438
+ START WITH 1
439
+ INCREMENT BY 1
440
+ NO MINVALUE
441
+ NO MAXVALUE
442
+ CACHE 1;
443
+
444
+
445
+ --
446
+ -- Name: pull_requests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
447
+ --
448
+
449
+ ALTER SEQUENCE pull_requests_id_seq OWNED BY pull_requests.id;
450
+
451
+
452
+ --
453
+ -- Name: releases; Type: TABLE; Schema: public; Owner: -; Tablespace:
454
+ --
455
+
456
+ CREATE TABLE releases (
457
+ id integer NOT NULL,
458
+ environment_id integer,
459
+ name character varying(255),
460
+ commit0 character varying(255),
461
+ commit1 character varying(255),
462
+ created_at timestamp without time zone,
463
+ updated_at timestamp without time zone,
464
+ user_id integer NOT NULL,
465
+ message text DEFAULT ''::text NOT NULL,
466
+ deploy_id integer,
467
+ project_id integer DEFAULT (-1) NOT NULL,
468
+ environment_name character varying(255) DEFAULT 'Production'::character varying NOT NULL,
469
+ release_changes text DEFAULT ''::text NOT NULL,
470
+ commit_before_id integer,
471
+ commit_after_id integer
472
+ );
473
+
474
+
475
+ --
476
+ -- Name: releases_id_seq; Type: SEQUENCE; Schema: public; Owner: -
477
+ --
478
+
479
+ CREATE SEQUENCE releases_id_seq
480
+ START WITH 1
481
+ INCREMENT BY 1
482
+ NO MINVALUE
483
+ NO MAXVALUE
484
+ CACHE 1;
485
+
486
+
487
+ --
488
+ -- Name: releases_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
489
+ --
490
+
491
+ ALTER SEQUENCE releases_id_seq OWNED BY releases.id;
492
+
493
+
494
+ --
495
+ -- Name: releases_tasks; Type: TABLE; Schema: public; Owner: -; Tablespace:
496
+ --
497
+
498
+ CREATE TABLE releases_tasks (
499
+ release_id integer,
500
+ task_id integer
501
+ );
502
+
503
+
504
+ --
505
+ -- Name: releases_tickets; Type: TABLE; Schema: public; Owner: -; Tablespace:
506
+ --
507
+
508
+ CREATE TABLE releases_tickets (
509
+ release_id integer,
510
+ ticket_id integer
511
+ );
512
+
513
+
514
+ --
515
+ -- Name: roles; Type: TABLE; Schema: public; Owner: -; Tablespace:
516
+ --
517
+
518
+ CREATE TABLE roles (
519
+ id integer NOT NULL,
520
+ user_id integer,
521
+ project_id integer,
522
+ name character varying(255) NOT NULL,
523
+ created_at timestamp without time zone,
524
+ updated_at timestamp without time zone
525
+ );
526
+
527
+
528
+ --
529
+ -- Name: roles_id_seq; Type: SEQUENCE; Schema: public; Owner: -
530
+ --
531
+
532
+ CREATE SEQUENCE roles_id_seq
533
+ START WITH 1
534
+ INCREMENT BY 1
535
+ NO MINVALUE
536
+ NO MAXVALUE
537
+ CACHE 1;
538
+
539
+
540
+ --
541
+ -- Name: roles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
542
+ --
543
+
544
+ ALTER SEQUENCE roles_id_seq OWNED BY roles.id;
545
+
546
+
547
+ --
548
+ -- Name: schema_migrations; Type: TABLE; Schema: public; Owner: -; Tablespace:
549
+ --
550
+
551
+ CREATE TABLE schema_migrations (
552
+ version character varying(255) NOT NULL
553
+ );
554
+
555
+
556
+ --
557
+ -- Name: settings; Type: TABLE; Schema: public; Owner: -; Tablespace:
558
+ --
559
+
560
+ CREATE TABLE settings (
561
+ id integer NOT NULL,
562
+ name character varying(255) NOT NULL,
563
+ value character varying(255) NOT NULL
564
+ );
565
+
566
+
567
+ --
568
+ -- Name: settings_id_seq; Type: SEQUENCE; Schema: public; Owner: -
569
+ --
570
+
571
+ CREATE SEQUENCE settings_id_seq
572
+ START WITH 1
573
+ INCREMENT BY 1
574
+ NO MINVALUE
575
+ NO MAXVALUE
576
+ CACHE 1;
577
+
578
+
579
+ --
580
+ -- Name: settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
581
+ --
582
+
583
+ ALTER SEQUENCE settings_id_seq OWNED BY settings.id;
584
+
585
+
586
+ --
587
+ -- Name: sprints; Type: TABLE; Schema: public; Owner: -; Tablespace:
588
+ --
589
+
590
+ CREATE TABLE sprints (
591
+ id integer NOT NULL,
592
+ end_date date,
593
+ created_at timestamp without time zone,
594
+ updated_at timestamp without time zone,
595
+ locked boolean DEFAULT false NOT NULL
596
+ );
597
+
598
+
599
+ --
600
+ -- Name: sprints_id_seq; Type: SEQUENCE; Schema: public; Owner: -
601
+ --
602
+
603
+ CREATE SEQUENCE sprints_id_seq
604
+ START WITH 1
605
+ INCREMENT BY 1
606
+ NO MINVALUE
607
+ NO MAXVALUE
608
+ CACHE 1;
609
+
610
+
611
+ --
612
+ -- Name: sprints_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
613
+ --
614
+
615
+ ALTER SEQUENCE sprints_id_seq OWNED BY sprints.id;
616
+
617
+
618
+ --
619
+ -- Name: sprints_tasks; Type: TABLE; Schema: public; Owner: -; Tablespace:
620
+ --
621
+
622
+ CREATE TABLE sprints_tasks (
623
+ sprint_id integer NOT NULL,
624
+ task_id integer NOT NULL,
625
+ checked_out_at timestamp without time zone,
626
+ checked_out_by_id integer
627
+ );
628
+
629
+
630
+ --
631
+ -- Name: tasks; Type: TABLE; Schema: public; Owner: -; Tablespace:
632
+ --
633
+
634
+ CREATE TABLE tasks (
635
+ id integer NOT NULL,
636
+ ticket_id integer NOT NULL,
637
+ number integer NOT NULL,
638
+ description character varying(255),
639
+ effort numeric(6,2),
640
+ first_release_at timestamp without time zone,
641
+ first_commit_at timestamp without time zone,
642
+ sprint_id integer,
643
+ checked_out_at timestamp without time zone,
644
+ checked_out_by_id integer,
645
+ created_at timestamp without time zone,
646
+ updated_at timestamp without time zone,
647
+ project_id integer NOT NULL,
648
+ completed_at timestamp without time zone
649
+ );
650
+
651
+
652
+ --
653
+ -- Name: tasks_id_seq; Type: SEQUENCE; Schema: public; Owner: -
654
+ --
655
+
656
+ CREATE SEQUENCE tasks_id_seq
657
+ START WITH 1
658
+ INCREMENT BY 1
659
+ NO MINVALUE
660
+ NO MAXVALUE
661
+ CACHE 1;
662
+
663
+
664
+ --
665
+ -- Name: tasks_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
666
+ --
667
+
668
+ ALTER SEQUENCE tasks_id_seq OWNED BY tasks.id;
669
+
670
+
671
+ --
672
+ -- Name: test_errors; Type: TABLE; Schema: public; Owner: -; Tablespace:
673
+ --
674
+
675
+ CREATE TABLE test_errors (
676
+ id integer NOT NULL,
677
+ sha character varying(255),
678
+ output text
679
+ );
680
+
681
+
682
+ --
683
+ -- Name: test_errors_id_seq; Type: SEQUENCE; Schema: public; Owner: -
684
+ --
685
+
686
+ CREATE SEQUENCE test_errors_id_seq
687
+ START WITH 1
688
+ INCREMENT BY 1
689
+ NO MINVALUE
690
+ NO MAXVALUE
691
+ CACHE 1;
692
+
693
+
694
+ --
695
+ -- Name: test_errors_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
696
+ --
697
+
698
+ ALTER SEQUENCE test_errors_id_seq OWNED BY test_errors.id;
699
+
700
+
701
+ --
702
+ -- Name: test_results; Type: TABLE; Schema: public; Owner: -; Tablespace:
703
+ --
704
+
705
+ CREATE TABLE test_results (
706
+ id integer NOT NULL,
707
+ test_run_id integer NOT NULL,
708
+ test_id integer NOT NULL,
709
+ status test_result_status NOT NULL,
710
+ different boolean,
711
+ duration double precision,
712
+ error_id integer,
713
+ new_test boolean
714
+ );
715
+
716
+
717
+ --
718
+ -- Name: test_results_id_seq; Type: SEQUENCE; Schema: public; Owner: -
719
+ --
720
+
721
+ CREATE SEQUENCE test_results_id_seq
722
+ START WITH 1
723
+ INCREMENT BY 1
724
+ NO MINVALUE
725
+ NO MAXVALUE
726
+ CACHE 1;
727
+
728
+
729
+ --
730
+ -- Name: test_results_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
731
+ --
732
+
733
+ ALTER SEQUENCE test_results_id_seq OWNED BY test_results.id;
734
+
735
+
736
+ --
737
+ -- Name: test_runs; Type: TABLE; Schema: public; Owner: -; Tablespace:
738
+ --
739
+
740
+ CREATE TABLE test_runs (
741
+ id integer NOT NULL,
742
+ project_id integer NOT NULL,
743
+ sha character varying(255) NOT NULL,
744
+ completed_at timestamp without time zone,
745
+ results_url character varying(255),
746
+ result character varying(255),
747
+ duration integer DEFAULT 0 NOT NULL,
748
+ fail_count integer DEFAULT 0 NOT NULL,
749
+ pass_count integer DEFAULT 0 NOT NULL,
750
+ skip_count integer DEFAULT 0 NOT NULL,
751
+ created_at timestamp without time zone,
752
+ updated_at timestamp without time zone,
753
+ tests text,
754
+ total_count integer DEFAULT 0 NOT NULL,
755
+ agent_email character varying(255),
756
+ branch character varying(255),
757
+ coverage text,
758
+ covered_percent numeric(6,5) DEFAULT 0 NOT NULL,
759
+ covered_strength numeric(6,5) DEFAULT 0 NOT NULL,
760
+ regression_count integer DEFAULT 0 NOT NULL,
761
+ commit_id integer,
762
+ user_id integer,
763
+ compared boolean DEFAULT false NOT NULL
764
+ );
765
+
766
+
767
+ --
768
+ -- Name: test_runs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
769
+ --
770
+
771
+ CREATE SEQUENCE test_runs_id_seq
772
+ START WITH 1
773
+ INCREMENT BY 1
774
+ NO MINVALUE
775
+ NO MAXVALUE
776
+ CACHE 1;
777
+
778
+
779
+ --
780
+ -- Name: test_runs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
781
+ --
782
+
783
+ ALTER SEQUENCE test_runs_id_seq OWNED BY test_runs.id;
784
+
785
+
786
+ --
787
+ -- Name: testing_notes; Type: TABLE; Schema: public; Owner: -; Tablespace:
788
+ --
789
+
790
+ CREATE TABLE testing_notes (
791
+ id integer NOT NULL,
792
+ user_id integer,
793
+ ticket_id integer,
794
+ verdict character varying(255) NOT NULL,
795
+ comment text DEFAULT ''::character varying NOT NULL,
796
+ created_at timestamp without time zone,
797
+ updated_at timestamp without time zone,
798
+ expires_at timestamp without time zone,
799
+ remote_id integer,
800
+ project_id integer NOT NULL
801
+ );
802
+
803
+
804
+ --
805
+ -- Name: testing_notes_id_seq; Type: SEQUENCE; Schema: public; Owner: -
806
+ --
807
+
808
+ CREATE SEQUENCE testing_notes_id_seq
809
+ START WITH 1
810
+ INCREMENT BY 1
811
+ NO MINVALUE
812
+ NO MAXVALUE
813
+ CACHE 1;
814
+
815
+
816
+ --
817
+ -- Name: testing_notes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
818
+ --
819
+
820
+ ALTER SEQUENCE testing_notes_id_seq OWNED BY testing_notes.id;
821
+
822
+
823
+ --
824
+ -- Name: tests; Type: TABLE; Schema: public; Owner: -; Tablespace:
825
+ --
826
+
827
+ CREATE TABLE tests (
828
+ id integer NOT NULL,
829
+ project_id integer NOT NULL,
830
+ suite character varying(255) NOT NULL,
831
+ name text NOT NULL
832
+ );
833
+
834
+
835
+ --
836
+ -- Name: tests_id_seq; Type: SEQUENCE; Schema: public; Owner: -
837
+ --
838
+
839
+ CREATE SEQUENCE tests_id_seq
840
+ START WITH 1
841
+ INCREMENT BY 1
842
+ NO MINVALUE
843
+ NO MAXVALUE
844
+ CACHE 1;
845
+
846
+
847
+ --
848
+ -- Name: tests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
849
+ --
850
+
851
+ ALTER SEQUENCE tests_id_seq OWNED BY tests.id;
852
+
853
+
854
+ --
855
+ -- Name: ticket_queues; Type: TABLE; Schema: public; Owner: -; Tablespace:
856
+ --
857
+
858
+ CREATE TABLE ticket_queues (
859
+ id integer NOT NULL,
860
+ ticket_id integer,
861
+ queue character varying(255),
862
+ destroyed_at timestamp without time zone,
863
+ created_at timestamp without time zone,
864
+ updated_at timestamp without time zone
865
+ );
866
+
867
+
868
+ --
869
+ -- Name: ticket_queues_id_seq; Type: SEQUENCE; Schema: public; Owner: -
870
+ --
871
+
872
+ CREATE SEQUENCE ticket_queues_id_seq
873
+ START WITH 1
874
+ INCREMENT BY 1
875
+ NO MINVALUE
876
+ NO MAXVALUE
877
+ CACHE 1;
878
+
879
+
880
+ --
881
+ -- Name: ticket_queues_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
882
+ --
883
+
884
+ ALTER SEQUENCE ticket_queues_id_seq OWNED BY ticket_queues.id;
885
+
886
+
887
+ --
888
+ -- Name: tickets; Type: TABLE; Schema: public; Owner: -; Tablespace:
889
+ --
890
+
891
+ CREATE TABLE tickets (
892
+ id integer NOT NULL,
893
+ project_id integer,
894
+ number integer NOT NULL,
895
+ summary character varying(255),
896
+ description text,
897
+ created_at timestamp without time zone,
898
+ updated_at timestamp without time zone,
899
+ remote_id integer,
900
+ deployment character varying(255),
901
+ last_release_at timestamp without time zone,
902
+ expires_at timestamp without time zone,
903
+ extended_attributes hstore DEFAULT ''::hstore NOT NULL,
904
+ antecedents text[],
905
+ tags character varying(255)[],
906
+ type character varying(255),
907
+ closed_at timestamp without time zone,
908
+ reporter_email character varying(255),
909
+ reporter_id integer,
910
+ milestone_id integer,
911
+ destroyed_at timestamp without time zone,
912
+ resolution character varying(255) DEFAULT ''::character varying NOT NULL,
913
+ first_release_at timestamp without time zone,
914
+ sprint_id integer,
915
+ checked_out_at timestamp without time zone,
916
+ checked_out_by_id integer,
917
+ priority character varying(255) DEFAULT 'normal'::character varying NOT NULL,
918
+ reopened_at timestamp without time zone,
919
+ prerequisites integer[]
920
+ );
921
+
922
+
923
+ --
924
+ -- Name: tickets_id_seq; Type: SEQUENCE; Schema: public; Owner: -
925
+ --
926
+
927
+ CREATE SEQUENCE tickets_id_seq
928
+ START WITH 1
929
+ INCREMENT BY 1
930
+ NO MINVALUE
931
+ NO MAXVALUE
932
+ CACHE 1;
933
+
934
+
935
+ --
936
+ -- Name: tickets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
937
+ --
938
+
939
+ ALTER SEQUENCE tickets_id_seq OWNED BY tickets.id;
940
+
941
+
942
+ --
943
+ -- Name: user_credentials; Type: TABLE; Schema: public; Owner: -; Tablespace:
944
+ --
945
+
946
+ CREATE TABLE user_credentials (
947
+ id integer NOT NULL,
948
+ user_id integer,
949
+ service character varying(255),
950
+ login character varying(255),
951
+ password bytea,
952
+ password_key bytea,
953
+ password_iv bytea,
954
+ created_at timestamp without time zone,
955
+ updated_at timestamp without time zone
956
+ );
957
+
958
+
959
+ --
960
+ -- Name: user_credentials_id_seq; Type: SEQUENCE; Schema: public; Owner: -
961
+ --
962
+
963
+ CREATE SEQUENCE user_credentials_id_seq
964
+ START WITH 1
965
+ INCREMENT BY 1
966
+ NO MINVALUE
967
+ NO MAXVALUE
968
+ CACHE 1;
969
+
970
+
971
+ --
972
+ -- Name: user_credentials_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
973
+ --
974
+
975
+ ALTER SEQUENCE user_credentials_id_seq OWNED BY user_credentials.id;
976
+
977
+
978
+ --
979
+ -- Name: users; Type: TABLE; Schema: public; Owner: -; Tablespace:
980
+ --
981
+
982
+ CREATE TABLE users (
983
+ id integer NOT NULL,
984
+ email character varying(255) DEFAULT ''::character varying NOT NULL,
985
+ encrypted_password character varying(255) DEFAULT ''::character varying,
986
+ reset_password_token character varying(255),
987
+ reset_password_sent_at timestamp without time zone,
988
+ remember_created_at timestamp without time zone,
989
+ sign_in_count integer DEFAULT 0,
990
+ current_sign_in_at timestamp without time zone,
991
+ last_sign_in_at timestamp without time zone,
992
+ current_sign_in_ip character varying(255),
993
+ last_sign_in_ip character varying(255),
994
+ created_at timestamp without time zone,
995
+ updated_at timestamp without time zone,
996
+ invitation_token character varying(60),
997
+ invitation_sent_at timestamp without time zone,
998
+ invitation_accepted_at timestamp without time zone,
999
+ invitation_limit integer,
1000
+ invited_by_id integer,
1001
+ invited_by_type character varying(255),
1002
+ role character varying(255) DEFAULT 'Guest'::character varying,
1003
+ authentication_token character varying(255),
1004
+ administrator boolean DEFAULT false,
1005
+ unfuddle_id integer,
1006
+ first_name character varying(255),
1007
+ last_name character varying(255),
1008
+ old_environments_subscribed_to character varying(255) DEFAULT ''::character varying NOT NULL,
1009
+ retired_at timestamp without time zone,
1010
+ view_options hstore DEFAULT ''::hstore NOT NULL,
1011
+ email_addresses text[],
1012
+ invitation_created_at timestamp without time zone,
1013
+ environments_subscribed_to text[] DEFAULT '{}'::text[] NOT NULL,
1014
+ current_project_id integer,
1015
+ nickname character varying(255),
1016
+ username character varying(255)
1017
+ );
1018
+
1019
+
1020
+ --
1021
+ -- Name: users_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1022
+ --
1023
+
1024
+ CREATE SEQUENCE users_id_seq
1025
+ START WITH 1
1026
+ INCREMENT BY 1
1027
+ NO MINVALUE
1028
+ NO MAXVALUE
1029
+ CACHE 1;
1030
+
1031
+
1032
+ --
1033
+ -- Name: users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1034
+ --
1035
+
1036
+ ALTER SEQUENCE users_id_seq OWNED BY users.id;
1037
+
1038
+
1039
+ --
1040
+ -- Name: value_statements; Type: TABLE; Schema: public; Owner: -; Tablespace:
1041
+ --
1042
+
1043
+ CREATE TABLE value_statements (
1044
+ id integer NOT NULL,
1045
+ project_id integer NOT NULL,
1046
+ weight double precision NOT NULL,
1047
+ text character varying(255) NOT NULL
1048
+ );
1049
+
1050
+
1051
+ --
1052
+ -- Name: value_statements_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1053
+ --
1054
+
1055
+ CREATE SEQUENCE value_statements_id_seq
1056
+ START WITH 1
1057
+ INCREMENT BY 1
1058
+ NO MINVALUE
1059
+ NO MAXVALUE
1060
+ CACHE 1;
1061
+
1062
+
1063
+ --
1064
+ -- Name: value_statements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1065
+ --
1066
+
1067
+ ALTER SEQUENCE value_statements_id_seq OWNED BY value_statements.id;
1068
+
1069
+
1070
+ --
1071
+ -- Name: versions; Type: TABLE; Schema: public; Owner: -; Tablespace:
1072
+ --
1073
+
1074
+ CREATE TABLE versions (
1075
+ id integer NOT NULL,
1076
+ versioned_id integer,
1077
+ versioned_type character varying(255),
1078
+ user_id integer,
1079
+ user_type character varying(255),
1080
+ user_name character varying(255),
1081
+ modifications text,
1082
+ number integer,
1083
+ reverted_from integer,
1084
+ tag character varying(255),
1085
+ created_at timestamp without time zone,
1086
+ updated_at timestamp without time zone
1087
+ );
1088
+
1089
+
1090
+ --
1091
+ -- Name: versions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1092
+ --
1093
+
1094
+ CREATE SEQUENCE versions_id_seq
1095
+ START WITH 1
1096
+ INCREMENT BY 1
1097
+ NO MINVALUE
1098
+ NO MAXVALUE
1099
+ CACHE 1;
1100
+
1101
+
1102
+ --
1103
+ -- Name: versions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1104
+ --
1105
+
1106
+ ALTER SEQUENCE versions_id_seq OWNED BY versions.id;
1107
+
1108
+
1109
+ --
1110
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1111
+ --
1112
+
1113
+ ALTER TABLE ONLY commits ALTER COLUMN id SET DEFAULT nextval('commits_id_seq'::regclass);
1114
+
1115
+
1116
+ --
1117
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1118
+ --
1119
+
1120
+ ALTER TABLE ONLY consumer_tokens ALTER COLUMN id SET DEFAULT nextval('consumer_tokens_id_seq'::regclass);
1121
+
1122
+
1123
+ --
1124
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1125
+ --
1126
+
1127
+ ALTER TABLE ONLY deploys ALTER COLUMN id SET DEFAULT nextval('deploys_id_seq'::regclass);
1128
+
1129
+
1130
+ --
1131
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1132
+ --
1133
+
1134
+ ALTER TABLE ONLY historical_heads ALTER COLUMN id SET DEFAULT nextval('historical_heads_id_seq'::regclass);
1135
+
1136
+
1137
+ --
1138
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1139
+ --
1140
+
1141
+ ALTER TABLE ONLY measurements ALTER COLUMN id SET DEFAULT nextval('measurements_id_seq'::regclass);
1142
+
1143
+
1144
+ --
1145
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1146
+ --
1147
+
1148
+ ALTER TABLE ONLY milestones ALTER COLUMN id SET DEFAULT nextval('milestones_id_seq'::regclass);
1149
+
1150
+
1151
+ --
1152
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1153
+ --
1154
+
1155
+ ALTER TABLE ONLY project_quotas ALTER COLUMN id SET DEFAULT nextval('project_quotas_id_seq'::regclass);
1156
+
1157
+
1158
+ --
1159
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1160
+ --
1161
+
1162
+ ALTER TABLE ONLY projects ALTER COLUMN id SET DEFAULT nextval('projects_id_seq'::regclass);
1163
+
1164
+
1165
+ --
1166
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1167
+ --
1168
+
1169
+ ALTER TABLE ONLY pull_requests ALTER COLUMN id SET DEFAULT nextval('pull_requests_id_seq'::regclass);
1170
+
1171
+
1172
+ --
1173
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1174
+ --
1175
+
1176
+ ALTER TABLE ONLY releases ALTER COLUMN id SET DEFAULT nextval('releases_id_seq'::regclass);
1177
+
1178
+
1179
+ --
1180
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1181
+ --
1182
+
1183
+ ALTER TABLE ONLY roles ALTER COLUMN id SET DEFAULT nextval('roles_id_seq'::regclass);
1184
+
1185
+
1186
+ --
1187
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1188
+ --
1189
+
1190
+ ALTER TABLE ONLY settings ALTER COLUMN id SET DEFAULT nextval('settings_id_seq'::regclass);
1191
+
1192
+
1193
+ --
1194
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1195
+ --
1196
+
1197
+ ALTER TABLE ONLY sprints ALTER COLUMN id SET DEFAULT nextval('sprints_id_seq'::regclass);
1198
+
1199
+
1200
+ --
1201
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1202
+ --
1203
+
1204
+ ALTER TABLE ONLY tasks ALTER COLUMN id SET DEFAULT nextval('tasks_id_seq'::regclass);
1205
+
1206
+
1207
+ --
1208
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1209
+ --
1210
+
1211
+ ALTER TABLE ONLY test_errors ALTER COLUMN id SET DEFAULT nextval('test_errors_id_seq'::regclass);
1212
+
1213
+
1214
+ --
1215
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1216
+ --
1217
+
1218
+ ALTER TABLE ONLY test_results ALTER COLUMN id SET DEFAULT nextval('test_results_id_seq'::regclass);
1219
+
1220
+
1221
+ --
1222
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1223
+ --
1224
+
1225
+ ALTER TABLE ONLY test_runs ALTER COLUMN id SET DEFAULT nextval('test_runs_id_seq'::regclass);
1226
+
1227
+
1228
+ --
1229
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1230
+ --
1231
+
1232
+ ALTER TABLE ONLY testing_notes ALTER COLUMN id SET DEFAULT nextval('testing_notes_id_seq'::regclass);
1233
+
1234
+
1235
+ --
1236
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1237
+ --
1238
+
1239
+ ALTER TABLE ONLY tests ALTER COLUMN id SET DEFAULT nextval('tests_id_seq'::regclass);
1240
+
1241
+
1242
+ --
1243
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1244
+ --
1245
+
1246
+ ALTER TABLE ONLY ticket_queues ALTER COLUMN id SET DEFAULT nextval('ticket_queues_id_seq'::regclass);
1247
+
1248
+
1249
+ --
1250
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1251
+ --
1252
+
1253
+ ALTER TABLE ONLY tickets ALTER COLUMN id SET DEFAULT nextval('tickets_id_seq'::regclass);
1254
+
1255
+
1256
+ --
1257
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1258
+ --
1259
+
1260
+ ALTER TABLE ONLY user_credentials ALTER COLUMN id SET DEFAULT nextval('user_credentials_id_seq'::regclass);
1261
+
1262
+
1263
+ --
1264
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1265
+ --
1266
+
1267
+ ALTER TABLE ONLY users ALTER COLUMN id SET DEFAULT nextval('users_id_seq'::regclass);
1268
+
1269
+
1270
+ --
1271
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1272
+ --
1273
+
1274
+ ALTER TABLE ONLY value_statements ALTER COLUMN id SET DEFAULT nextval('value_statements_id_seq'::regclass);
1275
+
1276
+
1277
+ --
1278
+ -- Name: id; Type: DEFAULT; Schema: public; Owner: -
1279
+ --
1280
+
1281
+ ALTER TABLE ONLY versions ALTER COLUMN id SET DEFAULT nextval('versions_id_seq'::regclass);
1282
+
1283
+
1284
+ --
1285
+ -- Name: commits_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1286
+ --
1287
+
1288
+ ALTER TABLE ONLY commits
1289
+ ADD CONSTRAINT commits_pkey PRIMARY KEY (id);
1290
+
1291
+
1292
+ --
1293
+ -- Name: consumer_tokens_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1294
+ --
1295
+
1296
+ ALTER TABLE ONLY consumer_tokens
1297
+ ADD CONSTRAINT consumer_tokens_pkey PRIMARY KEY (id);
1298
+
1299
+
1300
+ --
1301
+ -- Name: deploys_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1302
+ --
1303
+
1304
+ ALTER TABLE ONLY deploys
1305
+ ADD CONSTRAINT deploys_pkey PRIMARY KEY (id);
1306
+
1307
+
1308
+ --
1309
+ -- Name: historical_heads_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1310
+ --
1311
+
1312
+ ALTER TABLE ONLY historical_heads
1313
+ ADD CONSTRAINT historical_heads_pkey PRIMARY KEY (id);
1314
+
1315
+
1316
+ --
1317
+ -- Name: measurements_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1318
+ --
1319
+
1320
+ ALTER TABLE ONLY measurements
1321
+ ADD CONSTRAINT measurements_pkey PRIMARY KEY (id);
1322
+
1323
+
1324
+ --
1325
+ -- Name: milestones_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1326
+ --
1327
+
1328
+ ALTER TABLE ONLY milestones
1329
+ ADD CONSTRAINT milestones_pkey PRIMARY KEY (id);
1330
+
1331
+
1332
+ --
1333
+ -- Name: project_quotas_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1334
+ --
1335
+
1336
+ ALTER TABLE ONLY project_quotas
1337
+ ADD CONSTRAINT project_quotas_pkey PRIMARY KEY (id);
1338
+
1339
+
1340
+ --
1341
+ -- Name: projects_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1342
+ --
1343
+
1344
+ ALTER TABLE ONLY projects
1345
+ ADD CONSTRAINT projects_pkey PRIMARY KEY (id);
1346
+
1347
+
1348
+ --
1349
+ -- Name: pull_requests_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1350
+ --
1351
+
1352
+ ALTER TABLE ONLY pull_requests
1353
+ ADD CONSTRAINT pull_requests_pkey PRIMARY KEY (id);
1354
+
1355
+
1356
+ --
1357
+ -- Name: releases_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1358
+ --
1359
+
1360
+ ALTER TABLE ONLY releases
1361
+ ADD CONSTRAINT releases_pkey PRIMARY KEY (id);
1362
+
1363
+
1364
+ --
1365
+ -- Name: roles_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1366
+ --
1367
+
1368
+ ALTER TABLE ONLY roles
1369
+ ADD CONSTRAINT roles_pkey PRIMARY KEY (id);
1370
+
1371
+
1372
+ --
1373
+ -- Name: settings_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1374
+ --
1375
+
1376
+ ALTER TABLE ONLY settings
1377
+ ADD CONSTRAINT settings_pkey PRIMARY KEY (id);
1378
+
1379
+
1380
+ --
1381
+ -- Name: sprints_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1382
+ --
1383
+
1384
+ ALTER TABLE ONLY sprints
1385
+ ADD CONSTRAINT sprints_pkey PRIMARY KEY (id);
1386
+
1387
+
1388
+ --
1389
+ -- Name: tasks_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1390
+ --
1391
+
1392
+ ALTER TABLE ONLY tasks
1393
+ ADD CONSTRAINT tasks_pkey PRIMARY KEY (id);
1394
+
1395
+
1396
+ --
1397
+ -- Name: test_errors_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1398
+ --
1399
+
1400
+ ALTER TABLE ONLY test_errors
1401
+ ADD CONSTRAINT test_errors_pkey PRIMARY KEY (id);
1402
+
1403
+
1404
+ --
1405
+ -- Name: test_results_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1406
+ --
1407
+
1408
+ ALTER TABLE ONLY test_results
1409
+ ADD CONSTRAINT test_results_pkey PRIMARY KEY (id);
1410
+
1411
+
1412
+ --
1413
+ -- Name: test_results_unique_constraint; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1414
+ --
1415
+
1416
+ ALTER TABLE ONLY test_results
1417
+ ADD CONSTRAINT test_results_unique_constraint UNIQUE (test_run_id, test_id);
1418
+
1419
+
1420
+ --
1421
+ -- Name: test_runs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1422
+ --
1423
+
1424
+ ALTER TABLE ONLY test_runs
1425
+ ADD CONSTRAINT test_runs_pkey PRIMARY KEY (id);
1426
+
1427
+
1428
+ --
1429
+ -- Name: testing_notes_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1430
+ --
1431
+
1432
+ ALTER TABLE ONLY testing_notes
1433
+ ADD CONSTRAINT testing_notes_pkey PRIMARY KEY (id);
1434
+
1435
+
1436
+ --
1437
+ -- Name: tests_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1438
+ --
1439
+
1440
+ ALTER TABLE ONLY tests
1441
+ ADD CONSTRAINT tests_pkey PRIMARY KEY (id);
1442
+
1443
+
1444
+ --
1445
+ -- Name: tests_unique_constraint; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1446
+ --
1447
+
1448
+ ALTER TABLE ONLY tests
1449
+ ADD CONSTRAINT tests_unique_constraint UNIQUE (project_id, suite, name);
1450
+
1451
+
1452
+ --
1453
+ -- Name: ticket_queues_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1454
+ --
1455
+
1456
+ ALTER TABLE ONLY ticket_queues
1457
+ ADD CONSTRAINT ticket_queues_pkey PRIMARY KEY (id);
1458
+
1459
+
1460
+ --
1461
+ -- Name: tickets_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1462
+ --
1463
+
1464
+ ALTER TABLE ONLY tickets
1465
+ ADD CONSTRAINT tickets_pkey PRIMARY KEY (id);
1466
+
1467
+
1468
+ --
1469
+ -- Name: user_credentials_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1470
+ --
1471
+
1472
+ ALTER TABLE ONLY user_credentials
1473
+ ADD CONSTRAINT user_credentials_pkey PRIMARY KEY (id);
1474
+
1475
+
1476
+ --
1477
+ -- Name: users_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1478
+ --
1479
+
1480
+ ALTER TABLE ONLY users
1481
+ ADD CONSTRAINT users_pkey PRIMARY KEY (id);
1482
+
1483
+
1484
+ --
1485
+ -- Name: value_statements_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1486
+ --
1487
+
1488
+ ALTER TABLE ONLY value_statements
1489
+ ADD CONSTRAINT value_statements_pkey PRIMARY KEY (id);
1490
+
1491
+
1492
+ --
1493
+ -- Name: versions_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
1494
+ --
1495
+
1496
+ ALTER TABLE ONLY versions
1497
+ ADD CONSTRAINT versions_pkey PRIMARY KEY (id);
1498
+
1499
+
1500
+ --
1501
+ -- Name: index_commits_on_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1502
+ --
1503
+
1504
+ CREATE INDEX index_commits_on_project_id ON commits USING btree (project_id);
1505
+
1506
+
1507
+ --
1508
+ -- Name: index_commits_on_sha; Type: INDEX; Schema: public; Owner: -; Tablespace:
1509
+ --
1510
+
1511
+ CREATE UNIQUE INDEX index_commits_on_sha ON commits USING btree (sha);
1512
+
1513
+
1514
+ --
1515
+ -- Name: index_commits_on_unreachable; Type: INDEX; Schema: public; Owner: -; Tablespace:
1516
+ --
1517
+
1518
+ CREATE INDEX index_commits_on_unreachable ON commits USING btree (unreachable);
1519
+
1520
+
1521
+ --
1522
+ -- Name: index_commits_pull_requests_on_commit_id_and_pull_request_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1523
+ --
1524
+
1525
+ CREATE UNIQUE INDEX index_commits_pull_requests_on_commit_id_and_pull_request_id ON commits_pull_requests USING btree (commit_id, pull_request_id);
1526
+
1527
+
1528
+ --
1529
+ -- Name: index_commits_releases_on_commit_id_and_release_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1530
+ --
1531
+
1532
+ CREATE UNIQUE INDEX index_commits_releases_on_commit_id_and_release_id ON commits_releases USING btree (commit_id, release_id);
1533
+
1534
+
1535
+ --
1536
+ -- Name: index_commits_tasks_on_commit_id_and_task_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1537
+ --
1538
+
1539
+ CREATE UNIQUE INDEX index_commits_tasks_on_commit_id_and_task_id ON commits_tasks USING btree (commit_id, task_id);
1540
+
1541
+
1542
+ --
1543
+ -- Name: index_commits_tickets_on_commit_id_and_ticket_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1544
+ --
1545
+
1546
+ CREATE UNIQUE INDEX index_commits_tickets_on_commit_id_and_ticket_id ON commits_tickets USING btree (commit_id, ticket_id);
1547
+
1548
+
1549
+ --
1550
+ -- Name: index_commits_users_on_commit_id_and_user_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1551
+ --
1552
+
1553
+ CREATE UNIQUE INDEX index_commits_users_on_commit_id_and_user_id ON commits_users USING btree (commit_id, user_id);
1554
+
1555
+
1556
+ --
1557
+ -- Name: index_consumer_tokens_on_token; Type: INDEX; Schema: public; Owner: -; Tablespace:
1558
+ --
1559
+
1560
+ CREATE UNIQUE INDEX index_consumer_tokens_on_token ON consumer_tokens USING btree (token);
1561
+
1562
+
1563
+ --
1564
+ -- Name: index_deploys_on_environment_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
1565
+ --
1566
+
1567
+ CREATE INDEX index_deploys_on_environment_name ON deploys USING btree (environment_name);
1568
+
1569
+
1570
+ --
1571
+ -- Name: index_deploys_on_project_id_and_environment_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
1572
+ --
1573
+
1574
+ CREATE INDEX index_deploys_on_project_id_and_environment_name ON deploys USING btree (project_id, environment_name);
1575
+
1576
+
1577
+ --
1578
+ -- Name: index_measurements_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
1579
+ --
1580
+
1581
+ CREATE INDEX index_measurements_on_name ON measurements USING btree (name);
1582
+
1583
+
1584
+ --
1585
+ -- Name: index_measurements_on_subject_type_and_subject_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1586
+ --
1587
+
1588
+ CREATE INDEX index_measurements_on_subject_type_and_subject_id ON measurements USING btree (subject_type, subject_id);
1589
+
1590
+
1591
+ --
1592
+ -- Name: index_measurements_on_taken_at; Type: INDEX; Schema: public; Owner: -; Tablespace:
1593
+ --
1594
+
1595
+ CREATE INDEX index_measurements_on_taken_at ON measurements USING btree (taken_at);
1596
+
1597
+
1598
+ --
1599
+ -- Name: index_measurements_on_taken_on; Type: INDEX; Schema: public; Owner: -; Tablespace:
1600
+ --
1601
+
1602
+ CREATE INDEX index_measurements_on_taken_on ON measurements USING btree (taken_on);
1603
+
1604
+
1605
+ --
1606
+ -- Name: index_milestones_on_destroyed_at; Type: INDEX; Schema: public; Owner: -; Tablespace:
1607
+ --
1608
+
1609
+ CREATE INDEX index_milestones_on_destroyed_at ON milestones USING btree (destroyed_at);
1610
+
1611
+
1612
+ --
1613
+ -- Name: index_milestones_on_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1614
+ --
1615
+
1616
+ CREATE INDEX index_milestones_on_project_id ON milestones USING btree (project_id);
1617
+
1618
+
1619
+ --
1620
+ -- Name: index_project_quotas_on_project_id_and_week; Type: INDEX; Schema: public; Owner: -; Tablespace:
1621
+ --
1622
+
1623
+ CREATE UNIQUE INDEX index_project_quotas_on_project_id_and_week ON project_quotas USING btree (project_id, week);
1624
+
1625
+
1626
+ --
1627
+ -- Name: index_project_quotas_on_week; Type: INDEX; Schema: public; Owner: -; Tablespace:
1628
+ --
1629
+
1630
+ CREATE INDEX index_project_quotas_on_week ON project_quotas USING btree (week);
1631
+
1632
+
1633
+ --
1634
+ -- Name: index_pull_requests_on_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1635
+ --
1636
+
1637
+ CREATE INDEX index_pull_requests_on_project_id ON pull_requests USING btree (project_id);
1638
+
1639
+
1640
+ --
1641
+ -- Name: index_pull_requests_on_project_id_and_number; Type: INDEX; Schema: public; Owner: -; Tablespace:
1642
+ --
1643
+
1644
+ CREATE UNIQUE INDEX index_pull_requests_on_project_id_and_number ON pull_requests USING btree (project_id, number);
1645
+
1646
+
1647
+ --
1648
+ -- Name: index_releases_on_deploy_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1649
+ --
1650
+
1651
+ CREATE INDEX index_releases_on_deploy_id ON releases USING btree (deploy_id);
1652
+
1653
+
1654
+ --
1655
+ -- Name: index_releases_on_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1656
+ --
1657
+
1658
+ CREATE INDEX index_releases_on_project_id ON releases USING btree (project_id);
1659
+
1660
+
1661
+ --
1662
+ -- Name: index_releases_on_project_id_and_environment_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
1663
+ --
1664
+
1665
+ CREATE INDEX index_releases_on_project_id_and_environment_name ON releases USING btree (project_id, environment_name);
1666
+
1667
+
1668
+ --
1669
+ -- Name: index_releases_tasks_on_release_id_and_task_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1670
+ --
1671
+
1672
+ CREATE UNIQUE INDEX index_releases_tasks_on_release_id_and_task_id ON releases_tasks USING btree (release_id, task_id);
1673
+
1674
+
1675
+ --
1676
+ -- Name: index_releases_tickets_on_release_id_and_ticket_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1677
+ --
1678
+
1679
+ CREATE UNIQUE INDEX index_releases_tickets_on_release_id_and_ticket_id ON releases_tickets USING btree (release_id, ticket_id);
1680
+
1681
+
1682
+ --
1683
+ -- Name: index_roles_on_user_id_and_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1684
+ --
1685
+
1686
+ CREATE INDEX index_roles_on_user_id_and_project_id ON roles USING btree (user_id, project_id);
1687
+
1688
+
1689
+ --
1690
+ -- Name: index_roles_on_user_id_and_project_id_and_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
1691
+ --
1692
+
1693
+ CREATE INDEX index_roles_on_user_id_and_project_id_and_name ON roles USING btree (user_id, project_id, name);
1694
+
1695
+
1696
+ --
1697
+ -- Name: index_sprints_on_end_date; Type: INDEX; Schema: public; Owner: -; Tablespace:
1698
+ --
1699
+
1700
+ CREATE UNIQUE INDEX index_sprints_on_end_date ON sprints USING btree (end_date);
1701
+
1702
+
1703
+ --
1704
+ -- Name: index_sprints_tasks_on_sprint_id_and_task_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1705
+ --
1706
+
1707
+ CREATE UNIQUE INDEX index_sprints_tasks_on_sprint_id_and_task_id ON sprints_tasks USING btree (sprint_id, task_id);
1708
+
1709
+
1710
+ --
1711
+ -- Name: index_tasks_on_ticket_id_and_number; Type: INDEX; Schema: public; Owner: -; Tablespace:
1712
+ --
1713
+
1714
+ CREATE UNIQUE INDEX index_tasks_on_ticket_id_and_number ON tasks USING btree (ticket_id, number);
1715
+
1716
+
1717
+ --
1718
+ -- Name: index_test_errors_on_sha; Type: INDEX; Schema: public; Owner: -; Tablespace:
1719
+ --
1720
+
1721
+ CREATE UNIQUE INDEX index_test_errors_on_sha ON test_errors USING btree (sha);
1722
+
1723
+
1724
+ --
1725
+ -- Name: index_test_results_on_test_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1726
+ --
1727
+
1728
+ CREATE INDEX index_test_results_on_test_id ON test_results USING btree (test_id);
1729
+
1730
+
1731
+ --
1732
+ -- Name: index_test_results_on_test_run_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1733
+ --
1734
+
1735
+ CREATE INDEX index_test_results_on_test_run_id ON test_results USING btree (test_run_id);
1736
+
1737
+
1738
+ --
1739
+ -- Name: index_test_runs_on_commit_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1740
+ --
1741
+
1742
+ CREATE UNIQUE INDEX index_test_runs_on_commit_id ON test_runs USING btree (commit_id);
1743
+
1744
+
1745
+ --
1746
+ -- Name: index_test_runs_on_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1747
+ --
1748
+
1749
+ CREATE INDEX index_test_runs_on_project_id ON test_runs USING btree (project_id);
1750
+
1751
+
1752
+ --
1753
+ -- Name: index_test_runs_on_sha; Type: INDEX; Schema: public; Owner: -; Tablespace:
1754
+ --
1755
+
1756
+ CREATE UNIQUE INDEX index_test_runs_on_sha ON test_runs USING btree (sha);
1757
+
1758
+
1759
+ --
1760
+ -- Name: index_testing_notes_on_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1761
+ --
1762
+
1763
+ CREATE INDEX index_testing_notes_on_project_id ON testing_notes USING btree (project_id);
1764
+
1765
+
1766
+ --
1767
+ -- Name: index_testing_notes_on_ticket_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1768
+ --
1769
+
1770
+ CREATE INDEX index_testing_notes_on_ticket_id ON testing_notes USING btree (ticket_id);
1771
+
1772
+
1773
+ --
1774
+ -- Name: index_testing_notes_on_user_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1775
+ --
1776
+
1777
+ CREATE INDEX index_testing_notes_on_user_id ON testing_notes USING btree (user_id);
1778
+
1779
+
1780
+ --
1781
+ -- Name: index_tests_on_project_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1782
+ --
1783
+
1784
+ CREATE INDEX index_tests_on_project_id ON tests USING btree (project_id);
1785
+
1786
+
1787
+ --
1788
+ -- Name: index_ticket_queues_on_queue; Type: INDEX; Schema: public; Owner: -; Tablespace:
1789
+ --
1790
+
1791
+ CREATE INDEX index_ticket_queues_on_queue ON ticket_queues USING btree (queue);
1792
+
1793
+
1794
+ --
1795
+ -- Name: index_ticket_queues_on_ticket_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1796
+ --
1797
+
1798
+ CREATE INDEX index_ticket_queues_on_ticket_id ON ticket_queues USING btree (ticket_id);
1799
+
1800
+
1801
+ --
1802
+ -- Name: index_tickets_on_destroyed_at; Type: INDEX; Schema: public; Owner: -; Tablespace:
1803
+ --
1804
+
1805
+ CREATE INDEX index_tickets_on_destroyed_at ON tickets USING btree (destroyed_at);
1806
+
1807
+
1808
+ --
1809
+ -- Name: index_tickets_on_milestone_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1810
+ --
1811
+
1812
+ CREATE INDEX index_tickets_on_milestone_id ON tickets USING btree (milestone_id);
1813
+
1814
+
1815
+ --
1816
+ -- Name: index_tickets_on_resolution; Type: INDEX; Schema: public; Owner: -; Tablespace:
1817
+ --
1818
+
1819
+ CREATE INDEX index_tickets_on_resolution ON tickets USING btree (resolution);
1820
+
1821
+
1822
+ --
1823
+ -- Name: index_tickets_on_sprint_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1824
+ --
1825
+
1826
+ CREATE INDEX index_tickets_on_sprint_id ON tickets USING btree (sprint_id);
1827
+
1828
+
1829
+ --
1830
+ -- Name: index_users_on_authentication_token; Type: INDEX; Schema: public; Owner: -; Tablespace:
1831
+ --
1832
+
1833
+ CREATE INDEX index_users_on_authentication_token ON users USING btree (authentication_token);
1834
+
1835
+
1836
+ --
1837
+ -- Name: index_users_on_email; Type: INDEX; Schema: public; Owner: -; Tablespace:
1838
+ --
1839
+
1840
+ CREATE UNIQUE INDEX index_users_on_email ON users USING btree (email);
1841
+
1842
+
1843
+ --
1844
+ -- Name: index_users_on_email_addresses; Type: INDEX; Schema: public; Owner: -; Tablespace:
1845
+ --
1846
+
1847
+ CREATE INDEX index_users_on_email_addresses ON users USING btree (email_addresses);
1848
+
1849
+
1850
+ --
1851
+ -- Name: index_users_on_invitation_token; Type: INDEX; Schema: public; Owner: -; Tablespace:
1852
+ --
1853
+
1854
+ CREATE INDEX index_users_on_invitation_token ON users USING btree (invitation_token);
1855
+
1856
+
1857
+ --
1858
+ -- Name: index_users_on_invited_by_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
1859
+ --
1860
+
1861
+ CREATE INDEX index_users_on_invited_by_id ON users USING btree (invited_by_id);
1862
+
1863
+
1864
+ --
1865
+ -- Name: index_users_on_reset_password_token; Type: INDEX; Schema: public; Owner: -; Tablespace:
1866
+ --
1867
+
1868
+ CREATE UNIQUE INDEX index_users_on_reset_password_token ON users USING btree (reset_password_token);
1869
+
1870
+
1871
+ --
1872
+ -- Name: index_versions_on_created_at; Type: INDEX; Schema: public; Owner: -; Tablespace:
1873
+ --
1874
+
1875
+ CREATE INDEX index_versions_on_created_at ON versions USING btree (created_at);
1876
+
1877
+
1878
+ --
1879
+ -- Name: index_versions_on_number; Type: INDEX; Schema: public; Owner: -; Tablespace:
1880
+ --
1881
+
1882
+ CREATE INDEX index_versions_on_number ON versions USING btree (number);
1883
+
1884
+
1885
+ --
1886
+ -- Name: index_versions_on_tag; Type: INDEX; Schema: public; Owner: -; Tablespace:
1887
+ --
1888
+
1889
+ CREATE INDEX index_versions_on_tag ON versions USING btree (tag);
1890
+
1891
+
1892
+ --
1893
+ -- Name: index_versions_on_user_id_and_user_type; Type: INDEX; Schema: public; Owner: -; Tablespace:
1894
+ --
1895
+
1896
+ CREATE INDEX index_versions_on_user_id_and_user_type ON versions USING btree (user_id, user_type);
1897
+
1898
+
1899
+ --
1900
+ -- Name: index_versions_on_user_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
1901
+ --
1902
+
1903
+ CREATE INDEX index_versions_on_user_name ON versions USING btree (user_name);
1904
+
1905
+
1906
+ --
1907
+ -- Name: index_versions_on_versioned_id_and_versioned_type; Type: INDEX; Schema: public; Owner: -; Tablespace:
1908
+ --
1909
+
1910
+ CREATE INDEX index_versions_on_versioned_id_and_versioned_type ON versions USING btree (versioned_id, versioned_type);
1911
+
1912
+
1913
+ --
1914
+ -- Name: unique_schema_migrations; Type: INDEX; Schema: public; Owner: -; Tablespace:
1915
+ --
1916
+
1917
+ CREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations USING btree (version);
1918
+
1919
+
1920
+ --
1921
+ -- PostgreSQL database dump complete
1922
+ --
1923
+
1924
+ SET search_path TO "$user",public;
1925
+
1926
+ INSERT INTO schema_migrations (version) VALUES ('20120324185914');
1927
+
1928
+ INSERT INTO schema_migrations (version) VALUES ('20120324202224');
1929
+
1930
+ INSERT INTO schema_migrations (version) VALUES ('20120324212848');
1931
+
1932
+ INSERT INTO schema_migrations (version) VALUES ('20120324212946');
1933
+
1934
+ INSERT INTO schema_migrations (version) VALUES ('20120324230038');
1935
+
1936
+ INSERT INTO schema_migrations (version) VALUES ('20120406185643');
1937
+
1938
+ INSERT INTO schema_migrations (version) VALUES ('20120408155047');
1939
+
1940
+ INSERT INTO schema_migrations (version) VALUES ('20120417175450');
1941
+
1942
+ INSERT INTO schema_migrations (version) VALUES ('20120417175841');
1943
+
1944
+ INSERT INTO schema_migrations (version) VALUES ('20120417190504');
1945
+
1946
+ INSERT INTO schema_migrations (version) VALUES ('20120417195313');
1947
+
1948
+ INSERT INTO schema_migrations (version) VALUES ('20120417195433');
1949
+
1950
+ INSERT INTO schema_migrations (version) VALUES ('20120424212706');
1951
+
1952
+ INSERT INTO schema_migrations (version) VALUES ('20120501230243');
1953
+
1954
+ INSERT INTO schema_migrations (version) VALUES ('20120501231817');
1955
+
1956
+ INSERT INTO schema_migrations (version) VALUES ('20120501231948');
1957
+
1958
+ INSERT INTO schema_migrations (version) VALUES ('20120504143615');
1959
+
1960
+ INSERT INTO schema_migrations (version) VALUES ('20120525013703');
1961
+
1962
+ INSERT INTO schema_migrations (version) VALUES ('20120607124115');
1963
+
1964
+ INSERT INTO schema_migrations (version) VALUES ('20120626140242');
1965
+
1966
+ INSERT INTO schema_migrations (version) VALUES ('20120626150333');
1967
+
1968
+ INSERT INTO schema_migrations (version) VALUES ('20120626151320');
1969
+
1970
+ INSERT INTO schema_migrations (version) VALUES ('20120626152020');
1971
+
1972
+ INSERT INTO schema_migrations (version) VALUES ('20120626152949');
1973
+
1974
+ INSERT INTO schema_migrations (version) VALUES ('20120715230526');
1975
+
1976
+ INSERT INTO schema_migrations (version) VALUES ('20120715230922');
1977
+
1978
+ INSERT INTO schema_migrations (version) VALUES ('20120716010743');
1979
+
1980
+ INSERT INTO schema_migrations (version) VALUES ('20120726212620');
1981
+
1982
+ INSERT INTO schema_migrations (version) VALUES ('20120726231754');
1983
+
1984
+ INSERT INTO schema_migrations (version) VALUES ('20120804003344');
1985
+
1986
+ INSERT INTO schema_migrations (version) VALUES ('20120823025935');
1987
+
1988
+ INSERT INTO schema_migrations (version) VALUES ('20120826022643');
1989
+
1990
+ INSERT INTO schema_migrations (version) VALUES ('20120827190634');
1991
+
1992
+ INSERT INTO schema_migrations (version) VALUES ('20120913020218');
1993
+
1994
+ INSERT INTO schema_migrations (version) VALUES ('20120920023251');
1995
+
1996
+ INSERT INTO schema_migrations (version) VALUES ('20120922010212');
1997
+
1998
+ INSERT INTO schema_migrations (version) VALUES ('20121026014457');
1999
+
2000
+ INSERT INTO schema_migrations (version) VALUES ('20121027160548');
2001
+
2002
+ INSERT INTO schema_migrations (version) VALUES ('20121027171215');
2003
+
2004
+ INSERT INTO schema_migrations (version) VALUES ('20121104233305');
2005
+
2006
+ INSERT INTO schema_migrations (version) VALUES ('20121126005019');
2007
+
2008
+ INSERT INTO schema_migrations (version) VALUES ('20121214025558');
2009
+
2010
+ INSERT INTO schema_migrations (version) VALUES ('20121219202734');
2011
+
2012
+ INSERT INTO schema_migrations (version) VALUES ('20121220031008');
2013
+
2014
+ INSERT INTO schema_migrations (version) VALUES ('20121222170917');
2015
+
2016
+ INSERT INTO schema_migrations (version) VALUES ('20121222223325');
2017
+
2018
+ INSERT INTO schema_migrations (version) VALUES ('20121222223635');
2019
+
2020
+ INSERT INTO schema_migrations (version) VALUES ('20121224212623');
2021
+
2022
+ INSERT INTO schema_migrations (version) VALUES ('20121225175106');
2023
+
2024
+ INSERT INTO schema_migrations (version) VALUES ('20121230173644');
2025
+
2026
+ INSERT INTO schema_migrations (version) VALUES ('20121230174234');
2027
+
2028
+ INSERT INTO schema_migrations (version) VALUES ('20130105200429');
2029
+
2030
+ INSERT INTO schema_migrations (version) VALUES ('20130106184327');
2031
+
2032
+ INSERT INTO schema_migrations (version) VALUES ('20130106185425');
2033
+
2034
+ INSERT INTO schema_migrations (version) VALUES ('20130119203853');
2035
+
2036
+ INSERT INTO schema_migrations (version) VALUES ('20130119204608');
2037
+
2038
+ INSERT INTO schema_migrations (version) VALUES ('20130119211540');
2039
+
2040
+ INSERT INTO schema_migrations (version) VALUES ('20130119212008');
2041
+
2042
+ INSERT INTO schema_migrations (version) VALUES ('20130120182026');
2043
+
2044
+ INSERT INTO schema_migrations (version) VALUES ('20130211015046');
2045
+
2046
+ INSERT INTO schema_migrations (version) VALUES ('20130302205014');
2047
+
2048
+ INSERT INTO schema_migrations (version) VALUES ('20130306023456');
2049
+
2050
+ INSERT INTO schema_migrations (version) VALUES ('20130306023613');
2051
+
2052
+ INSERT INTO schema_migrations (version) VALUES ('20130312224911');
2053
+
2054
+ INSERT INTO schema_migrations (version) VALUES ('20130319003918');
2055
+
2056
+ INSERT INTO schema_migrations (version) VALUES ('20130407195450');
2057
+
2058
+ INSERT INTO schema_migrations (version) VALUES ('20130407200624');
2059
+
2060
+ INSERT INTO schema_migrations (version) VALUES ('20130407220039');
2061
+
2062
+ INSERT INTO schema_migrations (version) VALUES ('20130407220937');
2063
+
2064
+ INSERT INTO schema_migrations (version) VALUES ('20130416020627');
2065
+
2066
+ INSERT INTO schema_migrations (version) VALUES ('20130420151334');
2067
+
2068
+ INSERT INTO schema_migrations (version) VALUES ('20130420155332');
2069
+
2070
+ INSERT INTO schema_migrations (version) VALUES ('20130420172322');
2071
+
2072
+ INSERT INTO schema_migrations (version) VALUES ('20130420174002');
2073
+
2074
+ INSERT INTO schema_migrations (version) VALUES ('20130420174126');
2075
+
2076
+ INSERT INTO schema_migrations (version) VALUES ('20130427223925');
2077
+
2078
+ INSERT INTO schema_migrations (version) VALUES ('20130428005808');
2079
+
2080
+ INSERT INTO schema_migrations (version) VALUES ('20130504014802');
2081
+
2082
+ INSERT INTO schema_migrations (version) VALUES ('20130504135741');
2083
+
2084
+ INSERT INTO schema_migrations (version) VALUES ('20130505144446');
2085
+
2086
+ INSERT INTO schema_migrations (version) VALUES ('20130505162039');
2087
+
2088
+ INSERT INTO schema_migrations (version) VALUES ('20130505212838');
2089
+
2090
+ INSERT INTO schema_migrations (version) VALUES ('20130518224352');
2091
+
2092
+ INSERT INTO schema_migrations (version) VALUES ('20130518224406');
2093
+
2094
+ INSERT INTO schema_migrations (version) VALUES ('20130518224655');
2095
+
2096
+ INSERT INTO schema_migrations (version) VALUES ('20130518224722');
2097
+
2098
+ INSERT INTO schema_migrations (version) VALUES ('20130519163615');
2099
+
2100
+ INSERT INTO schema_migrations (version) VALUES ('20130525192607');
2101
+
2102
+ INSERT INTO schema_migrations (version) VALUES ('20130525222131');
2103
+
2104
+ INSERT INTO schema_migrations (version) VALUES ('20130526024851');
2105
+
2106
+ INSERT INTO schema_migrations (version) VALUES ('20130706141443');
2107
+
2108
+ INSERT INTO schema_migrations (version) VALUES ('20130710233849');
2109
+
2110
+ INSERT INTO schema_migrations (version) VALUES ('20130711004558');
2111
+
2112
+ INSERT INTO schema_migrations (version) VALUES ('20130711013156');
2113
+
2114
+ INSERT INTO schema_migrations (version) VALUES ('20130728191005');
2115
+
2116
+ INSERT INTO schema_migrations (version) VALUES ('20130806143651');
2117
+
2118
+ INSERT INTO schema_migrations (version) VALUES ('20130815232527');
2119
+
2120
+ INSERT INTO schema_migrations (version) VALUES ('20130914152419');
2121
+
2122
+ INSERT INTO schema_migrations (version) VALUES ('20130914155044');
2123
+
2124
+ INSERT INTO schema_migrations (version) VALUES ('20130921141449');
2125
+
2126
+ INSERT INTO schema_migrations (version) VALUES ('20131002005512');
2127
+
2128
+ INSERT INTO schema_migrations (version) VALUES ('20131002015547');
2129
+
2130
+ INSERT INTO schema_migrations (version) VALUES ('20131002145620');
2131
+
2132
+ INSERT INTO schema_migrations (version) VALUES ('20131003014023');
2133
+
2134
+ INSERT INTO schema_migrations (version) VALUES ('20131004015452');
2135
+
2136
+ INSERT INTO schema_migrations (version) VALUES ('20131004185618');
2137
+
2138
+ INSERT INTO schema_migrations (version) VALUES ('20131012152403');
2139
+
2140
+ INSERT INTO schema_migrations (version) VALUES ('20131013185636');
2141
+
2142
+ INSERT INTO schema_migrations (version) VALUES ('20131027214942');
2143
+
2144
+ INSERT INTO schema_migrations (version) VALUES ('20131112010815');
2145
+
2146
+ INSERT INTO schema_migrations (version) VALUES ('20131216014505');
2147
+
2148
+ INSERT INTO schema_migrations (version) VALUES ('20131223194246');
2149
+
2150
+ INSERT INTO schema_migrations (version) VALUES ('20140106212047');
2151
+
2152
+ INSERT INTO schema_migrations (version) VALUES ('20140106212305');
2153
+
2154
+ INSERT INTO schema_migrations (version) VALUES ('20140114014144');
2155
+
2156
+ INSERT INTO schema_migrations (version) VALUES ('20140217150735');
2157
+
2158
+ INSERT INTO schema_migrations (version) VALUES ('20140217160450');
2159
+
2160
+ INSERT INTO schema_migrations (version) VALUES ('20140217195942');
2161
+
2162
+ INSERT INTO schema_migrations (version) VALUES ('20140327020121');
2163
+
2164
+ INSERT INTO schema_migrations (version) VALUES ('20140401234330');
2165
+
2166
+ INSERT INTO schema_migrations (version) VALUES ('20140406183224');
2167
+
2168
+ INSERT INTO schema_migrations (version) VALUES ('20140406230121');
2169
+
2170
+ INSERT INTO schema_migrations (version) VALUES ('20140407010111');
2171
+
2172
+ INSERT INTO schema_migrations (version) VALUES ('20140411214022');
2173
+
2174
+ INSERT INTO schema_migrations (version) VALUES ('20140418133005');
2175
+
2176
+ INSERT INTO schema_migrations (version) VALUES ('20140419152214');
2177
+
2178
+ INSERT INTO schema_migrations (version) VALUES ('20140425141946');
2179
+
2180
+ INSERT INTO schema_migrations (version) VALUES ('20140427235508');
2181
+
2182
+ INSERT INTO schema_migrations (version) VALUES ('20140428023146');
2183
+
2184
+ INSERT INTO schema_migrations (version) VALUES ('20140429000919');
2185
+
2186
+ INSERT INTO schema_migrations (version) VALUES ('20140506032958');
2187
+
2188
+ INSERT INTO schema_migrations (version) VALUES ('20140506035755');
2189
+
2190
+ INSERT INTO schema_migrations (version) VALUES ('20140511024021');
2191
+
2192
+ INSERT INTO schema_migrations (version) VALUES ('20140515174322');
2193
+
2194
+ INSERT INTO schema_migrations (version) VALUES ('20140515200824');
2195
+
2196
+ INSERT INTO schema_migrations (version) VALUES ('20140516005310');
2197
+
2198
+ INSERT INTO schema_migrations (version) VALUES ('20140516012049');
2199
+
2200
+ INSERT INTO schema_migrations (version) VALUES ('20140517012626');
2201
+
2202
+ INSERT INTO schema_migrations (version) VALUES ('20140521014652');
2203
+
2204
+ INSERT INTO schema_migrations (version) VALUES ('20140526155845');
2205
+
2206
+ INSERT INTO schema_migrations (version) VALUES ('20140526162645');
2207
+
2208
+ INSERT INTO schema_migrations (version) VALUES ('20140526180608');
2209
+
2210
+ INSERT INTO schema_migrations (version) VALUES ('20140606232907');
2211
+
2212
+ INSERT INTO schema_migrations (version) VALUES ('20140724231918');
2213
+
2214
+ INSERT INTO schema_migrations (version) VALUES ('20140806233301');
2215
+
2216
+ INSERT INTO schema_migrations (version) VALUES ('20140810224209');
2217
+
2218
+ INSERT INTO schema_migrations (version) VALUES ('20140824194031');
2219
+
2220
+ INSERT INTO schema_migrations (version) VALUES ('20140824194526');
2221
+
2222
+ INSERT INTO schema_migrations (version) VALUES ('20140824211249');
2223
+
2224
+ INSERT INTO schema_migrations (version) VALUES ('20140907012329');
2225
+
2226
+ INSERT INTO schema_migrations (version) VALUES ('20140907013836');
2227
+
2228
+ INSERT INTO schema_migrations (version) VALUES ('20140921190022');
2229
+
2230
+ INSERT INTO schema_migrations (version) VALUES ('20140921201441');
2231
+
2232
+ INSERT INTO schema_migrations (version) VALUES ('20140925021043');
2233
+
2234
+ INSERT INTO schema_migrations (version) VALUES ('20140929004347');
2235
+
2236
+ INSERT INTO schema_migrations (version) VALUES ('20141027194819');
2237
+
2238
+ INSERT INTO schema_migrations (version) VALUES ('20141202004123');
2239
+
2240
+ INSERT INTO schema_migrations (version) VALUES ('20141226171730');
2241
+
2242
+ INSERT INTO schema_migrations (version) VALUES ('20150116153233');
2243
+
2244
+ INSERT INTO schema_migrations (version) VALUES ('20150119154013');
2245
+
2246
+ INSERT INTO schema_migrations (version) VALUES ('20150220215154');
2247
+
2248
+ INSERT INTO schema_migrations (version) VALUES ('20150222205616');
2249
+
2250
+ INSERT INTO schema_migrations (version) VALUES ('20150222214124');
2251
+
2252
+ INSERT INTO schema_migrations (version) VALUES ('20150223013721');
2253
+
2254
+ INSERT INTO schema_migrations (version) VALUES ('20150302153319');
2255
+
2256
+ INSERT INTO schema_migrations (version) VALUES ('20150323004452');
2257
+
2258
+ INSERT INTO schema_migrations (version) VALUES ('20150323011050');
2259
+
2260
+ INSERT INTO schema_migrations (version) VALUES ('20150805180939');
2261
+
2262
+ INSERT INTO schema_migrations (version) VALUES ('20150805233946');
2263
+
2264
+ INSERT INTO schema_migrations (version) VALUES ('20150806032230');
2265
+
2266
+ INSERT INTO schema_migrations (version) VALUES ('20150808161729');
2267
+
2268
+ INSERT INTO schema_migrations (version) VALUES ('20150808161805');
2269
+
2270
+ INSERT INTO schema_migrations (version) VALUES ('20150808162928');
2271
+
2272
+ INSERT INTO schema_migrations (version) VALUES ('20150808192103');
2273
+
2274
+ INSERT INTO schema_migrations (version) VALUES ('20150808193354');
2275
+
2276
+ INSERT INTO schema_migrations (version) VALUES ('20150809132417');
2277
+
2278
+ INSERT INTO schema_migrations (version) VALUES ('20150809201942');
2279
+
2280
+ INSERT INTO schema_migrations (version) VALUES ('20150817232311');
2281
+
2282
+ INSERT INTO schema_migrations (version) VALUES ('20150820023708');
2283
+
2284
+ INSERT INTO schema_migrations (version) VALUES ('20150902005758');
2285
+
2286
+ INSERT INTO schema_migrations (version) VALUES ('20150902010629');
2287
+
2288
+ INSERT INTO schema_migrations (version) VALUES ('20150902010853');
2289
+
2290
+ INSERT INTO schema_migrations (version) VALUES ('20150927014445');
2291
+