|
|
1
|
Add a patch for Python 3.10+'s collections module on Django <= 2.0.
|
chipx86
|
January 9th, 2022, 11:45 p.m.
|
|
|
|
1
|
Switch the unit test runner to pytest.
|
chipx86
|
January 9th, 2022, 10:23 p.m.
|
|
|
|
1
|
Explicitly order keyword arguments in SpyCall.__repr__.
|
chipx86
|
January 9th, 2022, 10:39 p.m.
|
|
|
|
1
|
Switch Django Evolution's test suite to use pytest.
|
chipx86
|
January 9th, 2022, 11:52 p.m.
|
|
|
|
1
|
Bullet-proof some static media operations in the unit tests.
|
chipx86
|
January 10th, 2022, 1:58 a.m.
|
|
|
|
1
|
Use tox as a test environment manager.
|
chipx86
|
January 9th, 2022, 10:46 p.m.
|
|
|
|
1
|
Add a Django patch to work around a mysqlclient incompatibility.
|
chipx86
|
January 2nd, 2022, 10:23 p.m.
|
|
|
|
1
|
Ensure compatibility patches are only applied once.
|
chipx86
|
January 2nd, 2022, 10:41 p.m.
|
|
|
|
1
|
Cap the version of mysqlclient on Python 2.7.
|
chipx86
|
January 7th, 2022, 2:06 a.m.
|
|
|
|
1
|
Add release notes for Django Evolution 2.1.3.
|
chipx86
|
January 3rd, 2022, 1:29 a.m.
|
|
|
|
1
|
Fix some documentation syntax errors.
|
chipx86
|
January 3rd, 2022, 1:26 a.m.
|
|
|
|
1
|
Remove providing_args= from Signals.
|
chipx86
|
December 16th, 2021, 8 p.m.
|
|
|
|
1
|
Add release notes for rbintegrations 2.0.2.
|
chipx86
|
December 16th, 2021, 10:34 p.m.
|
|
|
|
1
|
Pin the version of django-braces used during development.
|
chipx86
|
December 16th, 2021, 8:05 p.m.
|
|
|
|
1
|
Don't attempt to apply mutations to newly-added models.
|
chipx86
|
December 16th, 2021, 8:01 p.m.
|
|
|
|
1
|
Lazily fetch the django_evolution app.
|
chipx86
|
November 16th, 2021, 11:07 p.m.
|
|
|
|
1
|
Cap dependencies on Python 2.7 and list compatible Python versions.
|
chipx86
|
December 15th, 2021, 6:10 p.m.
|
|
|
|
1
|
Update Elasticsearch dependency management and add documentation.
|
chipx86
|
December 15th, 2021, 5:32 p.m.
|
|
|
|
1
|
Add support for Elasticsearch 5.x and 7.x.
|
chipx86
|
December 14th, 2021, 3:44 a.m.
|
|
|
|
1
|
Validate search configuration in the Search Settings page.
|
chipx86
|
December 15th, 2021, 2:43 a.m.
|
|
|
|
1
|
Rework unique_together data in the signature for comparison and storage.
|
chipx86
|
November 29th, 2021, 3:15 p.m.
|
|
|
|
1
|
Update the p4python dependency to skip installation on arm64 (Apple M1).
|
chipx86
|
November 11th, 2021, 2:58 p.m.
|
|
|
|
1
|
Factor in new diffs in the New Updates column in the dashboard.
|
chipx86
|
August 26th, 2021, 3:37 a.m.
|
|
|
|
1
|
Update the paths to the node_modules binaries when building extensions.
|
chipx86
|
October 21st, 2021, 6:32 p.m.
|
|
|
|
1
|
Drop support for Python 2.7 and 3.6.
|
chipx86
|
October 12th, 2021, 10:33 p.m.
|
|
|
|
1
|
Fix downloading patch reject bundles on Python 3.
|
chipx86
|
October 12th, 2021, 3:36 a.m.
|
|
|
|
1
|
Fix unit tests on Python 3.10 and update listed compatibility.
|
chipx86
|
October 5th, 2021, 7:30 p.m.
|
|
|
|
1
|
Update Djblets documentation to build with Sphinx 4.2.
|
chipx86
|
October 2nd, 2021, 8:13 p.m.
|
|
|
|
1
|
Update all scripts to use python3 instead of python.
|
chipx86
|
October 2nd, 2021, 2:15 p.m.
|
|
|
|
1
|
Drop support for Python 2.7 and 3.6.
|
chipx86
|
October 2nd, 2021, 2:05 p.m.
|
|
|
|
1
|
Bump up some Djblets dependencies and switch to modern version specifiers.
|
chipx86
|
October 2nd, 2021, 8:19 p.m.
|
|
|
|
1
|
Update our node.js bin paths to reference the .bin directory.
|
chipx86
|
October 2nd, 2021, 1:20 p.m.
|
|
|
|
1
|
Remove bcrypt and pyparsing pinned dependencies on Python 3.
|
chipx86
|
October 2nd, 2021, 11:32 a.m.
|
|
|
|
1
|
Add testing utilities for pre-generating temp filename and asserting diffs.
|
chipx86
|
August 24th, 2021, 6:44 p.m.
|
|
|
|
1
|
Speed up SCM tests through cached checkout management.
|
chipx86
|
September 27th, 2021, 2:27 a.m.
|
|
|
|
2
|
Cache the results of is_exe_in_path.
|
chipx86
|
September 27th, 2021, 1:42 a.m.
|
|
|
|
1
|
Consolidate base classes for test suites.
|
chipx86
|
September 27th, 2021, 2:28 a.m.
|
|
|
|
2
|
[Demo] Enhance and fix up the setup experience in prepare-dev.py.
|
chipx86
|
September 17th, 2021, 8:14 a.m.
|
|
|
|
1
|
Provide diff metadata and more to Repository.get_file()/get_file_exists().
|
chipx86
|
September 1st, 2021, 11:46 p.m.
|
|
|
|
1
|
Expand arguments support for SCMTool.popen().
|
chipx86
|
September 1st, 2021, 4:06 a.m.
|
|
|
|
1
|
Improve the error for unexpected function call spies in operations.
|
chipx86
|
August 20th, 2021, 2:30 a.m.
|
|
|
|
1
|
Allow spy operations to nest spy operations.
|
chipx86
|
August 19th, 2021, 10:41 p.m.
|
|
|
|
1
|
Add release notes for kgb 6.1.
|
chipx86
|
August 20th, 2021, 2:51 a.m.
|
|
|
|
1
|
Add new SpyOpReturnInOrder and SpyOpRaiseInOrder spy operations.
|
chipx86
|
August 20th, 2021, 2:39 a.m.
|
|
|
|
1
|
Update the documentation for Cargo Tool.
|
chipx86
|
August 10th, 2021, 2:30 a.m.
|
|
|
|
1
|
Update the documentation for Flake8.
|
chipx86
|
August 10th, 2021, 10:58 p.m.
|
|
|
|
1
|
[rbcommenttype] Update to be compatible with Review Board 4 and Python 3.
|
chipx86
|
July 7th, 2021, 1:51 p.m.
|
|
|
|
1
|
Update the documentation for go fmt.
|
chipx86
|
August 10th, 2021, 5:56 p.m.
|
|
|
|
1
|
Update the documentation for pycodestyle.
|
chipx86
|
August 10th, 2021, 10 p.m.
|
|
|
|
1
|
Update the documentation for doc8.
|
chipx86
|
August 10th, 2021, 3:07 a.m.
|
|