From 6a34a8ccb14c62ad78649b5a558241265e0e68f5 Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Wed, 22 Oct 2025 14:39:02 +0530 Subject: [PATCH 1/8] docs: add project readme --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f5ffd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +"node_modules/" From b2216b96e50115fe1d27e4509ced3dc1a3bab6d0 Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Thu, 23 Oct 2025 19:37:21 +0530 Subject: [PATCH 2/8] Update project line to A on master --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20fa97d..066447a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # InterviewQuestions Welcome to This repository -This change done by Khwahish +This change done by vishal + From 92f4e7ec25edfa4526836083cf3e8038babb0061 Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Wed, 22 Oct 2025 19:28:27 +0530 Subject: [PATCH 3/8] feat:add profie file chore:add contributors list --- CONTRIBUTORS.md | 1 + hello.txt | 0 hellow.txt | 0 src | 1 + 4 files changed, 2 insertions(+) create mode 100644 CONTRIBUTORS.md create mode 100644 hello.txt create mode 100644 hellow.txt create mode 100644 src diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..ea1ee38 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1 @@ +"I am vishal, nice to meet you" diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..e69de29 diff --git a/hellow.txt b/hellow.txt new file mode 100644 index 0000000..e69de29 diff --git a/src b/src new file mode 100644 index 0000000..b4f2126 --- /dev/null +++ b/src @@ -0,0 +1 @@ +"hello I am vishal" From d9bd2bb1eeb59a8852aebcd260433b92f8160928 Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Thu, 23 Oct 2025 19:46:37 +0530 Subject: [PATCH 4/8] update project line b on feat/profile --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 066447a..f571027 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # InterviewQuestions + Welcome to This repository -This change done by vishal + HEAD +PROJECT A + +PROJECT B + 6f415a1 (update project line b on feat/profile) +Project: A and B From c1ea539f8ecb07e6c384b300a91490a7f0b27eda Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Fri, 24 Oct 2025 00:18:56 +0530 Subject: [PATCH 5/8] add release notes for v0.1.0 --- RELEASE_NOTES.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..bf70c26 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,32 @@ +\# Release Notes + + + +v0.1.0 - First Demo Release + + + + New Features + +\- Initial project setup completed. + +\- Added basic structure and configuration. + +\- Included `.gitignore`, `README.md`, and sample files. + + + + Bug Fixes + +\- N/A (first version) + +Notes + +\- This is the first demo release. + +\- Tag: `v0.1.0` + +\- Signed-off-by: Vishal + + + From 723303fc430e2fc98c8fc8cdfde831a87e2ba0f5 Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Fri, 24 Oct 2025 00:48:15 +0530 Subject: [PATCH 6/8] add log and status files --- gitlog.txt | 31 +++++++++++++++++++++++++++++++ status.txt | 0 2 files changed, 31 insertions(+) create mode 100644 gitlog.txt create mode 100644 status.txt diff --git a/gitlog.txt b/gitlog.txt new file mode 100644 index 0000000..584f90f --- /dev/null +++ b/gitlog.txt @@ -0,0 +1,31 @@ +C:\Users\vikas\git-lab-vishal>git log --oneline --graph --decorate -n 30 +* c1ea539 (HEAD -> feat/profile, origin/feat/profile) add release notes for v0.1.0 +* d9bd2bb update project line b on feat/profile +* 92f4e7e feat:add profie file +* b2216b9 (main) Update project line to A on master +* 6a34a8c (origin/main) docs: add project readme +* 935ff23 (origin/master, origin/HEAD) Update ELK.txt +* c680361 Update ELK.txt +* e81bcd0 Update ELK.txt +* 093308e Update Kubernetes.txt +* 665f9f0 Update Kubernetes.txt +* adbcf26 Update Kubernetes.txt +* 6682d02 Create Splunk.txt +* 92cd142 Update Kubernetes.txt +* c334bbe Update Kubernetes.txt +* dbee691 Update Kubernetes.txt +* 9f2b09b Update SonarQube.txt +* 8cb1df8 Update Kubernetes.txt +* e4523ca Update Kubernetes.txt +* 171b279 Update SonarQube.txt +* 72d62e9 Update SonarQube.txt +* 881873f Update SonarQube.txt +* d9ad748 Update SonarQube.txt +* 2fdfd98 Update Kubernetes.txt +* 8e42a7a Update SonarQube.txt +* e368980 Update Kubernetes.txt +* 88936c0 Update Kubernetes.txt +* cc03455 Add files via upload +* bfec20f Update Kubernetes.txt +* efe4c5c Add files via upload +* d868caf Delete Readm \ No newline at end of file diff --git a/status.txt b/status.txt new file mode 100644 index 0000000..e69de29 From e90b1bd3fcd5b67371956e994dd5d4b64403d012 Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Fri, 24 Oct 2025 00:59:24 +0530 Subject: [PATCH 7/8] add pr link and notes.md --- notes.md | 18 ++++++++++++++++++ pr_link.txt | 1 + 2 files changed, 19 insertions(+) create mode 100644 notes.md create mode 100644 pr_link.txt diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..69546f6 --- /dev/null +++ b/notes.md @@ -0,0 +1,18 @@ +Conflict resolved manually in README.md + + + +Staged the file with git add README.md + + + +Continued the rebase with git rebase --continue + + + +Pushed rebased branch + + + +PR ready for review/merge + diff --git a/pr_link.txt b/pr_link.txt new file mode 100644 index 0000000..c0d3377 --- /dev/null +++ b/pr_link.txt @@ -0,0 +1 @@ +https://github.com/C0DE-Vishal/git-lab-vishal/pull/new/feat/profile \ No newline at end of file From aae4e7f13393a1339cfc1f8f82ac975f3f566a36 Mon Sep 17 00:00:00 2001 From: CODE-vishal Date: Fri, 24 Oct 2025 01:01:06 +0530 Subject: [PATCH 8/8] update status.txt --- status.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/status.txt b/status.txt index e69de29..d1e9a62 100644 --- a/status.txt +++ b/status.txt @@ -0,0 +1,5 @@ +C:\Users\vikas\git-lab-vishal>git status +On branch feat/profile +Your branch is up to date with 'origin/feat/profile'. + +nothing to commit, working tree clean \ No newline at end of file