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

zulip / zulip / 11141
3%

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2017 01:01AM UTC
Jobs 7
Files 264
Run time 14min
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
11141

push

travis-ci

showell
Move endpoints to use stream_id instead of stream_name in their URLs

- Change `stream_name` into `stream_id` on some API endpoints that use
`stream_name` in their URLs to prevent confusion of `views` selection.

For example:
If the stream name is "foo/members", the URL would be trigger
"^streams/(?P<stream_name>.*)/members$" and it would be confusing because
we intend to use the endpoint with "^streams/(?P<stream_name>.*)$" regex.

All stream-related endpoints now use stream id instead of stream name,
except for a single endpoint that lets you convert stream names to stream ids.

See https://github.com/zulip/zulip/issues/2930#issuecomment-269576231

- Add `get_stream_id()` method to Zulip API client, and change
`get_subscribers()` method to comply with the new stream API
(replace `stream_name` with `stream_id`).

Fixes #2930.

25011 of 27764 relevant lines covered (90.08%)

1.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11141.1 (TEST_SUITE=frontend) 13 Jan 2017 01:01AM UTC 0
Travis Job 11141.1
2 11141.2 (TEST_SUITE=frontend) 13 Jan 2017 01:01AM UTC 0
Travis Job 11141.2
3 11141.3 (TEST_SUITE=backend) 13 Jan 2017 01:07AM UTC 0
90.07
Travis Job 11141.3
4 11141.4 (TEST_SUITE=backend) 13 Jan 2017 01:10AM UTC 0
90.07
Travis Job 11141.4
5 11141.5 (TEST_SUITE=static-analysis) 13 Jan 2017 01:06AM UTC 0
Travis Job 11141.5
6 11141.6 (TEST_SUITE=production) 13 Jan 2017 01:15AM UTC 0
Travis Job 11141.6
7 11141.7 (TEST_SUITE=production) 13 Jan 2017 01:14AM UTC 0
Travis Job 11141.7
Source Files on build 11141
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11141
  • d3ee53bd on github
  • Prev Build on master (#11140)
  • Next Build on master (#11143)
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