Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic build handle (pre-Docker image) #45

Merged
merged 15 commits into from
Mar 7, 2019

Conversation

b23prodtm
Copy link
Owner

Build process though travis tests
👍 linux machine with php 7
👍 osx machine with php composer

b23prodtm and others added 5 commits February 3, 2019 13:19
# This is the 1st commit message:

WIP docker-compose
https://onoblog.com/cakephp2-docker-scratch/

docker-compose --build

prepare env

# This is the commit message #2:

Update site.conf
# This is the commit message #3:

Create docker alias forr docker-compose commadline

# This is the commit message #4:

Docker phpenv version

# The commit message #5 will be skipped:

# version docker-compose

# The commit message #6 will be skipped:

# docker-compose update

# The commit message #7 will be skipped:

# Update install-docker-compose.sh
https://onoblog.com/cakephp2-docker-scratch/

docker-compose --build

Update site.conf

Create docker alias forr docker-compose commadline

Docker phpenv version

Homebrew composer

Update TravisCI-OSX-PHP

7.0 off <= composer symphony php version mismatch
@b23prodtm b23prodtm force-pushed the feature/docker-scratch branch from 67dabe3 to 1cc417d Compare March 2, 2019 22:32
@b23prodtm b23prodtm force-pushed the feature/docker-scratch branch from 9773a37 to 7e9bf04 Compare March 2, 2019 23:51
@b23prodtm b23prodtm force-pushed the feature/docker-scratch branch from a5c4dd6 to fce0cb2 Compare March 4, 2019 22:09
@b23prodtm b23prodtm force-pushed the feature/docker-scratch branch from d12694b to 92c7013 Compare March 4, 2019 22:35
@b23prodtm b23prodtm merged commit 4801040 into development Mar 7, 2019
@b23prodtm b23prodtm deleted the feature/docker-scratch branch March 7, 2019 13:54
b23prodtm added a commit that referenced this pull request Mar 11, 2019
* OSX Homebrew php / Win Chocolatey / Linux phpenv

* Update .travis.yml (#43)

``The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
The download failed repeatedly, aborting.
The command "curl -s http://getcomposer.org/installer | php" failed and exited with 1 during .
```

* Automatic build handle (pre-Docker image) (#45)

* make image from dockerfile scratch

* # This is a combination of 7 commits.
# This is the 1st commit message:

WIP docker-compose
https://onoblog.com/cakephp2-docker-scratch/

* Clients
mariadb
composer configure

* Local Test scripts
Install guidelines
b23prodtm added a commit that referenced this pull request Mar 11, 2019
* MessageController in sitemap-menu-index as "contactus"
update my schema sql

* push build notification (#29)

* Coverity scan (#31)

* Coverity code scanner
* in Bash environment, String subsitutions are allowed
* Cache PHP Fatal error:  Uncaught CacheException: Cache engine "_cake_core_" is not properly configured. Ensure required extensions are installed, and credentials/permissions are correct in /home/travis/build/b23prodtm/myphpcms/lib/Cake/Cache/Cache.php:186

* Coverity scan (#32)

* in Bash environment, String subsitutions are allowed

* Cache PHP Fatal error:  Uncaught CacheException: Cache engine "_cake_core_" is not properly configured. Ensure required extensions are installed, and credentials/permissions are correct in /home/travis/build/b23prodtm/myphpcms/lib/Cake/Cache/Cache.php:186

* issue-3

bitbucket.org/b23prodtm/php-cms#3

* composer install
https://book.cakephp.org/2.0/en/installation/advanced-installation.html#create-a-cakephp-project

autoloader fix 
https://book.cakephp.org/2.0/en/installation/advanced-installation.html#installing-composer

* Configure scripts

* Script YaML travis

* Cake CORE Include

* Cms package

Naming
Cake package autoloading

* Helpers

* MySQL 5.7

* Fix Scripts prompt

* a commit

* Bootstrap shell (darwin)

* /TravisCI-OSX-PHP/build/ brew php@version

* use dev branch

* Use https for gitmodules !

$ git submodule deinit .travis/TravisCI-OSX-PHP/
$ git rm .travis/TravisCI-OSX-PHP/
$ git submodule add --force https://github.com/b23prodtm/TravisCI-OSX-PHP.git .travis/TravisCI-OSX-PHP/

* Feature/travis build patch (#30)

* php core travis-ci osx

* $(which cmd) > /dev/null
./configure.sh -Y -Y -Y -N -p pass -s word

* ./configure.sh -c -d -n -h -p pass -s word travis

* mov composer to configure.sh

* Fix Error : Fatal error: Class 'Index' not found in /home/travis/build/b23prodtm/myphpcms/app/View/Helper/InfoHelper.php on line 19 Error: Database connection "Mysql" is missing, or could not be created.

* Up8 plugin Boot args https://github.com/cakephp/debug_kit

* coverage tests

* Feature/patch travis composer (#34)

* composer/composer#7797

* Test Workflow

wip : Cannot declare class Tableau, because the name is already in use

* HOW to fix issues Error handling upon first tests

* ./test_cake.sh -p <sql-password> -t

* ERROR 1064 (42000) at line 4 in file: 'app/Config/identities.sql': You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'if not exists 'test'@'localhost'' at line 1

* Readme

* Remote CI : mysql socket
ERROR 1064 (42000) at line 4 in file: 'app/Config/identities.sql': You 
have an error in your SQL syntax; check the manual that corresponds to 
your MySQL server version for the right syntax to use near 'if not 
exists 'test'@'127.0.0.1'' at line 1

* COLLECT_COVERAGE coveralls
php unit bootstrap

* environment variable

* Documentation

* ./Scripts/bootstrap.sh: line 35: ./app/vendor/bin/phpunit: No such file or directory

* style

* errno : 1054 sqlstate : 42S22 error : Unknown column 'image' in 'field list'
Fatal error: CakePHP core could not be found.  Check the value of 
CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php.  It should point to the 
directory containing your /cake core directory and your /vendors root 
directory. in 
/home/travis/build/b23prodtm/myphpcms/app/bootstrap_phpunit.php on line 
86

* Update php_cms

Fatal error: require(): Failed opening required '' (include_path='.:/home/travis/.phpenv/versions/5.6.32/share/pear') in /home/travis/build/b23prodtm/myphpcms/app/webroot/php_cms/e13/include/SQL.php on line 11

* Revert "Feature/patch travis composer (#34)" (#35)

This reverts commit bbdc9f2.

* Feature/patch travis composer (#36)

* composer/composer#7797

* Hotfix/s2i openshift (#38)

* database configuration
user passwords

* autoload.php

* post-commit hook issue
lib/cake/cache/Engine/FileEngine
Cache application directory
Cache long persist
file perms

* Markdown-plugin composer

* Merge branch 'feature/b23prodtm-markdown-patch-1' into openshift-publish

* composer

* Shell Test Script

* --openshift arg

*  How to fix up 'Database connection "Mysql" is missing, or could not be created' ?

* ERROR 1044 (42000) at line 1: Access denied for user 'test'@'localhost' 
to database 'cakephp_test2'

* migrate script and socket

* dollar-star shell

* openshift: no mysql identities to import

* usage of blank password

* 'MysqlCms' in 'app/Model/Datasource/Database'

* coverity_scan branch

* Update .travis.yml

* Hotfix/mysql cms (#40)

* codesniffer

database configuration
user passwords

auto conf
charset settings
1st release

* post-commit hook issue
lib/cake/cache/Engine/FileEngine
Cache application directory
Cache long persist
file perms

* Markdown-plugin composer

* Merge branch 'feature/b23prodtm-markdown-patch-1' into openshift-publish

* Markdown update start test shell script

* Shell Test Script
* VAR: DATABASE_ENGINE DB Model/Datasource/Database

* Entry points scripts, start, test, migrate, echo password status "using password"
* Homepage
* Update .travis.yml (#43)

* Update .travis.yml

``The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
The download failed repeatedly, aborting.
The command "curl -s http://getcomposer.org/installer | php" failed and exited with 1 during .
```
* Automatic build handle (pre-Docker image) (#45)

* make image from dockerfile scratch

* # This is a combination of 7 commits.
# This is the 1st commit message:

WIP docker-compose
https://onoblog.com/cakephp2-docker-scratch/

7.0 off <= composer symphony php version mismatch

* composer, which check

* latest hhvm package

* Docker @ CircleCi

* Clients
mariadb
composer configure

* Local Test scripts
Install guidelines
b23prodtm added a commit that referenced this pull request Dec 10, 2019
* make image from dockerfile scratch

* # This is a combination of 7 commits.
# This is the 1st commit message:

WIP docker-compose
https://onoblog.com/cakephp2-docker-scratch/

docker-compose --build

prepare env

# This is the commit message #2:

Update site.conf
# This is the commit message #3:

Create docker alias forr docker-compose commadline

# This is the commit message #4:

Docker phpenv version

# The commit message #5 will be skipped:

# version docker-compose

# The commit message #6 will be skipped:

# docker-compose update

# The commit message #7 will be skipped:

# Update install-docker-compose.sh

* WIP docker-compose
https://onoblog.com/cakephp2-docker-scratch/

docker-compose --build

Update site.conf

Create docker alias forr docker-compose commadline

Docker phpenv version

Homebrew composer

Update TravisCI-OSX-PHP

7.0 off <= composer symphony php version mismatch

* composer, which check

* latest hhvm package

* Docker @ CircleCi

* config environment

* php lang 1st container mysql 2nd image in docker

* wip docker test cake

* -v log

* composer configure

* Clients
mariadb
composer configure

* Local Test scripts
Install guidelines
b23prodtm added a commit that referenced this pull request Apr 18, 2020
Adds: Memcached extension Fixes: ENOENT: no such file or directory

Fixes: memcached can't find the user -m to switch to

Fixes: device input is not a TTY Fixes: Invalid parameter: ./migrate-database.sh foo_pass

Fixes: Migrating database 'cake schema update' ...Error: Database connection "MysqlCms" is missing, or could not be created.

armhf pushed to docker.io/betothreeprod/raspberrypi3-php

x86_64 pushed to docker.io/betothreeprod/intel.nuc-php

Automatic build handle (pre-Docker image) (#45)

* make image from dockerfile scratch

* # This is a combination of 7 commits.

WIP docker-compose
https://onoblog.com/cakephp2-docker-scratch/

docker-compose --build

prepare env

Update site.conf

Create docker alias forr docker-compose commadline

Docker phpenv version

* WIP docker-compose
https://onoblog.com/cakephp2-docker-scratch/

docker-compose --build

Update site.conf

Create docker alias forr docker-compose commadline

Docker phpenv version

Homebrew composer

Update TravisCI-OSX-PHP

7.0 off <= composer symphony php version mismatch

* composer, which check

* latest hhvm package

* Docker @ CircleCi

* config environment

* php lang 1st container mysql 2nd image in docker

* wip docker test cake

* -v log

* composer configure

* Clients
mariadb
composer configure

* Local Test scripts
Install guidelines

Drop obsolete files

renames .arch files to balenaOS .archs

Fixes: Linux sudo deployments binaries

Fixes: build and deploy

Fixes: PHP.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant