Commit Graph

173 Commits

Author SHA1 Message Date
dependabot[bot] a053552436
Bump node-sass from 4.14.0 to 4.14.1 in /packages/webapp
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.0 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.0...v4.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 17:28:14 +00:00
Karol Wypchlo 559960645e fix docker build 2020-09-03 19:19:40 +02:00
Karol Wypchlo 2b36093367 update dapp example to uniswap v2 2020-09-03 19:04:29 +02:00
Marcin S 3c6bd7281e
Merge pull request #364 from Kcchouette/patch-1
Fix python SDK code example
2020-09-03 16:14:51 +02:00
Karol Wypchło 746da81725
cache hns response for 5 minutes (#366) 2020-09-03 15:08:55 +02:00
Kcchouette 19cc8a1402
Fix python SDK code example 2020-09-03 00:17:51 +02:00
Matthew Sevey 29362649af healthcheck: add uncensored library skylinks to health check 2020-08-26 15:49:40 -04:00
Karol Wypchlo 062cc12a7d make it once per hour 2020-08-26 17:17:33 +02:00
Karol Wypchlo 4eec295035 parse 2020-08-26 17:14:23 +02:00
Karol Wypchlo 913b2dbb15 compare metdata objects 2020-08-26 17:08:52 +02:00
Karol Wypchlo 94154924a1 log metadata 2020-08-26 16:52:23 +02:00
Karol Wypchlo 53b3933bee info should be an object 2020-08-26 16:47:53 +02:00
Karol Wypchlo 9ad39482ad info should be an object 2020-08-26 16:45:25 +02:00
Matthew Sevey f201f9c4b4 add info field and set verbose checks to critical 2020-08-26 10:32:39 -04:00
Karol Wypchlo 843fcfde97 every 5 minutes for debugging 2020-08-26 16:06:45 +02:00
Karol Wypchlo 7e90b6f4dd fix http-status-codes usage 2020-08-26 16:06:12 +02:00
Karol Wypchlo 5ceba4e0cf drop unnecessary dep 2020-08-26 15:57:13 +02:00
Karol Wypchlo cb8a521ba7 missing object-hash dep 2020-08-26 15:56:12 +02:00
Karol Wypchło 401c592e56
Update packages/health-check/src/schedule.js 2020-08-26 14:11:26 +02:00
Matthew Sevey bcab934a97 Merge branch 'master' into sevey/health-check-additions 2020-08-25 11:26:31 -04:00
Karol Wypchlo 3190d6a4e4 update http-status-codes 2020-08-25 17:17:11 +02:00
Matthew Sevey 3f406f962c update cron schedule and const definitions 2020-08-25 11:15:25 -04:00
dependabot[bot] 8a2772da2a
Merge pull request #357 from NebulousLabs/dependabot/npm_and_yarn/packages/health-check/http-status-codes-2.1.2 2020-08-25 15:15:06 +00:00
dependabot[bot] e2f5a03e77
Merge pull request #351 from NebulousLabs/dependabot/npm_and_yarn/packages/webapp/cypress-5.0.0 2020-08-25 15:09:06 +00:00
dependabot[bot] 4451a6d9ea
Bump http-status-codes from 1.4.0 to 2.1.2 in /packages/health-check
Bumps [http-status-codes](https://github.com/prettymuchbryce/node-http-status) from 1.4.0 to 2.1.2.
- [Release notes](https://github.com/prettymuchbryce/node-http-status/releases)
- [Commits](https://github.com/prettymuchbryce/node-http-status/compare/v1.4.0...2.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-25 15:09:05 +00:00
dependabot[bot] 12d48023bf
Merge pull request #352 from NebulousLabs/dependabot/npm_and_yarn/packages/webapp/http-status-codes-2.1.1 2020-08-25 15:08:00 +00:00
dependabot[bot] 1865daf11a
Bump axios from 0.19.2 to 0.20.0 in /packages/webapp
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 10:46:18 +00:00
dependabot[bot] 15ed2c0d74
Bump http-status-codes from 1.4.0 to 2.1.1 in /packages/webapp
Bumps [http-status-codes](https://github.com/prettymuchbryce/node-http-status) from 1.4.0 to 2.1.1.
- [Release notes](https://github.com/prettymuchbryce/node-http-status/releases)
- [Commits](https://github.com/prettymuchbryce/node-http-status/compare/v1.4.0...2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 10:35:15 +00:00
dependabot[bot] 760c422b02
Bump cypress from 4.12.1 to 5.0.0 in /packages/webapp
Bumps [cypress](https://github.com/cypress-io/cypress) from 4.12.1 to 5.0.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Commits](https://github.com/cypress-io/cypress/compare/v4.12.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 10:29:25 +00:00
Matthew Sevey 37b07c642b Merge branch 'master' into sevey/health-check-additions 2020-08-20 14:07:12 -04:00
dependabot[bot] e061e26b28
Merge pull request #338 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-manifest-2.4.23 2020-08-18 17:19:01 +00:00
dependabot[bot] 847928c96c
Bump gatsby-plugin-manifest from 2.4.18 to 2.4.23
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.4.18 to 2.4.23.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.4.23/packages/gatsby-plugin-manifest)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 17:13:11 +00:00
dependabot[bot] ae81925a9d
Merge pull request #334 from NebulousLabs/dependabot/npm_and_yarn/gatsby-transformer-sharp-2.5.13 2020-08-18 17:05:50 +00:00
dependabot[bot] 43f655cf73
Merge pull request #336 from NebulousLabs/dependabot/npm_and_yarn/eslint-plugin-react-7.20.6 2020-08-18 17:03:09 +00:00
dependabot[bot] a6df39bc53
Bump gatsby-transformer-sharp from 2.5.11 to 2.5.13
Bumps [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) from 2.5.11 to 2.5.13.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.5.13/packages/gatsby-transformer-sharp)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 17:00:25 +00:00
dependabot[bot] bbb2b97be0
Merge pull request #333 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.27 2020-08-18 16:58:42 +00:00
dependabot[bot] 0daa43fd6d
Bump eslint-plugin-react from 7.20.3 to 7.20.6
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.3 to 7.20.6.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.3...v7.20.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:57:31 +00:00
dependabot[bot] cb55e5c76b
Bump gatsby-plugin-sharp from 2.6.20 to 2.6.27
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.20 to 2.6.27.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.6.27/packages/gatsby-plugin-sharp)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:53:00 +00:00
dependabot[bot] fb66c7cefe
Merge pull request #332 from NebulousLabs/dependabot/npm_and_yarn/gatsby-image-2.4.16 2020-08-18 16:50:48 +00:00
dependabot[bot] 8c6937d31d
Bump gatsby-image from 2.4.13 to 2.4.16
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.13 to 2.4.16.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@2.4.16/packages/gatsby-image)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:45:55 +00:00
dependabot[bot] 0fe6ce1e85
Merge pull request #324 from NebulousLabs/dependabot/npm_and_yarn/gatsby-source-filesystem-2.3.24 2020-08-18 16:38:03 +00:00
dependabot[bot] db1dc1623f
Merge pull request #343 from NebulousLabs/dependabot/npm_and_yarn/packages/webapp/react-syntax-highlighter-13.5.0 2020-08-18 16:37:27 +00:00
dependabot[bot] 9a20963e48
Merge pull request #331 from NebulousLabs/dependabot/npm_and_yarn/gatsby-2.24.47 2020-08-18 16:37:13 +00:00
dependabot[bot] e1ad312f96
Merge pull request #337 from NebulousLabs/dependabot/npm_and_yarn/eslint-7.7.0 2020-08-18 16:37:02 +00:00
dependabot[bot] cb9f14f2c8
Bump react-syntax-highlighter from 12.2.1 to 13.5.0 in /packages/webapp
Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 12.2.1 to 13.5.0.
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v12.2.1...v13.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:26:33 +00:00
dependabot[bot] df9e47f6b0
Bump gatsby-source-filesystem from 2.3.20 to 2.3.24
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.20 to 2.3.24.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.3.24/packages/gatsby-source-filesystem)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:24:01 +00:00
dependabot[bot] 94f9012f72
Bump eslint from 7.5.0 to 7.7.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.5.0 to 7.7.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.5.0...v7.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:23:47 +00:00
dependabot[bot] 83d47acf56
Bump gatsby from 2.24.5 to 2.24.47
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.24.5 to 2.24.47.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.5...gatsby@2.24.47)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:22:32 +00:00
dependabot[bot] aea08dd1ce
Merge pull request #341 from NebulousLabs/dependabot/npm_and_yarn/packages/handshake-api/hs-client-0.0.9 2020-08-18 16:15:45 +00:00
dependabot[bot] 6a5d15befe
Bump hs-client from 0.0.8 to 0.0.9 in /packages/handshake-api
Bumps [hs-client](https://github.com/handshake-org/hs-client) from 0.0.8 to 0.0.9.
- [Release notes](https://github.com/handshake-org/hs-client/releases)
- [Commits](https://github.com/handshake-org/hs-client/compare/v0.0.8...v0.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 16:10:17 +00:00