zulip/frontend_tests
Sumanth V Rao e12f682e2e markdown: Include text & url in `topic_links` parameter of our API.
The linkifier code now includes both the shortened text and the expanded
URL, sorted by the order of the occurrence in a topic. This list is passed
back in the `topic_links` parameter of the /messages and the /events APIs.

topic_links earlier vs now:

earlier: ['https://www.google.com', 'https://github.com/zulip/zulip/32']

now: [{'url': 'https://www.google.com', 'text': 'https://www.google/com},
      {'url': 'https://github.com/zulip/zulip/32', 'text': '#32'}]

Similarly, the topic_links local echo logic in the frontend now returns
back an object.

Fixes: #17109.
2021-03-30 15:53:07 -07:00
..
node_tests markdown: Include text & url in `topic_links` parameter of our API. 2021-03-30 15:53:07 -07:00
puppeteer_lib js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
puppeteer_tests puppeteer_tests: Log-out at the end of every test. 2021-03-29 08:14:59 -07:00
zjsunit js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00