-
Notifications
You must be signed in to change notification settings - Fork 109
[AI HACKATHON TEST - DO NOT MERGE] Multiple types of files #434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| ########################### | ||
| ########################### | ||
| ## Deployment AI generation testing ## | ||
| ########################### | ||
| ########################### | ||
|
|
||
| name: Hackathon Deployment Request | ||
|
|
||
| ###################################################### | ||
| # Start the job on a "deployment" to hackathon-test or other branch # | ||
| ###################################################### | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| inputs: | ||
| target_branch: | ||
| description: "Target branch to send PR to (e.g., main, stage, etc)" | ||
| type: string | ||
| required: false | ||
| default: "hackathon-test" | ||
|
|
||
| ############### | ||
| # Set the Job # | ||
| ############### | ||
|
|
||
| jobs: | ||
| ai-metadata-update: | ||
| name: AI Metadata Update on Deployment | ||
| uses: AdobeDocs/adp-devsite-workflow/.github/workflows/ai-deploy-metadata.yml@app-builder-test | ||
| with: | ||
| FILE_NAME: "all_pages_content.txt" | ||
| secrets: | ||
| AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }} | ||
| AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }} | ||
|
|
||
| lint: | ||
| name: Lint | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Lint | ||
| run: npx --yes github:AdobeDocs/adp-devsite-utils#add-lint-check runLint -v |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| --- | ||
| ########################### | ||
| ########################### | ||
| ## Pull request testing ## | ||
| ########################### | ||
| ########################### | ||
| name: Hackathon Pull Request | ||
|
|
||
| # Documentation: | ||
| # - Workflow: https://help.github.com/en/articles/workflow-syntax-for-github-actions | ||
| # - SuperLinter: https://github.com/github/super-linter | ||
| # - Markdown linter: https://github.com/DavidAnson/markdownlint | ||
| # - Link validation: https://github.com/remarkjs/remark-validate-links | ||
|
|
||
| ###################################################### | ||
| # Start the job on a pull request to the hackathon-test branch # | ||
| ###################################################### | ||
| on: | ||
| pull_request: | ||
| branches: [hackathon-test] | ||
| paths: | ||
| - 'src/pages/**' | ||
|
|
||
| ############### | ||
| # Set the Job # | ||
| ############### | ||
| jobs: | ||
| call_reusable_workflow: | ||
| name: Generate AI Metadata | ||
| # Skip if PR title starts with "[AI PR] Metadata Update" or branch name starts with "ai-metadata" | ||
| if: >- | ||
| !startsWith(github.event.pull_request.title, '[AI PR] Metadata Update') || | ||
| !startsWith(github.event.pull_request.head.ref, 'ai-metadata') | ||
| uses: AdobeDocs/adp-devsite-workflow/.github/workflows/ai-pr-request-metadata.yml@app-builder-test | ||
| with: | ||
| PR_ID: ${{ github.event.pull_request.number }} | ||
| FILE_NAME: "pr_content.txt" | ||
| secrets: | ||
| AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }} | ||
| AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| title: Adobe Developers Live | Asset Compute Service Extensibility | ||
| description: Learn how to use App Builder to build custom Asset Compute worker for asset processing during ingestion into Adobe Experience Manager. | ||
| keywords: | ||
| - Adobe I/O | ||
| - Extensibility | ||
| - API Documentation | ||
| - Developer Tooling | ||
| --- | ||
|
|
||
| # Adobe Developers Live | Asset Compute Service Extensibility | ||
|
|
||
| Learn how to use App Builder to build custom Asset Compute worker for asset processing during ingestion into Adobe Experience Manager. | ||
|
|
||
| <Embed slots="video"/> | ||
|
|
||
| https://youtu.be/6wdbd050UMM |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| keywords: | ||
| - App Builder | ||
| - Guides | ||
| - Documentation | ||
| title: App Builder Guides | ||
| description: Comprehensive guides for building and deploying applications with App Builder. | ||
| faqs: | ||
| - question: What topics are covered in the App Builder Guides? | ||
| answer: The guides cover architecture, development, configuration, deployment, security, and integration aspects of building applications with App Builder. | ||
| - question: Where can I find information about App Builder deployment? | ||
| answer: Deployment details are included under the Configuration and Deployment section of the App Builder Guides. | ||
| - question: Does the App Builder support integrations with other platforms? | ||
| answer: Yes, the guides include information about integrating App Builder with Adobe Experience Cloud and other services. | ||
| --- | ||
|
|
||
| # App Builder Guides | ||
|
|
||
| Welcome to the App Builder Guides section. Here you'll find comprehensive documentation about building and deploying applications with App Builder. | ||
|
|
||
| ## Architecture and Development | ||
|
|
||
| * [Architecture Overview](architecture_overview/architecture-overview.md) | ||
| * [Application State](application-state.md) | ||
| * [Development](development.md) | ||
| * [Distribution](distribution.md) | ||
| * [Optimization](optimization.md) | ||
| * [Telemetry](telemetry.md) | ||
|
|
||
| ## Configuration and Deployment | ||
|
|
||
| * [Configuration](configuration/configuration.md) | ||
| * [Deployment](deployment/deployment.md) | ||
| * [Application Logging](application_logging/logging.md) | ||
| * [Events](events/custom-events.md) | ||
| * [Extensions](extensions/extensions.md) | ||
| * [Security](security/index.md) | ||
|
|
||
| ## Integration | ||
|
|
||
| * [Adobe Experience Cloud Integration](exc_app/aec-integration.md) | ||
|
|
||
| ## Next step | ||
|
|
||
| Return to [Guides Index](../index.md). | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,41 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| keywords: | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| - Adobe I/O | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| - Extensibility | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| - API Documentation | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| - Developer Tooling | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| title: Reference Documentation | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+1
to
+8
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
| # Reference Documentation | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Developer Console](https://developer.adobe.com/developer-console/docs/) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe CLI](https://github.com/adobe/aio-cli) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [App Builder Application Generators](https://github.com/adobe/generator-aio-app) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Developer Console Project Generators](https://github.com/adobe/generator-aio-console) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Authentication Library](https://github.com/adobe/aio-lib-ims) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Token-Vending Machine](https://github.com/adobe/aio-tvm) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [SDK Libraries](https://github.com/adobe/aio-sdk) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [File Storage Library](https://github.com/adobe/aio-lib-files) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Key/Value Storage Library](https://github.com/adobe/aio-lib-state) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Analytics 2.0 Library](https://github.com/adobe/aio-lib-analytics) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Audience Manager Customer Data](https://github.com/adobe/aio-lib-audience-manager-cd) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Campaign Standard Library](https://github.com/adobe/aio-lib-campaign-standard) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Experience Platform Real-Time Customer Profile](https://github.com/adobe/aio-lib-customer-profile) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Target Library](https://github.com/adobe/aio-lib-target) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe Developer Console Library](https://github.com/adobe/aio-lib-console) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Adobe I/O Events Library](https://github.com/adobe/aio-lib-events) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Core SDK Library](https://github.com/adobe/aio-sdk-core) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Logging Library](https://github.com/adobe/aio-lib-core-logging) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Error Handling Library](https://github.com/adobe/aio-lib-core-errors) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Configuration Library](https://github.com/adobe/aio-lib-core-config) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Networking Library](https://github.com/adobe/aio-lib-core-networking) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Token-Vending Machine Client Library](https://github.com/adobe/aio-lib-core-tvm) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Github Actions Support](https://github.com/features/actions) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Github Action to setup the CLI](https://github.com/adobe/aio-cli-setup-action) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Github Action to use the CLI](https://github.com/adobe/aio-apps-action) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| * [Github workflow generator for App Builder Apps](https://github.com/adobe/generator-aio-app/tree/master/generators/add-ci/.github/workflows) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
| ## Next step | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return to [Guides Index](index.md). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
This file contains hidden or 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 | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,82 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||
| # Runtimes | ||||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| Adobe I/O Runtime supports the three latest Node.js versions (see the [Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule) for details). We encourage you to keep actions updated to the latest version so you can take advantage of latest security updates and the pre-warmed container feature that dramatically improves cold-start times. | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| These npm modules are pre-installed, so you don't need to package them with your action code to use them: | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ### Node.js v22.6.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| "express": "4.18.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "openwhisk": "3.21.7", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "body-parser": "1.20.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "redis": "4.6.9", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "node-fetch": "3.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "dnscache": "1.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "prom-client": "14.2.0" | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ### Node.js v20.7.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| "express": "4.18.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "openwhisk": "3.21.7", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "body-parser": "1.20.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "redis": "4.6.9", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "node-fetch": "3.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "dnscache": "1.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "prom-client": "14.2.0" | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ### Node.js v18.14.2 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| "express": "4.18.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "openwhisk": "3.21.7", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "body-parser": "1.20.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "redis": "4.6.5", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "node-fetch": "3.3.1", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "dnscache": "1.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "prom-client": "14.2.0" | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ### Node.js v16.17.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| "express": "4.18.1", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "openwhisk": "3.21.6", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "body-parser": "1.20.0", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "redis": "4.1.0", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "node-fetch": "3.2.4", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "dnscache": "1.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "prom-client": "13.2.0" | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ### Node.js v14.20.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| "express": "4.17.1", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "openwhisk": "3.21.6", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "body-parser": "1.19.0", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "cls-hooked": "4.2.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "redis": "3.1.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "node-fetch": "2.6.7", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "dnscache": "1.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||
| "prom-client": "12.0.0" | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| To specify a kind: | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||
| aio rt:action:create actionName fromFile.js --kind nodejs:20 | ||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| or | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||
| aio rt:action:create actionName fromFile.js --kind nodejs:18 | ||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| These images are on Docker Hub: | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| 1. [Node 22](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v22/tags) | ||||||||||||||||||||||||||||||||||||||||||||||||
| 2. [Node 20](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v20/tags) | ||||||||||||||||||||||||||||||||||||||||||||||||
| 3. [Node 18](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v18/tags) | ||||||||||||||||||||||||||||||||||||||||||||||||
| 4. [Node 16](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v16/tags) | ||||||||||||||||||||||||||||||||||||||||||||||||
| 5. [Node 14](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v14/tags) | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| ## Next steps | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| Return to the [Runtime Reference Documentation Index](index.md). | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| Return to the [Guides Index](../../index.md). | ||||||||||||||||||||||||||||||||||||||||||||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.