automation-tests/pkg
Miloslav Trmač 97c9115c02 Potentially breaking: Make hooks sort order locale-independent
Don't sort OCI hooks using the locale collation order; it does not
make sense for the same system-wide directory to be interpreted differently
depending on the user's LC_COLLATE setting, and the language-specific
collation order can even change over time.

Besides, the current collation order determination code has never worked
with the most common LC_COLLATE values like en_US.UTF-8.

Ideally, we would like to just order based on Unicode code points
to be reliably stable, but the existing implementation is case-insensitive,
so we are forced to rely on the unicode case mapping tables at least.

(This gives up on canonicalization and width-insensitivity, potentially
breaking users who rely on these previously documented properties.)

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2019-04-09 21:08:44 +02:00
..
adapter podman-remote create|run 2019-04-08 09:05:31 -05:00
annotations Update cri-o annotations 2019-04-01 11:10:54 +02:00
apparmor apparmor: don't load default profile in rootless mode 2019-01-29 10:38:52 -05:00
criu Add helper function to read out CRIU version 2018-10-23 12:52:03 +02:00
ctime ctime: Drop 32-/64-bit distinction on Linux 2018-07-07 20:35:00 +00:00
firewall Replace existing iptables handler with firewall code 2018-09-10 18:53:27 +00:00
hooks Potentially breaking: Make hooks sort order locale-independent 2019-04-09 21:08:44 +02:00
inspect Export ConmonPidFile in 'podman inspect' for containers 2019-03-18 21:03:22 +01:00
kubeutils Remove dependency on kubernetes 2018-03-27 21:55:33 +00:00
logs Merge pull request #2522 from mheon/fix_timestamp_format_logs 2019-03-04 13:52:21 -08:00
lookup pkg/lookup: Return ID-only pointers on ErrNo*Entries 2018-12-04 14:46:43 -08:00
namespaces Fix lint 2019-03-28 18:01:36 -04:00
netns Fix godoc comment in pkg/netns 2018-07-27 02:48:16 +00:00
registrar Update registrar unit tests to match them of cri-o 2019-04-04 08:53:32 +02:00
registries Add registry name to fields returned by varlink image search 2019-02-15 15:30:09 -05:00
resolvconf Use host's resolv.conf if no network namespace enabled 2018-11-27 15:28:09 -05:00
rootless rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
spec Drop LocalVolumes from our the database 2019-04-04 12:27:20 -04:00
sysinfo apparmor: apply default profile at container initialization 2019-01-09 22:18:11 +01:00
tracing OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
trust Fix up `image sign` in PR 2108 2019-01-15 12:25:10 -05:00
util utils: call GetRootlessRuntimeDir once 2019-03-29 12:01:13 +01:00
varlinkapi Merge pull request #2861 from baude/varlinkimagepanic 2019-04-08 10:51:55 -07:00