From 77f8e20b11457309946b4b758c9195f3605f3e98 Mon Sep 17 00:00:00 2001 From: Krishna Chaitanya Date: Thu, 15 Sep 2022 12:21:41 +0530 Subject: [PATCH 1/3] Gitlightning --- .sf/config.json | 3 +++ .sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD | 1 + .sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config | 7 +++++++ force-app/main/default/classes/SFDCStopTeamController.cls | 8 ++++++++ 4 files changed, 19 insertions(+) create mode 100644 .sf/config.json create mode 100644 .sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD create mode 100644 .sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config diff --git a/.sf/config.json b/.sf/config.json new file mode 100644 index 00000000..800af7c8 --- /dev/null +++ b/.sf/config.json @@ -0,0 +1,3 @@ +{ + "target-org": "GitPractiveorg" +} \ No newline at end of file diff --git a/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD new file mode 100644 index 00000000..b870d826 --- /dev/null +++ b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD @@ -0,0 +1 @@ +ref: refs/heads/main diff --git a/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config new file mode 100644 index 00000000..d545cdab --- /dev/null +++ b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config @@ -0,0 +1,7 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 1bb137a9..0130e874 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -38,6 +38,14 @@ public class SFDCStopTeamController { 'https://trailblazer.me/id/rahulmalhotra' ) ); + sfdcstopContributors.add( + new Contributor( + 'SFDC Lightning', + 'https://pbs.twimg.com/profile_images/1208356452160589824/qLtb5g9P_400x400.jpg', + Date.newInstance(2020, 06, 21), + 'https://trailblazer.me/id/rahulmalhotra' + ) + ); sfdcstopContributors.add( new Contributor( 'Workshop-CodeLab', From bbd8b951e6ccd8f35a97abe0246f99719da52120 Mon Sep 17 00:00:00 2001 From: Krishna Chaitanya Date: Fri, 16 Sep 2022 11:45:39 +0530 Subject: [PATCH 2/3] git Learning --- .../main/default/classes/SFDCStopTeamController.cls | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 0130e874..ddd52531 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -46,11 +46,19 @@ public class SFDCStopTeamController { 'https://trailblazer.me/id/rahulmalhotra' ) ); + sfdcstopContributors.add( + new Contributor( + 'Git Learning', + 'https://picsum.photos/200/300 or https://picsum.photos/200', + Date.newInstance(2020, 06, 21), + 'https://trailblazer.me/' + ) + ); sfdcstopContributors.add( new Contributor( 'Workshop-CodeLab', 'https://github.com/', - Date.newInstance(2022, 06, 20), + Date.newInstance(2022, 09, 16), 'https://trailblazer.me/' ) ); From 34b19edd8ab96025fea5afcbf1be0be15da30707 Mon Sep 17 00:00:00 2001 From: Krishna Chaitanya Date: Fri, 16 Sep 2022 12:41:06 +0530 Subject: [PATCH 3/3] Thank you!! --- .../main/default/classes/SFDCStopTeamController.cls | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index ddd52531..5e8952b7 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -50,10 +50,18 @@ public class SFDCStopTeamController { new Contributor( 'Git Learning', 'https://picsum.photos/200/300 or https://picsum.photos/200', - Date.newInstance(2020, 06, 21), + Date.newInstance(2020, 09, 16), 'https://trailblazer.me/' ) ); + sfdcstopContributors.add( + new Contributor( + 'Thank you !@!', + 'https://picsum.photos/200/300', + Date.newInstance(2020, 09, 16), + 'https://trailblazer.me/' + ) + ); sfdcstopContributors.add( new Contributor( 'Workshop-CodeLab',