Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Fix static files BEFORE sessions #1090

Closed
wants to merge 6 commits into from
Closed

Fix static files BEFORE sessions #1090

wants to merge 6 commits into from

Conversation

pursual
Copy link
Contributor

@pursual pursual commented Dec 4, 2015

To avoid a mongo ping per static file. #1089

To avoid a mongo ping per static file.
@mleanos
Copy link
Member

mleanos commented Dec 4, 2015

@pursual Thank you for submitting this fix. The build failed due to a timeout. You can close & re-open this PR, to initialize the build process again. Hopefully, it was just an intermittent timeout.

@pursual pursual closed this Dec 4, 2015
@pursual pursual reopened this Dec 4, 2015
@mleanos
Copy link
Member

mleanos commented Dec 4, 2015

LGTM.

Any other considerations? @codydaig @ilanbiala @lirantal

@mleanos
Copy link
Member

mleanos commented Dec 4, 2015

@pursual Before this is merged, you will need to change the commit message to conform to the Contributing guidelines. This is for the commit history, and to easily track changes in release changelog's.

https://github.com/meanjs/mean/blob/master/CONTRIBUTING.md#commit-message-guidelines

fix(core): Serve static files without session init

Small change to config/lib.express.js. Move static routes config above session init.

Fixes #1089
@mleanos
Copy link
Member

mleanos commented Dec 5, 2015

@pursual The actual commit message, not the body should contain the header. See these commits..
https://github.com/meanjs/mean/pull/1083/commits

@pursual
Copy link
Contributor Author

pursual commented Dec 5, 2015

I'm away for the weekend, feel free to close and recreate.

On Fri, Dec 4, 2015, 7:52 PM Michael Leanos [email protected]
wrote:

@pursual https://github.com/pursual The actual commit message, not the
body should contain the header. See these commits..
https://github.com/meanjs/mean/pull/1083/commits


Reply to this email directly or view it on GitHub
#1090 (comment).

@ilanbiala
Copy link
Member

Code LGTM, I don't there there are any issues with doing that.

Small change to config/lib.express.js. Move static routes config above session init.

Fixes #1089
@codydaig
Copy link
Member

codydaig commented Dec 5, 2015

Squash the commits and then LGTM

@pursual
Copy link
Contributor Author

pursual commented Dec 5, 2015

Sorry, I give up, you guys have the info needed.

On Sat, Dec 5, 2015, 12:15 PM Cody B. Daig [email protected] wrote:

Squash the commits and then LGTM


Reply to this email directly or view it on GitHub
#1090 (comment).

* 'master' of https://github.com/pursual/mean:
  fix(core): Serve static files without session init
  fix(core): Serve static files without session init
  Update express.js
  Fix static files BEFORE sessions
@pursual pursual closed this Dec 7, 2015
@pursual
Copy link
Contributor Author

pursual commented Dec 7, 2015

Closed and resubmitted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants