-
Notifications
You must be signed in to change notification settings - Fork 115
Terraform docs agents UDR launch #349
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
Merged
Conversation
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
…than *.mdx files (#226) (#231) * Broken link checker should only run on .mdx files * Add a test to catch a broken link * Edit a JSON file * Move to always using head.sha when link checking * Miss a place for the head.sha * print the changed files * Move back to using nick-fields/retry * Fix misspelling and add another test * Fix wrong var being pass in * Fix misspelling of variable * Found another misspelling :face_palm: * get-changed-files output is space not comma sep * Give action a clearer name * Fix dev-portal cache * Revert testing changes * Put back space
* Add readme * Update command in package.json * Add test output folder to gitignore * Shorten example response * Add default values for old and new APIs --------- Co-authored-by: Ruben Nic <RubenSandwich@users.noreply.github.com>
* Fix content not showing up in preview and link checker checking more than *.mdx files (#226) * Broken link checker should only run on .mdx files * Add a test to catch a broken link * Edit a JSON file * Move to always using head.sha when link checking * Miss a place for the head.sha * print the changed files * Move back to using nick-fields/retry * Fix misspelling and add another test * Fix wrong var being pass in * Fix misspelling of variable * Found another misspelling :face_palm: * get-changed-files output is space not comma sep * Give action a clearer name * Fix dev-portal cache * Revert testing changes * Put back space * Enable vercel deployment protection bypass (#230) * Expand lychee command to multiple lines This makes the arguments easier to read (multiple small lines rather than one line line that stretches for miles) * Add vercel protection bypass header to lychee command * Disable prod workflows outside of public repo (#234) * Disable prod workflows outside of public repo * Moving to using job level if * Mock imports in app/utils/utils.test.ts to run without prebuild step (#238) * Mock import in app/api/content/[productSlug]/redirects/route.test.ts to run without prebuild step (#241) * Mock imports in app/api/all-docs-paths/route.test.ts to run without prebuild step (#239) * Mock imports in app/utils/allDocsPaths.test.ts to run without prebuild step (#237) * repo sync between public and internal repos for web-unifed-docs GHA (#236) * Change repo owner to hashicorp in repo-sync workflow (#242) * Mock import of version metadata in app/api/content/[productSlug]/version-metadata/route.ts (#240) * Mock import of version metadata (#244) * Mock import of versionMetadata in app/api/assets/[productSlug]/[version]/[...assetPath]/route.test.ts(#245) * Mock imports in app/api/content/[productSlug]/doc/[version]/[...docsPath]/route.test.ts (#243) * Mock imports for versionMetadata.json, docsPathsAllVersions.json, and productConfig.mjs * Remove path navigation from fixtures import (#1) (#247) * sync changes from web-unified-docs-internal * Update method from compareCommits to compareCommitsWithBasehead (#249) * Remove prebuild from test action (#250) * Add develop to target branches --------- Co-authored-by: Ruben Nic <RubenSandwich@users.noreply.github.com> Co-authored-by: Robert Main <50675045+rmainwork@users.noreply.github.com> Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
* Change arg to d for drop-keys * Added functionality to test content-versions API * Add examples to the readme
* Fix content not showing up in preview and link checker checking more than *.mdx files (#226) * Broken link checker should only run on .mdx files * Add a test to catch a broken link * Edit a JSON file * Move to always using head.sha when link checking * Miss a place for the head.sha * print the changed files * Move back to using nick-fields/retry * Fix misspelling and add another test * Fix wrong var being pass in * Fix misspelling of variable * Found another misspelling :face_palm: * get-changed-files output is space not comma sep * Give action a clearer name * Fix dev-portal cache * Revert testing changes * Put back space * Enable vercel deployment protection bypass (#230) * Expand lychee command to multiple lines This makes the arguments easier to read (multiple small lines rather than one line line that stretches for miles) * Add vercel protection bypass header to lychee command * Disable prod workflows outside of public repo (#234) * Disable prod workflows outside of public repo * Moving to using job level if * Mock imports in app/utils/utils.test.ts to run without prebuild step (#238) * Mock import in app/api/content/[productSlug]/redirects/route.test.ts to run without prebuild step (#241) * Mock imports in app/api/all-docs-paths/route.test.ts to run without prebuild step (#239) * Mock imports in app/utils/allDocsPaths.test.ts to run without prebuild step (#237) * repo sync between public and internal repos for web-unifed-docs GHA (#236) * Change repo owner to hashicorp in repo-sync workflow (#242) * Mock import of version metadata in app/api/content/[productSlug]/version-metadata/route.ts (#240) * Mock import of version metadata (#244) * Mock import of versionMetadata in app/api/assets/[productSlug]/[version]/[...assetPath]/route.test.ts(#245) * Mock imports in app/api/content/[productSlug]/doc/[version]/[...docsPath]/route.test.ts (#243) * Mock imports for versionMetadata.json, docsPathsAllVersions.json, and productConfig.mjs * Remove path navigation from fixtures import (#1) * Remove path navigation from fixtures import (#1) (#247) * sync changes from web-unified-docs-internal * Update method from compareCommits to compareCommitsWithBasehead (#249) * Remove prebuild from test action (#250) * Add develop to target branches * Remove paths arg to allow Test & Lint action to run on every PR (#253) * Remove PR lock logic from repo-sync workflow (#263) * Repo sync (#34) * Remove path navigation from fixtures import (#1) (#247) * sync changes from web-unified-docs-internal * Update method from compareCommits to compareCommitsWithBasehead (#249) * Remove prebuild from test action (#250) * Add develop to target branches * Remove paths arg to allow Test & Lint action to run on every PR (#253) * Remove PR lock logic from repo-sync workflow (#263) --------- Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> * Repo sync (#291) * Repo sync (#34) * sync changes from web-unified-docs-internal * Update method from compareCommits to compareCommitsWithBasehead (#249) * Remove prebuild from test action (#250) * Add develop to target branches * Remove paths arg to allow Test & Lint action to run on every PR (#253) * Remove PR lock logic from repo-sync workflow (#263) --------- Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> * Repo sync (#38) * sync changes from web-unified-docs-internal * Update method from compareCommits to compareCommitsWithBasehead (#249) * Remove prebuild from test action (#250) * Add develop to target branches * Remove paths arg to allow Test & Lint action to run on every PR (#253) * Remove PR lock logic from repo-sync workflow (#263) --------- Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> * Add Vercel link to deploy preview (#39) * Add Vercel link to deploy job (#290) * Fix for dev-portal is failing to build in UDR internal repo * Repo sync (#326) * Repo sync (#73) * Fix content loading (#235) * Use vercel protection bypass headcer Builds were previously breaking when UDR attempted to make HTTP requests to the CDN (vercel public folder) to retrieve content. Adding the `x-vercel-protection-bypass` header should fix that * Add use server directive * Revert "Add use server directive" Adding a 'use server' directive to this file causes 404s on the content API. This reverts commit 4f2ecae. --------- Co-authored-by: Ruben Nic <RubenSandwich@users.noreply.github.com> Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
* Remove terraform-docs-common from develop branch * Comment out terraform-docs-common Disable terraform-docs-common in product config * Undo removal of content dir mapping --------- Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com>
Co-authored-by: Ruben Nic <RubenSandwich@users.noreply.github.com>
Contributor
Vercel Previews Deployed
|
Contributor
heatlikeheatwave
approved these changes
Apr 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Launches
terraform-docs-agentsby merging intomain.