v1.2.0 - v1.3.0(16 commits)
Jeremy Woertink (@jwoertink)
bump versions for next release (#1925)
luckyframework/lucky
Committed on
Sijawusz Pur Rahnama (@Sija)
Remove mistakenly committed file (#1922)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Windows support (#1919) * Remove the postinstall scripts and move precompiled tasks to executables in bin * Adding windows to CI * cleaning up some paths to differentiate between windows and not * fixing another path in specs * do all of the Path need to use .new.... * More work on making windows specs pass * a few test for windows * also ignore ameba.exe * Fixing more specs for Windows
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Update ExceptionPage and fix the error title. Fixes #1920 (#1921)
luckyframework/lucky
Committed on
Agustin Arce (@aarcex3)
chore (file_response): implement macro for crystal version check (#1918) * chore (file): implement macro for crystal version check * refactor (file_response): improve version check macro
luckyframework/lucky
Committed on
Russ Smith (@russ)
Adding a MaximumRequestSizeHandler (#1916) * Adding a MaximumRequestSizeHandler * Configurable to be on/off. Off by default. * Configurable to set the maximum request size. Default is 1MB. Ref #1143 * Setting the spec max_size to something very small to fix the spec. * Making max_size an Int64 * Removing the redundant settings in spec helper. * Linting. I don't have ameba on my mac... * Adding docs to the head of the handler file.
luckyframework/lucky
Committed on
Russ Smith (@russ)
Changing form_method to a public method. (#1915) * Changing form_method to a public method. Ref #1824 * crystal tool format brought in changes
luckyframework/lucky
Committed on
n atta kusi adusei (@akadusei)
Fix compile error on `main` branch (#1910) ``` In src/lucky/error_action.cr:83:34 83 | body: Lucky::ExceptionPage.for_runtime_exception(context, error).to_s, ^-------------------- Error: Error: undefined method 'for_runtime_exception' for Lucky::ExceptionPage.class ```
luckyframework/lucky
Committed on
n atta kusi adusei (@akadusei)
Fix invalid query string for array params (#1908) * Fix invalid query string for array params * Add spec expectation * Add check for correctness of values returned from array query params
luckyframework/lucky
Committed on
n atta kusi adusei (@akadusei)
Fix failed specs in Crystal v1.13 (#1909) * Fix invalid query string for array params * Add spec expectation * Add check for correctness of values returned from array query params * Fix failed specs in Crystal v1.13 ``` Failures: 1) Lucky::CookieJar raises a nicer error for invalid cookie values Failure/Error: expect_raises(Lucky::InvalidCookieValueError, "Cookie value for 'cookie' is invalid") do Expected Lucky::InvalidCookieValueError but nothing was raised Error: # spec/lucky/cookies/cookie_jar_spec.cr:41 ``` Crystal v1.13 accepts space in cookie values as valid. See <https://github.com/crystal-lang/crystal/pull/14455>.
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Fixing Crystal 1.13 regression issues (#1900) * Overriding Habitat so we can test against Crystal 1.13 fixes * fixing regression issues for Crystal 1.13. Fixes #1872 * actually use the shard override to do shard override. probably time to clean up this CI workflow
luckyframework/lucky
Committed on
Sébastien Nadon (@snadon)
add tip to set LUCKY_ENV to production (#1896) * add tip to set LUCKY_ENV to production * improve raise error of watcher's config file
luckyframework/lucky
Committed on
Matthew McGarvey (@matthewmcgarvey)
Routes task uses LuckyRouter (#1898)
luckyframework/lucky
Committed on
Sébastien Nadon (@snadon)
add mention of --with-page (#1895)
luckyframework/lucky
Committed on
Sébastien Nadon (@snadon)
fix: reset compile time when recompiling (#1894)
luckyframework/lucky
Committed on
Jeremy Woertink (@jwoertink)
Adding changelog and upgrade notes for v1.2.0 (#1869) * Adding changelog and upgrade notes for next release * Update UPGRADE_NOTES.md Mentioned Carbon Adapter should be upgraded too
luckyframework/lucky
Committed on