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

Add express-session dependency #1341

Merged
merged 29 commits into from
Jan 26, 2024

Conversation

awidener3
Copy link
Contributor

@awidener3 awidener3 commented Dec 20, 2023

Include express-session dependency in setExpressConfigs.js.

@kethinov kethinov requested a review from Autre31415 December 20, 2023 19:31
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (af5519b) 81.80% compared to head (c0ed331) 87.37%.
Report is 16 commits behind head on main.

Files Patch % Lines
lib/scripts/certsGenerator.js 5.55% 17 Missing ⚠️
lib/scripts/sessionSecretGenerator.js 86.36% 6 Missing ⚠️
lib/setExpressConfigs.js 76.00% 6 Missing ⚠️
roosevelt.js 97.43% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1341      +/-   ##
==========================================
+ Coverage   81.80%   87.37%   +5.56%     
==========================================
  Files          24       25       +1     
  Lines        3468     3579     +111     
==========================================
+ Hits         2837     3127     +290     
+ Misses        631      452     -179     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

secret: 'secret key',
resave: false,
saveUninitialized: false
}))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

our config would need to be a default config with an option to override it if we do end up doing this

@awidener3 awidener3 changed the title Add express-session dependency Add express-session dependency + --print cli flag Jan 3, 2024
@awidener3 awidener3 changed the title Add express-session dependency + --print cli flag Add express-session dependency Jan 5, 2024
@kethinov kethinov merged commit 9f95906 into rooseveltframework:main Jan 26, 2024
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants