-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: add @remix-run/azure-functions
package
#2521
Commits on Aug 20, 2022
-
test(express): add basic test for createRemixRequest
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for bf83669 - Browse repository at this point
Copy the full SHA bf83669View commit details -
test(architect): add tests for headers
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 010d5c4 - Browse repository at this point
Copy the full SHA 010d5c4View commit details -
test(vercel): extract headers conversion function, start adding tests…
… around it Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for f1f10ba - Browse repository at this point
Copy the full SHA f1f10baView commit details -
test(vercel): shutdown server after running test
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 5e64fd3 - Browse repository at this point
Copy the full SHA 5e64fd3View commit details -
chore: remove
Object.fromEntries(responseHeaders)
spreadingSigned-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 70bc39f - Browse repository at this point
Copy the full SHA 70bc39fView commit details -
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 6f8d02b - Browse repository at this point
Copy the full SHA 6f8d02bView commit details -
test(vercel): add test for createRequestHandler
vercel requests are regular http IncomingMessages but with various methods on it to make it more like express, so we'll just treat it like express.. Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 10f1b11 - Browse repository at this point
Copy the full SHA 10f1b11View commit details -
test(vercel): use supertest for better header testing
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for e19177b - Browse repository at this point
Copy the full SHA e19177bView commit details -
fix(express): read port from request app settings
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 5c94bd3 - Browse repository at this point
Copy the full SHA 5c94bd3View commit details -
fix(express): req.get("host") returns the port
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for cabc7ac - Browse repository at this point
Copy the full SHA cabc7acView commit details -
test(express): update request mocking
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for df40493 - Browse repository at this point
Copy the full SHA df40493View commit details -
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for b36f60d - Browse repository at this point
Copy the full SHA b36f60dView commit details -
test(azure): add test for createRemixRequest
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for b7c613d - Browse repository at this point
Copy the full SHA b7c613dView commit details -
test(azure): add initial test for createRequestHandler
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 22e2292 - Browse repository at this point
Copy the full SHA 22e2292View commit details -
chore: update remix-node version
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for b40a51f - Browse repository at this point
Copy the full SHA b40a51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389719c - Browse repository at this point
Copy the full SHA 389719cView commit details -
chore(azure): use return instead of
context.res = {}
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 7e50834 - Browse repository at this point
Copy the full SHA 7e50834View commit details -
chore: input headers are just a string
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 9206f3d - Browse repository at this point
Copy the full SHA 9206f3dView commit details -
feat: add initial azure template
TODO: - [ ] README - [ ] decide if we should include the github action Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 4983217 - Browse repository at this point
Copy the full SHA 4983217View commit details -
chore(azure): update template readme, add tweaked github action that …
…azure provides during setup also updates the cli to copy a `github-action` directory to `.github/workflows` Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for d7406f2 - Browse repository at this point
Copy the full SHA d7406f2View commit details -
chore(azure): use generic secret name in github action
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 265521d - Browse repository at this point
Copy the full SHA 265521dView commit details -
chore(azure): remove erroneous 'a'
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 6835d4c - Browse repository at this point
Copy the full SHA 6835d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d4ba4 - Browse repository at this point
Copy the full SHA d6d4ba4View commit details -
feat(getDocumentHeaders): re-add support for multiple set-cookie headers
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for a39c439 - Browse repository at this point
Copy the full SHA a39c439View commit details -
chore(azure): update adapter to use update request/response/headers
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 6b3f71b - Browse repository at this point
Copy the full SHA 6b3f71bView commit details -
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 505647b - Browse repository at this point
Copy the full SHA 505647bView commit details -
chore(init/azure): update handler
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for b18919c - Browse repository at this point
Copy the full SHA b18919cView commit details -
chore(init/azure): add rewrites and required index.html file
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for f82b0e7 - Browse repository at this point
Copy the full SHA f82b0e7View commit details -
feat(azure): add support for dev
for whatever reason in development, the `@azure/static-web-apps-cli` cli doesn't remove the original path from the rewrite, so we have to manually remove the `/api/azure` part. with that in mind, our azure function has to be named azure...
Configuration menu - View commit details
-
Copy full SHA for fca6d0a - Browse repository at this point
Copy the full SHA fca6d0aView commit details -
Revert "feat(azure): add support for dev"
This reverts commit 82f4115.
Configuration menu - View commit details
-
Copy full SHA for fc6bcdb - Browse repository at this point
Copy the full SHA fc6bcdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36070e9 - Browse repository at this point
Copy the full SHA 36070e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bdbe0c - Browse repository at this point
Copy the full SHA 0bdbe0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 369ee57 - Browse repository at this point
Copy the full SHA 369ee57View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37e686 - Browse repository at this point
Copy the full SHA e37e686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bb27f - Browse repository at this point
Copy the full SHA 32bb27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a1f6d - Browse repository at this point
Copy the full SHA 19a1f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27df6b1 - Browse repository at this point
Copy the full SHA 27df6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f152ff - Browse repository at this point
Copy the full SHA 7f152ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e463c - Browse repository at this point
Copy the full SHA 49e463cView commit details -
Apply suggestions from code review
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Configuration menu - View commit details
-
Copy full SHA for bc19122 - Browse repository at this point
Copy the full SHA bc19122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bac793 - Browse repository at this point
Copy the full SHA 0bac793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d77b6 - Browse repository at this point
Copy the full SHA 74d77b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a21ed - Browse repository at this point
Copy the full SHA c9a21edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c150dd - Browse repository at this point
Copy the full SHA 4c150ddView commit details -
Update packages/remix-azure-functions/package.json
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Configuration menu - View commit details
-
Copy full SHA for cc6a1b8 - Browse repository at this point
Copy the full SHA cc6a1b8View commit details -
Update templates/azure-functions/.eslintrc
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Configuration menu - View commit details
-
Copy full SHA for 97766bd - Browse repository at this point
Copy the full SHA 97766bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5204bb - Browse repository at this point
Copy the full SHA b5204bbView commit details -
Missed the remix scaffolding step and wasn't pointing to the package properly
Configuration menu - View commit details
-
Copy full SHA for 292e671 - Browse repository at this point
Copy the full SHA 292e671View commit details -
Configuration menu - View commit details
-
Copy full SHA for a81bcb1 - Browse repository at this point
Copy the full SHA a81bcb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf336fa - Browse repository at this point
Copy the full SHA bf336faView commit details -
Apply suggestions from code review
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Configuration menu - View commit details
-
Copy full SHA for 6e43ff1 - Browse repository at this point
Copy the full SHA 6e43ff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f4245 - Browse repository at this point
Copy the full SHA 49f4245View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfc8f8 - Browse repository at this point
Copy the full SHA bbfc8f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6103b - Browse repository at this point
Copy the full SHA 3e6103bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa2072 - Browse repository at this point
Copy the full SHA 4fa2072View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee10de7 - Browse repository at this point
Copy the full SHA ee10de7View commit details -
Apply suggestions from code review
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Configuration menu - View commit details
-
Copy full SHA for adb6781 - Browse repository at this point
Copy the full SHA adb6781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 266d4b2 - Browse repository at this point
Copy the full SHA 266d4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8373aab - Browse repository at this point
Copy the full SHA 8373aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86edd6b - Browse repository at this point
Copy the full SHA 86edd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 408cdea - Browse repository at this point
Copy the full SHA 408cdeaView commit details -
Apply suggestions from code review
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Configuration menu - View commit details
-
Copy full SHA for cb539af - Browse repository at this point
Copy the full SHA cb539afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58be825 - Browse repository at this point
Copy the full SHA 58be825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63783db - Browse repository at this point
Copy the full SHA 63783dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ffdf0 - Browse repository at this point
Copy the full SHA a2ffdf0View commit details -
Apply suggestions from code review
Co-authored-by: Michaël De Boey <info@michaeldeboey.be> Co-authored-by: Christian Köberl <derkoe@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e94a44 - Browse repository at this point
Copy the full SHA 8e94a44View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ecaaeef - Browse repository at this point
Copy the full SHA ecaaeefView commit details
Commits on Sep 30, 2022
-
Apply suggestions from code review
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Configuration menu - View commit details
-
Copy full SHA for f9b65ff - Browse repository at this point
Copy the full SHA f9b65ffView commit details