Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D138
Fix encoding errors also for cache updates (#5143)
Closed
Public
Actions
Authored by
machniak
on Apr 19 2016, 10:38 AM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Edit Tasks
Subscribe
Mute Notifications
Flag For Later
Award Token
Project Tags
None
Referenced Files
F118514706: D138.1775859147.diff
Thu, Apr 9, 10:12 PM
2026-04-09 22:12:27 (UTC+0)
F117959011: D138.1775498650.diff
Sun, Apr 5, 6:04 PM
2026-04-05 18:04:10 (UTC+0)
F117958890: D138.1775498526.diff
Sun, Apr 5, 6:02 PM
2026-04-05 18:02:06 (UTC+0)
F117919640: D138.1775424310.diff
Sat, Apr 4, 9:25 PM
2026-04-04 21:25:10 (UTC+0)
F117812091: D138.1775279651.diff
Fri, Apr 3, 5:14 AM
2026-04-03 05:14:12 (UTC+0)
F117812072: D138.1775279578.diff
Fri, Apr 3, 5:12 AM
2026-04-03 05:12:58 (UTC+0)
Subscribers
None
Details
Reviewers
vanmeeuwen
Group Reviewers
PyKolab Developers
Commits
rP32a4050673f8: Fix encoding errors also for cache updates (#5143)
rP61e53980ae71: Fix encoding errors also for cache updates (#5143)
Summary
The fix in
a9aa9c2650
missed encoding conversion for UPDATE queries
Diff Detail
Repository
rP pykolab
Branch
dev/5143
Lint
Lint Errors
Severity
Location
Code
Message
Error
pykolab/auth/ldap/auth_cache.py:60
E266
PEP8 E266
Error
pykolab/auth/ldap/auth_cache.py:65
E302
PEP8 E302
Error
pykolab/auth/ldap/auth_cache.py:72
E501
PEP8 E501
Error
pykolab/auth/ldap/auth_cache.py:82
E266
PEP8 E266
Error
pykolab/auth/ldap/auth_cache.py:85
E302
PEP8 E302
Error
pykolab/auth/ldap/auth_cache.py:99
E302
PEP8 E302
Error
pykolab/auth/ldap/auth_cache.py:121
E302
PEP8 E302
Error
pykolab/auth/ldap/auth_cache.py:151
E302
PEP8 E302
Error
pykolab/auth/ldap/auth_cache.py:152
E501
PEP8 E501
Error
pykolab/auth/ldap/auth_cache.py:155
E302
PEP8 E302
Error
pykolab/auth/ldap/auth_cache.py:161
E711
PEP8 E711
Error
pykolab/auth/ldap/auth_cache.py:165
E711
PEP8 E711
Error
tests/unit/test-020-auth_cache.py:13
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:15
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:16
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:17
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:18
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:19
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:20
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:21
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:23
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:24
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:25
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:26
E402
PEP8 E402
Error
tests/unit/test-020-auth_cache.py:41
E266
PEP8 E266
Unit
No Test Coverage
Build Status
Buildable 3420
Build 3395: arc lint + arc unit
Event Timeline
machniak
updated this revision to
Diff 288
.
Apr 19 2016, 10:38 AM
2016-04-19 10:38:51 (UTC+0)
machniak
retitled this revision from
to
Fix encoding errors also for cache updates (#5143)
.
machniak
updated this object.
machniak
edited the test plan for this revision.
(Show Details)
machniak
added a reviewer:
PyKolab Developers
.
vanmeeuwen
accepted this revision.
May 4 2016, 2:01 PM
2016-05-04 14:01:06 (UTC+0)
vanmeeuwen
added a reviewer:
vanmeeuwen
.
This revision is now accepted and ready to land.
May 4 2016, 2:01 PM
2016-05-04 14:01:06 (UTC+0)
Closed by commit
rP61e53980ae71: Fix encoding errors also for cache updates (#5143)
(authored by
machniak
, committed by
vanmeeuwen
).
·
Explain Why
May 4 2016, 2:49 PM
2016-05-04 14:49:37 (UTC+0)
This revision was automatically updated to reflect the committed changes.