mozilla-services / services-engineering

Services engineering core repo - Used for issues/docs/etc that don't obviously belong in another repo.
2 stars 1 forks source link

Task/bookmark generator #69

Closed tublitzed closed 3 years ago

tublitzed commented 3 years ago

Description

Although we're not using it for the quota work, I figured I'd check this in anyways since it might be useful down the road - adding a bookmark generator. While I was in here I also upgraded the one minor sec vulnerability caught by npm audit and added JS linters with a --fix flag.

Testing

Try it out by following the newly added details in the README. Does it work?

Issue(s)

Closes https://github.com/mozilla-services/services-engineering/issues/68

tublitzed commented 3 years ago

@jrconlin I think that's a great suggestion. In the interest of time (or rather, lack thereoff) I'm going to punt that to a future iteration of this, but if it turns out we need this for something again soon I'll hop back in and add it.

jrconlin commented 3 years ago

Yeah, totally. I like your approach. Far better than the insanity I came up with: https://github.com/mozilla-services/syncstorage-rs/pull/823