forked from codeforamerica/courtbot
-
Notifications
You must be signed in to change notification settings - Fork 5
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 ssl knex #16
Open
mark-meyer
wants to merge
284
commits into
CivicTechAtlanta:master
Choose a base branch
from
codeforanchorage:add_ssl_knex
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add ssl knex #16
mark-meyer
wants to merge
284
commits into
CivicTechAtlanta:master
from
codeforanchorage:add_ssl_knex
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL config for data file
looks good. sorry it took so long to review it.
Refactored sendQueued.js Split out common functions/patterns into util files, so they can be used by other scripts. Upgraded knex version. Temporarily changed all dates to UTC... Added JSDoc to everything touched. Added some wrapper functions for making promise logic a little easier in places... Added date utility module for properly managing dates with respect to timezone. Added timezone to .env file.
…into timezone-fix Conflicts: sendQueued.js sendReminders.js test/send_queued_test.js
…et in .env. If no test case number is set, this should do nothing
add callout box with testcase instructions to splash page
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.10...4.17.15) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
…mixin-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
…lodash-4.17.15 Bump lodash from 4.17.10 to 4.17.15
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.2.0 to 3.5.0. - [Release notes](https://github.com/kpdecker/jsdiff/releases) - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v3.2.0...v3.5.0) Signed-off-by: dependabot[bot] <[email protected]>
…diff-3.5.0 Bump diff from 3.2.0 to 3.5.0
…extend-3.0.2 Bump extend from 3.0.1 to 3.0.2
Bumps [knex](https://github.com/knex/knex) from 0.15.2 to 0.19.5. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](knex/knex@0.15.2...0.19.5) Signed-off-by: dependabot[bot] <[email protected]>
…knex-0.19.5 Bump knex from 0.15.2 to 0.19.5
Bump csv package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add ssl connection to knex.