-
Notifications
You must be signed in to change notification settings - Fork 269
WIP: Custom support-request form at /support/new with stubbed /api/support backend #21030
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
Open
CamSoper
wants to merge
10
commits into
master
Choose a base branch
from
claude/support-form-plan-jxc143
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
05f210d
Add custom support-request form at /support/new with stubbed /api/sup…
claude e31402d
Fix category label typo: Documentations -> Documentation
claude 342711e
adjust form fields
MeganYTan 0df505e
update links
MeganYTan 7146ce5
add lambda handler
MeganYTan 854b69a
add api keys
MeganYTan fb27191
Update infrastructure/support-form/handler.ts
MeganYTan d28e839
Merge remote-tracking branch 'origin/master' into claude/support-form…
MeganYTan 6a64d5a
modify api keys
MeganYTan b013067
fix validation error
MeganYTan 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| redirect_to: "https://support.pulumi.com/" | ||
| redirect_to: "https://pulumi.com/support/new/" | ||
| block_external_search_index: true | ||
| --- |
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,68 @@ | ||
| --- | ||
| title: Submit a Support Request | ||
| meta_desc: Open a support request with the Pulumi support team. Tell us what you're running into and we'll get back to you by email. | ||
| type: page | ||
| layout: support-new | ||
| # Transactional form page. Keep it out of search until the Intercom cutover | ||
| # makes it the canonical support entry point. | ||
| block_external_search_index: true | ||
|
|
||
| overview: | ||
| eyebrow: Pulumi support | ||
| title: Submit a request | ||
| description: Tell us what you're running into and the Pulumi support team will get back to you by email. Fields marked with an asterisk (*) are required. | ||
|
|
||
| form: | ||
| fields: | ||
| email: | ||
| label: Your email address | ||
| name: | ||
| label: Full name | ||
| organization: | ||
| label: Pulumi organization name | ||
| help: https://app.pulumi.com/PULUMI_ORG_NAME | ||
| priority: | ||
| label: Priority | ||
| options: | ||
| - label: Normal | ||
| value: normal | ||
| - label: Urgent | ||
| value: urgent | ||
| subject: | ||
| label: Subject | ||
| description: | ||
| label: Description | ||
| help: Please enter the details of your request. It always helps to include code snippets, current behavior, and expected behavior when encountering issues. Markdown is welcome. | ||
| submit: Submit | ||
| submitting: Submitting… | ||
| error_banner: We couldn't send your request just now. Your entries are saved in this browser tab — please try again in a moment, or open a ticket at https://pulumi.com/support/new/. | ||
|
|
||
| confirmation: | ||
| title: Request received. We're on it. | ||
| description: Your request is with the Pulumi support team. Keep an eye on your inbox — replies come from Pulumi support by email. | ||
| recap: | ||
| - label: Organization | ||
| field: organization | ||
| - label: Subject | ||
| field: subject | ||
| steps: | ||
| - title: Now. | ||
| description: Your request has been logged with the Pulumi support team. | ||
| - title: Next. | ||
| description: A support engineer reviews it and replies by email, usually within one business day. | ||
| - title: Then. | ||
| description: You work the issue together over email. If we need files or more detail, we'll ask there. | ||
|
|
||
| help_links: | ||
| title: Need something else? | ||
| description: "If this isn't a support request, these get you there faster:" | ||
| links: | ||
| - label: Ask the community on Slack | ||
| url: https://slack.pulumi.com/ | ||
| - label: Browse the documentation | ||
| url: /docs/ | ||
| - label: Check Pulumi service status | ||
| url: https://status.pulumi.com/ | ||
| - label: Talk to sales | ||
| url: /contact/ | ||
| --- |
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
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,5 @@ | ||
| config: | ||
| www.pulumi.com:intercomTicketTypeId: "4573798" | ||
| www.pulumi.com:intercomApiKey: | ||
| secure: AAABAA7KQr1JJ9TWlatqOiROnh8sF6s+AouoBkZeUfqg22GlQ9wut4oQZr2BSC5HyY/LS1npuORxPBaKW85gzRePhX6N4M7xYQ/eqgOWRy/hQk/NDZbdC0qRytc= | ||
| www.pulumi.com:enableSupportForm: "true" |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.