From 0e1efaa3a00d62ebc19a2f22d0c9e4c41c593662 Mon Sep 17 00:00:00 2001 From: anilp02 <39151471+anilp02@users.noreply.github.com> Date: Mon, 18 Jun 2018 07:53:59 -0400 Subject: [PATCH 1/5] add added "of" readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04785b6..e5562b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # example -Example Maven project generated using `maven-archetype-quickstart` +Example of Maven project generated using `maven-archetype-quickstart` [https://jitpack.io/#jitpack/maven-simple](https://jitpack.io/#jitpack/maven-simple) From fb259d2f50aeb9f0c62169144244bafeaf3ec4bf Mon Sep 17 00:00:00 2001 From: anilp02 Date: Mon, 9 Jul 2018 00:31:38 -0400 Subject: [PATCH 2/5] cccc --- sonar.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sonar.txt diff --git a/sonar.txt b/sonar.txt new file mode 100644 index 0000000..c968dfa --- /dev/null +++ b/sonar.txt @@ -0,0 +1,26 @@ +$ mysql -u root -p + +Run following commands to create user + +CREATE DATABASE sonar CHARACTER SET utf8 COLLATE utf8_general_ci; done + +CREATE USER 'sonar' IDENTIFIED BY 'sonar'; done + +GRANT ALL ON sonar.* TO sonar@localhost; done +GRANT ALL ON sonar.* TO sonar@'%'; done +select * from user where user='sonar'\G; done +SELECT * FROM DB WHERE user='sonar'\G; + +GRANT ALL ON sonar.* TO 'sonar'@'%' IDENTIFIED BY 'sonar'; +GRANT ALL ON sonar.* TO 'sonar'@'localhost' IDENTIFIED BY 'sonar'; +FLUSH PRIVILEGES; + + +sudo cp bin/linux-x86-64/sonar.sh /etc/init.d/sonar + +SONAR_HOME=/opt/sonar +Platform= + +sudo update.rc.d -f sonar remove + +http://localhost:9000/sonar From 1d439d633799dea31ff9d7912148316294a8f75f Mon Sep 17 00:00:00 2001 From: anilp02 Date: Mon, 9 Jul 2018 00:36:03 -0400 Subject: [PATCH 3/5] zaaaa --- kuber.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kuber.txt diff --git a/kuber.txt b/kuber.txt new file mode 100644 index 0000000..f8283db --- /dev/null +++ b/kuber.txt @@ -0,0 +1,7 @@ +kubectl run dedora --image=fedora + +kubectl get deployments +kubectl delete deployment fedora +kubectl run fedora --image=fedora -- /usr/bin/sleep 3600 +kubectl get deployments + From 85ef5090eea9c06ec6246028b6e9e5a48503f6e6 Mon Sep 17 00:00:00 2001 From: anilp02 <39151471+anilp02@users.noreply.github.com> Date: Sat, 11 Apr 2020 07:59:39 +0530 Subject: [PATCH 4/5] Updated verions Updated verions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94161ee..252ea45 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.jitpack maven-simple - 0.2-SNAPSHOT + 0.3-SNAPSHOT jar Simple Maven example From f5f019508f2468c24bdd0b2226f8e6fefb0028f8 Mon Sep 17 00:00:00 2001 From: anilp02 <39151471+anilp02@users.noreply.github.com> Date: Sat, 11 Apr 2020 08:03:53 +0530 Subject: [PATCH 5/5] Updated verions Updated verions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 252ea45..d8f3e48 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.jitpack maven-simple - 0.3-SNAPSHOT + 0.4-SNAPSHOT jar Simple Maven example