Frontend
- Fix table item padding (1793)
- handle preceding and trailing white spaces in worksheets (1896)
- check for undefined x,y data for charts (1901)
- stringify bundle metadata object for RecordItem (1900)
- Keyboard shortcut improvements (1847)
Backend
- Replace new line with space for worksheet bundle lines (1899)
- 1883: Get rid of MySQL operational errors during worker checkins (1887
- Add cProfile as decorator utility function (1893)
- Improve sync_state logic in worker dependency_manager.py (1892)
- Merge multiple batch queries to a single batch query (1898)
- Set maximum docker image size before pulling from docker hub (1897)
- 1895: Resolve key error (1905)
- update datetime get time function (1890)
- Cache the information of running bundles to avoid duplicate computing bundle resources (1902)
- Add wsearch directive doc (1912)
Other improvements
- 1347: Add script to stress test CodaLab backend (1810)