Bug 1630023 - utility functions#2717
Merged
djmitche merged 2 commits intotaskcluster:masterfrom Apr 30, 2020
Merged
Conversation
Collaborator
Author
|
We're going to add some additional utilities here. I'll also look at the failures. |
310ebe8 to
011f327
Compare
Collaborator
Author
|
Thanks to @helfi92 for the two additional utility functions supporting composite keys. |
011f327 to
67a0e1a
Compare
67a0e1a to
a7b2200
Compare
imbstack
approved these changes
Apr 24, 2020
1e7fc90 to
effb4af
Compare
Collaborator
Author
|
@taskcluster/security-folks did you want to take a look? |
The functios that need to be redefined when downgrading from version n+1 to version n are those which were redefined in version n+1 -- and their definitions may not be in version n. So this searches backward through all versions to find the appropriate function definition.
effb4af to
351231d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bugzilla Bug: 1630023
This adds some utility functions that will be useful for phase 2 of the postgres migration work. Specifically, functions for encoding/decoding azure-entities-style base64 blobs, and functions for encoding/decoding azure-entities' urlencoding-like
!xxencoding. All have extensive tests.