Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-24 | [refactor] move preamble constant to its module | Victor Shyba | |
2017-10-27 | [bug] TypeError: Incorrect padding | Victor Shyba | |
preamble.py wasn't using urlsafe version of base64, while all other parts of blobs were using it. --Resolves: #8980 | |||
2017-10-05 | [feature] improve preamble comparisons | Victor Shyba | |
We were comparing the raw content of preambles. This commit adds a way to compare excluding time so comparisons don't suffer from false negatives caused by time deltas. -- Resolves: #8920 | |||
2017-07-21 | [refactor] creates a common.blobs with preamble | Victor Shyba | |
Refactor suggested from !105 review. |