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

fix #249: update README to match smaller DB #250

Merged
merged 1 commit into from
Aug 6, 2018
Merged

Conversation

groovecoder
Copy link
Member

and drop other things we don't need like AWS creds

@groovecoder groovecoder requested review from nhnt11, lesleyjanenorton and pdehaan and removed request for nhnt11 August 3, 2018 21:01
README.md Outdated
@@ -1,21 +1,16 @@
# Breach Alerts
# blurts-server
Copy link
Contributor

Choose a reason for hiding this comment

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

Odd change... Bonus points if we can just change this to "Firefox Monitor Server" or something readable, since "blurt" is confusing.

Copy link
Member Author

Choose a reason for hiding this comment

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

good idea.


Communicates with the [blurts-addon](https://github.com/mozilla/blurts-addon) client-side add-on for Firefox Monitor.
This code is for the monitor.firefox.com service & website.
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove the link to the add-on?

Copy link
Member Author

Choose a reason for hiding this comment

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

It doesn't actually communicate with the add-on at all. The add-on just sends users to the site.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK, makes sense. I think I just liked the add-on repo link because it was the only place that I recall that mentioned the add-on portion of the project.
But maybe that will be moot if the add-on code gets moved into tree or not.

README.md Outdated

## Context
Brech data is powered by [haveibeenpwned.com](https://haveibeenpwned.com/).
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: "Breach"

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch!

README.md Outdated

* `node scripts/add-breached-emails.js --help` for usage help.
```
./node_modules/.bin/knex --knexfile db/knexfile.js migrate:latest
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Not sure if it's worth adding these to an npm script to avoid having to use the ./node_modules/bin/ prefix, and we could just run $ npm run db:migrate.
Where package.json has the following script:

"db:migrate": "knex --knexfile db/knexfile.js migrate:latest"

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch. We already have a migrate script so I changed it to db:migrate and updated README to match.

README.md Outdated
@@ -102,23 +109,6 @@ OAUTH_TOKEN_URI="https://oauth-stable.dev.lcip.org/v1/token"

#### Breach Hashsets
Copy link
Contributor

Choose a reason for hiding this comment

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

Kill this orphaned header?

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch!

and drop other things we don't need like AWS creds
@groovecoder groovecoder merged commit 629e80c into master Aug 6, 2018
@groovecoder groovecoder deleted the update-README-249 branch August 6, 2018 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants