|
|
1
|
Update all datetime/timezone usage to avoid deprecated functionality.
|
chipx86
|
November 22nd, 2023, 12:42 a.m.
|
|
|
|
1
|
Add support for Django 4.2 in Djblets 5.
|
chipx86
|
November 21st, 2023, 11:42 p.m.
|
|
|
|
1
|
Update settings and calls to use the new Django storage API.
|
chipx86
|
November 22nd, 2023, 12:25 a.m.
|
|
|
|
2
|
Fix the order in which we apply the datagrid queryset data augmentation.
|
chipx86
|
November 16th, 2023, 12:40 a.m.
|
|
|
|
2
|
Fix issues using ListEditWidget with more complex sub-widgets.
|
chipx86
|
November 13th, 2023, 7:29 p.m.
|
|
|
|
2
|
Track subqueries in Q filter values in catch_queries().
|
chipx86
|
November 6th, 2023, 6:17 p.m.
|
|
|
|
2
|
Add support for extended subquery comparison in compare_queries().
|
chipx86
|
November 6th, 2023, 12:02 a.m.
|
|
|
|
2
|
Add support for tracking subqueries in catch_queries().
|
chipx86
|
November 3rd, 2023, 11:54 p.m.
|
|
|
|
2
|
Move the assertQueries comparison code into a dedicated module.
|
chipx86
|
November 2nd, 2023, 2:13 p.m.
|
|
|
|
2
|
Add a __note__ field for attaching notes to assertQueries expectations.
|
chipx86
|
October 29th, 2023, 4:17 p.m.
|
|
|
|
1
|
Undo a decorator change and expand unit tests.
|
chipx86
|
October 27th, 2023, 3:37 p.m.
|
|
|
|
2
|
Add subquery checks in assertQueries(), and improve output formatting.
|
chipx86
|
October 23rd, 2023, 6:08 p.m.
|
|
|
|
2
|
Split assertQueries's query capturing into a new utility function.
|
chipx86
|
October 23rd, 2023, 3:42 p.m.
|
|
|
|
2
|
Improve the usage, output, comparison, and logic of assertQueries.
|
chipx86
|
October 23rd, 2023, 1:39 a.m.
|
|
|
|
2
|
Add smarter datagrid pagination, query augmentation, and distinct handling.
|
chipx86
|
October 22nd, 2023, 11:40 p.m.
|
|
|
|
2
|
Add typing and fix issues throughout the datagrids code.
|
chipx86
|
October 17th, 2023, 7:31 p.m.
|
|
|
|
2
|
Update decorators to more correctly set function metadata.
|
chipx86
|
October 25th, 2023, 9:17 p.m.
|
|
|
|
1
|
Add support for Python 3.12.
|
chipx86
|
October 15th, 2023, 4:41 p.m.
|
|
|
|
4
|
Add release notes for Djblets 4.0.
|
chipx86
|
October 7th, 2023, 5:49 p.m.
|
|
|
|
2
|
Update dependency minimums for Djblets.
|
david
|
October 11th, 2023, 2:23 p.m.
|
|
|
|
2
|
Fix a unit test regression from a bad import update.
|
chipx86
|
October 11th, 2023, 12:16 p.m.
|
|
|
|
2
|
Work around cache backend flapping mitigation in HealthCheckView.
|
chipx86
|
October 9th, 2023, 3:09 a.m.
|
|
|
|
2
|
Fix documentation issues throughout Djblets.
|
chipx86
|
October 9th, 2023, 8 p.m.
|
|
|
|
2
|
Avoid crashing when GenerationSynchronizer failed to talk to cache.
|
chipx86
|
October 9th, 2023, 3:15 a.m.
|
|
|
|
2
|
Add EventStreamHttpResponse for Server-Sent Events.
|
chipx86
|
September 20th, 2023, 2:17 a.m.
|
|
|
|
2
|
Prevent PUT requests to list resources.
|
david
|
September 22nd, 2023, 5:52 p.m.
|
|
|
|
2
|
Add WebAPIResponseEventStream for API streaming results.
|
chipx86
|
September 21st, 2023, 3:23 p.m.
|
|
|
|
4
|
Fix bug where ModificationTimestampField would not automatically update its value.
|
maubin
|
September 6th, 2023, 3:10 p.m.
|
|
|
|
2
|
Clean up and optimize parts of WebAPIResource.
|
chipx86
|
September 19th, 2023, 1:54 a.m.
|
|
|
|
2
|
Add and modernize documentation throughout WebAPIResource.
|
chipx86
|
September 19th, 2023, 12:05 a.m.
|
|
|
|
2
|
Add typing for djblets.webapi.fields.
|
chipx86
|
September 17th, 2023, 12:32 a.m.
|
|
|
|
2
|
Add typing all throughout WebAPIResource.
|
chipx86
|
September 20th, 2023, 1:06 p.m.
|
|
|
|
1
|
Add typing and docs for WebAPIResource configuration attributes.
|
chipx86
|
September 18th, 2023, 11:21 p.m.
|
|
|
|
2
|
Add a health check view.
|
david
|
August 30th, 2023, 2:43 p.m.
|
|
|
|
1
|
Require some arguments to be keyword-only in WebAPIError.
|
chipx86
|
September 5th, 2023, 7:19 p.m.
|
|
|
|
1
|
Added type hints and modernize docs for djblets.webapi.errors.
|
chipx86
|
September 5th, 2023, 6:27 p.m.
|
|
|
|
1
|
Add typing for serializable JSON values.
|
chipx86
|
September 3rd, 2023, 2:52 p.m.
|
|
|
|
1
|
Add types, subtypes, detail messages, and trace IDs for WebAPIError.
|
chipx86
|
September 6th, 2023, 6:41 p.m.
|
|
|
|
1
|
Remove support for Python 3.7.
|
chipx86
|
August 29th, 2023, 11:45 p.m.
|
|
|
|
2
|
Add release notes for Djblets 4.0 beta 3.
|
chipx86
|
August 28th, 2023, 2:56 a.m.
|
|
|
|
2
|
Add a bit of type info to configforms classes.
|
david
|
August 14th, 2023, 9:24 a.m.
|
|
|
|
2
|
Use lowercase "backbone" instead of "Backbone" for imports.
|
chipx86
|
August 15th, 2023, 4:52 p.m.
|
|
|
|
1
|
Fix typing issues in the configforms JavaScript code.
|
chipx86
|
August 14th, 2023, 8:17 p.m.
|
|
|
|
2
|
Update our JavaScript extension support to use Spina.
|
chipx86
|
August 14th, 2023, 7:51 p.m.
|
|
|
|
2
|
Fix a regression in updating configforms ListItem actions.
|
chipx86
|
August 14th, 2023, 8:14 p.m.
|
|
|
|
2
|
Fix a regression in extension packaging.
|
chipx86
|
August 14th, 2023, 5:26 p.m.
|
|
|
|
1
|
Improve typing support for the UNSET symbol.
|
chipx86
|
August 7th, 2023, 4:34 p.m.
|
|
|
|
1
|
Fix installing static media for extensions.
|
chipx86
|
August 9th, 2023, 7:37 p.m.
|
|
|
|
1
|
Add a reply_to argument to EmailMessage.
|
chipx86
|
July 31st, 2023, 11:35 a.m.
|
|
|
|
1
|
Add safe_join for safely building filesystem paths.
|
chipx86
|
July 31st, 2023, 3:25 p.m.
|
|