7142c18 Update to the v12

Authored and Committed by hhorak 3 years ago
70 files changed. 3645 lines added. 115 lines removed.
11
file removed
-1
12
file added
+1
Dockerfile
file modified
+6 -5
common/.travis.yml
file added
+4
common/LICENSE
file added
+202
common/Makefile
file added
+46
common/README.md
file added
+126
common/build.sh
file added
+226
common/check_imagestreams.py
file added
+73
common/clean.sh
file added
+21
common/common.mk
file added
+150
common/generate.sh
file added
+184
common/run-shellcheck.sh
file added
+44
common/squash.py
file added
+23
common/tag.sh
file added
+34
common/test-lib-openshift.shtest/test-lib-openshift.sh
file renamed
+286 -51
common/test-lib-remote-openshift.sh
file added
+107
common/test-lib.shtest/test-lib.sh
file renamed
+248 -0
common/test-remote-cluster.sh
file added
+38
common/test.sh
file added
+67
common/tests/.gitignore
file added
+3
common/tests/check_imagestreams.sh
file added
+9
common/tests/failures/check/Makefile
file added
+4
common/tests/failures/check/common
file added
+1
common/tests/failures/check/v0/Dockerfile
file added
+2
common/tests/failures/check/v0/README.md
file added
+1
common/tests/failures/check/v0/test/run
file added
+3
common/tests/imagestreams/testing_file.json
file added
+53
common/tests/remote-containers.sh
file added
+103
common/tests/squash/.gitignore
file added
+1
common/tests/squash/squash.sh
file added
+24
common/tests/test-lib/image_availability
file added
+17
common/tests/test-lib/path_foreach
file added
+24
common/tests/test-lib/public_image_name
file added
+17
common/tests/test-lib/random_string
file added
+17
common/tests/test-lib/test_npm
file added
+16
common/update-generated.sh
file added
+72
examples/custom-config/READMEtest/examples/custom-config/README
file renamed
+0 -0
examples/custom-config/postgresql-cfg/10_shared_buffers.conftest/examples/custom-config/postgresql-cfg/10_shared_buffers.conf
file renamed
+0 -0
examples/enable-ssl/postgresql-cfg/ssl.conftest/examples/enable-ssl/postgresql-cfg/ssl.conf
file renamed
+0 -0
examples/enable-ssl/postgresql-pre-start/enable_ssl.shtest/examples/enable-ssl/postgresql-pre-start/enable_ssl.sh
file renamed
+0 -0
examples/enable-ssl/server.crttest/examples/enable-ssl/server.crt
file renamed
+0 -0
examples/enable-ssl/server.keytest/examples/enable-ssl/server.key
file renamed
+0 -0
examples/extending-image/postgresql-cfg/s2i-extending.conftest/examples/extending-image/postgresql-cfg/s2i-extending.conf
file renamed
+0 -0
examples/extending-image/postgresql-start/set_passwords.shtest/examples/extending-image/postgresql-start/set_passwords.sh
file renamed
+0 -0
examples/pgaudit/READMEtest/examples/pgaudit/README
file renamed
+0 -0
examples/pgaudit/postgresql-cfg/10_pgaudit.conftest/examples/pgaudit/postgresql-cfg/10_pgaudit.conf
file renamed
+0 -0
examples/postgresql-ephemeral-template.jsontest/examples/postgresql-ephemeral-template.json
file renamed
+2 -2
examples/postgresql-persistent-template.jsontest/examples/postgresql-persistent-template.json
file renamed
+2 -2
examples/replica/README.mdtest/examples/replica/README.md
file renamed
+0 -0
examples/replica/postgresql_replica.jsontest/examples/replica/postgresql_replica.json
file renamed
+0 -0
examples/s2i-dump-data/.s2i/bin/assembletest/examples/s2i-dump-data/.s2i/bin/assemble
file renamed
+0 -0
examples/s2i-dump-data/init/init.sqltest/examples/s2i-dump-data/init/init.sql
file renamed
+0 -0
examples/s2i-dump-data/postgresql-pre-start/10_boot.shtest/examples/s2i-dump-data/postgresql-pre-start/10_boot.sh
file renamed
+0 -0
root/help.1
file added
+404
root/usr/bin/run-postgresql-slave
file modified
+3 -1
root/usr/share/container-scripts/postgresql/README.md
file modified
+15 -12
root/usr/share/container-scripts/postgresql/common.sh
file modified
+39 -8
root/usr/share/container-scripts/postgresql/openshift-custom-recovery.conf.template
file modified
+0 -1
test/check_imagestreams.py
file added
+1
test/examples
file added
+1
test/pagila.sh
file modified
+6 -1
test/pg-test-lib.sh
file modified
+12 -6
test/run-openshift-local-cluster
file modified
+17 -15
test/run-openshift-remote-cluster
file modified
+7 -1
test/run_test
file modified
+21 -4
test/run_test.orig
file added
+847
test/test-lib-openshift.sh
file added
+1
test/test-lib-postgresql.sh
file modified
+13 -5
test/test-lib.sh
file added
+1
    Update to the v12
    
        
11
file removed
-1
12
file added
+1
file modified
+6 -5
file added
+4
file added
+202
file added
+46
file added
+126
file added
+226
file added
+21
file added
+150
file added
+184
file added
+23
file added
+34
common/test-lib-openshift.sh test/test-lib-openshift.sh
file renamed
+286 -51
common/test-lib.sh test/test-lib.sh
file renamed
file added
+67
examples/custom-config/README test/examples/custom-config/README
file renamed
file was renamed with no change to the file
examples/custom-config/postgresql-cfg/10_shared_buffers.conf test/examples/custom-config/postgresql-cfg/10_shared_buffers.conf
file renamed
file was renamed with no change to the file
examples/enable-ssl/postgresql-cfg/ssl.conf test/examples/enable-ssl/postgresql-cfg/ssl.conf
file renamed
file was renamed with no change to the file
examples/enable-ssl/postgresql-pre-start/enable_ssl.sh test/examples/enable-ssl/postgresql-pre-start/enable_ssl.sh
file renamed
file was renamed with no change to the file
examples/enable-ssl/server.crt test/examples/enable-ssl/server.crt
file renamed
file was renamed with no change to the file
examples/enable-ssl/server.key test/examples/enable-ssl/server.key
file renamed
file was renamed with no change to the file
examples/extending-image/postgresql-cfg/s2i-extending.conf test/examples/extending-image/postgresql-cfg/s2i-extending.conf
file renamed
file was renamed with no change to the file
examples/extending-image/postgresql-start/set_passwords.sh test/examples/extending-image/postgresql-start/set_passwords.sh
file renamed
file was renamed with no change to the file
examples/pgaudit/README test/examples/pgaudit/README
file renamed
file was renamed with no change to the file
examples/pgaudit/postgresql-cfg/10_pgaudit.conf test/examples/pgaudit/postgresql-cfg/10_pgaudit.conf
file renamed
file was renamed with no change to the file
examples/postgresql-ephemeral-template.json test/examples/postgresql-ephemeral-template.json
file renamed
+2 -2
examples/postgresql-persistent-template.json test/examples/postgresql-persistent-template.json
file renamed
+2 -2
examples/replica/README.md test/examples/replica/README.md
file renamed
file was renamed with no change to the file
examples/replica/postgresql_replica.json test/examples/replica/postgresql_replica.json
file renamed
file was renamed with no change to the file
examples/s2i-dump-data/.s2i/bin/assemble test/examples/s2i-dump-data/.s2i/bin/assemble
file renamed
file was renamed with no change to the file
examples/s2i-dump-data/init/init.sql test/examples/s2i-dump-data/init/init.sql
file renamed
file was renamed with no change to the file
examples/s2i-dump-data/postgresql-pre-start/10_boot.sh test/examples/s2i-dump-data/postgresql-pre-start/10_boot.sh
file renamed
file was renamed with no change to the file
file added
+404
file added
+1
file modified
+6 -1
file modified
+12 -6
file modified
+21 -4
file added
+847
file modified
+13 -5
file added
+1