Commit Graph

650 Commits

Author SHA1 Message Date
Jef LeCompte e2bf5749c1 docs: update docker-compose title 2020-12-11 12:38:29 -05:00
Jef LeCompte da78362045 docs: update docker-compose information 2020-12-11 12:37:33 -05:00
Egidijus Ligeika c74ea28014 fix(docker): run in docker, and build scripts for docker (#1291)
Updates unnecessary need to grant special privileges when running in Docker.
2020-12-11 12:13:11 -05:00
Will Whitney 67b19a7a8b feat(playstation): add queuing selector (#1173) 2020-12-11 12:08:47 -05:00
Jef LeCompte 5786481b31 docs: medimax is de store 2020-12-11 12:02:48 -05:00
Jef LeCompte 9b7c7e2881 fix: .env backwards compatibility 2020-12-11 08:11:57 -05:00
Jef LeCompte 7e3020a927 docs: include max prices for adding a store
Based on https://github.com/jef/streetmerchant/discussions/1146#discussioncomment-168047
2020-12-11 02:56:37 -05:00
Jef LeCompte 3386e8f50d revert: allow users to still use USER_AGENT
Removed from documentation, but older users can utilize
until fully removed in 4.0.0
2020-12-11 02:50:04 -05:00
dependabot[bot] 7bfcc81fdc chore(deps): bump twilio from 3.53.0 to 3.54.0 (#1287)
Bumps [twilio](https://github.com/twilio/twilio-node) from 3.53.0 to 3.54.0.
- [Release notes](https://github.com/twilio/twilio-node/releases)
- [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md)
- [Commits](https://github.com/twilio/twilio-node/compare/3.53.0...3.54.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 02:41:05 -05:00
dependabot[bot] 37962f00e5 chore(deps): bump twitch-chat-client from 4.3.5 to 4.3.6 (#1308)
Bumps [twitch-chat-client](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-chat-client) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/d-fischer/twitch/releases)
- [Commits](https://github.com/d-fischer/twitch/commits/v4.3.6/packages/twitch-chat-client)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 02:06:54 -05:00
dependabot[bot] d92d58d235 chore(deps-dev): bump @types/puppeteer from 5.4.1 to 5.4.2 (#1289)
Bumps [@types/puppeteer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/puppeteer) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/puppeteer)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 02:06:35 -05:00
Jef LeCompte 9b3906ca00 refactor: change .env to be dotenv (#1341) 2020-12-11 01:57:49 -05:00
dependabot[bot] 0683430768 chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3 (#1338)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.2...27082cecf3ff7a1742dbd5e12605f0cb59dce2d9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 01:16:34 -05:00
dependabot[bot] b6ea0ea991 chore(deps-dev): bump @types/node from 14.14.10 to 14.14.12 (#1340)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.10 to 14.14.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 01:16:23 -05:00
Jef LeCompte 68eede5487 docs: update format for models and countries 2020-12-11 01:14:39 -05:00
moodswung 29175c77a8 feat(store): add darkhero motherboard to asus and microcenter (#1336) 2020-12-11 01:13:26 -05:00
xeaon a44621f8f5 fix: add setRequestInterception (#1312)
Fixes #826
2020-12-11 01:09:08 -05:00
Dylan Fontaine 27cfb94de8 feat(store): add EBGames (#1281) 2020-12-11 01:02:32 -05:00
Jef LeCompte b599c23b51 feat(lookup): use random user agents (#1335) 2020-12-11 00:33:32 -05:00
Jef LeCompte 2115c0c906 chore: remove default label on bug issue 2020-12-10 15:14:21 -05:00
Eugene Shalygin 4f60ad2a82 chore(store): add a few AMD listings for German stores (#1321) 2020-12-10 13:28:30 -05:00
Warwick Marangos 8d192317ba feat(notification): add sound player executable option (#1301)
Pass the path to the player executable as a players array to play-sound so that it will check if the executable exists.
2020-12-09 20:59:10 -05:00
SizzlinSeal 3841666d03 chore(amazon-ca): add rtx 3070 cards (#1299) 2020-12-09 19:17:22 -05:00
Sebastian 2632386a5b feat(notification): add discord groups (#1211) 2020-12-09 14:54:51 -05:00
Jef LeCompte 9dc04b3638 chore: move linksBuilder log, add outOfStock amd-de 2020-12-09 11:30:56 -05:00
Jef LeCompte b2738370b4 chore(amazon): fix evga model 2020-12-09 10:32:42 -05:00
moiLegacy 54ef0ef995 chore(officedepot): add 3070 (#1280) 2020-12-09 02:23:43 -05:00
StanZha ba5c50495b chore(store): add rx6900xt for microcenter, newegg, bestbuy, amd (#1284) 2020-12-09 02:22:57 -05:00
Jef LeCompte 0e7de05fd2 docs: fix reference 2020-12-08 22:24:49 -05:00
Jef LeCompte 578027a36b chore(evga): add 3080 hydro copper
Resolve #965
2020-12-08 17:58:08 -05:00
Jef LeCompte 5e1dfc3568 fix(eprice): inStock selector
Fixes #1067

Co-authored-by: Maecenass
2020-12-08 17:47:02 -05:00
Zethus Suen 5955d10a7f feat(docs): add table sorting (#1258) 2020-12-08 17:22:33 -05:00
Jef LeCompte 64f55c1b86 chore: update labels 2020-12-08 17:09:36 -05:00
Jef LeCompte 1538937661 chore: fix issue template config 2020-12-08 17:06:58 -05:00
Jef LeCompte 46bed1ef3c chore: update issue templates 2020-12-08 17:02:00 -05:00
Jef LeCompte b56d214059 docs: fix hotlink
Fixes #1273
2020-12-08 16:51:13 -05:00
Jef LeCompte 625ae0ee53 docs: add rotating proxy note 2020-12-08 16:33:55 -05:00
Jef LeCompte d7602f3a0f docs: add discussion board 2020-12-08 15:54:26 -05:00
dtsulik b806e1bb9c chore(newegg): add powercolor red devil, red dragon (#1219) 2020-12-08 15:41:17 -05:00
Jef LeCompte 58f0a9c774 fix(bestbuy-ca): add outOfStock text
Resolves #1269
2020-12-08 15:18:05 -05:00
Jef LeCompte 48a46d0217 chore: remove husky, use include with tsconfig
Let CI handle linting
2020-12-08 15:07:47 -05:00
Jeremy Beasley 53eeff0bfc docs: fix typo in README (#1268) 2020-12-08 15:02:42 -05:00
Dylan Fontaine ac0bd2ac14 feat(store): add Toys R Us (#1257) 2020-12-08 15:01:08 -05:00
Jef LeCompte 0072dda90b fix(pushover): add expire and retry
Fixes #983
2020-12-08 14:20:15 -05:00
Jef LeCompte d56bcddb05 chore(store): add xbox to bestbuy-ca and amazon-ca
Resolves #982
2020-12-08 13:49:30 -05:00
Jef LeCompte 5aa4fdc7b9 chore: remove feature request and questions
Remove issue templates in favor of new https://github.com/jef/streetmerchant/discussions! This is beneficial so we can keep issues related to app development.
2020-12-08 13:01:45 -05:00
Jef LeCompte 60508e2ddb chore(deps): update twitch, husky, ts-node, xo 2020-12-08 11:50:04 -05:00
dependabot[bot] 4f7c9ed84f chore(deps-dev): bump @types/cheerio from 0.22.22 to 0.22.23 (#1251)
Bumps [@types/cheerio](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cheerio) from 0.22.22 to 0.22.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cheerio)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-08 11:47:47 -05:00
Luca Rinaldi e3eb38655a fix(store): italian store checks (#1212) 2020-12-08 11:37:30 -05:00
Dylan Fontaine b535b470ca feat(store): add Walmart (CA) (#1253) 2020-12-08 11:35:00 -05:00