-
Notifications
You must be signed in to change notification settings - Fork 1k
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
enable typescript services and sdl #515
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e0cf24a
Add a way to extract the user from the headers.
peterp 15041af
Add auth package.
peterp c313d61
Make auth package compile with TypeScript.
peterp edc33bf
Add IP address to the Lambda event's requestContext
bjackson eb56ea6
enable typescript services and sdl
173dc6c
update tests for sdl
c6e8230
add tests for service generation
25bdd19
remote dupe test fixtures
b0172fd
add graphql types for generated relations in services
284c0f4
use only ts template for services
3270cb7
extract transform from service, get it working with SDL
09568a1
add javascript flag to sdl and service
389dd21
ensure tests use default builder args
e3d0690
update scaffold code
377a62b
fix test regression
4db82a4
fix scaffold to use functional options
bbf8a01
remove accidentl `only` in test
3351d66
fix scaffold optional args
ace3453
real world testing updates
74b05d9
tests to green
387625d
destruction enabled!
cf7aede
fixing merge issues
dbb0443
fix regressions from template changes
12b457a
fixing bad rebase
ab53b6b
more merge fixes
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
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.
babel is unhappy when you mock
fs
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.
We're thinking of creating a wrapper around
fs
with a few common operations like write, read, unlink in@redwoodjs/internal
that should be slightly more manageable to mock.