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

pull from master #8

Merged
merged 38 commits into from Oct 22, 2016
Merged

pull from master #8

merged 38 commits into from Oct 22, 2016

Conversation

r-nikhil
Copy link
Owner

No description provided.

xspager and others added 30 commits March 2, 2016 11:59
Having special cases for servers inside Sailor isn't optimal. This
should go inside Remy.
Add support for cookies when using Sailor with Lwan
I was using camelCase for table keys, changed them to snake_case.
Added relevant documentation in English for the new CORS feature.
Added two very naive tests for the new CORS feature. They only assert that
`page:enable_cors()` is able to run without errors, they don't actually check
the output headers (needs improvement).
Argh! Missing commas in the refactored code.
Fixing bug with accessing the wrong variable.
Minor English improvements
Need to double check if the passed data is nil.
feat(cors): Add support for Cross Origin Requests
feat(cli): Add start server command to Sailor command line client
Etiene and others added 8 commits October 12, 2016 12:10
Don't call `require "start-server"` in unprotected mode,
actually pass `require` and `"start-server"` as arguments
to `pcall`. Use `pcall` instead of `xpcall` as no error handler is used.
fix(cli): Fix missing start-server.lua handling in start command
fix(page): Don't pollute _G with parameters when rendering a page
Add missing `local` declarations in sailor.cli.test().
Also move `require "lfs"` from sailor script to sailor.cli so
that it doesn't rely on lfs setting itself as a global (it won't in 2.0).
fix(cli): Fix some globals in sailor.cli
@r-nikhil r-nikhil merged commit c96ee68 into r-nikhil:elasticsearch Oct 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants