- 28 Apr, 2023 5 commits
-
-
Caleb St. John authored
-
themylogin authored
-
M. Rehan authored
-
themylogin authored
-
bmeagherix authored
-
- 27 Apr, 2023 7 commits
-
-
M. Rehan authored
-
bmeagherix authored
Currently python-scsi presents an illegal initiatorname when CHAP is in use. In bookworm SCST responds badly to these illegal values, so skip these tests for now.
-
themylogin authored
-
themylogin authored
-
themylogin authored
-
Caleb St. John authored
-
themylogin authored
-
- 26 Apr, 2023 6 commits
-
-
M. Rehan authored
-
M. Rehan authored
-
M. Rehan authored
-
Caleb St. John authored
* remove python3-netifaces dependency * make sure there is a mac addr (should always be..) * no reason to call AddressFamily()
-
M. Rehan authored
-
Caleb St. John authored
-
- 25 Apr, 2023 4 commits
-
-
Andrew Walker authored
pam.authenticate will still be gated based on details of common-auth.
-
Caleb St. John authored
-
Caleb St. John authored
-
Caleb St. John authored
-
- 24 Apr, 2023 3 commits
-
-
Caleb St. John authored
-
Ameer Hamza authored
Ticket: NAS-121406
-
Caleb St. John authored
-
- 23 Apr, 2023 1 commit
-
-
Caleb authored
-
- 21 Apr, 2023 14 commits
-
-
Caleb St. John authored
-
Caleb St. John authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
This reverts commit 2e30220ee65e577b00c3583b8e31b517536d4438.
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
themylogin authored
* SQLAlchemy 1.4 compatibility * Expand `__[POSTCOMPILE_encrypted_provider_1` into valid SQL syntax SQLAlchemy includes a variant on a bound parameter known as `BindParameter.expanding`, which is a “late evaluated” parameter that is rendered in an intermediary state when a SQL construct is compiled, which is then further processed at statement execution time when the actual known values are passed. “Expanding” parameters are used for `ColumnOperators.in_()` expressions by default so that the SQL string can be safely cached independently of the actual lists of values being passed to a particular invocation of `ColumnOperators.in_()`. We need to render the `IN` clause with real bound parameter symbols as we store these statements in HA database journal and execute them in a lower-level connection that does not support these SQLAlchemy substitutions.
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-