From 630a48bcac05d9ca5ab3fc43e3a7f5ed7f4363df Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Mon, 8 Jan 2018 22:35:27 +0000 Subject: [PATCH 01/13] Simple change --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index a17353240..8126b461d 100644 --- a/src/index.php +++ b/src/index.php @@ -15,7 +15,7 @@
-

Simple PHP App

+

Simple App

Congratulations

Your PHP application is now running on a container in Amazon ECS.

The container is running PHP version .

From 58125f88eea87132a74c7c4be85e8dff12b5cd38 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Mon, 8 Jan 2018 22:49:09 +0000 Subject: [PATCH 02/13] Simple change --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index 8126b461d..3f96dc8a5 100644 --- a/src/index.php +++ b/src/index.php @@ -15,7 +15,7 @@
-

Simple App

+

Simple App

Congratulations

Your PHP application is now running on a container in Amazon ECS.

The container is running PHP version .

From 8186f1d014293be5fe4bd77fc7ca612367a51682 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Mon, 8 Jan 2018 22:54:40 +0000 Subject: [PATCH 03/13] Testing changes --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index 3f96dc8a5..8d4456476 100644 --- a/src/index.php +++ b/src/index.php @@ -15,7 +15,7 @@
-

Simple App

+

Let's test this

Congratulations

Your PHP application is now running on a container in Amazon ECS.

The container is running PHP version .

From 653194be6258216088cefa4c93563614e4771ad0 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Wed, 10 Jan 2018 19:34:15 +0000 Subject: [PATCH 04/13] Added gitignore and sonarqube properties file --- .gitignore | 2 ++ sonar-project.properties | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 sonar-project.properties diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..ec60c69b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.sonar* +.scanner* diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 000000000..a7585d2f7 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,12 @@ +# must be unique in a given SonarQube instance +sonar.projectKey=demo_php +# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. +sonar.projectName=Demo PHP project +sonar.projectVersion=1.0 + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +# This property is optional if sonar.modules is set. +sonar.sources=. + +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8 \ No newline at end of file From 67f8c588ba1da7f86c70f69bc7f3f9b4851590d2 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Wed, 10 Jan 2018 22:01:04 +0000 Subject: [PATCH 05/13] Test change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a161c977f..2cc958d6b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Amazon ECS PHP Simple Demo App -Directions on how to launch this sample app on Amazon ECS can be found in the documentation: [Docker basics](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html). +Directions on how to launch this sample app on Amazon ECS can be found in the documentation: [Docker basics](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html). From 1cad836c917387241d911ba220c8a6f02e795d5c Mon Sep 17 00:00:00 2001 From: cizal Date: Wed, 24 Jan 2018 10:57:18 -0500 Subject: [PATCH 06/13] Example change Test if this works --- src/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.php b/src/index.php index 8d4456476..7c499169c 100644 --- a/src/index.php +++ b/src/index.php @@ -15,9 +15,9 @@
-

Let's test this

-

Congratulations

-

Your PHP application is now running on a container in Amazon ECS.

+

Sysco primer

+

Sample app

+

The application is running on a container in Amazon ECS.

The container is running PHP version .

Date: Wed, 24 Jan 2018 11:18:57 -0500 Subject: [PATCH 07/13] Change for deloitte presentation Simple change for the Deliotters --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index 7c499169c..82fe68860 100644 --- a/src/index.php +++ b/src/index.php @@ -15,7 +15,7 @@
-

Sysco primer

+

Sysco primer for Deloitte

Sample app

The application is running on a container in Amazon ECS.

The container is running PHP version .

From 3afd1bb5f170fbdab10e00bcfff978c765958f98 Mon Sep 17 00:00:00 2001 From: cizal Date: Wed, 24 Jan 2018 12:22:48 -0500 Subject: [PATCH 08/13] pull request test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc958d6b..e7f8366cb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Amazon ECS PHP Simple Demo App -Directions on how to launch this sample app on Amazon ECS can be found in the documentation: [Docker basics](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html). +Directions on how to launch this sample app on Amazon ECS can be found in the documentation: [Docker basics](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html). Testing branching From fca47e110ab4155214f0117090d063925343ea7d Mon Sep 17 00:00:00 2001 From: cizal Date: Tue, 30 Jan 2018 23:14:38 +0000 Subject: [PATCH 09/13] Testing the app --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index 8d4456476..94dd92411 100644 --- a/src/index.php +++ b/src/index.php @@ -15,7 +15,7 @@
-

Let's test this

+

Let's test this again

Congratulations

Your PHP application is now running on a container in Amazon ECS.

The container is running PHP version .

From be3feef91e3c71c1af55e847ec76510359dcd37e Mon Sep 17 00:00:00 2001 From: cizal Date: Wed, 31 Jan 2018 00:21:34 +0000 Subject: [PATCH 10/13] Some change to be deployed --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index 82fe68860..eac795f29 100644 --- a/src/index.php +++ b/src/index.php @@ -15,7 +15,7 @@
-

Sysco primer for Deloitte

+

Let's do a change

Sample app

The application is running on a container in Amazon ECS.

The container is running PHP version .

From 5d9f9db5c0501f797384f89f1d9e19caab2577ac Mon Sep 17 00:00:00 2001 From: cizal Date: Wed, 31 Jan 2018 00:28:30 +0000 Subject: [PATCH 11/13] Another change --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index eac795f29..952733df0 100644 --- a/src/index.php +++ b/src/index.php @@ -15,7 +15,7 @@
-

Let's do a change

+

Let's do a another change

Sample app

The application is running on a container in Amazon ECS.

The container is running PHP version .

From 9798331c3b73eae9887c046d69342988c2415d44 Mon Sep 17 00:00:00 2001 From: cizal Date: Wed, 31 Jan 2018 15:30:55 +0000 Subject: [PATCH 12/13] Jenkinsfile test --- Jenkinsfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 000000000..337909d45 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,10 @@ +pipeline { + agent { docker 'php' } + stages { + stage('build') { + steps { + sh 'php --version' + } + } + } +} \ No newline at end of file From 6505bc0fff64afe65afa434053e386b3deb69a98 Mon Sep 17 00:00:00 2001 From: cizal Date: Wed, 31 Jan 2018 15:36:40 +0000 Subject: [PATCH 13/13] Change --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 337909d45..d88bc8456 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,4 +7,4 @@ pipeline { } } } -} \ No newline at end of file +}