• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zulip / zulip / 9
3%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2016 07:43AM UTC
Jobs 5
Files 226
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
9

push

travis-ci

arpith
Add backend support for reactions

This commit adds the following.

1. A reaction model that consists of a user, a message and an emoji
2. A reaction event that looks like:
    {
        'type': 'reaction',
	'message_id': 3,
	'emoji_name': 'doge',
	'user': {
	    'user_id': 1,
            'email': 'hamlet@zulip.com',
            'full_name': 'King Hamlet'
	}
    }
3. A new API endpoint, /reactions, that accepts POST requests to add a
reaction to a message
4. A migration to add the new model to the database
5. Tests that check that
   (a) Invalid requests cannot be made
   (b) The reaction event body contains all the info
   (c) The reaction event is sent to the appropriate users

23102 of 25752 relevant lines covered (89.71%)

1.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9.1 (TEST_SUITE=frontend) 05 Dec 2016 07:45AM UTC 0
Travis Job 9.1
2 9.2 (TEST_SUITE=frontend) 05 Dec 2016 07:45AM UTC 0
Travis Job 9.2
3 9.3 (TEST_SUITE=backend) 05 Dec 2016 07:47AM UTC 0
89.69
Travis Job 9.3
4 9.4 (TEST_SUITE=backend) 05 Dec 2016 07:47AM UTC 0
89.69
Travis Job 9.4
5 9.5 (TEST_SUITE=static-analysis) 05 Dec 2016 07:43AM UTC 0
Travis Job 9.5
Source Files on build 9
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9
  • 752e0b87 on github
  • Prev Build on master (#9)
  • Next Build on master (#9)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc