Skip to content
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

Resolved from failing tests from merged PRs in v1.4.0 #1335

Merged
merged 13 commits into from
Aug 2, 2023

Conversation

crimson-knight
Copy link
Member

  • JSON responses now include the "charset=utf-8" which is valid but needed some tests updated

  • Static File serving was reproducing what the std lib was already doing, but with 1 convenience: requesting a directory without a trailing slash did not result in a redirect before serving a 404 or 200. That behavior no longer happens. So requesting a directory without the trailing slash will result in a redirect to the correct path before the final response is returned.

  • Disabled the granite integration tests. There's some additional work that needs to be done to fix the failing postgres tests in CI before I cut a release that would resolve those tests. (Trying not to replicate my v1.4.0 experience here :) )

@crimson-knight crimson-knight merged commit f844da3 into amberframework:master Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant