|
|
|
2
|
Only bind hosting service forms when working with that service type.
|
chipx86
|
March 22nd, 2018, 5:20 p.m.
|
|
|
|
|
1
|
Add release notes and improve packaging and README for 1.0.
|
chipx86
|
March 19th, 2018, 10:18 p.m.
|
|
|
|
|
1
|
Add release notes for Review Board 3.0.4.
|
chipx86
|
March 19th, 2018, 5:45 p.m.
|
|
|
|
|
1
|
Added release notes for Djblets 1.0.4.
|
chipx86
|
March 19th, 2018, 5:49 p.m.
|
|
|
|
|
1
|
Add documentation on configuring the I Done This integration.
|
chipx86
|
March 19th, 2018, 4:07 p.m.
|
|
|
|
|
1
|
Add documentation on configuring Trello.
|
chipx86
|
March 18th, 2018, 5:28 p.m.
|
|
|
|
|
1
|
Add documentation on configuring Mattermost.
|
chipx86
|
March 18th, 2018, 4:59 p.m.
|
|
|
|
|
2
|
Rework the Slack integration documentation.
|
chipx86
|
March 17th, 2018, 11:28 p.m.
|
|
|
|
|
1
|
Move integration images into a subdirectory.
|
chipx86
|
March 17th, 2018, 7:38 p.m.
|
|
|
|
|
1
|
Add documentation on the Asana integration.
|
chipx86
|
March 17th, 2018, 7:34 p.m.
|
|
|
|
|
1
|
Add a long description for the package.
|
chipx86
|
March 18th, 2018, 3:04 a.m.
|
|
|
|
|
1
|
Update the GitHub tests for better checks and to meet standards.
|
chipx86
|
March 13th, 2018, 11:02 p.m.
|
|
|
|
|
1
|
Update the RBGateway tests to better check HTTP requests and responses.
|
chipx86
|
March 13th, 2018, 4:22 p.m.
|
|
|
|
|
1
|
Add compatibility with Python 3.x.
|
chipx86
|
March 5th, 2018, 12:17 a.m.
|
|
|
|
|
2
|
Update the Unfuddle test suite to check for HTTP request and type info.
|
chipx86
|
March 8th, 2018, 7:03 p.m.
|
|
|
|
|
1
|
Clean up pyflakes warnings and other issues in the codebase.
|
chipx86
|
March 5th, 2018, 1:07 a.m.
|
|
|
|
|
1
|
Fix up some outdated examples in the extension documentation.
|
chipx86
|
March 3rd, 2018, 8:18 p.m.
|
|
|
|
|
1
|
Added a `rbext create` command for creating new extensions.
|
chipx86
|
March 3rd, 2018, 8:16 p.m.
|
|
|
|
|
1
|
Add support for filtering the list of files in the diff viewer.
|
chipx86
|
March 3rd, 2018, 1:08 a.m.
|
|
|
|
|
1
|
Rework page navigation state for the diff viewer.
|
chipx86
|
March 2nd, 2018, 12:06 a.m.
|
|
|
|
|
2
|
Added the ability to build docs on Django 1.11 and Python 3.
|
chipx86
|
March 5th, 2018, 12:21 a.m.
|
|
|
|
|
2
|
Add Python 3 version checks and classifiers for packaging.
|
chipx86
|
March 4th, 2018, 10:50 p.m.
|
|
|
|
|
1
|
Convert data in responses and resource streams to the right string type.
|
chipx86
|
March 4th, 2018, 6:50 p.m.
|
|
|
|
|
1
|
Fix memory cache string generation and storage on Python 3.
|
chipx86
|
March 4th, 2018, 3:54 a.m.
|
|
|
|
|
1
|
Make use of six iteration functions in more places.
|
chipx86
|
March 4th, 2018, 10:18 p.m.
|
|
|
|
|
1
|
Fix problems spying on classmethods.
|
chipx86
|
March 8th, 2018, 1:52 a.m.
|
|
|
|
|
1
|
Fix our Python version checks and stability level in the packaging.
|
chipx86
|
March 4th, 2018, 10:55 p.m.
|
|
|
|
|
1
|
Add a JavaScript utility function for building URLs.
|
chipx86
|
March 1st, 2018, 7:38 p.m.
|
|
|
|
|
1
|
Add a JavaScript utility function for parsing query strings in URLs.
|
chipx86
|
March 1st, 2018, 3:33 a.m.
|
|
|
|
|
1
|
Redo how RelationCounterField handles instance events and states.
|
chipx86
|
March 12th, 2018, 11:33 a.m.
|
|
|
|
|
1
|
Clean up the logic for cleaning RelationCounterField instance states.
|
chipx86
|
March 7th, 2018, 9:22 p.m.
|
|
|
|
|
1
|
Move RelationCounterField InstanceState field ops into RelationTracker.
|
chipx86
|
March 7th, 2018, 5:57 p.m.
|
|
|
|
|
2
|
Remove the nesting of classes in RelationCounterField.
|
chipx86
|
March 7th, 2018, 12:28 a.m.
|
|
|
|
|
1
|
Improve documentation and modernize ModificationTimestampField.
|
chipx86
|
March 6th, 2018, 11:50 p.m.
|
|
|
|
|
1
|
Improve documentation for CounterField.
|
chipx86
|
March 6th, 2018, 10:26 p.m.
|
|
|
|
|
1
|
Modernize, bullet-proof, and document Base64Field.
|
chipx86
|
March 6th, 2018, 8:21 p.m.
|
|
|
|
|
1
|
Split up the djblets.db.fields module into submodules.
|
chipx86
|
March 6th, 2018, 6:01 p.m.
|
|
|
|
|
1
|
Fix a regression with ETags in the API and improve overall support.
|
chipx86
|
March 12th, 2018, 8:47 p.m.
|
|
|
|
|
1
|
Disable looking for and executing doctests.
|
chipx86
|
March 4th, 2018, 6:59 p.m.
|
|
|
|
|
1
|
Update some calls and missing functions needed in Python 3.
|
chipx86
|
March 4th, 2018, 6:55 p.m.
|
|
|
|
|
2
|
Switch to JSON-based default ETags instead of repr-based in the API.
|
chipx86
|
March 4th, 2018, 6:29 p.m.
|
|
|
|
|
2
|
Fix the @requires_user_profile on Python 3.
|
chipx86
|
March 4th, 2018, 6:19 p.m.
|
|
|
|
|
2
|
Rework extension package metadata handling for Python 3 support.
|
chipx86
|
March 4th, 2018, 6:14 p.m.
|
|
|
|
|
1
|
Fix the new API fields support on Python 3.
|
chipx86
|
March 4th, 2018, 4 a.m.
|
|
|
|
|
1
|
Add Python 3 support for TestModelsLoaderMixin.
|
chipx86
|
March 4th, 2018, 2:32 a.m.
|
|
|
|
|
1
|
Fix executing certain spied methods under Python 3.6.
|
chipx86
|
February 28th, 2018, 11:13 p.m.
|
|
|
|
|
2
|
Properly track falsy instances in RelationCounterField.
|
chipx86
|
March 6th, 2018, 2:09 p.m.
|
|
|
|
|
1
|
Fix copying function annotations and keyword-only defaults on Python 3.
|
chipx86
|
February 27th, 2018, 4:04 p.m.
|
|
|
|
|
1
|
Fix test breakages on Python 3 due to assumptions on dictionary order.
|
chipx86
|
March 4th, 2018, 3:49 a.m.
|
|
|
|
|
1
|
Fix some simple cases of using the wrong string type.
|
chipx86
|
March 4th, 2018, 3:42 a.m.
|
|