-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sap aem int day 4 (#286) * Initial version of SAP AEM Integration - day 4 * Add files via upload * Update sap-aem-int-day-4.md * updated codelabs folder * Update sap-aem-int-day-4.md * Add files via upload * Update sap-aem-int-day-4.md * updated exported codelabs * updated exported codelabs * Update sap-aem-int-day-4.md * Add files via upload * Update sap-aem-int-day-4.md * Add files via upload * Update sap-aem-int-day-4.md * Add files via upload * Add files via upload * updated files * Update sap-aem-int-day-4.md * Add files via upload * Update sap-aem-int-day-4.md * Update sap-aem-int-day-4.md * Add files via upload * Update sap-aem-int-day-4.md * Updated codelabs based on Scott's changes * Update sap-aem-int-day-4.md * Add files via upload * Update sap-aem-int-day-4.md * Add files via upload * Updated codelabs with latest content * Update sap-aem-int-day-4.md * Add files via upload * Add files via upload * Update sap-aem-int-day-4.md * Update sap-aem-int-day-4.md * Add files via upload * Update sap-aem-int-day-4.md * Updated codelabs based on Scott's changes * Update sap-aem-int-day-4.md * Updated codelabs based on Scott's changes * Updated codelabs for SAP AEM INT-Day-4 to include Neha's changes * Updated codelabs for SAP AEM INT-Day-4 to include Neha's changes * Updated codelabs for SAP AEM INT-Day-4 to include Neha's changes * Add files via upload * Update sap-aem-int-day-4.md * Add files via upload * Add files via upload * Update sap-aem-int-day-4.md * Updated codelabs SAP AEM INT-Day-4 to include Scott's changes --------- Co-authored-by: HariRangarajan-Solace <[email protected]> Co-authored-by: ScottDillonSol <[email protected]> Co-authored-by: Tamimi Ahmad <[email protected]> * minor modification (#287) * update dt codelab (#288) * update github user on main * update dt codelab steps (#289) * test git config users * remove test file * update workflow * update dt codelab (#290) * update PAT * update dt codelab (#291) * Adding dt-otel html files * update wokrflow * minor update (#292) * Adding dt-otel html files * Adding a test file * update workflow file * update workflow file * Minor modifications to the DT codelab (#293) * update secrets in workflow * minor modification (#294) * Adding dt-otel html files * Update netlify Badge Update netlify Badge * fix broken links * Adding boomi-v2-getting-started html files * Remove export scripts. Not needed anymore * Sap aem int day 1 (#295) * Initial version of SAP AEM Integration - day 1 * Update sap-aem-int-day-1.md * Updated day-1 for intro/takeaways * fixed takeaway step formatting * updated takeaways step codelab folder * Finalized Day-1 codelab * Removed steps setting cluster and vpn name Removed steps setting cluster and vpn name as this is causing issues with Mesh Manager. * SAP AEM Integration workshop - Day 3 (#264) * Initial version of SAP AEM Integration - day 3 * Populating content for 3rd day Populating content for 3rd day, prereqs mostly done, AEM configuration done, importing iflows done, configuring and deploying iflows in progress * Populating codelab for day 3 - configuration steps Added more steps for setting up Integration Suite with security credentials etc. * Adjusted time estimates Adjusted time estimates * Added Overall Duration estimate Added Overall Duration estimate * Finished AEMBusinessPartnerAddressCheck Finished description and configuration and deployment steps for AEMBusinessPartnerAddressCheck iflow. * fixed typos and formatting fixed typos and formatting * Added configuration and deployment for 2 more flows Added configuration and deployment for 2 more flows * Added more details on the LegacyOutputAdapter Added more details on the LegacyOutputAdapter * Finished basic description of event flows Finished basic description of event flows * Finished describing AEM related settings and processing steps Finished describing AEM related settings and processing steps * Added takeaways Added takeaways * Fixed formatting Fixed formatting * Updated day-3 codelab --------- Co-authored-by: HariRangarajan-Solace <[email protected]> Co-authored-by: Christian <[email protected]> * SAP AEM Integration workshop - Day 2 (#263) * Initial version of SAP AEM Integration - day 2 * Initial version of SAP AEM Integration - day 2 * Update sap-aem-int-day-2.md * updated codelabs folder * Add files via upload * Add files via upload * Updated Day-2 codelab with final changes --------- Co-authored-by: HariRangarajan-Solace <[email protected]> Co-authored-by: bradcaldwell88 <[email protected]> * Updated codelabs for SAP AEM INT - Day 1 * Updated codelabs for SAP AEM INT - Day 1 * Updated codelabs for SAP AEM INT - Day 1 to fix cluster names * Updated codelabs SAP AEM INT-Day-1 to fix the CF push command. --------- Co-authored-by: HariRangarajan-Solace <[email protected]> Co-authored-by: Christian <[email protected]> Co-authored-by: bradcaldwell88 <[email protected]> * Adding sap-aem-int-day-1 html files --------- Co-authored-by: HariRangarajan-Solace <[email protected]> Co-authored-by: ScottDillonSol <[email protected]> Co-authored-by: Tamimi Ahmad <[email protected]> Co-authored-by: Tamimi <[email protected]> Co-authored-by: solacecommunity-bot <[email protected]> Co-authored-by: Christian <[email protected]> Co-authored-by: bradcaldwell88 <[email protected]>
- Loading branch information
1 parent
08efc0f
commit 21f9ebf
Showing
70 changed files
with
64 additions
and
637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,19 @@ jobs: | |
go-version: '1.20.5' | ||
|
||
- name: Checkout Current Branch | ||
uses: actions/checkout@master | ||
uses: actions/checkout@v3 | ||
with: | ||
persist-credentials: false | ||
fetch-depth: 0 | ||
token: ${{ secrets.SOLACE_COMMUNITY_BOT_ULTIMATE }} | ||
path: main | ||
|
||
- name: Checkout claat repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
fetch-depth: 0 | ||
token: ${{ secrets.SOLACE_COMMUNITY_BOT_ULTIMATE }} | ||
repository: SolaceDev/google-tools | ||
path: google-tools | ||
|
||
|
@@ -49,8 +55,10 @@ jobs: | |
- name: Push updates to codelabs repo | ||
run: | | ||
cd main | ||
git config user.name SollyBot | ||
git config user.name solacecommunity-bot | ||
git config user.email [email protected] | ||
git add codelabs/. | ||
git commit -m "Adding ${{env.CHANGED_CODELABS}} html files" | ||
git push https://${{env.SOLACE_BOT}}@github.com/Solacedev/solace-dev-codelabs | ||
git push https://solacecommunity-bot:${{secrets.SOLACE_COMMUNITY_BOT_ULTIMATE}}@github.com/Solacedev/solace-dev-codelabs | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.SOLACE_COMMUNITY_BOT_ULTIMATE }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ jobs: | |
|
||
- name: Update submodule | ||
run: | | ||
cd site | ||
git submodule update --remote | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
node_modules | ||
*lock* | ||
temp/ | ||
.project | ||
.vscode |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
markdown/design-document-discover-develop-event-driven-apis/export.sh
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.