Remove deprecated-for-5.0 code from Djblets.
Review Request #13812 — Created May 2, 2024 and submitted
This change removes the rest of the APIs and usage that has been marked
as deprecated and removed for Djblets 5.0. This also turns on subquery
and join type checking by default forassertQueries
, as was advertised
in the deprecation warnings for those. This required updating one unit
test for the join types, but otherwise works.
Ran Djblets and Review Board unit tests.
Summary | ID |
---|---|
c8eb4e7089c56910511b42374a33e9f5ca82e060 |
Description | From | Last Updated |
---|---|---|
Let's quadruple-check that we don't ship anything anywhere that uses this. |
chipx86 | |
Indentation is inconsistent here. |
chipx86 | |
I think we should be checking for/asserting on these, rather than assuming. We're not defensive enough in the JavaScript codebase. |
chipx86 | |
Shouldn't this be RemovedInDjblets60Warning? |
maubin |
- Change Summary:
-
- Restored
request=
paramater to logging methods and changed the removal warning to say Djblets 7.0, to give this one a lot more time. - Removed obsolete python collections compat file.
- Restored
- Commits:
-
Summary ID 74d6ab6c8c1ef18c95997e380d89628848480015 95d9ddbb6ea86c65d88cf2487559e2636f2d315b
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commits:
-
Summary ID 95d9ddbb6ea86c65d88cf2487559e2636f2d315b b625d0cfeb48cab2505205193a2645934fdb508a
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.