You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Pagination support to Bots Page (google#1982)
1. Add pagination support to bots page.
1. Requests for search and page change will be using AJAX. Added a JsonHandler in page handler.
2. Search shifted from on-browser to server side using keywords present in name. (Due to this, the existing builds' heartbeats data should be modified as a new attribute is added to Heartbeat model, provided a script for this in the migrations)
3. Added new test for changed APIs.
Screenshot:

0 commit comments