|
|
1
|
Split the API test suites into Item and List classes.
|
chipx86
|
September 20th, 2013, 7:12 a.m.
|
|
|
|
1
|
Return better output on webapi doc parse_text failures.
|
chipx86
|
September 21st, 2013, 7:21 a.m.
|
|
|
|
1
|
Fix WebAPIError.with_message, and add WebAPIError.with_override.
|
chipx86
|
September 21st, 2013, 12:12 p.m.
|
|
|
|
1
|
Speed up the tests further, and remove interdependencies between tests.
|
chipx86
|
September 20th, 2013, 6:58 a.m.
|
|
|
|
1
|
Reduce docstring line lengths for webapi unit tests.
|
chipx86
|
September 17th, 2013, 2:56 p.m.
|
|
|
|
1
|
Provide WebAPIResource in reviewboard.webapi.resources again.
|
chipx86
|
September 17th, 2013, 12:42 p.m.
|
|
|
|
1
|
Make PySVN optional for unit tests.
|
chipx86
|
September 16th, 2013, 12:26 a.m.
|
|
|
|
1
|
Fix a couple regressions in the diff viewer.
|
chipx86
|
September 16th, 2013, 12:37 a.m.
|
|
|
|
1
|
Raise an error when uploading a non-git diff to a git repository.
|
chipx86
|
September 16th, 2013, 12:25 a.m.
|
|
|
|
1
|
Add team support for Bitbucket repositories.
|
chipx86
|
September 12th, 2013, 1:22 a.m.
|
|
|
|
1
|
Pre-compile fixtures for unit tests.
|
chipx86
|
September 13th, 2013, 3:57 p.m.
|
|
|
|
1
|
Remove the trailing blank line in markdown text.
|
chipx86
|
September 6th, 2013, 12:18 a.m.
|
|
|
|
1
|
Improve the output of the API docs.
|
chipx86
|
September 6th, 2013, 5:32 p.m.
|
|
|
|
1
|
Move away from most fixtures on all non-webapi apps.
|
chipx86
|
September 10th, 2013, 5:56 p.m.
|
|
|
|
1
|
Fix up several fields in the admin UI for models.
|
chipx86
|
September 6th, 2013, 2:27 p.m.
|
|
|
|
1
|
Fix error output when setting a FileAttachment's thumbnail.
|
chipx86
|
September 7th, 2013, 12:54 a.m.
|
|
|
|
1
|
Move away from most fixtures for the webapi tests.
|
chipx86
|
September 10th, 2013, 6 p.m.
|
|
|
|
1
|
Add a new base TestCase class with helpful factory methods.
|
chipx86
|
September 10th, 2013, 3:05 p.m.
|
|
|
|
1
|
Store the docs database as fixtures instead of an sqlite database.
|
chipx86
|
September 5th, 2013, 11:57 p.m.
|
|
|
|
1
|
Fix some isues in the API docs.
|
chipx86
|
September 6th, 2013, midnight
|
|
|
|
1
|
Centralize webapi tests' mimetypes and URL lookups.
|
chipx86
|
September 2nd, 2013, 1:32 a.m.
|
|
|
|
|
Split resources.py into per-resource files.
|
chipx86
|
September 3rd, 2013, 3:41 p.m.
|
|
|
|
1
|
Reference all resource instances in a Resources object instance.
|
chipx86
|
September 2nd, 2013, 1:22 p.m.
|
|
|
|
37
|
Split out User and Watched* webapi tests.
|
chipx86
|
August 30th, 2013, 3:02 p.m.
|
|
|
|
|
Split out ReviewGroup and ReviewGroupUser webapi tests.
|
chipx86
|
August 30th, 2013, 2:44 p.m.
|
|
|
|
|
Split out RepositoryBranches and RepositoryCommits webapi tests.
|
chipx86
|
August 30th, 2013, 2:29 p.m.
|
|
|
|
|
Split out Repository and RepositoryInfo webapi tests.
|
chipx86
|
August 30th, 2013, 2:18 p.m.
|
|
|
|
|
Move BaseWebAPITestCase and ValidateDiffResourceTests into new files.
|
chipx86
|
August 29th, 2013, 6:27 p.m.
|
|
|
|
|
Split our four more classes from webapi tests.
|
chipx86
|
August 30th, 2013, 2:05 p.m.
|
|
|
|
1
|
Move webapi/tests.py into webapi/tests/.
|
chipx86
|
August 29th, 2013, 5:06 p.m.
|
|
|
|
1
|
Move WebAPIResource and utility methods into webapi/base.py.
|
chipx86
|
August 29th, 2013, 3:13 p.m.
|
|
|
|
1
|
Fix all the current pyflakes warnings in the codebase.
|
chipx86
|
August 29th, 2013, 3:41 p.m.
|
|
|
|
1
|
Exclude diff-associated FileAttachments from the resource list.
|
chipx86
|
August 29th, 2013, 2:38 p.m.
|
|
|
|
1
|
Add support for image diffs.
|
chipx86
|
August 27th, 2013, 7:10 p.m.
|
|
|
|
1
|
Move i18n building into a script to fix deployment issues.
|
chipx86
|
August 28th, 2013, 1:35 a.m.
|
|
|
|
1
|
Fixed some visual issues with the chunk highlighter and diff margins.
|
chipx86
|
August 28th, 2013, 3:23 p.m.
|
|
|
|
1
|
Add support for showing diffs of file attachments in the diff viewer.
|
chipx86
|
August 23rd, 2013, 1:16 a.m.
|
|
|
|
1
|
Add review UIs to the diff viewer.
|
chipx86
|
August 22nd, 2013, 3:07 p.m.
|
|
|
|
1
|
Remove preloading of the first file in the diff viewer.
|
chipx86
|
August 22nd, 2013, 1:50 p.m.
|
|
|
|
1
|
Fix parsing git diffs with binary changes.
|
chipx86
|
August 22nd, 2013, 3:04 a.m.
|
|
|
|
9
|
Add rendering of binary file attachments in the diff viewer.
|
chipx86
|
August 20th, 2013, 6:10 p.m.
|
|
|
|
1
|
Remove the base_url parameter for diff rendering.
|
chipx86
|
August 21st, 2013, 4:47 p.m.
|
|
|
|
1
|
Move the main diffviewer views to extensible class-based views.
|
chipx86
|
August 21st, 2013, 3:12 a.m.
|
|
|
|
1
|
Improve our support for inline review UIs.
|
chipx86
|
August 18th, 2013, 9:25 p.m.
|
|
|
|
1
|
Polish up some styling in the diff viewer.
|
chipx86
|
August 15th, 2013, 1:18 p.m.
|
|
|
|
1
|
Fix the RepositoryForm unit tests, and make them less error-prone.
|
chipx86
|
August 14th, 2013, 1:19 a.m.
|
|
|
|
1
|
Add a cleaner and more informative file index to the diff viewer.
|
chipx86
|
August 13th, 2013, 6:31 p.m.
|
|
|
|
1
|
Send the base commit ID for a change to the server when using Git.
|
chipx86
|
August 5th, 2013, 7:06 p.m.
|
|
|
|
1
|
Don't use unique_together in HostingServiceAccount.
|
chipx86
|
August 12th, 2013, 1:37 a.m.
|
|
|
|
1
|
Fix several issues found throughout the test suite.
|
chipx86
|
August 12th, 2013, 4:53 p.m.
|
|