From e270aad7f2b735c0adc2bd1831ab98d12a56a7d7 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:03:41 +0100 Subject: [PATCH 01/54] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a371c69b..114371766 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ java-hello-world-webapp ======================= -A simple java web app \ No newline at end of file +A simple java web app + +B simple change From 1eab802bbac683be1d2bbf9cab3b82308c57853c Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:06:53 +0100 Subject: [PATCH 02/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114371766..8e5ccfa38 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ java-hello-world-webapp A simple java web app -B simple change +B simple change From eb49a55aece57e905f52953d091110374ca21503 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:07:27 +0100 Subject: [PATCH 03/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 26df97aa3..4ddeaca0a 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World ?

+

Hello World again ?

From b1a7bff460632b08f4ac8e277ce1d5dcce9f8a48 Mon Sep 17 00:00:00 2001 From: Tahar ARIB Date: Tue, 12 Dec 2023 14:20:42 +0100 Subject: [PATCH 04/54] first local commit --- file1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 file1.txt diff --git a/file1.txt b/file1.txt new file mode 100644 index 000000000..eedde07d7 --- /dev/null +++ b/file1.txt @@ -0,0 +1 @@ +un texte \ No newline at end of file From 557bbee980acb1447aad2ee35ec1e5aa022bc164 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:22:59 +0100 Subject: [PATCH 05/54] Delete file1.txt --- file1.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 file1.txt diff --git a/file1.txt b/file1.txt deleted file mode 100644 index eedde07d7..000000000 --- a/file1.txt +++ /dev/null @@ -1 +0,0 @@ -un texte \ No newline at end of file From ea3957b3478e4457b376b192b1ed35b55b2bd939 Mon Sep 17 00:00:00 2001 From: Tahar ARIB Date: Tue, 12 Dec 2023 15:08:22 +0100 Subject: [PATCH 06/54] first commit on dev local branch --- file2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 file2.txt diff --git a/file2.txt b/file2.txt new file mode 100644 index 000000000..fadc97049 --- /dev/null +++ b/file2.txt @@ -0,0 +1 @@ +un texte 1 \ No newline at end of file From cbcbff2093dce33a6844ff655c8fe06df90b6211 Mon Sep 17 00:00:00 2001 From: Tahar ARIB Date: Tue, 12 Dec 2023 15:40:10 +0100 Subject: [PATCH 07/54] x commit add new file and update file --- file2.txt | 2 +- file3.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 file3.txt diff --git a/file2.txt b/file2.txt index fadc97049..29c5e22e9 100644 --- a/file2.txt +++ b/file2.txt @@ -1 +1 @@ -un texte 1 \ No newline at end of file +un texte 11111 \ No newline at end of file diff --git a/file3.txt b/file3.txt new file mode 100644 index 000000000..0d5e2996f --- /dev/null +++ b/file3.txt @@ -0,0 +1 @@ +un texte aussi 1 \ No newline at end of file From f65fed01e184683796cd5135daba60de387a4b80 Mon Sep 17 00:00:00 2001 From: Tahar ARIB Date: Tue, 12 Dec 2023 15:59:16 +0100 Subject: [PATCH 08/54] nb commit --- file3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file3.txt b/file3.txt index 0d5e2996f..4d88f9776 100644 --- a/file3.txt +++ b/file3.txt @@ -1 +1,2 @@ -un texte aussi 1 \ No newline at end of file +un texte aussi 1 +un texte aussi 2 \ No newline at end of file From 2e4ceb3a3dce71a05f83ba845fc6d3a3bcca8b38 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:46:46 +0200 Subject: [PATCH 09/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4ddeaca0a..664e1eeee 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again ?

+

Hello World again Yes ?!!!

From 3d44115ea120370ab22e9c49c2cec5fb5170aebd Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:49:59 +0200 Subject: [PATCH 10/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 664e1eeee..460e68e68 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again Yes ?!!!

+

Hello World again Yes ?!!! ?????

From bab0b00f76b11b086369fd4d6e18967699db1c5b Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:53:52 +0200 Subject: [PATCH 11/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 460e68e68..48db4b687 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again Yes ?!!! ?????

+

Hello World again

From c5f746c227172714d22f907b796dc4bc293667f8 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:32:23 +0200 Subject: [PATCH 12/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 48db4b687..f42da8b8e 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again

+

Hello World again Mon ami

From 876d73e564c12e1ad95dc94f9a425a30ad35716d Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:34:36 +0200 Subject: [PATCH 13/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f42da8b8e..01780d069 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again Mon ami

+

Hello World again Mes habibis

From 0f696ac907ed765e92bb441ca77821fab4b59de1 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:54:02 +0200 Subject: [PATCH 14/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 01780d069..f948924db 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again Mes habibis

+

Hello World again avec WebHook

From a3e5641952338ff71664fd9523d06bcf7700451b Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:56:42 +0200 Subject: [PATCH 15/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f948924db..99ddc6710 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again avec WebHook

+

Hello World again avec WebHook 2ème test

From c22bc0c6e139b14deebd313d26351c7853c26c73 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:14:49 +0200 Subject: [PATCH 16/54] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e5ccfa38..de758c12a 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ java-hello-world-webapp A simple java web app B simple change + +C simple change From 8443456cfc2e1d3427929a6f5cbe8dd8b68da96c Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:15:40 +0200 Subject: [PATCH 17/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de758c12a..7567fc05f 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ A simple java web app B simple change -C simple change +C simples changes nnnn From 6ae3e15c0428a258acb88c435a0cb266347276ed Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:20:55 +0200 Subject: [PATCH 18/54] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e5ccfa38..0b7e1dc5d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ java-hello-world-webapp A simple java web app B simple change + +change in dev brunch From bc3ab3976c7bebc0b296ed0401166d0f114164d2 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:57:07 +0200 Subject: [PATCH 19/54] Update pom.xml --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 513e65df0..1a905fd7c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,5 +17,12 @@ java-hello-world + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + From 4fca2820ea0ff61b1ba23e0ad861ad216b70750c Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:10:45 +0200 Subject: [PATCH 20/54] Update pom.xml --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a905fd7c..fc536e6e4 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,21 @@ org.codehaus.mojo cobertura-maven-plugin - 2.5.1 + 2.5.1 + + + xml + + + + + package + + cobertura + + + + From cfb597cda96d0392928d808ea52ab097055c0fd1 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:15:35 +0200 Subject: [PATCH 21/54] Update pom.xml --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index fc536e6e4..43dd4c2a8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,12 @@ xml + + + **/*.class + + **/target/cobertura/cobertura.xml + From 3b237bc35fbe06721965da2c9674aee2ace642e6 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:16:33 +0200 Subject: [PATCH 22/54] Update pom.xml --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 43dd4c2a8..870c59b8a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,8 +30,7 @@ **/*.class - **/target/cobertura/cobertura.xml - + From 6658007ca04f80742fa5bd08191a26173b437a54 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:13:00 +0200 Subject: [PATCH 23/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 99ddc6710..10e21bad8 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again avec WebHook 2ème test

+

Hello World again 3eme test

From 0667cb67875571b52a68fad3cd0f91641b2925c0 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:14:09 +0200 Subject: [PATCH 24/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 10e21bad8..9cf8375b6 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again 3eme test

+

Hello World again 4 eme test

From 389c5c1db0837b91e8f84a6e753adca61ef8a232 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:24:34 +0200 Subject: [PATCH 25/54] Update pom.xml --- pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/pom.xml b/pom.xml index 870c59b8a..be44abe15 100644 --- a/pom.xml +++ b/pom.xml @@ -18,30 +18,6 @@ java-hello-world - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.1 - - - xml - - - - **/*.class - - - - - - package - - cobertura - - - - - From 38fb5e94aaee1a965ad983a2be197c8bd212ef94 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:29:42 +0200 Subject: [PATCH 26/54] Update pom.xml --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index be44abe15..7f76a2e98 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,35 @@ java-hello-world + + org.apache.maven.plugins + maven-war-plugin + 3.3.2 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + xml + + + + **/*.class + + + + + + package + + cobertura + + + + + From e0081899e2dbc320bab9084ed9f58160f6aafed2 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:44:20 +0200 Subject: [PATCH 27/54] Update file2.txt --- file2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file2.txt b/file2.txt index 29c5e22e9..329a7583e 100644 --- a/file2.txt +++ b/file2.txt @@ -1 +1,2 @@ -un texte 11111 \ No newline at end of file +un texte 11111 +une ligne de texte From fa5a67bff62afabd84ecc37ae8c29d16f65e3aaf Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:26:14 +0200 Subject: [PATCH 28/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 9cf8375b6..e123bd8f9 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World again 4 eme test

+

Hello World One

From 68d11d8f1b047d79e74ce32c9dcc0440e0c42468 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:33:56 +0200 Subject: [PATCH 29/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index e123bd8f9..26377cbde 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World One

+

Hello World two

From 8223a315ff9612ad53e5206b483bc9367b88bbba Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:35:11 +0200 Subject: [PATCH 30/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 26377cbde..02289e1ba 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World two

+

Hello World Third

From dd3ee469f3ef5d06f9d56fcbb5895df25be032e3 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:56:57 +0200 Subject: [PATCH 31/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 02289e1ba..0f0c677dc 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Third

+

Hello World ! 1 !

From bfc5327359e522afaf1901043235b47abf0415e2 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:58:10 +0200 Subject: [PATCH 32/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 0f0c677dc..6e6adad90 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World ! 1 !

+

Hello World ! 2 !

From 173ffd3f62378d5cdd8f11654bfec49910d2597a Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:04:23 +0200 Subject: [PATCH 33/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 6e6adad90..42c641d33 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World ! 2 !

+

Hello World Release 1

From 54f99e8d658299505670a20592e9b397f25b474b Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:05:52 +0200 Subject: [PATCH 34/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 42c641d33..4a0aa44a1 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 1

+

Hello World Release 2

From 22b5051e6b35d1e284ecebb04626950319544056 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:19:03 +0200 Subject: [PATCH 35/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7567fc05f..b68f5be54 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ A simple java web app B simple change -C simples changes nnnn +C simples changes nnnn bbbb From 29c145511c78bf38f2ba2fbe6d58098f384b033f Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:37:47 +0200 Subject: [PATCH 36/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4a0aa44a1..035d427e1 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 2

+

Hello World Release 3

From ae931a0d00311e619b69e39bc30958424500c54f Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:39:05 +0200 Subject: [PATCH 37/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 035d427e1..d7c5a8cdb 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 3

+

Hello World Release 4

From 92a604543995facdee560fc385fcfd4c7cf3f23e Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:23:47 +0100 Subject: [PATCH 38/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index d7c5a8cdb..6d363b474 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 4

+

Hello World Release 5

From aa2c84b32d1cb9fa047abbad9b7e8bf2a3d9e8ce Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:25:18 +0100 Subject: [PATCH 39/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 6d363b474..84c7ad73f 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 5

+

Hello World Release 6

From a84bd27f54ff7d7c896b7b7265b2518fbec8157f Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Mar 2025 09:56:55 +0100 Subject: [PATCH 40/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 84c7ad73f..42c641d33 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 6

+

Hello World Release 1

From ecf0bcbbd425b3ffe47c36a56ab2601a300d9f04 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:00:28 +0100 Subject: [PATCH 41/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 42c641d33..4a0aa44a1 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 1

+

Hello World Release 2

From 85fa911bcd680bec573ba6bd5dc41b386a305317 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:01:56 +0100 Subject: [PATCH 42/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4a0aa44a1..035d427e1 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 2

+

Hello World Release 3

From b702877f8af27be780b567968b1cf988b0f7000f Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:02:12 +0200 Subject: [PATCH 43/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 035d427e1..42c641d33 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 3

+

Hello World Release 1

From 75c126d293f5a0a541dced7cdee8d5475e3b1803 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:53:16 +0200 Subject: [PATCH 44/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 42c641d33..e17710914 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 1

+

Hello World Release 0.9

From cea85281207e5f5ee189caec4e7ac3ff6c89aed8 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:58:32 +0200 Subject: [PATCH 45/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index e17710914..42c641d33 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 0.9

+

Hello World Release 1

From a4b06e10aee60d902946097c38f3aefc31f8754e Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:15:50 +0200 Subject: [PATCH 46/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 42c641d33..4bc39695f 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 1

+

Hello World Release 1.0

From fb1befae571b46d8d54c0cbe70f2c60130e19f0c Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:58:45 +0200 Subject: [PATCH 47/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4bc39695f..2e347e88d 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 1.0

+

Hello World Release 1.9

From c2ffe9ab8c79a618124d437ab0ea717350dc42ed Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:00:33 +0200 Subject: [PATCH 48/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 2e347e88d..e85d7734c 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 1.9

+

Hello World Release 2.0

From 29a0d231ed46fd25ff6d081ba93ace6f9d09f78c Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:15:59 +0200 Subject: [PATCH 49/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index e85d7734c..b7bae04a2 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 2.0

+

Hello World Release 2.1

From 61a9a53abf5232771174440a9ea6b177190b4d0d Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:33:15 +0200 Subject: [PATCH 50/54] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index b7bae04a2..a590e2554 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello World Release 2.1

+

Hello World Release 2.11

From 586b8df1ebb50ece9710de0d43864bf5fa7d0c1a Mon Sep 17 00:00:00 2001 From: "Tahar A." Date: Tue, 30 Sep 2025 16:53:42 +0200 Subject: [PATCH 51/54] Commit changes on file2 --- file2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/file2.txt b/file2.txt index 329a7583e..0140e4b67 100644 --- a/file2.txt +++ b/file2.txt @@ -1,2 +1,3 @@ un texte 11111 une ligne de texte +texte 3 \ No newline at end of file From 8c1caeb5634281e5b91ca7e42fd74eb2047c39f0 Mon Sep 17 00:00:00 2001 From: "Tahar A." Date: Tue, 14 Oct 2025 16:09:05 +0200 Subject: [PATCH 52/54] commit local changes --- file3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file3.txt b/file3.txt index 0d5e2996f..5c97b22be 100644 --- a/file3.txt +++ b/file3.txt @@ -1 +1,2 @@ -un texte aussi 1 \ No newline at end of file +un texte aussi 1 +eee \ No newline at end of file From 9cf2db363e09e475c834d158eabdad1a7d0e1481 Mon Sep 17 00:00:00 2001 From: "Tahar A." Date: Tue, 14 Oct 2025 16:14:49 +0200 Subject: [PATCH 53/54] First local commit en dev branch --- file4.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 file4.txt diff --git a/file4.txt b/file4.txt new file mode 100644 index 000000000..85ebf6e95 --- /dev/null +++ b/file4.txt @@ -0,0 +1 @@ +fff \ No newline at end of file From 88db30779241a6bce6a8c9fa37f0690add582be4 Mon Sep 17 00:00:00 2001 From: tahararib <37878662+tahararib@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:26:41 +0200 Subject: [PATCH 54/54] Update file4.txt --- file4.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file4.txt b/file4.txt index 85ebf6e95..e3a929d97 100644 --- a/file4.txt +++ b/file4.txt @@ -1 +1,2 @@ -fff \ No newline at end of file +fff +ggg