|
|
1
|
Add support for JavaScript-side extensions to Review Board.
|
chipx86
|
October 12th, 2013, 5:39 p.m.
|
|
|
|
1
|
Protect against comment objects without reviews when loading a review UI.
|
chipx86
|
October 12th, 2013, 4:58 p.m.
|
|
|
|
1
|
Allow a max number of newlines to be passed to {% condense %}.
|
chipx86
|
October 13th, 2013, 2:36 a.m.
|
|
|
|
1
|
Add support for JavaScript extensions.
|
chipx86
|
October 12th, 2013, 4:41 p.m.
|
|
|
|
1
|
Fix a Mercurial crash with 'hg outgoing' and only warnings.
|
chipx86
|
September 23rd, 2013, 5:23 p.m.
|
|
|
|
1
|
Add API for working with drafts of diffs.
|
chipx86
|
September 24th, 2013, 4:44 p.m.
|
|
|
|
1
|
Fix the Watched Review Request resource with local sites, and add tests.
|
chipx86
|
September 28th, 2013, 2:58 a.m.
|
|
|
|
1
|
Fix breakages with the review group user resource.
|
chipx86
|
October 11th, 2013, 3:15 p.m.
|
|
|
|
1
|
Add a new has_list_access_permissions function.
|
chipx86
|
October 10th, 2013, 6:08 p.m.
|
|
|
|
1
|
Add extra_data support to all comment types.
|
chipx86
|
October 8th, 2013, 2:13 a.m.
|
|
|
|
|
Fix datagrid pagination on Django 1.5.
|
chipx86
|
October 6th, 2013, 7:36 p.m.
|
|
|
|
1
|
Fix transferring of webapi decorator information.
|
chipx86
|
October 6th, 2013, 6:30 p.m.
|
|
|
|
1
|
Extend TestCase to add new fixture and model creation functionality.
|
chipx86
|
October 6th, 2013, 4:27 p.m.
|
|
|
|
1
|
Update the test suite names for ReviewRequestManager tests.
|
chipx86
|
October 6th, 2013, 4:16 p.m.
|
|
|
|
1
|
Fix the webapi decorators to properly preserve decorator state.
|
chipx86
|
September 28th, 2013, 3:25 a.m.
|
|
|
|
1
|
Clean up the order of webapi tests.
|
chipx86
|
September 17th, 2013, 4:51 p.m.
|
|
|
|
1
|
Preserve decorator state across webapi decorators.
|
chipx86
|
September 26th, 2013, 1:27 p.m.
|
|
|
|
1
|
Fix a couple issues with extension and general resource docs.
|
chipx86
|
September 25th, 2013, 7:53 p.m.
|
|
|
|
1
|
Fix docs generation properly.
|
chipx86
|
September 24th, 2013, 4:23 p.m.
|
|
|
|
1
|
Fix issues with docs generation on Django 1.5.
|
chipx86
|
September 23rd, 2013, 12:12 p.m.
|
|
|
|
1
|
Simplify the webapi test function names.
|
chipx86
|
September 20th, 2013, 8:14 a.m.
|
|
|
|
1
|
Split the API test suites into Item and List classes.
|
chipx86
|
September 20th, 2013, 8:12 a.m.
|
|
|
|
1
|
Return better output on webapi doc parse_text failures.
|
chipx86
|
September 21st, 2013, 8:21 a.m.
|
|
|
|
1
|
Fix WebAPIError.with_message, and add WebAPIError.with_override.
|
chipx86
|
September 21st, 2013, 1:12 p.m.
|
|
|
|
1
|
Speed up the tests further, and remove interdependencies between tests.
|
chipx86
|
September 20th, 2013, 7:58 a.m.
|
|
|
|
1
|
Reduce docstring line lengths for webapi unit tests.
|
chipx86
|
September 17th, 2013, 3:56 p.m.
|
|
|
|
1
|
Provide WebAPIResource in reviewboard.webapi.resources again.
|
chipx86
|
September 17th, 2013, 1:42 p.m.
|
|
|
|
1
|
Make PySVN optional for unit tests.
|
chipx86
|
September 16th, 2013, 1:26 a.m.
|
|
|
|
1
|
Fix a couple regressions in the diff viewer.
|
chipx86
|
September 16th, 2013, 1:37 a.m.
|
|
|
|
1
|
Raise an error when uploading a non-git diff to a git repository.
|
chipx86
|
September 16th, 2013, 1:25 a.m.
|
|
|
|
1
|
Add team support for Bitbucket repositories.
|
chipx86
|
September 12th, 2013, 2:22 a.m.
|
|
|
|
1
|
Pre-compile fixtures for unit tests.
|
chipx86
|
September 13th, 2013, 4:57 p.m.
|
|
|
|
1
|
Remove the trailing blank line in markdown text.
|
chipx86
|
September 6th, 2013, 1:18 a.m.
|
|
|
|
1
|
Improve the output of the API docs.
|
chipx86
|
September 6th, 2013, 6:32 p.m.
|
|
|
|
1
|
Move away from most fixtures on all non-webapi apps.
|
chipx86
|
September 10th, 2013, 6:56 p.m.
|
|
|
|
1
|
Fix up several fields in the admin UI for models.
|
chipx86
|
September 6th, 2013, 3:27 p.m.
|
|
|
|
1
|
Fix error output when setting a FileAttachment's thumbnail.
|
chipx86
|
September 7th, 2013, 1:54 a.m.
|
|
|
|
1
|
Move away from most fixtures for the webapi tests.
|
chipx86
|
September 10th, 2013, 7 p.m.
|
|
|
|
1
|
Add a new base TestCase class with helpful factory methods.
|
chipx86
|
September 10th, 2013, 4:05 p.m.
|
|
|
|
1
|
Store the docs database as fixtures instead of an sqlite database.
|
chipx86
|
September 6th, 2013, 12:57 a.m.
|
|
|
|
1
|
Fix some isues in the API docs.
|
chipx86
|
September 6th, 2013, 1 a.m.
|
|
|
|
1
|
Centralize webapi tests' mimetypes and URL lookups.
|
chipx86
|
September 2nd, 2013, 2:32 a.m.
|
|
|
|
|
Split resources.py into per-resource files.
|
chipx86
|
September 3rd, 2013, 4:41 p.m.
|
|
|
|
1
|
Reference all resource instances in a Resources object instance.
|
chipx86
|
September 2nd, 2013, 2:22 p.m.
|
|
|
|
37
|
Split out User and Watched* webapi tests.
|
chipx86
|
August 30th, 2013, 4:02 p.m.
|
|
|
|
|
Split out ReviewGroup and ReviewGroupUser webapi tests.
|
chipx86
|
August 30th, 2013, 3:44 p.m.
|
|
|
|
|
Split out RepositoryBranches and RepositoryCommits webapi tests.
|
chipx86
|
August 30th, 2013, 3:29 p.m.
|
|
|
|
|
Split out Repository and RepositoryInfo webapi tests.
|
chipx86
|
August 30th, 2013, 3:18 p.m.
|
|
|
|
|
Move BaseWebAPITestCase and ValidateDiffResourceTests into new files.
|
chipx86
|
August 29th, 2013, 7:27 p.m.
|
|
|
|
|
Split our four more classes from webapi tests.
|
chipx86
|
August 30th, 2013, 3:05 p.m.
|
|