Improvements
- Improved repositories dropdown
- Redesigned commits screen
- Redesigned file history, downloads and source view screens
- Added HipChat repository broker
- Improved the wording in the pull request page to say “accept and pull” or “accept and merge” instead of “fulfill”
- Updated table columns to display relative times and dates — for events that occurred within the last 30 days, otherwise
yyyy-mm-dd
is used - Restored branch names next to commit messages on the commit history page
API improvements and bug fixes
- Added the ability to list repositories the logged in user is following
- Fixed an issue with the repositories REST API not returning the properly documented format
Bugs
- Fixed an issue where we accidentally removed the “raw changeset” link
- Fixed an issue that would return a 404 instead of a 401 when viewing a pull request you do not have access to
- Fixed an issue with the pull request “destination” drop-down not being initialized correctly
- Fixed an issue where qcloning patch queues over SSH didn’t clone the parent repository
- Fixed an issue where interacting with patch queues over SSH didn’t work
- Fixed an issue where pull request commit listings incorrectly linked to the logged in user instead of the changeset author
- Fixed an issue where commit hashes in commit log messages linked to the wrong URL
- Fixed a rendering issue with the file history table
- Fixed a rendering issue that prevented AJAX actions on the repo admin screen from functioning
- Fixed a rendering issue with broken image links which negatively affected page loading speed in Internet Explorer