-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make Cloudfront private in CDK code, add key-pair for auth #2060
Merged
Merged
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
87a9816
adding basic upload to s3 and load from s3 paths
dubwub 151959b
Adding to test mocks
dubwub d93bdc9
trying to fix tests, in case s3 doesnt exist
dubwub 5ba607a
Merge branch 'main' into dd/write-to-s3
dubwub e960060
modified per conversations
dubwub ee78eba
Merge branch 'dd/write-to-s3' of github.com:fern-api/fern-platform in…
dubwub 098131b
fixing text
dubwub 796d233
modifying environment variable logic
dubwub 3b5241b
merge
dubwub 660bfbc
using NEXT_PUBLIC_FDR_ORIGIN
dubwub de4a87e
cleaning up env var logic
dubwub f4f98aa
use host instead of domain
dubwub 785b8e0
fixing merge
dubwub 5280ed5
hardwiring as a test
dubwub 802fb1b
merge main
dubwub 3a8d7da
fixing merge conflict
dubwub 8161431
adding console.logs for debugging
dubwub 31f2725
adding debugging
dubwub 1892feb
changed to presigned url
dubwub ae1fbec
pnpm-lock
dubwub af06f90
resolve merge conflict
dubwub edc21da
merge conflict
dubwub 2d8a791
prettier - turbo.json
dubwub d19019e
adding CDK to remove public and add keypair
dubwub 52ef3ef
adding to turbo.json
dubwub d2d38b1
deploying dev fdr
dubwub f3a2c1c
adding to github workflow
dubwub dd6ff96
adding to github workflow properly this time
dubwub 22072c1
modfiying env
dubwub e398255
modifying env var
dubwub e79bb60
modifying to use key group
dubwub b177af1
test
dubwub c6735bf
Merge branch 'main' into dd/write-to-s3
dubwub 794197b
presigned url code uploaded
dubwub a5bffd5
removed console log
dubwub 2c2944e
turbo
dubwub 247f2ed
cleaned up:
dubwub 8b136e7
fix lint
dubwub e6dd2c3
removing test
dubwub 18b2857
adding version number
dubwub d89ea31
clean up workflow
dubwub 414cdaa
fixed according to comments
dubwub 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 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
22 changes: 0 additions & 22 deletions
22
packages/fern-docs/bundle/src/server/__test__/loadDocsDefinitionFromS3.test.ts
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
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.
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.
lets remove