zulip/zerver/fixtures
Rishi Gupta a2890f7d7a emoji: Remove duplicates from autocomplete and emoji picker.
Previously, if you searched for ':offi..' you would see both 🏢 and
:office_building: as possible completions, both of which are shortcodes for
the same unicode codepoint (and hence which have the same image). Also, we
sort the emoji in our emoji pickers alphabetically by shortcode, and so the
images for 🏢 and :office_building: show up next to each other, which
looks like a bug. This removes :office_building: as a shortcode, along with
several hundred other duplicates. It leaves some duplicates in that won't
give autocomplete or alphabetical ordering a problem, like (🚗,
:automobile:).
2017-01-28 23:38:03 -08:00
..
airbrake Add Airbrake integration. 2016-06-13 20:36:40 -07:00
appfollow integrations: Add webhook code, API endpoint, and tests for AppFollow 2016-12-15 11:13:27 -08:00
beanstalk Add beanstalk tests for commits more than limit. 2016-10-10 17:39:05 -07:00
bitbucket Fix Bitbucket2 integration fulfilled event type. 2017-01-11 14:18:07 -08:00
circleci Add CircleCI integration. 2016-05-11 21:17:37 -07:00
codeship Add codeship integration. 2016-04-26 09:54:01 -07:00
crashlytics Add Crashlytics integration. 2016-06-04 15:18:42 -07:00
delighted integrations: Add webhook code, API endpoint, and tests for Delighted. 2017-01-05 10:47:30 -08:00
deskdotcom Update Desk.com webhook integration. 2016-11-11 16:06:22 -08:00
email Add tests for email_mirror management command. 2016-07-29 19:13:52 -07:00
freshdesk Fix missing newlines at ends of JSON files. 2016-04-14 10:48:52 -07:00
github Normalize github pull requests event message. 2016-10-14 16:54:13 -07:00
github_webhook Add github webhook integration. 2016-11-15 10:48:12 -08:00
gitlab Normalize gitlab pull requests event message. 2016-10-14 16:54:13 -07:00
gosquared integrations: Add documentation for GoSquared. 2016-12-20 16:59:36 -08:00
hellosign integrations: Add webhook code, API endpoint, and tests for HelloSign. 2016-12-30 14:19:31 -08:00
helloworld Add HelloWorld webhook integration + Walkthough. 2016-07-29 21:38:40 -07:00
heroku integrations: Add webhook payloads, webhook code, API endpoint, and tests for heroku 2016-12-06 11:05:00 -08:00
ifttt Add IFTTT integration. 2016-06-16 15:30:45 -07:00
jira Change way of handling comments event in jira integration. 2017-01-12 14:54:32 -08:00
librato Add Librato integration. 2016-09-13 21:55:25 -07:00
mention integrations: Add webhook payloads for mention. 2016-12-03 18:04:22 -08:00
newrelic Fix missing newlines at end of .txt files. 2016-04-14 14:36:29 -07:00
pagerduty Add WebhookTestCase abstract class for writing webhook tests. 2016-05-18 14:37:31 -07:00
papertrail integrations: Add webhook code, API endpoint, and tests for papertrail 2016-12-05 21:48:11 -08:00
pingdom Add pingdom integration. 2016-04-08 10:36:29 -07:00
pivotal Fix missing newlines at ends of JSON files. 2016-04-14 10:48:52 -07:00
semaphore Add Semaphore webhook integration. 2016-06-29 16:36:19 -07:00
sentry Add Sentry integration. 2016-09-07 19:39:45 -07:00
solano integrations: Modify solano labs integration. 2017-01-05 10:19:32 -08:00
stash Fix missing newlines at ends of JSON files. 2016-04-14 10:48:52 -07:00
stripe integrations: Add webhook code, API endpoint, and tests for stripe. 2016-12-03 20:42:43 -08:00
taiga Adjust Taiga integration to new payloads format. 2017-01-11 14:17:44 -08:00
teamcity Add teamcity webhook integration. 2016-04-26 09:45:26 -07:00
travis Add integration for Travis CI. 2015-11-30 20:41:33 -08:00
trello Replace old Trello integration with a webhook integration. 2016-07-13 21:00:27 -07:00
updown Add updownio integration. 2016-06-14 12:14:07 -07:00
zapier Add Zapier integration. 2017-01-20 10:43:18 -08:00
.gitignore
authors.json Add /authors page. 2017-01-17 13:35:55 -08:00
bugdown-data.json emoji: Remove duplicates from autocomplete and emoji picker. 2017-01-28 23:38:03 -08:00
narrow.json Add test_build_narrow_filter(). 2016-07-20 11:04:00 -07:00