|
|
1
|
Add special Keys and Tuple sections for autodoc.
|
chipx86
|
August 8th, 2022, 5:05 p.m.
|
|
|
|
1
|
Enforce our configuration defaults for autodoc.
|
chipx86
|
August 8th, 2022, 7:56 p.m.
|
|
|
|
1
|
Add a test helper to run within a Sphinx environment.
|
chipx86
|
August 8th, 2022, 7:57 p.m.
|
|
|
|
1
|
Add support a Type section.
|
chipx86
|
August 8th, 2022, 9:16 p.m.
|
|
|
|
2
|
Add a registry for SCMClient classes and move defaults into code.
|
chipx86
|
August 10th, 2022, 12:03 a.m.
|
|
|
|
1
|
Fix several GitHub code linking problems and add unit tests.
|
chipx86
|
August 14th, 2022, 10:48 p.m.
|
|
|
|
1
|
Add a code reference for RBTools.
|
chipx86
|
August 9th, 2022, 1:44 a.m.
|
|
|
|
1
|
Fix a string type issue with Subversion patch output.
|
chipx86
|
August 15th, 2022, 2:49 p.m.
|
|
|
|
1
|
Improve output when scanning for a usable client.
|
chipx86
|
August 8th, 2022, 1:56 p.m.
|
|
|
|
1
|
Bump to 2.0 dev, drop Python 2.7, and add support for Python 3.11.
|
chipx86
|
August 15th, 2022, 1:07 p.m.
|
|
|
|
1
|
Update the API Tokens UI for new token format and status.
|
david
|
August 10th, 2022, 4:18 p.m.
|
|
|
|
1
|
Ensure usage of modern packages when using 'setup.py develop'.
|
chipx86
|
August 14th, 2022, 7:51 p.m.
|
|
|
|
1
|
Move base rbtools.clients support into rbtools.clients.base.
|
chipx86
|
August 9th, 2022, 1:14 a.m.
|
|
|
|
1
|
Fix unit tests on Python 3.11.
|
chipx86
|
August 15th, 2022, 5:09 p.m.
|
|
|
|
1
|
Fix issues linking to attributes on objects not specified in code.
|
chipx86
|
August 15th, 2022, 6:04 p.m.
|
|
|
|
1
|
Fix a wrong return type from Base64Field.value_to_string().
|
chipx86
|
August 15th, 2022, 9:52 p.m.
|
|
|
|
1
|
Add API documentation for the new repository ACLs.
|
chipx86
|
August 16th, 2022, 8:32 p.m.
|
|
|
|
1
|
Give greater control over API doc input and avoid broken docs.
|
chipx86
|
August 16th, 2022, 8:27 p.m.
|
|
|
|
1
|
Fix several issues in our Sphinx extension for webapi documentation.
|
chipx86
|
August 16th, 2022, 1:47 p.m.
|
|
|
|
1
|
Add release notes for beanbag-docutils 2.0.
|
chipx86
|
August 16th, 2022, 11:56 p.m.
|
|
|
|
1
|
Add release notes for Review Board 5.0 beta 2.
|
chipx86
|
August 16th, 2022, 8:45 p.m.
|
|
|
|
1
|
Fix documentation and add release notes for Djblets 3.0 beta 2.
|
chipx86
|
August 15th, 2022, 6:32 p.m.
|
|
|
|
1
|
Rework support for scanning for SCMs in a source tree.
|
chipx86
|
August 12th, 2022, 6:53 p.m.
|
|
|
|
1
|
Remove OptionsStub and support default client options in BaseSCMClient.
|
chipx86
|
August 16th, 2022, 11:33 p.m.
|
|
|
|
1
|
Update base SCMClient testing for typing and dependency checks.
|
chipx86
|
August 16th, 2022, 11:34 p.m.
|
|
|
|
1
|
Add the beginnings of support for dependencies for SCMClients.
|
chipx86
|
August 13th, 2022, 7:04 p.m.
|
|
|
|
1
|
Add dependency checks for SOS.
|
chipx86
|
August 18th, 2022, 10:39 p.m.
|
|
|
|
1
|
Remove unicode_literals from pydiffx.
|
chipx86
|
August 20th, 2022, 8:56 p.m.
|
|
|
|
1
|
Move pydiffx unit tests to pytest.
|
chipx86
|
August 20th, 2022, 9:02 p.m.
|
|
|
|
1
|
Fix problems parsing revision specs in TFS.
|
chipx86
|
August 23rd, 2022, 2:54 a.m.
|
|
|
|
1
|
Add dependency checks for Git.
|
chipx86
|
August 18th, 2022, 9:22 p.m.
|
|
|
|
1
|
Add dependency checks for Plastic.
|
chipx86
|
August 18th, 2022, 10:45 p.m.
|
|
|
|
1
|
Add dependency checks for Bazaar.
|
chipx86
|
August 18th, 2022, 5:40 p.m.
|
|
|
|
1
|
Add dependency checks for ClearCase.
|
chipx86
|
August 18th, 2022, 6:30 p.m.
|
|
|
|
1
|
Add dependency checks for Mercurial.
|
chipx86
|
August 18th, 2022, 9:47 p.m.
|
|
|
|
1
|
Add dependency checks for Perforce.
|
chipx86
|
August 18th, 2022, 10:08 p.m.
|
|
|
|
1
|
Add dependency checks for Subversion.
|
chipx86
|
August 18th, 2022, 11:20 p.m.
|
|
|
|
1
|
Add dependency checks for CVS.
|
chipx86
|
August 18th, 2022, 8:49 p.m.
|
|
|
|
1
|
Update source tree scanning to check SCMClient dependencies.
|
chipx86
|
August 19th, 2022, 9:48 p.m.
|
|
|
|
1
|
Clean up BaseSCMClient and make better use of type annotations.
|
chipx86
|
August 20th, 2022, 2:42 a.m.
|
|
|
|
1
|
Update make_tempfile and fix TestCase.precreate_tempfiles with content.
|
chipx86
|
August 24th, 2022, 6:36 p.m.
|
|
|
|
1
|
Add dependency checks for TFS.
|
chipx86
|
August 19th, 2022, 2:23 a.m.
|
|
|
|
1
|
Add a decorator for migrating to functions with keyword-only arguments.
|
chipx86
|
August 19th, 2022, 8:22 p.m.
|
|
|
|
1
|
Fix API token not being displayed after creation.
|
maubin
|
September 6th, 2022, 2:09 p.m.
|
|
|
|
2
|
Reimplement directory diffing for ClearCase and VersionVault.
|
david
|
September 6th, 2022, 9:27 a.m.
|
|
|
|
1
|
Fix parsing unified diff hunks with "No newline at end of file" markers.
|
chipx86
|
September 4th, 2022, 3:51 a.m.
|
|
|
|
1
|
Remove deprecated RepositoryInfo code and modernize the class.
|
chipx86
|
August 19th, 2022, 9:56 p.m.
|
|
|
|
1
|
Add documentation for user privacy settings.
|
david
|
September 9th, 2022, 3:19 p.m.
|
|
|
|
2
|
Add run_process(), a modern replacement for execute().
|
chipx86
|
August 23rd, 2022, 6:20 p.m.
|
|
|
|
2
|
Fix small issues with TFS diffs and add unit tests.
|
chipx86
|
August 24th, 2022, 6:38 p.m.
|
|