-
Notifications
You must be signed in to change notification settings - Fork 0
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
Handler should take clj body w/ optional headers & env as context #23
Merged
ccfontes
merged 18 commits into
main
from
handler-should-take-clj-body-w-optional-headers-env-context
Aug 20, 2023
Merged
Handler should take clj body w/ optional headers & env as context #23
ccfontes
merged 18 commits into
main
from
handler-should-take-clj-body-w-optional-headers-env-context
Aug 20, 2023
Conversation
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
… namespace 🔧 chore(.gitignore): ignore .clj-kondo/.cache directory 🔧 chore(template/bb/bb.edn): remove unnecessary dependencies 🔧 chore(template/bb/index.clj): refactor code to handle symbol as string 🔧 chore(template/bb/ring/middleware/json.clj): remove unused import 🔧 chore(template/bb/tests.clj): refactor tests and remove unused code 🔧 chore(template/bb/tests.clj): add fixture for response in tests 🔧 chore(template/bb/tests.clj): refactor tests to use fixture and add TODO comment 🔧 chore(template/bb/tests.clj): add main function to run tests
🐛 fix(index.clj): fix indentation and remove unused imports in index.clj file 🐛 fix(index.clj): fix arity-2-handler function to destructure correctly 🐛 fix(index.clj): fix ->handler function to correctly merge response 🐛 fix(tests.clj): fix example in index/->kebab-case test 🐛 fix(tests.clj): fix arity-2-handler function to destructure correctly 🐛 fix(tests.clj): fix app test to use resp-fixture 🚧 chore(index.clj): add TODO comments for future tasks
📝 docs(README.adoc): update project description and add third party code section ✨ feat(examples): add bb-map-context example 🔧 chore(stack.yml): add bb-http-map-context function to stack 🔧 chore(template): add author, url, and license metadata to index.clj and tests.clj 🔧 chore(template): add author, contributors, url, and license metadata to json.clj
…to 1.0.15 🔧 chore(faas_fn_build_invoke.yml): update bb-http-function build and invoke steps 🔧 chore(faas_fn_build_invoke.yml): update bb-streaming-hello and bb-streaming-lib e2e tests 🔧 chore(faas_fn_build_invoke.yml): update bb-http-map and bb-http-map-context e2e tests 🔧 chore(template/bb/index.clj): remove TODO comment 🔧 chore(template/bb/ring/middleware/json.clj): fix metadata indentation 🔧 chore(template/bb/tests.clj): add handler arity tests
…ge version 🔧 chore(faas_fn_build_invoke.yml): add docker logs for debugging purposes 📝 docs(README.adoc): fix typo in the documentation
🐛 fix(handler.clj): fix handler function to accept and return content instead of a map
… stop/remove containers 🔧 chore(faas_fn_build_invoke.yml): stop and remove bb-http-map and bb-http-map-context containers
…running new ones 🔧 chore(faas_fn_build_invoke.yml): stop and remove bb-http-map container before running new one 🔧 chore(faas_fn_build_invoke.yml): stop and remove bb-http-map-context container before running new one
…ntainers The sleep command is added to allow some time for the containers to start before making requests to them. This helps to ensure that the containers are fully initialized and ready to handle requests.
…e container ✨ feat(faas_fn_build_invoke.yml): improve error handling for container startup
… docker rm commands
…rameter 🐛 fix(handler.clj): print context variable for debugging purposes
…nt variable to `:upstream-url`
ccfontes
deleted the
handler-should-take-clj-body-w-optional-headers-env-context
branch
August 20, 2023 08:54
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.
No description provided.