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.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -2
- data/README.md +27 -6
- data/app/concerns/commit_synchronizer.rb +17 -0
- data/bin/houston +4 -0
- data/db/structure.sql +7 -16
- data/houston.gemspec +4 -3
- data/lib/generators/instance_generator.rb +29 -0
- data/lib/generators/module_generator.rb +89 -0
- data/lib/houston/cli.rb +19 -0
- data/lib/houston/version.rb +1 -1
- data/templates/new-instance/.gitignore +16 -0
- data/templates/new-instance/Gemfile +48 -0
- data/templates/new-instance/README.md +39 -0
- data/templates/new-instance/Rakefile +7 -0
- data/templates/new-instance/bin/rails +8 -0
- data/templates/new-instance/bin/setup +22 -0
- data/templates/new-instance/config.ru +12 -0
- data/templates/new-instance/config/abilities.rb +81 -0
- data/templates/new-instance/config/alerts/cves.rb +14 -0
- data/templates/new-instance/config/alerts/errs.rb +30 -0
- data/templates/new-instance/config/conversations/mentions/unfurl_alerts.rb +17 -0
- data/templates/new-instance/config/conversations/mentions/unfurl_tasks.rb +16 -0
- data/templates/new-instance/config/database.yml +20 -0
- data/templates/new-instance/config/environments/.keep +0 -0
- data/templates/new-instance/config/environments/development.rb +6 -0
- data/templates/new-instance/config/environments/production.rb +3 -0
- data/templates/new-instance/config/environments/test.rb +3 -0
- data/templates/new-instance/config/initializers/.keep +0 -0
- data/templates/new-instance/config/integrations/engineyard.rb +4 -0
- data/templates/new-instance/config/integrations/errbit.rb +6 -0
- data/templates/new-instance/config/integrations/gemnasium.rb +2 -0
- data/templates/new-instance/config/integrations/github.rb +14 -0
- data/templates/new-instance/config/integrations/jenkins.rb +7 -0
- data/templates/new-instance/config/integrations/ldap.rb +5 -0
- data/templates/new-instance/config/jobs/email_about_open_alerts.rb +5 -0
- data/templates/new-instance/config/jobs/slack_reminders_about_alerts.rb +66 -0
- data/templates/new-instance/config/jobs/sync_commits.rb +3 -0
- data/templates/new-instance/config/jobs/sync_pull_requests.rb +3 -0
- data/templates/new-instance/config/jobs/sync_tickets.rb +3 -0
- data/templates/new-instance/config/main.rb +295 -0
- data/templates/new-instance/config/triggers/alerts/slack_when_assigned.rb +23 -0
- data/templates/new-instance/config/triggers/alerts/slack_when_opened.rb +8 -0
- data/templates/new-instance/config/triggers/daemons/health.rb +21 -0
- data/templates/new-instance/config/triggers/deploy/autoresolve_errs.rb +11 -0
- data/templates/new-instance/config/triggers/deploy/checkout_mentioned_alerts.rb +5 -0
- data/templates/new-instance/config/triggers/deploy/notify_deployer_when_finished.rb +23 -0
- data/templates/new-instance/config/triggers/github/publish_comments_on_slack.rb +36 -0
- data/templates/new-instance/config/triggers/tests/slack_when_analyzed.rb +30 -0
- data/templates/new-instance/config/triggers/tests/slack_when_completed.rb +38 -0
- data/templates/new-instance/config/triggers/tickets/email_testing_notes.rb +7 -0
- data/templates/new-instance/config/triggers/tickets/mark_tasks_completed_on_commit.rb +7 -0
- data/templates/new-instance/db/structure.sql +2291 -0
- data/templates/new-instance/lib/gemnasium-alert.rb +25 -0
- data/templates/new-instance/lib/slack_helpers.rb +66 -0
- data/templates/new-instance/lib/time_helpers.rb +7 -0
- data/templates/new-instance/public/404.html +58 -0
- data/templates/new-instance/public/422.html +58 -0
- data/templates/new-instance/public/500.html +57 -0
- data/templates/new-instance/public/favicon.ico +0 -0
- data/templates/new-instance/public/favicon.png +0 -0
- data/templates/new-instance/public/images/emoji/+1.png +0 -0
- data/templates/new-instance/public/images/emoji/-1.png +0 -0
- data/templates/new-instance/public/images/emoji/100.png +0 -0
- data/templates/new-instance/public/images/emoji/1234.png +0 -0
- data/templates/new-instance/public/images/emoji/8ball.png +0 -0
- data/templates/new-instance/public/images/emoji/a.png +0 -0
- data/templates/new-instance/public/images/emoji/ab.png +0 -0
- data/templates/new-instance/public/images/emoji/abc.png +0 -0
- data/templates/new-instance/public/images/emoji/abcd.png +0 -0
- data/templates/new-instance/public/images/emoji/accept.png +0 -0
- data/templates/new-instance/public/images/emoji/aerial_tramway.png +0 -0
- data/templates/new-instance/public/images/emoji/airplane.png +0 -0
- data/templates/new-instance/public/images/emoji/alarm_clock.png +0 -0
- data/templates/new-instance/public/images/emoji/alien.png +0 -0
- data/templates/new-instance/public/images/emoji/ambulance.png +0 -0
- data/templates/new-instance/public/images/emoji/anchor.png +0 -0
- data/templates/new-instance/public/images/emoji/angel.png +0 -0
- data/templates/new-instance/public/images/emoji/anger.png +0 -0
- data/templates/new-instance/public/images/emoji/angry.png +0 -0
- data/templates/new-instance/public/images/emoji/anguished.png +0 -0
- data/templates/new-instance/public/images/emoji/ant.png +0 -0
- data/templates/new-instance/public/images/emoji/apple.png +0 -0
- data/templates/new-instance/public/images/emoji/aquarius.png +0 -0
- data/templates/new-instance/public/images/emoji/aries.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_backward.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_double_down.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_double_up.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_down.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_down_small.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_forward.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_heading_down.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_heading_up.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_left.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_lower_left.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_lower_right.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_right.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_right_hook.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_up.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_up_down.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_up_small.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_upper_left.png +0 -0
- data/templates/new-instance/public/images/emoji/arrow_upper_right.png +0 -0
- data/templates/new-instance/public/images/emoji/arrows_clockwise.png +0 -0
- data/templates/new-instance/public/images/emoji/arrows_counterclockwise.png +0 -0
- data/templates/new-instance/public/images/emoji/art.png +0 -0
- data/templates/new-instance/public/images/emoji/articulated_lorry.png +0 -0
- data/templates/new-instance/public/images/emoji/astonished.png +0 -0
- data/templates/new-instance/public/images/emoji/athletic_shoe.png +0 -0
- data/templates/new-instance/public/images/emoji/atm.png +0 -0
- data/templates/new-instance/public/images/emoji/b.png +0 -0
- data/templates/new-instance/public/images/emoji/baby.png +0 -0
- data/templates/new-instance/public/images/emoji/baby_bottle.png +0 -0
- data/templates/new-instance/public/images/emoji/baby_chick.png +0 -0
- data/templates/new-instance/public/images/emoji/baby_symbol.png +0 -0
- data/templates/new-instance/public/images/emoji/back.png +0 -0
- data/templates/new-instance/public/images/emoji/baggage_claim.png +0 -0
- data/templates/new-instance/public/images/emoji/balloon.png +0 -0
- data/templates/new-instance/public/images/emoji/ballot_box_with_check.png +0 -0
- data/templates/new-instance/public/images/emoji/bamboo.png +0 -0
- data/templates/new-instance/public/images/emoji/banana.png +0 -0
- data/templates/new-instance/public/images/emoji/bangbang.png +0 -0
- data/templates/new-instance/public/images/emoji/bank.png +0 -0
- data/templates/new-instance/public/images/emoji/bar_chart.png +0 -0
- data/templates/new-instance/public/images/emoji/barber.png +0 -0
- data/templates/new-instance/public/images/emoji/baseball.png +0 -0
- data/templates/new-instance/public/images/emoji/basketball.png +0 -0
- data/templates/new-instance/public/images/emoji/bath.png +0 -0
- data/templates/new-instance/public/images/emoji/bathtub.png +0 -0
- data/templates/new-instance/public/images/emoji/battery.png +0 -0
- data/templates/new-instance/public/images/emoji/bear.png +0 -0
- data/templates/new-instance/public/images/emoji/bee.png +0 -0
- data/templates/new-instance/public/images/emoji/beer.png +0 -0
- data/templates/new-instance/public/images/emoji/beers.png +0 -0
- data/templates/new-instance/public/images/emoji/beetle.png +0 -0
- data/templates/new-instance/public/images/emoji/beginner.png +0 -0
- data/templates/new-instance/public/images/emoji/bell.png +0 -0
- data/templates/new-instance/public/images/emoji/bento.png +0 -0
- data/templates/new-instance/public/images/emoji/bicyclist.png +0 -0
- data/templates/new-instance/public/images/emoji/bike.png +0 -0
- data/templates/new-instance/public/images/emoji/bikini.png +0 -0
- data/templates/new-instance/public/images/emoji/bird.png +0 -0
- data/templates/new-instance/public/images/emoji/birthday.png +0 -0
- data/templates/new-instance/public/images/emoji/black_circle.png +0 -0
- data/templates/new-instance/public/images/emoji/black_joker.png +0 -0
- data/templates/new-instance/public/images/emoji/black_large_square.png +0 -0
- data/templates/new-instance/public/images/emoji/black_medium_small_square.png +0 -0
- data/templates/new-instance/public/images/emoji/black_medium_square.png +0 -0
- data/templates/new-instance/public/images/emoji/black_nib.png +0 -0
- data/templates/new-instance/public/images/emoji/black_small_square.png +0 -0
- data/templates/new-instance/public/images/emoji/black_square_button.png +0 -0
- data/templates/new-instance/public/images/emoji/blossom.png +0 -0
- data/templates/new-instance/public/images/emoji/blowfish.png +0 -0
- data/templates/new-instance/public/images/emoji/blue_book.png +0 -0
- data/templates/new-instance/public/images/emoji/blue_car.png +0 -0
- data/templates/new-instance/public/images/emoji/blue_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/blush.png +0 -0
- data/templates/new-instance/public/images/emoji/boar.png +0 -0
- data/templates/new-instance/public/images/emoji/boat.png +0 -0
- data/templates/new-instance/public/images/emoji/bomb.png +0 -0
- data/templates/new-instance/public/images/emoji/book.png +0 -0
- data/templates/new-instance/public/images/emoji/bookmark.png +0 -0
- data/templates/new-instance/public/images/emoji/bookmark_tabs.png +0 -0
- data/templates/new-instance/public/images/emoji/books.png +0 -0
- data/templates/new-instance/public/images/emoji/boom.png +0 -0
- data/templates/new-instance/public/images/emoji/boot.png +0 -0
- data/templates/new-instance/public/images/emoji/bouquet.png +0 -0
- data/templates/new-instance/public/images/emoji/bow.png +0 -0
- data/templates/new-instance/public/images/emoji/bowling.png +0 -0
- data/templates/new-instance/public/images/emoji/bowtie.png +0 -0
- data/templates/new-instance/public/images/emoji/boy.png +0 -0
- data/templates/new-instance/public/images/emoji/bread.png +0 -0
- data/templates/new-instance/public/images/emoji/bride_with_veil.png +0 -0
- data/templates/new-instance/public/images/emoji/bridge_at_night.png +0 -0
- data/templates/new-instance/public/images/emoji/briefcase.png +0 -0
- data/templates/new-instance/public/images/emoji/broken_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/bug.png +0 -0
- data/templates/new-instance/public/images/emoji/bulb.png +0 -0
- data/templates/new-instance/public/images/emoji/bullettrain_front.png +0 -0
- data/templates/new-instance/public/images/emoji/bullettrain_side.png +0 -0
- data/templates/new-instance/public/images/emoji/bus.png +0 -0
- data/templates/new-instance/public/images/emoji/busstop.png +0 -0
- data/templates/new-instance/public/images/emoji/bust_in_silhouette.png +0 -0
- data/templates/new-instance/public/images/emoji/busts_in_silhouette.png +0 -0
- data/templates/new-instance/public/images/emoji/cactus.png +0 -0
- data/templates/new-instance/public/images/emoji/cake.png +0 -0
- data/templates/new-instance/public/images/emoji/calendar.png +0 -0
- data/templates/new-instance/public/images/emoji/calling.png +0 -0
- data/templates/new-instance/public/images/emoji/camel.png +0 -0
- data/templates/new-instance/public/images/emoji/camera.png +0 -0
- data/templates/new-instance/public/images/emoji/cancer.png +0 -0
- data/templates/new-instance/public/images/emoji/candy.png +0 -0
- data/templates/new-instance/public/images/emoji/capital_abcd.png +0 -0
- data/templates/new-instance/public/images/emoji/capricorn.png +0 -0
- data/templates/new-instance/public/images/emoji/car.png +0 -0
- data/templates/new-instance/public/images/emoji/card_index.png +0 -0
- data/templates/new-instance/public/images/emoji/carousel_horse.png +0 -0
- data/templates/new-instance/public/images/emoji/cat.png +0 -0
- data/templates/new-instance/public/images/emoji/cat2.png +0 -0
- data/templates/new-instance/public/images/emoji/cd.png +0 -0
- data/templates/new-instance/public/images/emoji/chart.png +0 -0
- data/templates/new-instance/public/images/emoji/chart_with_downwards_trend.png +0 -0
- data/templates/new-instance/public/images/emoji/chart_with_upwards_trend.png +0 -0
- data/templates/new-instance/public/images/emoji/checkered_flag.png +0 -0
- data/templates/new-instance/public/images/emoji/cherries.png +0 -0
- data/templates/new-instance/public/images/emoji/cherry_blossom.png +0 -0
- data/templates/new-instance/public/images/emoji/chestnut.png +0 -0
- data/templates/new-instance/public/images/emoji/chicken.png +0 -0
- data/templates/new-instance/public/images/emoji/children_crossing.png +0 -0
- data/templates/new-instance/public/images/emoji/chocolate_bar.png +0 -0
- data/templates/new-instance/public/images/emoji/christmas_tree.png +0 -0
- data/templates/new-instance/public/images/emoji/church.png +0 -0
- data/templates/new-instance/public/images/emoji/cinema.png +0 -0
- data/templates/new-instance/public/images/emoji/circus_tent.png +0 -0
- data/templates/new-instance/public/images/emoji/city_sunrise.png +0 -0
- data/templates/new-instance/public/images/emoji/city_sunset.png +0 -0
- data/templates/new-instance/public/images/emoji/cl.png +0 -0
- data/templates/new-instance/public/images/emoji/clap.png +0 -0
- data/templates/new-instance/public/images/emoji/clapper.png +0 -0
- data/templates/new-instance/public/images/emoji/clipboard.png +0 -0
- data/templates/new-instance/public/images/emoji/clock1.png +0 -0
- data/templates/new-instance/public/images/emoji/clock10.png +0 -0
- data/templates/new-instance/public/images/emoji/clock1030.png +0 -0
- data/templates/new-instance/public/images/emoji/clock11.png +0 -0
- data/templates/new-instance/public/images/emoji/clock1130.png +0 -0
- data/templates/new-instance/public/images/emoji/clock12.png +0 -0
- data/templates/new-instance/public/images/emoji/clock1230.png +0 -0
- data/templates/new-instance/public/images/emoji/clock130.png +0 -0
- data/templates/new-instance/public/images/emoji/clock2.png +0 -0
- data/templates/new-instance/public/images/emoji/clock230.png +0 -0
- data/templates/new-instance/public/images/emoji/clock3.png +0 -0
- data/templates/new-instance/public/images/emoji/clock330.png +0 -0
- data/templates/new-instance/public/images/emoji/clock4.png +0 -0
- data/templates/new-instance/public/images/emoji/clock430.png +0 -0
- data/templates/new-instance/public/images/emoji/clock5.png +0 -0
- data/templates/new-instance/public/images/emoji/clock530.png +0 -0
- data/templates/new-instance/public/images/emoji/clock6.png +0 -0
- data/templates/new-instance/public/images/emoji/clock630.png +0 -0
- data/templates/new-instance/public/images/emoji/clock7.png +0 -0
- data/templates/new-instance/public/images/emoji/clock730.png +0 -0
- data/templates/new-instance/public/images/emoji/clock8.png +0 -0
- data/templates/new-instance/public/images/emoji/clock830.png +0 -0
- data/templates/new-instance/public/images/emoji/clock9.png +0 -0
- data/templates/new-instance/public/images/emoji/clock930.png +0 -0
- data/templates/new-instance/public/images/emoji/closed_book.png +0 -0
- data/templates/new-instance/public/images/emoji/closed_lock_with_key.png +0 -0
- data/templates/new-instance/public/images/emoji/closed_umbrella.png +0 -0
- data/templates/new-instance/public/images/emoji/cloud.png +0 -0
- data/templates/new-instance/public/images/emoji/clubs.png +0 -0
- data/templates/new-instance/public/images/emoji/cn.png +0 -0
- data/templates/new-instance/public/images/emoji/cocktail.png +0 -0
- data/templates/new-instance/public/images/emoji/coffee.png +0 -0
- data/templates/new-instance/public/images/emoji/cold_sweat.png +0 -0
- data/templates/new-instance/public/images/emoji/collision.png +0 -0
- data/templates/new-instance/public/images/emoji/computer.png +0 -0
- data/templates/new-instance/public/images/emoji/confetti_ball.png +0 -0
- data/templates/new-instance/public/images/emoji/confounded.png +0 -0
- data/templates/new-instance/public/images/emoji/confused.png +0 -0
- data/templates/new-instance/public/images/emoji/congratulations.png +0 -0
- data/templates/new-instance/public/images/emoji/construction.png +0 -0
- data/templates/new-instance/public/images/emoji/construction_worker.png +0 -0
- data/templates/new-instance/public/images/emoji/convenience_store.png +0 -0
- data/templates/new-instance/public/images/emoji/cookie.png +0 -0
- data/templates/new-instance/public/images/emoji/cool.png +0 -0
- data/templates/new-instance/public/images/emoji/cop.png +0 -0
- data/templates/new-instance/public/images/emoji/copyright.png +0 -0
- data/templates/new-instance/public/images/emoji/corn.png +0 -0
- data/templates/new-instance/public/images/emoji/couple.png +0 -0
- data/templates/new-instance/public/images/emoji/couple_with_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/couplekiss.png +0 -0
- data/templates/new-instance/public/images/emoji/cow.png +0 -0
- data/templates/new-instance/public/images/emoji/cow2.png +0 -0
- data/templates/new-instance/public/images/emoji/credit_card.png +0 -0
- data/templates/new-instance/public/images/emoji/crescent_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/crocodile.png +0 -0
- data/templates/new-instance/public/images/emoji/crossed_flags.png +0 -0
- data/templates/new-instance/public/images/emoji/crown.png +0 -0
- data/templates/new-instance/public/images/emoji/cry.png +0 -0
- data/templates/new-instance/public/images/emoji/crying_cat_face.png +0 -0
- data/templates/new-instance/public/images/emoji/crystal_ball.png +0 -0
- data/templates/new-instance/public/images/emoji/cupid.png +0 -0
- data/templates/new-instance/public/images/emoji/curly_loop.png +0 -0
- data/templates/new-instance/public/images/emoji/currency_exchange.png +0 -0
- data/templates/new-instance/public/images/emoji/curry.png +0 -0
- data/templates/new-instance/public/images/emoji/custard.png +0 -0
- data/templates/new-instance/public/images/emoji/customs.png +0 -0
- data/templates/new-instance/public/images/emoji/cyclone.png +0 -0
- data/templates/new-instance/public/images/emoji/dancer.png +0 -0
- data/templates/new-instance/public/images/emoji/dancers.png +0 -0
- data/templates/new-instance/public/images/emoji/dango.png +0 -0
- data/templates/new-instance/public/images/emoji/dart.png +0 -0
- data/templates/new-instance/public/images/emoji/dash.png +0 -0
- data/templates/new-instance/public/images/emoji/date.png +0 -0
- data/templates/new-instance/public/images/emoji/de.png +0 -0
- data/templates/new-instance/public/images/emoji/deciduous_tree.png +0 -0
- data/templates/new-instance/public/images/emoji/department_store.png +0 -0
- data/templates/new-instance/public/images/emoji/diamond_shape_with_a_dot_inside.png +0 -0
- data/templates/new-instance/public/images/emoji/diamonds.png +0 -0
- data/templates/new-instance/public/images/emoji/disappointed.png +0 -0
- data/templates/new-instance/public/images/emoji/disappointed_relieved.png +0 -0
- data/templates/new-instance/public/images/emoji/dizzy.png +0 -0
- data/templates/new-instance/public/images/emoji/dizzy_face.png +0 -0
- data/templates/new-instance/public/images/emoji/do_not_litter.png +0 -0
- data/templates/new-instance/public/images/emoji/dog.png +0 -0
- data/templates/new-instance/public/images/emoji/dog2.png +0 -0
- data/templates/new-instance/public/images/emoji/dollar.png +0 -0
- data/templates/new-instance/public/images/emoji/dolls.png +0 -0
- data/templates/new-instance/public/images/emoji/dolphin.png +0 -0
- data/templates/new-instance/public/images/emoji/door.png +0 -0
- data/templates/new-instance/public/images/emoji/doughnut.png +0 -0
- data/templates/new-instance/public/images/emoji/dragon.png +0 -0
- data/templates/new-instance/public/images/emoji/dragon_face.png +0 -0
- data/templates/new-instance/public/images/emoji/dress.png +0 -0
- data/templates/new-instance/public/images/emoji/dromedary_camel.png +0 -0
- data/templates/new-instance/public/images/emoji/droplet.png +0 -0
- data/templates/new-instance/public/images/emoji/dvd.png +0 -0
- data/templates/new-instance/public/images/emoji/e-mail.png +0 -0
- data/templates/new-instance/public/images/emoji/ear.png +0 -0
- data/templates/new-instance/public/images/emoji/ear_of_rice.png +0 -0
- data/templates/new-instance/public/images/emoji/earth_africa.png +0 -0
- data/templates/new-instance/public/images/emoji/earth_americas.png +0 -0
- data/templates/new-instance/public/images/emoji/earth_asia.png +0 -0
- data/templates/new-instance/public/images/emoji/egg.png +0 -0
- data/templates/new-instance/public/images/emoji/eggplant.png +0 -0
- data/templates/new-instance/public/images/emoji/eight.png +0 -0
- data/templates/new-instance/public/images/emoji/eight_pointed_black_star.png +0 -0
- data/templates/new-instance/public/images/emoji/eight_spoked_asterisk.png +0 -0
- data/templates/new-instance/public/images/emoji/electric_plug.png +0 -0
- data/templates/new-instance/public/images/emoji/elephant.png +0 -0
- data/templates/new-instance/public/images/emoji/email.png +0 -0
- data/templates/new-instance/public/images/emoji/end.png +0 -0
- data/templates/new-instance/public/images/emoji/envelope.png +0 -0
- data/templates/new-instance/public/images/emoji/envelope_with_arrow.png +0 -0
- data/templates/new-instance/public/images/emoji/es.png +0 -0
- data/templates/new-instance/public/images/emoji/euro.png +0 -0
- data/templates/new-instance/public/images/emoji/european_castle.png +0 -0
- data/templates/new-instance/public/images/emoji/european_post_office.png +0 -0
- data/templates/new-instance/public/images/emoji/evergreen_tree.png +0 -0
- data/templates/new-instance/public/images/emoji/exclamation.png +0 -0
- data/templates/new-instance/public/images/emoji/expressionless.png +0 -0
- data/templates/new-instance/public/images/emoji/eyeglasses.png +0 -0
- data/templates/new-instance/public/images/emoji/eyes.png +0 -0
- data/templates/new-instance/public/images/emoji/facepunch.png +0 -0
- data/templates/new-instance/public/images/emoji/factory.png +0 -0
- data/templates/new-instance/public/images/emoji/fallen_leaf.png +0 -0
- data/templates/new-instance/public/images/emoji/family.png +0 -0
- data/templates/new-instance/public/images/emoji/fast_forward.png +0 -0
- data/templates/new-instance/public/images/emoji/fax.png +0 -0
- data/templates/new-instance/public/images/emoji/fearful.png +0 -0
- data/templates/new-instance/public/images/emoji/feelsgood.png +0 -0
- data/templates/new-instance/public/images/emoji/feet.png +0 -0
- data/templates/new-instance/public/images/emoji/ferris_wheel.png +0 -0
- data/templates/new-instance/public/images/emoji/file_folder.png +0 -0
- data/templates/new-instance/public/images/emoji/finnadie.png +0 -0
- data/templates/new-instance/public/images/emoji/fire.png +0 -0
- data/templates/new-instance/public/images/emoji/fire_engine.png +0 -0
- data/templates/new-instance/public/images/emoji/fireworks.png +0 -0
- data/templates/new-instance/public/images/emoji/first_quarter_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/first_quarter_moon_with_face.png +0 -0
- data/templates/new-instance/public/images/emoji/fish.png +0 -0
- data/templates/new-instance/public/images/emoji/fish_cake.png +0 -0
- data/templates/new-instance/public/images/emoji/fishing_pole_and_fish.png +0 -0
- data/templates/new-instance/public/images/emoji/fist.png +0 -0
- data/templates/new-instance/public/images/emoji/five.png +0 -0
- data/templates/new-instance/public/images/emoji/flags.png +0 -0
- data/templates/new-instance/public/images/emoji/flashlight.png +0 -0
- data/templates/new-instance/public/images/emoji/floppy_disk.png +0 -0
- data/templates/new-instance/public/images/emoji/flower_playing_cards.png +0 -0
- data/templates/new-instance/public/images/emoji/flushed.png +0 -0
- data/templates/new-instance/public/images/emoji/foggy.png +0 -0
- data/templates/new-instance/public/images/emoji/football.png +0 -0
- data/templates/new-instance/public/images/emoji/footprints.png +0 -0
- data/templates/new-instance/public/images/emoji/fork_and_knife.png +0 -0
- data/templates/new-instance/public/images/emoji/fountain.png +0 -0
- data/templates/new-instance/public/images/emoji/four.png +0 -0
- data/templates/new-instance/public/images/emoji/four_leaf_clover.png +0 -0
- data/templates/new-instance/public/images/emoji/fr.png +0 -0
- data/templates/new-instance/public/images/emoji/free.png +0 -0
- data/templates/new-instance/public/images/emoji/fried_shrimp.png +0 -0
- data/templates/new-instance/public/images/emoji/fries.png +0 -0
- data/templates/new-instance/public/images/emoji/frog.png +0 -0
- data/templates/new-instance/public/images/emoji/frowning.png +0 -0
- data/templates/new-instance/public/images/emoji/fu.png +0 -0
- data/templates/new-instance/public/images/emoji/fuelpump.png +0 -0
- data/templates/new-instance/public/images/emoji/full_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/full_moon_with_face.png +0 -0
- data/templates/new-instance/public/images/emoji/game_die.png +0 -0
- data/templates/new-instance/public/images/emoji/gb.png +0 -0
- data/templates/new-instance/public/images/emoji/gem.png +0 -0
- data/templates/new-instance/public/images/emoji/gemini.png +0 -0
- data/templates/new-instance/public/images/emoji/ghost.png +0 -0
- data/templates/new-instance/public/images/emoji/gift.png +0 -0
- data/templates/new-instance/public/images/emoji/gift_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/girl.png +0 -0
- data/templates/new-instance/public/images/emoji/globe_with_meridians.png +0 -0
- data/templates/new-instance/public/images/emoji/goat.png +0 -0
- data/templates/new-instance/public/images/emoji/goberserk.png +0 -0
- data/templates/new-instance/public/images/emoji/godmode.png +0 -0
- data/templates/new-instance/public/images/emoji/golf.png +0 -0
- data/templates/new-instance/public/images/emoji/grapes.png +0 -0
- data/templates/new-instance/public/images/emoji/green_apple.png +0 -0
- data/templates/new-instance/public/images/emoji/green_book.png +0 -0
- data/templates/new-instance/public/images/emoji/green_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/grey_exclamation.png +0 -0
- data/templates/new-instance/public/images/emoji/grey_question.png +0 -0
- data/templates/new-instance/public/images/emoji/grimacing.png +0 -0
- data/templates/new-instance/public/images/emoji/grin.png +0 -0
- data/templates/new-instance/public/images/emoji/grinning.png +0 -0
- data/templates/new-instance/public/images/emoji/guardsman.png +0 -0
- data/templates/new-instance/public/images/emoji/guitar.png +0 -0
- data/templates/new-instance/public/images/emoji/gun.png +0 -0
- data/templates/new-instance/public/images/emoji/haircut.png +0 -0
- data/templates/new-instance/public/images/emoji/hamburger.png +0 -0
- data/templates/new-instance/public/images/emoji/hammer.png +0 -0
- data/templates/new-instance/public/images/emoji/hamster.png +0 -0
- data/templates/new-instance/public/images/emoji/hand.png +0 -0
- data/templates/new-instance/public/images/emoji/handbag.png +0 -0
- data/templates/new-instance/public/images/emoji/hankey.png +0 -0
- data/templates/new-instance/public/images/emoji/hash.png +0 -0
- data/templates/new-instance/public/images/emoji/hatched_chick.png +0 -0
- data/templates/new-instance/public/images/emoji/hatching_chick.png +0 -0
- data/templates/new-instance/public/images/emoji/headphones.png +0 -0
- data/templates/new-instance/public/images/emoji/hear_no_evil.png +0 -0
- data/templates/new-instance/public/images/emoji/heart.png +0 -0
- data/templates/new-instance/public/images/emoji/heart_decoration.png +0 -0
- data/templates/new-instance/public/images/emoji/heart_eyes.png +0 -0
- data/templates/new-instance/public/images/emoji/heart_eyes_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/heartbeat.png +0 -0
- data/templates/new-instance/public/images/emoji/heartpulse.png +0 -0
- data/templates/new-instance/public/images/emoji/hearts.png +0 -0
- data/templates/new-instance/public/images/emoji/heavy_check_mark.png +0 -0
- data/templates/new-instance/public/images/emoji/heavy_division_sign.png +0 -0
- data/templates/new-instance/public/images/emoji/heavy_dollar_sign.png +0 -0
- data/templates/new-instance/public/images/emoji/heavy_exclamation_mark.png +0 -0
- data/templates/new-instance/public/images/emoji/heavy_minus_sign.png +0 -0
- data/templates/new-instance/public/images/emoji/heavy_multiplication_x.png +0 -0
- data/templates/new-instance/public/images/emoji/heavy_plus_sign.png +0 -0
- data/templates/new-instance/public/images/emoji/helicopter.png +0 -0
- data/templates/new-instance/public/images/emoji/herb.png +0 -0
- data/templates/new-instance/public/images/emoji/hibiscus.png +0 -0
- data/templates/new-instance/public/images/emoji/high_brightness.png +0 -0
- data/templates/new-instance/public/images/emoji/high_heel.png +0 -0
- data/templates/new-instance/public/images/emoji/hocho.png +0 -0
- data/templates/new-instance/public/images/emoji/honey_pot.png +0 -0
- data/templates/new-instance/public/images/emoji/honeybee.png +0 -0
- data/templates/new-instance/public/images/emoji/horse.png +0 -0
- data/templates/new-instance/public/images/emoji/horse_racing.png +0 -0
- data/templates/new-instance/public/images/emoji/hospital.png +0 -0
- data/templates/new-instance/public/images/emoji/hotel.png +0 -0
- data/templates/new-instance/public/images/emoji/hotsprings.png +0 -0
- data/templates/new-instance/public/images/emoji/hourglass.png +0 -0
- data/templates/new-instance/public/images/emoji/hourglass_flowing_sand.png +0 -0
- data/templates/new-instance/public/images/emoji/house.png +0 -0
- data/templates/new-instance/public/images/emoji/house_with_garden.png +0 -0
- data/templates/new-instance/public/images/emoji/hurtrealbad.png +0 -0
- data/templates/new-instance/public/images/emoji/hushed.png +0 -0
- data/templates/new-instance/public/images/emoji/ice_cream.png +0 -0
- data/templates/new-instance/public/images/emoji/icecream.png +0 -0
- data/templates/new-instance/public/images/emoji/id.png +0 -0
- data/templates/new-instance/public/images/emoji/ideograph_advantage.png +0 -0
- data/templates/new-instance/public/images/emoji/imp.png +0 -0
- data/templates/new-instance/public/images/emoji/inbox_tray.png +0 -0
- data/templates/new-instance/public/images/emoji/incoming_envelope.png +0 -0
- data/templates/new-instance/public/images/emoji/information_desk_person.png +0 -0
- data/templates/new-instance/public/images/emoji/information_source.png +0 -0
- data/templates/new-instance/public/images/emoji/innocent.png +0 -0
- data/templates/new-instance/public/images/emoji/interrobang.png +0 -0
- data/templates/new-instance/public/images/emoji/iphone.png +0 -0
- data/templates/new-instance/public/images/emoji/it.png +0 -0
- data/templates/new-instance/public/images/emoji/izakaya_lantern.png +0 -0
- data/templates/new-instance/public/images/emoji/jack_o_lantern.png +0 -0
- data/templates/new-instance/public/images/emoji/japan.png +0 -0
- data/templates/new-instance/public/images/emoji/japanese_castle.png +0 -0
- data/templates/new-instance/public/images/emoji/japanese_goblin.png +0 -0
- data/templates/new-instance/public/images/emoji/japanese_ogre.png +0 -0
- data/templates/new-instance/public/images/emoji/jeans.png +0 -0
- data/templates/new-instance/public/images/emoji/joy.png +0 -0
- data/templates/new-instance/public/images/emoji/joy_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/jp.png +0 -0
- data/templates/new-instance/public/images/emoji/key.png +0 -0
- data/templates/new-instance/public/images/emoji/keycap_ten.png +0 -0
- data/templates/new-instance/public/images/emoji/kimono.png +0 -0
- data/templates/new-instance/public/images/emoji/kiss.png +0 -0
- data/templates/new-instance/public/images/emoji/kissing.png +0 -0
- data/templates/new-instance/public/images/emoji/kissing_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/kissing_closed_eyes.png +0 -0
- data/templates/new-instance/public/images/emoji/kissing_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/kissing_smiling_eyes.png +0 -0
- data/templates/new-instance/public/images/emoji/koala.png +0 -0
- data/templates/new-instance/public/images/emoji/koko.png +0 -0
- data/templates/new-instance/public/images/emoji/kr.png +0 -0
- data/templates/new-instance/public/images/emoji/lantern.png +0 -0
- data/templates/new-instance/public/images/emoji/large_blue_circle.png +0 -0
- data/templates/new-instance/public/images/emoji/large_blue_diamond.png +0 -0
- data/templates/new-instance/public/images/emoji/large_orange_diamond.png +0 -0
- data/templates/new-instance/public/images/emoji/last_quarter_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/last_quarter_moon_with_face.png +0 -0
- data/templates/new-instance/public/images/emoji/laughing.png +0 -0
- data/templates/new-instance/public/images/emoji/leaves.png +0 -0
- data/templates/new-instance/public/images/emoji/ledger.png +0 -0
- data/templates/new-instance/public/images/emoji/left_luggage.png +0 -0
- data/templates/new-instance/public/images/emoji/left_right_arrow.png +0 -0
- data/templates/new-instance/public/images/emoji/leftwards_arrow_with_hook.png +0 -0
- data/templates/new-instance/public/images/emoji/lemon.png +0 -0
- data/templates/new-instance/public/images/emoji/leo.png +0 -0
- data/templates/new-instance/public/images/emoji/leopard.png +0 -0
- data/templates/new-instance/public/images/emoji/libra.png +0 -0
- data/templates/new-instance/public/images/emoji/light_rail.png +0 -0
- data/templates/new-instance/public/images/emoji/link.png +0 -0
- data/templates/new-instance/public/images/emoji/lips.png +0 -0
- data/templates/new-instance/public/images/emoji/lipstick.png +0 -0
- data/templates/new-instance/public/images/emoji/lock.png +0 -0
- data/templates/new-instance/public/images/emoji/lock_with_ink_pen.png +0 -0
- data/templates/new-instance/public/images/emoji/lollipop.png +0 -0
- data/templates/new-instance/public/images/emoji/loop.png +0 -0
- data/templates/new-instance/public/images/emoji/loudspeaker.png +0 -0
- data/templates/new-instance/public/images/emoji/love_hotel.png +0 -0
- data/templates/new-instance/public/images/emoji/love_letter.png +0 -0
- data/templates/new-instance/public/images/emoji/low_brightness.png +0 -0
- data/templates/new-instance/public/images/emoji/m.png +0 -0
- data/templates/new-instance/public/images/emoji/mag.png +0 -0
- data/templates/new-instance/public/images/emoji/mag_right.png +0 -0
- data/templates/new-instance/public/images/emoji/mahjong.png +0 -0
- data/templates/new-instance/public/images/emoji/mailbox.png +0 -0
- data/templates/new-instance/public/images/emoji/mailbox_closed.png +0 -0
- data/templates/new-instance/public/images/emoji/mailbox_with_mail.png +0 -0
- data/templates/new-instance/public/images/emoji/mailbox_with_no_mail.png +0 -0
- data/templates/new-instance/public/images/emoji/man.png +0 -0
- data/templates/new-instance/public/images/emoji/man_with_gua_pi_mao.png +0 -0
- data/templates/new-instance/public/images/emoji/man_with_turban.png +0 -0
- data/templates/new-instance/public/images/emoji/mans_shoe.png +0 -0
- data/templates/new-instance/public/images/emoji/maple_leaf.png +0 -0
- data/templates/new-instance/public/images/emoji/mask.png +0 -0
- data/templates/new-instance/public/images/emoji/massage.png +0 -0
- data/templates/new-instance/public/images/emoji/meat_on_bone.png +0 -0
- data/templates/new-instance/public/images/emoji/mega.png +0 -0
- data/templates/new-instance/public/images/emoji/melon.png +0 -0
- data/templates/new-instance/public/images/emoji/memo.png +0 -0
- data/templates/new-instance/public/images/emoji/mens.png +0 -0
- data/templates/new-instance/public/images/emoji/metal.png +0 -0
- data/templates/new-instance/public/images/emoji/metro.png +0 -0
- data/templates/new-instance/public/images/emoji/microphone.png +0 -0
- data/templates/new-instance/public/images/emoji/microscope.png +0 -0
- data/templates/new-instance/public/images/emoji/milky_way.png +0 -0
- data/templates/new-instance/public/images/emoji/minibus.png +0 -0
- data/templates/new-instance/public/images/emoji/minidisc.png +0 -0
- data/templates/new-instance/public/images/emoji/mobile_phone_off.png +0 -0
- data/templates/new-instance/public/images/emoji/money_with_wings.png +0 -0
- data/templates/new-instance/public/images/emoji/moneybag.png +0 -0
- data/templates/new-instance/public/images/emoji/monkey.png +0 -0
- data/templates/new-instance/public/images/emoji/monkey_face.png +0 -0
- data/templates/new-instance/public/images/emoji/monorail.png +0 -0
- data/templates/new-instance/public/images/emoji/moon.png +0 -0
- data/templates/new-instance/public/images/emoji/mortar_board.png +0 -0
- data/templates/new-instance/public/images/emoji/mount_fuji.png +0 -0
- data/templates/new-instance/public/images/emoji/mountain_bicyclist.png +0 -0
- data/templates/new-instance/public/images/emoji/mountain_cableway.png +0 -0
- data/templates/new-instance/public/images/emoji/mountain_railway.png +0 -0
- data/templates/new-instance/public/images/emoji/mouse.png +0 -0
- data/templates/new-instance/public/images/emoji/mouse2.png +0 -0
- data/templates/new-instance/public/images/emoji/movie_camera.png +0 -0
- data/templates/new-instance/public/images/emoji/moyai.png +0 -0
- data/templates/new-instance/public/images/emoji/muscle.png +0 -0
- data/templates/new-instance/public/images/emoji/mushroom.png +0 -0
- data/templates/new-instance/public/images/emoji/musical_keyboard.png +0 -0
- data/templates/new-instance/public/images/emoji/musical_note.png +0 -0
- data/templates/new-instance/public/images/emoji/musical_score.png +0 -0
- data/templates/new-instance/public/images/emoji/mute.png +0 -0
- data/templates/new-instance/public/images/emoji/nail_care.png +0 -0
- data/templates/new-instance/public/images/emoji/name_badge.png +0 -0
- data/templates/new-instance/public/images/emoji/neckbeard.png +0 -0
- data/templates/new-instance/public/images/emoji/necktie.png +0 -0
- data/templates/new-instance/public/images/emoji/negative_squared_cross_mark.png +0 -0
- data/templates/new-instance/public/images/emoji/neutral_face.png +0 -0
- data/templates/new-instance/public/images/emoji/new.png +0 -0
- data/templates/new-instance/public/images/emoji/new_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/new_moon_with_face.png +0 -0
- data/templates/new-instance/public/images/emoji/newspaper.png +0 -0
- data/templates/new-instance/public/images/emoji/ng.png +0 -0
- data/templates/new-instance/public/images/emoji/nine.png +0 -0
- data/templates/new-instance/public/images/emoji/no_bell.png +0 -0
- data/templates/new-instance/public/images/emoji/no_bicycles.png +0 -0
- data/templates/new-instance/public/images/emoji/no_entry.png +0 -0
- data/templates/new-instance/public/images/emoji/no_entry_sign.png +0 -0
- data/templates/new-instance/public/images/emoji/no_good.png +0 -0
- data/templates/new-instance/public/images/emoji/no_mobile_phones.png +0 -0
- data/templates/new-instance/public/images/emoji/no_mouth.png +0 -0
- data/templates/new-instance/public/images/emoji/no_pedestrians.png +0 -0
- data/templates/new-instance/public/images/emoji/no_smoking.png +0 -0
- data/templates/new-instance/public/images/emoji/non-potable_water.png +0 -0
- data/templates/new-instance/public/images/emoji/nose.png +0 -0
- data/templates/new-instance/public/images/emoji/notebook.png +0 -0
- data/templates/new-instance/public/images/emoji/notebook_with_decorative_cover.png +0 -0
- data/templates/new-instance/public/images/emoji/notes.png +0 -0
- data/templates/new-instance/public/images/emoji/nut_and_bolt.png +0 -0
- data/templates/new-instance/public/images/emoji/o.png +0 -0
- data/templates/new-instance/public/images/emoji/o2.png +0 -0
- data/templates/new-instance/public/images/emoji/ocean.png +0 -0
- data/templates/new-instance/public/images/emoji/octocat.png +0 -0
- data/templates/new-instance/public/images/emoji/octopus.png +0 -0
- data/templates/new-instance/public/images/emoji/oden.png +0 -0
- data/templates/new-instance/public/images/emoji/office.png +0 -0
- data/templates/new-instance/public/images/emoji/ok.png +0 -0
- data/templates/new-instance/public/images/emoji/ok_hand.png +0 -0
- data/templates/new-instance/public/images/emoji/ok_woman.png +0 -0
- data/templates/new-instance/public/images/emoji/older_man.png +0 -0
- data/templates/new-instance/public/images/emoji/older_woman.png +0 -0
- data/templates/new-instance/public/images/emoji/on.png +0 -0
- data/templates/new-instance/public/images/emoji/oncoming_automobile.png +0 -0
- data/templates/new-instance/public/images/emoji/oncoming_bus.png +0 -0
- data/templates/new-instance/public/images/emoji/oncoming_police_car.png +0 -0
- data/templates/new-instance/public/images/emoji/oncoming_taxi.png +0 -0
- data/templates/new-instance/public/images/emoji/one.png +0 -0
- data/templates/new-instance/public/images/emoji/open_book.png +0 -0
- data/templates/new-instance/public/images/emoji/open_file_folder.png +0 -0
- data/templates/new-instance/public/images/emoji/open_hands.png +0 -0
- data/templates/new-instance/public/images/emoji/open_mouth.png +0 -0
- data/templates/new-instance/public/images/emoji/ophiuchus.png +0 -0
- data/templates/new-instance/public/images/emoji/orange_book.png +0 -0
- data/templates/new-instance/public/images/emoji/outbox_tray.png +0 -0
- data/templates/new-instance/public/images/emoji/ox.png +0 -0
- data/templates/new-instance/public/images/emoji/package.png +0 -0
- data/templates/new-instance/public/images/emoji/page_facing_up.png +0 -0
- data/templates/new-instance/public/images/emoji/page_with_curl.png +0 -0
- data/templates/new-instance/public/images/emoji/pager.png +0 -0
- data/templates/new-instance/public/images/emoji/palm_tree.png +0 -0
- data/templates/new-instance/public/images/emoji/panda_face.png +0 -0
- data/templates/new-instance/public/images/emoji/paperclip.png +0 -0
- data/templates/new-instance/public/images/emoji/parking.png +0 -0
- data/templates/new-instance/public/images/emoji/part_alternation_mark.png +0 -0
- data/templates/new-instance/public/images/emoji/partly_sunny.png +0 -0
- data/templates/new-instance/public/images/emoji/passport_control.png +0 -0
- data/templates/new-instance/public/images/emoji/paw_prints.png +0 -0
- data/templates/new-instance/public/images/emoji/peach.png +0 -0
- data/templates/new-instance/public/images/emoji/pear.png +0 -0
- data/templates/new-instance/public/images/emoji/pencil.png +0 -0
- data/templates/new-instance/public/images/emoji/pencil2.png +0 -0
- data/templates/new-instance/public/images/emoji/penguin.png +0 -0
- data/templates/new-instance/public/images/emoji/pensive.png +0 -0
- data/templates/new-instance/public/images/emoji/performing_arts.png +0 -0
- data/templates/new-instance/public/images/emoji/persevere.png +0 -0
- data/templates/new-instance/public/images/emoji/person_frowning.png +0 -0
- data/templates/new-instance/public/images/emoji/person_with_blond_hair.png +0 -0
- data/templates/new-instance/public/images/emoji/person_with_pouting_face.png +0 -0
- data/templates/new-instance/public/images/emoji/phone.png +0 -0
- data/templates/new-instance/public/images/emoji/pig.png +0 -0
- data/templates/new-instance/public/images/emoji/pig2.png +0 -0
- data/templates/new-instance/public/images/emoji/pig_nose.png +0 -0
- data/templates/new-instance/public/images/emoji/pill.png +0 -0
- data/templates/new-instance/public/images/emoji/pineapple.png +0 -0
- data/templates/new-instance/public/images/emoji/pisces.png +0 -0
- data/templates/new-instance/public/images/emoji/pizza.png +0 -0
- data/templates/new-instance/public/images/emoji/point_down.png +0 -0
- data/templates/new-instance/public/images/emoji/point_left.png +0 -0
- data/templates/new-instance/public/images/emoji/point_right.png +0 -0
- data/templates/new-instance/public/images/emoji/point_up.png +0 -0
- data/templates/new-instance/public/images/emoji/point_up_2.png +0 -0
- data/templates/new-instance/public/images/emoji/police_car.png +0 -0
- data/templates/new-instance/public/images/emoji/poodle.png +0 -0
- data/templates/new-instance/public/images/emoji/poop.png +0 -0
- data/templates/new-instance/public/images/emoji/post_office.png +0 -0
- data/templates/new-instance/public/images/emoji/postal_horn.png +0 -0
- data/templates/new-instance/public/images/emoji/postbox.png +0 -0
- data/templates/new-instance/public/images/emoji/potable_water.png +0 -0
- data/templates/new-instance/public/images/emoji/pouch.png +0 -0
- data/templates/new-instance/public/images/emoji/poultry_leg.png +0 -0
- data/templates/new-instance/public/images/emoji/pound.png +0 -0
- data/templates/new-instance/public/images/emoji/pouting_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/pray.png +0 -0
- data/templates/new-instance/public/images/emoji/princess.png +0 -0
- data/templates/new-instance/public/images/emoji/punch.png +0 -0
- data/templates/new-instance/public/images/emoji/purple_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/purse.png +0 -0
- data/templates/new-instance/public/images/emoji/pushpin.png +0 -0
- data/templates/new-instance/public/images/emoji/put_litter_in_its_place.png +0 -0
- data/templates/new-instance/public/images/emoji/question.png +0 -0
- data/templates/new-instance/public/images/emoji/rabbit.png +0 -0
- data/templates/new-instance/public/images/emoji/rabbit2.png +0 -0
- data/templates/new-instance/public/images/emoji/racehorse.png +0 -0
- data/templates/new-instance/public/images/emoji/radio.png +0 -0
- data/templates/new-instance/public/images/emoji/radio_button.png +0 -0
- data/templates/new-instance/public/images/emoji/rage.png +0 -0
- data/templates/new-instance/public/images/emoji/rage1.png +0 -0
- data/templates/new-instance/public/images/emoji/rage2.png +0 -0
- data/templates/new-instance/public/images/emoji/rage3.png +0 -0
- data/templates/new-instance/public/images/emoji/rage4.png +0 -0
- data/templates/new-instance/public/images/emoji/railway_car.png +0 -0
- data/templates/new-instance/public/images/emoji/rainbow.png +0 -0
- data/templates/new-instance/public/images/emoji/raised_hand.png +0 -0
- data/templates/new-instance/public/images/emoji/raised_hands.png +0 -0
- data/templates/new-instance/public/images/emoji/raising_hand.png +0 -0
- data/templates/new-instance/public/images/emoji/ram.png +0 -0
- data/templates/new-instance/public/images/emoji/ramen.png +0 -0
- data/templates/new-instance/public/images/emoji/rat.png +0 -0
- data/templates/new-instance/public/images/emoji/recycle.png +0 -0
- data/templates/new-instance/public/images/emoji/red_car.png +0 -0
- data/templates/new-instance/public/images/emoji/red_circle.png +0 -0
- data/templates/new-instance/public/images/emoji/registered.png +0 -0
- data/templates/new-instance/public/images/emoji/relaxed.png +0 -0
- data/templates/new-instance/public/images/emoji/relieved.png +0 -0
- data/templates/new-instance/public/images/emoji/repeat.png +0 -0
- data/templates/new-instance/public/images/emoji/repeat_one.png +0 -0
- data/templates/new-instance/public/images/emoji/restroom.png +0 -0
- data/templates/new-instance/public/images/emoji/revolving_hearts.png +0 -0
- data/templates/new-instance/public/images/emoji/rewind.png +0 -0
- data/templates/new-instance/public/images/emoji/ribbon.png +0 -0
- data/templates/new-instance/public/images/emoji/rice.png +0 -0
- data/templates/new-instance/public/images/emoji/rice_ball.png +0 -0
- data/templates/new-instance/public/images/emoji/rice_cracker.png +0 -0
- data/templates/new-instance/public/images/emoji/rice_scene.png +0 -0
- data/templates/new-instance/public/images/emoji/ring.png +0 -0
- data/templates/new-instance/public/images/emoji/rocket.png +0 -0
- data/templates/new-instance/public/images/emoji/roller_coaster.png +0 -0
- data/templates/new-instance/public/images/emoji/rooster.png +0 -0
- data/templates/new-instance/public/images/emoji/rose.png +0 -0
- data/templates/new-instance/public/images/emoji/rotating_light.png +0 -0
- data/templates/new-instance/public/images/emoji/round_pushpin.png +0 -0
- data/templates/new-instance/public/images/emoji/rowboat.png +0 -0
- data/templates/new-instance/public/images/emoji/ru.png +0 -0
- data/templates/new-instance/public/images/emoji/rugby_football.png +0 -0
- data/templates/new-instance/public/images/emoji/runner.png +0 -0
- data/templates/new-instance/public/images/emoji/running.png +0 -0
- data/templates/new-instance/public/images/emoji/running_shirt_with_sash.png +0 -0
- data/templates/new-instance/public/images/emoji/sa.png +0 -0
- data/templates/new-instance/public/images/emoji/sagittarius.png +0 -0
- data/templates/new-instance/public/images/emoji/sailboat.png +0 -0
- data/templates/new-instance/public/images/emoji/sake.png +0 -0
- data/templates/new-instance/public/images/emoji/sandal.png +0 -0
- data/templates/new-instance/public/images/emoji/santa.png +0 -0
- data/templates/new-instance/public/images/emoji/satellite.png +0 -0
- data/templates/new-instance/public/images/emoji/satisfied.png +0 -0
- data/templates/new-instance/public/images/emoji/saxophone.png +0 -0
- data/templates/new-instance/public/images/emoji/school.png +0 -0
- data/templates/new-instance/public/images/emoji/school_satchel.png +0 -0
- data/templates/new-instance/public/images/emoji/scissors.png +0 -0
- data/templates/new-instance/public/images/emoji/scorpius.png +0 -0
- data/templates/new-instance/public/images/emoji/scream.png +0 -0
- data/templates/new-instance/public/images/emoji/scream_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/scroll.png +0 -0
- data/templates/new-instance/public/images/emoji/seat.png +0 -0
- data/templates/new-instance/public/images/emoji/secret.png +0 -0
- data/templates/new-instance/public/images/emoji/see_no_evil.png +0 -0
- data/templates/new-instance/public/images/emoji/seedling.png +0 -0
- data/templates/new-instance/public/images/emoji/seven.png +0 -0
- data/templates/new-instance/public/images/emoji/shaved_ice.png +0 -0
- data/templates/new-instance/public/images/emoji/sheep.png +0 -0
- data/templates/new-instance/public/images/emoji/shell.png +0 -0
- data/templates/new-instance/public/images/emoji/ship.png +0 -0
- data/templates/new-instance/public/images/emoji/shipit.png +0 -0
- data/templates/new-instance/public/images/emoji/shirt.png +0 -0
- data/templates/new-instance/public/images/emoji/shit.png +0 -0
- data/templates/new-instance/public/images/emoji/shoe.png +0 -0
- data/templates/new-instance/public/images/emoji/shower.png +0 -0
- data/templates/new-instance/public/images/emoji/signal_strength.png +0 -0
- data/templates/new-instance/public/images/emoji/six.png +0 -0
- data/templates/new-instance/public/images/emoji/six_pointed_star.png +0 -0
- data/templates/new-instance/public/images/emoji/ski.png +0 -0
- data/templates/new-instance/public/images/emoji/skull.png +0 -0
- data/templates/new-instance/public/images/emoji/sleeping.png +0 -0
- data/templates/new-instance/public/images/emoji/sleepy.png +0 -0
- data/templates/new-instance/public/images/emoji/slot_machine.png +0 -0
- data/templates/new-instance/public/images/emoji/small_blue_diamond.png +0 -0
- data/templates/new-instance/public/images/emoji/small_orange_diamond.png +0 -0
- data/templates/new-instance/public/images/emoji/small_red_triangle.png +0 -0
- data/templates/new-instance/public/images/emoji/small_red_triangle_down.png +0 -0
- data/templates/new-instance/public/images/emoji/smile.png +0 -0
- data/templates/new-instance/public/images/emoji/smile_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/smiley.png +0 -0
- data/templates/new-instance/public/images/emoji/smiley_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/smiling_imp.png +0 -0
- data/templates/new-instance/public/images/emoji/smirk.png +0 -0
- data/templates/new-instance/public/images/emoji/smirk_cat.png +0 -0
- data/templates/new-instance/public/images/emoji/smoking.png +0 -0
- data/templates/new-instance/public/images/emoji/snail.png +0 -0
- data/templates/new-instance/public/images/emoji/snake.png +0 -0
- data/templates/new-instance/public/images/emoji/snowboarder.png +0 -0
- data/templates/new-instance/public/images/emoji/snowflake.png +0 -0
- data/templates/new-instance/public/images/emoji/snowman.png +0 -0
- data/templates/new-instance/public/images/emoji/sob.png +0 -0
- data/templates/new-instance/public/images/emoji/soccer.png +0 -0
- data/templates/new-instance/public/images/emoji/soon.png +0 -0
- data/templates/new-instance/public/images/emoji/sos.png +0 -0
- data/templates/new-instance/public/images/emoji/sound.png +0 -0
- data/templates/new-instance/public/images/emoji/space_invader.png +0 -0
- data/templates/new-instance/public/images/emoji/spades.png +0 -0
- data/templates/new-instance/public/images/emoji/spaghetti.png +0 -0
- data/templates/new-instance/public/images/emoji/sparkle.png +0 -0
- data/templates/new-instance/public/images/emoji/sparkler.png +0 -0
- data/templates/new-instance/public/images/emoji/sparkles.png +0 -0
- data/templates/new-instance/public/images/emoji/sparkling_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/speak_no_evil.png +0 -0
- data/templates/new-instance/public/images/emoji/speaker.png +0 -0
- data/templates/new-instance/public/images/emoji/speech_balloon.png +0 -0
- data/templates/new-instance/public/images/emoji/speedboat.png +0 -0
- data/templates/new-instance/public/images/emoji/squirrel.png +0 -0
- data/templates/new-instance/public/images/emoji/star.png +0 -0
- data/templates/new-instance/public/images/emoji/star2.png +0 -0
- data/templates/new-instance/public/images/emoji/stars.png +0 -0
- data/templates/new-instance/public/images/emoji/station.png +0 -0
- data/templates/new-instance/public/images/emoji/statue_of_liberty.png +0 -0
- data/templates/new-instance/public/images/emoji/steam_locomotive.png +0 -0
- data/templates/new-instance/public/images/emoji/stew.png +0 -0
- data/templates/new-instance/public/images/emoji/straight_ruler.png +0 -0
- data/templates/new-instance/public/images/emoji/strawberry.png +0 -0
- data/templates/new-instance/public/images/emoji/stuck_out_tongue.png +0 -0
- data/templates/new-instance/public/images/emoji/stuck_out_tongue_closed_eyes.png +0 -0
- data/templates/new-instance/public/images/emoji/stuck_out_tongue_winking_eye.png +0 -0
- data/templates/new-instance/public/images/emoji/sun_with_face.png +0 -0
- data/templates/new-instance/public/images/emoji/sunflower.png +0 -0
- data/templates/new-instance/public/images/emoji/sunglasses.png +0 -0
- data/templates/new-instance/public/images/emoji/sunny.png +0 -0
- data/templates/new-instance/public/images/emoji/sunrise.png +0 -0
- data/templates/new-instance/public/images/emoji/sunrise_over_mountains.png +0 -0
- data/templates/new-instance/public/images/emoji/surfer.png +0 -0
- data/templates/new-instance/public/images/emoji/sushi.png +0 -0
- data/templates/new-instance/public/images/emoji/suspect.png +0 -0
- data/templates/new-instance/public/images/emoji/suspension_railway.png +0 -0
- data/templates/new-instance/public/images/emoji/sweat.png +0 -0
- data/templates/new-instance/public/images/emoji/sweat_drops.png +0 -0
- data/templates/new-instance/public/images/emoji/sweat_smile.png +0 -0
- data/templates/new-instance/public/images/emoji/sweet_potato.png +0 -0
- data/templates/new-instance/public/images/emoji/swimmer.png +0 -0
- data/templates/new-instance/public/images/emoji/symbols.png +0 -0
- data/templates/new-instance/public/images/emoji/syringe.png +0 -0
- data/templates/new-instance/public/images/emoji/tada.png +0 -0
- data/templates/new-instance/public/images/emoji/tanabata_tree.png +0 -0
- data/templates/new-instance/public/images/emoji/tangerine.png +0 -0
- data/templates/new-instance/public/images/emoji/taurus.png +0 -0
- data/templates/new-instance/public/images/emoji/taxi.png +0 -0
- data/templates/new-instance/public/images/emoji/tea.png +0 -0
- data/templates/new-instance/public/images/emoji/telephone.png +0 -0
- data/templates/new-instance/public/images/emoji/telephone_receiver.png +0 -0
- data/templates/new-instance/public/images/emoji/telescope.png +0 -0
- data/templates/new-instance/public/images/emoji/tennis.png +0 -0
- data/templates/new-instance/public/images/emoji/tent.png +0 -0
- data/templates/new-instance/public/images/emoji/thought_balloon.png +0 -0
- data/templates/new-instance/public/images/emoji/three.png +0 -0
- data/templates/new-instance/public/images/emoji/thumbsdown.png +0 -0
- data/templates/new-instance/public/images/emoji/thumbsup.png +0 -0
- data/templates/new-instance/public/images/emoji/ticket.png +0 -0
- data/templates/new-instance/public/images/emoji/tiger.png +0 -0
- data/templates/new-instance/public/images/emoji/tiger2.png +0 -0
- data/templates/new-instance/public/images/emoji/tired_face.png +0 -0
- data/templates/new-instance/public/images/emoji/tm.png +0 -0
- data/templates/new-instance/public/images/emoji/toilet.png +0 -0
- data/templates/new-instance/public/images/emoji/tokyo_tower.png +0 -0
- data/templates/new-instance/public/images/emoji/tomato.png +0 -0
- data/templates/new-instance/public/images/emoji/tongue.png +0 -0
- data/templates/new-instance/public/images/emoji/top.png +0 -0
- data/templates/new-instance/public/images/emoji/tophat.png +0 -0
- data/templates/new-instance/public/images/emoji/tractor.png +0 -0
- data/templates/new-instance/public/images/emoji/traffic_light.png +0 -0
- data/templates/new-instance/public/images/emoji/train.png +0 -0
- data/templates/new-instance/public/images/emoji/train2.png +0 -0
- data/templates/new-instance/public/images/emoji/tram.png +0 -0
- data/templates/new-instance/public/images/emoji/triangular_flag_on_post.png +0 -0
- data/templates/new-instance/public/images/emoji/triangular_ruler.png +0 -0
- data/templates/new-instance/public/images/emoji/trident.png +0 -0
- data/templates/new-instance/public/images/emoji/triumph.png +0 -0
- data/templates/new-instance/public/images/emoji/trolleybus.png +0 -0
- data/templates/new-instance/public/images/emoji/trollface.png +0 -0
- data/templates/new-instance/public/images/emoji/trophy.png +0 -0
- data/templates/new-instance/public/images/emoji/tropical_drink.png +0 -0
- data/templates/new-instance/public/images/emoji/tropical_fish.png +0 -0
- data/templates/new-instance/public/images/emoji/truck.png +0 -0
- data/templates/new-instance/public/images/emoji/trumpet.png +0 -0
- data/templates/new-instance/public/images/emoji/tshirt.png +0 -0
- data/templates/new-instance/public/images/emoji/tulip.png +0 -0
- data/templates/new-instance/public/images/emoji/turtle.png +0 -0
- data/templates/new-instance/public/images/emoji/tv.png +0 -0
- data/templates/new-instance/public/images/emoji/twisted_rightwards_arrows.png +0 -0
- data/templates/new-instance/public/images/emoji/two.png +0 -0
- data/templates/new-instance/public/images/emoji/two_hearts.png +0 -0
- data/templates/new-instance/public/images/emoji/two_men_holding_hands.png +0 -0
- data/templates/new-instance/public/images/emoji/two_women_holding_hands.png +0 -0
- data/templates/new-instance/public/images/emoji/u5272.png +0 -0
- data/templates/new-instance/public/images/emoji/u5408.png +0 -0
- data/templates/new-instance/public/images/emoji/u55b6.png +0 -0
- data/templates/new-instance/public/images/emoji/u6307.png +0 -0
- data/templates/new-instance/public/images/emoji/u6708.png +0 -0
- data/templates/new-instance/public/images/emoji/u6709.png +0 -0
- data/templates/new-instance/public/images/emoji/u6e80.png +0 -0
- data/templates/new-instance/public/images/emoji/u7121.png +0 -0
- data/templates/new-instance/public/images/emoji/u7533.png +0 -0
- data/templates/new-instance/public/images/emoji/u7981.png +0 -0
- data/templates/new-instance/public/images/emoji/u7a7a.png +0 -0
- data/templates/new-instance/public/images/emoji/uk.png +0 -0
- data/templates/new-instance/public/images/emoji/umbrella.png +0 -0
- data/templates/new-instance/public/images/emoji/unamused.png +0 -0
- data/templates/new-instance/public/images/emoji/underage.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0023.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0030.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0031.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0032.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0033.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0034.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0035.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0036.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0037.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0038.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/0039.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/00a9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/00ae.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f004.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f0cf.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f170.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f171.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f17e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f17f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f18e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f191.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f192.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f193.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f194.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f195.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f196.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f197.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f198.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f199.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f19a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1e8-1f1f3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1e9-1f1ea.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1ea-1f1f8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1eb-1f1f7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1ec-1f1e7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1ee-1f1f9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1ef-1f1f5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1f0-1f1f7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1f7-1f1fa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f1fa-1f1f8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f201.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f202.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f21a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f22f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f232.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f233.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f234.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f235.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f236.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f237.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f238.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f239.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f23a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f250.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f251.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f300.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f301.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f302.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f303.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f304.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f305.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f306.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f307.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f308.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f309.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f30a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f30b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f30c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f30d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f30e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f30f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f310.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f311.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f312.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f313.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f314.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f315.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f316.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f317.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f318.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f319.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f31a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f31b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f31c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f31d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f31e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f31f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f330.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f331.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f332.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f333.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f334.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f335.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f337.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f338.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f339.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f33a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f33b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f33c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f33d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f33e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f33f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f340.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f341.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f342.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f343.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f344.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f345.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f346.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f347.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f348.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f349.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f34a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f34b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f34c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f34d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f34e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f34f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f350.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f351.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f352.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f353.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f354.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f355.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f356.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f357.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f358.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f359.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f35a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f35b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f35c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f35d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f35e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f35f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f360.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f361.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f362.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f363.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f364.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f365.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f366.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f367.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f368.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f369.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f36a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f36b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f36c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f36d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f36e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f36f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f370.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f371.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f372.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f373.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f374.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f375.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f376.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f377.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f378.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f379.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f37a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f37b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f37c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f380.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f381.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f382.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f383.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f384.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f385.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f386.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f387.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f388.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f389.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f38a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f38b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f38c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f38d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f38e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f38f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f390.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f391.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f392.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f393.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3a9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3aa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ab.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ac.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ad.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ae.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3af.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3b9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ba.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3bb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3bc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3bd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3be.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3bf.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3c9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ca.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3e9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ea.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3eb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ec.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ed.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ee.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3ef.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f3f0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f400.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f401.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f402.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f403.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f404.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f405.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f406.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f407.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f408.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f409.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f40a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f40b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f40c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f40d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f40e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f40f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f410.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f411.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f412.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f413.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f414.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f415.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f416.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f417.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f418.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f419.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f41a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f41b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f41c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f41d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f41e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f41f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f420.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f421.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f422.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f423.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f424.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f425.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f426.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f427.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f428.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f429.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f42a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f42b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f42c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f42d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f42e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f42f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f430.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f431.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f432.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f433.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f434.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f435.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f436.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f437.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f438.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f439.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f43a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f43b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f43c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f43d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f43e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f440.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f442.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f443.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f444.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f445.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f446.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f447.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f448.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f449.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f44a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f44b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f44c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f44d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f44e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f44f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f450.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f451.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f452.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f453.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f454.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f455.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f456.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f457.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f458.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f459.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f45a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f45b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f45c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f45d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f45e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f45f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f460.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f461.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f462.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f463.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f464.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f465.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f466.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f467.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f468.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f469.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f46a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f46b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f46c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f46d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f46e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f46f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f470.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f471.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f472.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f473.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f474.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f475.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f476.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f477.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f478.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f479.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f47a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f47b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f47c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f47d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f47e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f47f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f480.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f481.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f482.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f483.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f484.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f485.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f486.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f487.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f488.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f489.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f48a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f48b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f48c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f48d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f48e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f48f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f490.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f491.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f492.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f493.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f494.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f495.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f496.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f497.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f498.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f499.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f49a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f49b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f49c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f49d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f49e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f49f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4a9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4aa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ab.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ac.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ad.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ae.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4af.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4b9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ba.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4bb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4bc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4bd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4be.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4bf.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4c9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ca.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4cb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4cc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4cd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ce.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4cf.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4d9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4da.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4db.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4dc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4dd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4de.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4df.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4e9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ea.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4eb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ec.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ed.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ee.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4ef.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4f9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4fa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4fb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f4fc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f500.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f501.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f502.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f503.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f504.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f505.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f506.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f507.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f509.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f50a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f50b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f50c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f50d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f50e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f50f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f510.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f511.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f512.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f513.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f514.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f515.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f516.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f517.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f518.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f519.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f51a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f51b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f51c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f51d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f51e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f51f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f520.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f521.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f522.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f523.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f524.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f525.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f526.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f527.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f528.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f529.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f52a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f52b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f52c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f52d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f52e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f52f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f530.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f531.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f532.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f533.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f534.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f535.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f536.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f537.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f538.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f539.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f53a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f53b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f53c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f53d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f550.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f551.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f552.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f553.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f554.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f555.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f556.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f557.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f558.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f559.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f55a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f55b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f55c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f55d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f55e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f55f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f560.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f561.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f562.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f563.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f564.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f565.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f566.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f567.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f5fb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f5fc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f5fd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f5fe.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f5ff.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f600.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f601.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f602.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f603.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f604.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f605.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f606.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f607.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f608.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f609.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f60a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f60b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f60c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f60d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f60e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f60f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f610.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f611.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f612.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f613.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f614.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f615.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f616.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f617.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f618.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f619.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f61a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f61b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f61c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f61d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f61e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f61f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f620.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f621.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f622.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f623.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f624.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f625.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f626.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f627.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f628.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f629.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f62a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f62b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f62c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f62d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f62e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f62f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f630.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f631.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f632.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f633.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f634.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f635.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f636.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f637.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f638.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f639.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f63a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f63b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f63c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f63d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f63e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f63f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f640.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f645.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f646.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f647.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f648.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f649.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f64a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f64b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f64c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f64d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f64e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f64f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f680.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f681.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f682.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f683.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f684.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f685.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f686.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f687.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f688.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f689.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f68a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f68c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f68d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f68e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f68f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f690.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f691.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f692.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f693.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f694.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f695.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f696.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f697.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f698.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f699.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f69a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f69b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f69c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f69d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f69e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f69f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6a9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6aa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6ab.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6ac.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6ad.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6ae.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6af.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b7.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b8.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6b9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6ba.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6bb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6bc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6bd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6be.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6bf.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6c0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6c1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6c2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6c3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6c4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/1f6c5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/203c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2049.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2122.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2139.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2194.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2195.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2196.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2197.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2198.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2199.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/21a9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/21aa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/231a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/231b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/23e9.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/23ea.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/23eb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/23ec.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/23f0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/23f3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/24c2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25aa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25ab.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25b6.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25c0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25fb.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25fc.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25fd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/25fe.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2600.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2601.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/260e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2611.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2614.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2615.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/261d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/263a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2648.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2649.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/264a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/264b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/264c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/264d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/264e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/264f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2650.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2651.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2652.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2653.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2660.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2663.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2665.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2666.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2668.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/267b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/267f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2693.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26a0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26a1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26aa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26ab.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26bd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26be.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26c4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26c5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26ce.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26d4.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26ea.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26f2.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26f3.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26f5.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26fa.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/26fd.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2702.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2705.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2708.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2709.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/270a.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/270b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/270c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/270f.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2712.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2714.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2716.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2728.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2733.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2734.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2744.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2747.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/274c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/274e.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2753.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2754.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2755.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2757.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2764.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2795.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2796.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2797.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/27a1.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/27b0.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/27bf.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2934.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2935.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2b05.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2b06.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2b07.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2b1b.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2b1c.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2b50.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/2b55.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/3030.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/303d.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/3297.png +0 -0
- data/templates/new-instance/public/images/emoji/unicode/3299.png +0 -0
- data/templates/new-instance/public/images/emoji/unlock.png +0 -0
- data/templates/new-instance/public/images/emoji/up.png +0 -0
- data/templates/new-instance/public/images/emoji/us.png +0 -0
- data/templates/new-instance/public/images/emoji/v.png +0 -0
- data/templates/new-instance/public/images/emoji/vertical_traffic_light.png +0 -0
- data/templates/new-instance/public/images/emoji/vhs.png +0 -0
- data/templates/new-instance/public/images/emoji/vibration_mode.png +0 -0
- data/templates/new-instance/public/images/emoji/video_camera.png +0 -0
- data/templates/new-instance/public/images/emoji/video_game.png +0 -0
- data/templates/new-instance/public/images/emoji/violin.png +0 -0
- data/templates/new-instance/public/images/emoji/virgo.png +0 -0
- data/templates/new-instance/public/images/emoji/volcano.png +0 -0
- data/templates/new-instance/public/images/emoji/vs.png +0 -0
- data/templates/new-instance/public/images/emoji/walking.png +0 -0
- data/templates/new-instance/public/images/emoji/waning_crescent_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/waning_gibbous_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/warning.png +0 -0
- data/templates/new-instance/public/images/emoji/watch.png +0 -0
- data/templates/new-instance/public/images/emoji/water_buffalo.png +0 -0
- data/templates/new-instance/public/images/emoji/watermelon.png +0 -0
- data/templates/new-instance/public/images/emoji/wave.png +0 -0
- data/templates/new-instance/public/images/emoji/wavy_dash.png +0 -0
- data/templates/new-instance/public/images/emoji/waxing_crescent_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/waxing_gibbous_moon.png +0 -0
- data/templates/new-instance/public/images/emoji/wc.png +0 -0
- data/templates/new-instance/public/images/emoji/weary.png +0 -0
- data/templates/new-instance/public/images/emoji/wedding.png +0 -0
- data/templates/new-instance/public/images/emoji/whale.png +0 -0
- data/templates/new-instance/public/images/emoji/whale2.png +0 -0
- data/templates/new-instance/public/images/emoji/wheelchair.png +0 -0
- data/templates/new-instance/public/images/emoji/white_check_mark.png +0 -0
- data/templates/new-instance/public/images/emoji/white_circle.png +0 -0
- data/templates/new-instance/public/images/emoji/white_flower.png +0 -0
- data/templates/new-instance/public/images/emoji/white_large_square.png +0 -0
- data/templates/new-instance/public/images/emoji/white_medium_small_square.png +0 -0
- data/templates/new-instance/public/images/emoji/white_medium_square.png +0 -0
- data/templates/new-instance/public/images/emoji/white_small_square.png +0 -0
- data/templates/new-instance/public/images/emoji/white_square_button.png +0 -0
- data/templates/new-instance/public/images/emoji/wind_chime.png +0 -0
- data/templates/new-instance/public/images/emoji/wine_glass.png +0 -0
- data/templates/new-instance/public/images/emoji/wink.png +0 -0
- data/templates/new-instance/public/images/emoji/wolf.png +0 -0
- data/templates/new-instance/public/images/emoji/woman.png +0 -0
- data/templates/new-instance/public/images/emoji/womans_clothes.png +0 -0
- data/templates/new-instance/public/images/emoji/womans_hat.png +0 -0
- data/templates/new-instance/public/images/emoji/womens.png +0 -0
- data/templates/new-instance/public/images/emoji/worried.png +0 -0
- data/templates/new-instance/public/images/emoji/wrench.png +0 -0
- data/templates/new-instance/public/images/emoji/x.png +0 -0
- data/templates/new-instance/public/images/emoji/yellow_heart.png +0 -0
- data/templates/new-instance/public/images/emoji/yen.png +0 -0
- data/templates/new-instance/public/images/emoji/yum.png +0 -0
- data/templates/new-instance/public/images/emoji/zap.png +0 -0
- data/templates/new-instance/public/images/emoji/zero.png +0 -0
- data/templates/new-instance/public/images/emoji/zzz.png +0 -0
- data/templates/new-instance/public/robots.txt +5 -0
- data/templates/new-instance/test/test_helper.rb +9 -0
- data/templates/new-instance/test/unit/test_test.rb +9 -0
- data/templates/new-module/Gemfile +20 -0
- data/templates/new-module/MIT-LICENSE +20 -0
- data/templates/new-module/README.md +31 -0
- data/templates/new-module/Rakefile +25 -0
- data/templates/new-module/app/assets/javascripts/houston/%name%/application.js.tt +13 -0
- data/templates/new-module/app/assets/stylesheets/houston/%name%/application.css +13 -0
- data/templates/new-module/app/controllers/houston/%name%/application_controller.rb.tt +4 -0
- data/templates/new-module/app/helpers/houston/%name%/application_helper.rb.tt +4 -0
- data/templates/new-module/app/mailers/.empty_directory +0 -0
- data/templates/new-module/app/models/.empty_directory +0 -0
- data/templates/new-module/app/views/layouts/houston/%name%/application.html.erb.tt +10 -0
- data/templates/new-module/bin/rails.tt +7 -0
- data/templates/new-module/config/initializers/add_navigation_renderer.rb +3 -0
- data/templates/new-module/config/routes.rb +2 -0
- data/templates/new-module/gitignore +10 -0
- data/templates/new-module/houston-%name%.gemspec +22 -0
- data/templates/new-module/lib/houston-%name%.rb +1 -0
- data/templates/new-module/lib/houston/%name%.rb +13 -0
- data/templates/new-module/lib/houston/%name%/configuration.rb +12 -0
- data/templates/new-module/lib/houston/%name%/engine.rb +27 -0
- data/templates/new-module/lib/houston/%name%/version.rb +5 -0
- data/templates/new-module/lib/tasks/%name%_tasks.rake +4 -0
- data/templates/new-module/rails/application.rb +17 -0
- data/templates/new-module/rails/boot.rb +5 -0
- data/templates/new-module/rails/javascripts.js +13 -0
- data/templates/new-module/rails/routes.rb +5 -0
- data/templates/new-module/rails/stylesheets.css +13 -0
- data/templates/new-module/script/rails.tt +7 -0
- data/templates/new-module/test/%name%_test.rb +7 -0
- data/templates/new-module/test/integration/navigation_test.rb +11 -0
- data/templates/new-module/test/test_helper.rb +15 -0
- data/test/acceptance/.keep +0 -0
- data/test/acceptance/creating_a_release_test.rb +79 -0
- data/test/acceptance/rejecting_malformed_requests_test.rb +14 -0
- data/test/data/backtrace.txt +27 -0
- data/test/data/bare_repo.git/FETCH_HEAD +3 -0
- data/test/data/bare_repo.git/HEAD +1 -0
- data/test/data/bare_repo.git/config +9 -0
- data/test/data/bare_repo.git/description +1 -0
- data/test/data/bare_repo.git/hooks/applypatch-msg.sample +15 -0
- data/test/data/bare_repo.git/hooks/commit-msg.sample +24 -0
- data/test/data/bare_repo.git/hooks/post-update.sample +8 -0
- data/test/data/bare_repo.git/hooks/pre-applypatch.sample +14 -0
- data/test/data/bare_repo.git/hooks/pre-commit.sample +50 -0
- data/test/data/bare_repo.git/hooks/pre-rebase.sample +169 -0
- data/test/data/bare_repo.git/hooks/prepare-commit-msg.sample +36 -0
- data/test/data/bare_repo.git/hooks/update.sample +128 -0
- data/test/data/bare_repo.git/info/exclude +6 -0
- data/test/data/bare_repo.git/objects/22/924bbf4378f83cab93bfd5fa7d7777cbc1f3b4 +0 -0
- data/test/data/bare_repo.git/objects/59/e4862a85cf64d42a8b17db45ebf2ba39568679 +0 -0
- data/test/data/bare_repo.git/objects/5f/8cb742401c71308f858bf537855bb07d2932d8 +3 -0
- data/test/data/bare_repo.git/objects/6e/eab9f9ee664c1acb08473921238ca95a8c17f5 +0 -0
- data/test/data/bare_repo.git/objects/7f/ce91258d10807380f36192304883e916a48ec0 +0 -0
- data/test/data/bare_repo.git/objects/b3/d156e4d4bb279e09cca0f31af8ea6e35d3df64 +1 -0
- data/test/data/bare_repo.git/objects/ba/a3ef218a40f23fe542f98d8b8e60a2e8e0bff0 +1 -0
- data/test/data/bare_repo.git/objects/bd/3e9e2e4ddf89a640a4f880cbf55bb46cc7e88a +2 -0
- data/test/data/bare_repo.git/objects/be/63e6ebab6ce87922f97ca24b1338befdbe6915 +0 -0
- data/test/data/bare_repo.git/objects/cc/f4bdedd71011176c0236e98268d71ed73eb80f +0 -0
- data/test/data/bare_repo.git/objects/e0/e4580f44317a084dd5142fef6b4144a4394819 +0 -0
- data/test/data/bare_repo.git/objects/e4/d9901b79d8112dd2fe369fcd8c65594c96a10b +0 -0
- data/test/data/bare_repo.git/objects/pack/pack-dd400c42eded7158ab780652af55aa92c30e37e3.idx +0 -0
- data/test/data/bare_repo.git/objects/pack/pack-dd400c42eded7158ab780652af55aa92c30e37e3.pack +0 -0
- data/test/data/bare_repo.git/packed-refs +2 -0
- data/test/data/bare_repo.git/refs/heads/divergent-branch +1 -0
- data/test/data/bare_repo.git/refs/heads/for-testing +1 -0
- data/test/data/bare_repo.git/refs/heads/master +1 -0
- data/test/data/github_push_event_payload.json +161 -0
- data/test/factories/commit_factory.rb +9 -0
- data/test/factories/deploy_factory.rb +7 -0
- data/test/factories/project_factory.rb +6 -0
- data/test/factories/task_factory.rb +6 -0
- data/test/factories/ticket_factory.rb +8 -0
- data/test/factories/user_factory.rb +13 -0
- data/test/fixtures/.gitkeep +0 -0
- data/test/fixtures/.keep +0 -0
- data/test/fixtures/simplecov_sample.rb +16 -0
- data/test/fixtures/users.yml +10 -0
- data/test/integration/.gitkeep +0 -0
- data/test/integration/.keep +0 -0
- data/test/integration/ci_integration_test.rb +169 -0
- data/test/integration/commits_api_test.rb +67 -0
- data/test/integration/ticket_tasks_api_test.rb +70 -0
- data/test/integration/web_hook_test.rb +30 -0
- data/test/support/config.rb +34 -0
- data/test/support/houston/adapters/ci_server/mock_adapter.rb +23 -0
- data/test/support/houston/adapters/ci_server/mock_adapter/job.rb +29 -0
- data/test/support/houston/adapters/error_tracker/mock_adapter.rb +31 -0
- data/test/support/houston/adapters/ticket_tracker/mock_adapter.rb +21 -0
- data/test/support/houston/adapters/version_control/mock_adapter.rb +21 -0
- data/test/test_helper.rb +171 -0
- data/test/unit/.gitkeep +0 -0
- data/test/unit/adapters/ci_server_adapters_api_test.rb +29 -0
- data/test/unit/adapters/error_tracker_adapters_test.rb +36 -0
- data/test/unit/adapters/git_adapter_test.rb +206 -0
- data/test/unit/adapters/jenkins_adapter_test.rb +184 -0
- data/test/unit/adapters/ticket_tracker_adapters_api_test.rb +67 -0
- data/test/unit/adapters/version_control_adapters_api_test.rb +39 -0
- data/test/unit/concerns/commit_synchronizer_test.rb +137 -0
- data/test/unit/controllers/deploys_controller_test.rb +41 -0
- data/test/unit/controllers/hooks_controller_test.rb +143 -0
- data/test/unit/controllers/project_options_controller_test.rb +43 -0
- data/test/unit/controllers/sprints_controller_test.rb +54 -0
- data/test/unit/controllers/test_runs_controller_test.rb +20 -0
- data/test/unit/controllers/user_options_controller_test.rb +43 -0
- data/test/unit/initializers/sync_commits_on_post_receive_test.rb +14 -0
- data/test/unit/models/code_climate_coverage_report_test.rb +137 -0
- data/test/unit/models/commit_test.rb +277 -0
- data/test/unit/models/deploy_test.rb +97 -0
- data/test/unit/models/observer_test.rb +17 -0
- data/test/unit/models/post_receive_payload_test.rb +19 -0
- data/test/unit/models/project_test.rb +58 -0
- data/test/unit/models/pull_request_test.rb +103 -0
- data/test/unit/models/release_change_test.rb +32 -0
- data/test/unit/models/release_test.rb +62 -0
- data/test/unit/models/source_file_coverage_test.rb +33 -0
- data/test/unit/models/sprint_test.rb +44 -0
- data/test/unit/models/task_test.rb +135 -0
- data/test/unit/models/test_run_test.rb +289 -0
- data/test/unit/models/ticket_antecedents_test.rb +38 -0
- data/test/unit/models/ticket_test.rb +250 -0
- data/test/unit/models/user_test.rb +80 -0
- data/test/unit/presenters/sprint_task_presenter_test.rb +57 -0
- data/test/unit/test_run_comparer_test.rb +108 -0
- data/vendor/assets/javascripts/jquery-ui.js +45 -45
- data/vendor/assets/stylesheets/jquery-ui.css +15 -15
- metadata +2022 -99
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery-ui-i18n.js +0 -1379
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-af.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar-DZ.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-az.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bg.js +0 -24
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bs.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ca.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-cs.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-da.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-de.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-el.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-AU.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-GB.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-NZ.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eo.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-es.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-et.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eu.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fa.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fi.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fo.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr-CH.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr.js +0 -25
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-gl.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-he.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hr.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hu.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hy.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-id.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-is.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-it.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ja.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ko.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-kz.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lt.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lv.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ml.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ms.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-nl.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-no.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pl.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt-BR.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt.js +0 -22
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-rm.js +0 -21
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ro.js +0 -26
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ru.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sk.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sl.js +0 -24
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sq.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr-SR.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sv.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ta.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-th.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tj.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tr.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-uk.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-vi.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-CN.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-HK.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-TW.js +0 -23
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.blind.js +0 -49
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.bounce.js +0 -78
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.clip.js +0 -54
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.core.js +0 -746
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.drop.js +0 -50
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.explode.js +0 -79
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fade.js +0 -32
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fold.js +0 -56
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.highlight.js +0 -49
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.pulsate.js +0 -51
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.scale.js +0 -178
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.shake.js +0 -57
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.slide.js +0 -50
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.transfer.js +0 -45
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.accordion.js +0 -611
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.autocomplete.js +0 -612
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.button.js +0 -416
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.core.js +0 -312
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.datepicker.js +0 -1814
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.dialog.js +0 -879
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.draggable.js +0 -823
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.droppable.js +0 -296
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.mouse.js +0 -160
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.position.js +0 -252
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.progressbar.js +0 -109
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.resizable.js +0 -842
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.selectable.js +0 -266
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.slider.js +0 -666
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.sortable.js +0 -1077
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.tabs.js +0 -758
- 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,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,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
|
+
|