From 2e44ce017864eda160d4335ac0c7276640cdfb45 Mon Sep 17 00:00:00 2001 From: KevinMartinezC <90873838+KevinMartinezC@users.noreply.github.com> Date: Wed, 8 Mar 2023 14:07:23 -0600 Subject: [PATCH 1/6] Create config.txt --- config.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.txt diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..2b46aac8 --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +some configurations that were checked in after init +need to pull this file down From 388e192542f3188962c8b95726d975a344631756 Mon Sep 17 00:00:00 2001 From: Kevin Martinez Date: Wed, 8 Mar 2023 14:30:54 -0600 Subject: [PATCH 2/6] added some additional config values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 2b46aac8..9c736098 100644 --- a/config.txt +++ b/config.txt @@ -1,2 +1,3 @@ some configurations that were checked in after init need to pull this file down +adding some additional configurations \ No newline at end of file From 99c395119344b661fd38722e98296b07501f0f2c Mon Sep 17 00:00:00 2001 From: KevinMartinezC <90873838+KevinMartinezC@users.noreply.github.com> Date: Wed, 8 Mar 2023 14:36:58 -0600 Subject: [PATCH 3/6] Create feature3.txt --- feature3/feature3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature3/feature3.txt diff --git a/feature3/feature3.txt b/feature3/feature3.txt new file mode 100644 index 00000000..8fd1597e --- /dev/null +++ b/feature3/feature3.txt @@ -0,0 +1 @@ +feature3 implementation From fec1e65a7fbe36e06045aa464fb14c236f15d96b Mon Sep 17 00:00:00 2001 From: Kevin Martinez Date: Wed, 8 Mar 2023 14:39:20 -0600 Subject: [PATCH 4/6] adding additional config values --- config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.txt b/config.txt index 9c736098..fa157e59 100644 --- a/config.txt +++ b/config.txt @@ -1,3 +1,4 @@ some configurations that were checked in after init need to pull this file down -adding some additional configurations \ No newline at end of file +adding some additional configurations +found a couple of more config values that are needed \ No newline at end of file From 06a38069fe4876630b655d66c53c259b9740dc81 Mon Sep 17 00:00:00 2001 From: Kevin Martinez Date: Wed, 8 Mar 2023 15:37:03 -0600 Subject: [PATCH 5/6] utility feature --- util/config.txt | 5 +++++ util/feature.txt | 5 +++++ util/utility.txt | 11 +++++++++++ 3 files changed, 21 insertions(+) create mode 100644 util/config.txt create mode 100644 util/feature.txt create mode 100644 util/utility.txt diff --git a/util/config.txt b/util/config.txt new file mode 100644 index 00000000..8870195c --- /dev/null +++ b/util/config.txt @@ -0,0 +1,5 @@ +config1:abc + +config2:123 + +config3:xyz \ No newline at end of file diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..a82bb0e4 --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,5 @@ +feature 1 implementation + +feature 2 implementation + +feature 3 implementation diff --git a/util/utility.txt b/util/utility.txt new file mode 100644 index 00000000..50329efa --- /dev/null +++ b/util/utility.txt @@ -0,0 +1,11 @@ +This is a utility + +there are several different features +1 +2 +3 + +and multiple configs +a +b +c \ No newline at end of file From 96cc1f2980a023f6ebca1a6b824e7a5bf839e59c Mon Sep 17 00:00:00 2001 From: Kevin Martinez Date: Wed, 8 Mar 2023 15:42:54 -0600 Subject: [PATCH 6/6] Modifying code based on review --- util/config.txt | 2 +- util/feature.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/util/config.txt b/util/config.txt index 8870195c..f7a19237 100644 --- a/util/config.txt +++ b/util/config.txt @@ -1,5 +1,5 @@ config1:abc -config2:123 +config2:234 config3:xyz \ No newline at end of file diff --git a/util/feature.txt b/util/feature.txt index a82bb0e4..a1d1f768 100644 --- a/util/feature.txt +++ b/util/feature.txt @@ -1,5 +1,6 @@ feature 1 implementation feature 2 implementation +adding ability to handle multiple widgits feature 3 implementation