summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | Merge pull request #12786 from vrothberg/vendor-commonOpenShift Merge Robot2022-01-10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | vendor c/commonValentin Rothberg2022-01-10
| |/ / /
* | | | Merge pull request #12787 from rhatdan/dockerOpenShift Merge Robot2022-01-10
|\ \ \ \ | |_|/ / |/| | |
| * | | Update docker cli message for case where user creates directoryStephen Person2022-01-10
|/ / /
* | | Merge pull request #12783 from n1hility/wxs-fixOpenShift Merge Robot2022-01-10
|\ \ \ | |/ / |/| |
| * | Fix type-o in podman.wxsJason T. Greene2022-01-09
|/ /
* | Merge pull request #12773 from mhrivnak/fix-example-indentationOpenShift Merge Robot2022-01-08
|\ \
| * | [CI:DOCS] fixes indentation of example pod yamlMichael Hrivnak2022-01-07
|/ /
* | Merge pull request #12733 from rhatdan/copyOpenShift Merge Robot2022-01-07
|\ \ | |/ |/|
| * Set volume NeedsCopyUp to false iff data was copied upDaniel J Walsh2022-01-06
* | Merge pull request #12767 from riyad/fix-storage-opt-double-decodeOpenShift Merge Robot2022-01-07
|\ \
| * | Prevent double decoding of storage optionsRiyad Preukschas2022-01-07
* | | Merge pull request #12764 from edsantiago/batsOpenShift Merge Robot2022-01-07
|\ \ \
| * | | Emergency system-test fixesEd Santiago2022-01-06
| |/ /
* | | Merge pull request #12726 from hikhvar/remove-superflous-pod-renameOpenShift Merge Robot2022-01-07
|\ \ \ | |/ / |/| |
| * | Don't rename pod if container has the same nameChristoph Petrausch2022-01-06
| |/
* | Merge pull request #12758 from rhatdan/runtimeOpenShift Merge Robot2022-01-06
|\ \
| * | add OCI Runtime name to errorsDaniel J Walsh2022-01-06
* | | Merge pull request #12614 from baude/bz2028408OpenShift Merge Robot2022-01-06
|\ \ \ | |/ / |/| |
| * | fix healthcheck timeouts and ut8 coercionBrent Baude2022-01-06
* | | Merge pull request #11454 from afbjorklund/virtfs-volumesOpenShift Merge Robot2022-01-06
|\ \ \ | |/ / |/| |
| * | Make it possible to select the volume driverAnders F Björklund2021-12-30
| * | Check the mount type for future compatibilityAnders F Björklund2021-12-30
| * | Implement virtfs volumes for podman machineAnders F Björklund2021-12-30
* | | Merge pull request #11538 from mtrmac/http-credentialsOpenShift Merge Robot2022-01-06
|\ \ \ | |_|/ |/| |
| * | Make XRegistryAuthHeader and XRegistryConfigHeader privateMiloslav Trmač2021-12-10
| * | Remove the authfile parameter of MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
| * | Simplify the header decision in pkg/bindings/images.Build a bitMiloslav Trmač2021-12-10
| * | Remove the authfile parameter of MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
| * | Remove no-longer-useful name variablesMiloslav Trmač2021-12-10
| * | Consolidate creation of SystemContext with auth.json into a helperMiloslav Trmač2021-12-10
| * | Remove pkg/auth.HeaderMiloslav Trmač2021-12-10
| * | Call MakeXRegistryAuthHeader instead of Header(..., XRegistryAuthHeader)Miloslav Trmač2021-12-10
| * | Turn headerAuth into MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
| * | Call MakeXRegistryConfigHeader instead of Header(..., XRegistryConfigHeader)Miloslav Trmač2021-12-10
| * | Turn headerConfig into MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
| * | Move the auth file creation to GetCredentialsMiloslav Trmač2021-12-10
| * | Consolidate the error handling path in GetCredentialsMiloslav Trmač2021-12-10
| * | Only look up HTTP header values once in GetCredentialsMiloslav Trmač2021-12-10
| * | Use Header.Values in GetCredentials.hasMiloslav Trmač2021-12-10
| * | Beautify GetCredentials.has a bitMiloslav Trmač2021-12-10
| * | Pass a header value directly to parseSingleAuthHeader and parseMultiAuthHeaderMiloslav Trmač2021-12-10
| * | Simplify parseSingleAuthHeaderMiloslav Trmač2021-12-10
| * | Simplify the interface of parseSingleAuthHeaderMiloslav Trmač2021-12-10
| * | Don't return a header name from auth.GetCredentialsMiloslav Trmač2021-12-10
| * | Fix normalizeAuthFileKey to use the correct semanticsMiloslav Trmač2021-12-10
| * | Rename normalize and a few variablesMiloslav Trmač2021-12-10
| * | Add TestHeaderGetCredentialsRoundtripMiloslav Trmač2021-12-10
| * | Add tests for auth.HeaderMiloslav Trmač2021-12-10
| * | Improve TestAuthConfigsToAuthFileMiloslav Trmač2021-12-10