Commit Graph

2260 Commits

Author SHA1 Message Date
dependabot[bot] 5d1dbca8b9
Bump gatsby-remark-responsive-iframe in /packages/website
Bumps [gatsby-remark-responsive-iframe](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-responsive-iframe) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-responsive-iframe/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.6.0/packages/gatsby-remark-responsive-iframe)

---
updated-dependencies:
- dependency-name: gatsby-remark-responsive-iframe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 15:57:40 +00:00
dependabot[bot] 7570e5d0a7
Bump gatsby-plugin-manifest from 3.8.0 to 3.9.0 in /packages/website
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 3.8.0 to 3.9.0.
- [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@3.9.0/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 15:54:27 +00:00
dependabot[bot] 05dbcfcb0c
Bump gatsby-transformer-json from 3.8.0 to 3.9.0 in /packages/website
Bumps [gatsby-transformer-json](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-json) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-json/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.9.0/packages/gatsby-transformer-json)

---
updated-dependencies:
- dependency-name: gatsby-transformer-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 15:52:36 +00:00
dependabot[bot] e8a02178ef
Bump @fontsource/metropolis from 4.4.5 to 4.5.0 in /packages/dashboard
Bumps [@fontsource/metropolis](https://github.com/fontsource/fontsource/tree/HEAD/packages/metropolis) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/metropolis@4.5.0/packages/metropolis)

---
updated-dependencies:
- dependency-name: "@fontsource/metropolis"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 15:52:10 +00:00
Karol Wypchło 6ae40bb6bd
Merge pull request #942 from SkynetLabs/dnslink
dnslink beta support
2021-07-08 17:51:23 +02:00
Karol Wypchlo 7a135ed5ed allow multiple dnslinks with different namespaces 2021-07-08 14:52:39 +02:00
Karol Wypchło 6b5e09620d
Fix skylink v2 redirect (#946)
* replace skylink in location header

* missing ;

* add comments for skylink v2 resolver
2021-07-08 14:44:13 +02:00
Karol Wypchlo c9a13cab8e do not disable :443 2021-07-07 23:31:14 +02:00
Karol Wypchlo ee475de13b disable :443 2021-07-07 23:29:10 +02:00
Karol Wypchlo e86abc3438 serve dnslink over http 2021-07-07 16:02:58 +02:00
Karol Wypchlo 1385354074 dnslink beta support 2021-07-07 15:49:45 +02:00
firyx 3f040c7c0f
Merge pull request #945 from SkynetLabs/meaningful-tus-size-error
add a meaningful tus error for max file size exceeded
2021-07-06 14:42:35 +02:00
Karol Wypchlo 447de2cc2a add a meaningful tus error for max file size exceeded 2021-07-06 14:05:05 +02:00
Karol Wypchlo e79eaafd72 update node and rebuild website 2021-07-06 12:26:27 +02:00
Karol Wypchlo 93466723e8 rebuild package locks 2021-07-06 11:55:16 +02:00
Karol Wypchło 4fb9c33219
Merge pull request #944 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/dayjs-1.10.6
Bump dayjs from 1.10.5 to 1.10.6 in /packages/dashboard
2021-07-06 11:49:23 +02:00
Karol Wypchło a2f82c0a8f
Merge pull request #943 from SkynetLabs/lift-frontend-1gb-upload-limit
lift 1gb upload limit from frontend code
2021-07-06 11:49:05 +02:00
dependabot[bot] 3fbcb2cefb
Bump dayjs from 1.10.5 to 1.10.6 in /packages/dashboard
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.10.6/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.10.5...v1.10.6)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 09:44:53 +00:00
Karol Wypchlo a4e75cff55 lift 1gb upload limit from frontend code 2021-07-06 11:40:09 +02:00
Karol Wypchło 692612d2b1
Merge pull request #939 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/stripe-8.160.0
Bump stripe from 8.157.0 to 8.160.0 in /packages/dashboard
2021-07-05 12:27:30 +02:00
Karol Wypchło 8f57c6e336
Merge pull request #938 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-react-helmet-4.8.0
Bump gatsby-plugin-react-helmet from 4.7.1 to 4.8.0 in /packages/website
2021-07-05 12:27:02 +02:00
Karol Wypchło 2710c11005
Merge pull request #940 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-3.8.1
Bump gatsby from 3.8.0 to 3.8.1 in /packages/website
2021-07-05 12:26:46 +02:00
Karol Wypchło 940c7cad41
Merge pull request #941 from SkynetLabs/dependabot/npm_and_yarn/packages/website/skynet-js-4.0.11-beta
Bump skynet-js from 4.0.10-beta to 4.0.11-beta in /packages/website
2021-07-05 12:26:28 +02:00
dependabot[bot] 04a0768ab3
Bump skynet-js from 4.0.10-beta to 4.0.11-beta in /packages/website
Bumps [skynet-js](https://github.com/NebulousLabs/skynet-js) from 4.0.10-beta to 4.0.11-beta.
- [Release notes](https://github.com/NebulousLabs/skynet-js/releases)
- [Changelog](https://github.com/NebulousLabs/skynet-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NebulousLabs/skynet-js/commits)

---
updated-dependencies:
- dependency-name: skynet-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 10:10:33 +00:00
dependabot[bot] 57e4bb3b99
Bump gatsby from 3.8.0 to 3.8.1 in /packages/website
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.8.0 to 3.8.1.
- [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@3.8.0...gatsby@3.8.1)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 10:09:49 +00:00
dependabot[bot] aba94f3457
Bump stripe from 8.157.0 to 8.160.0 in /packages/dashboard
Bumps [stripe](https://github.com/stripe/stripe-node) from 8.157.0 to 8.160.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-node/compare/v8.157.0...v8.160.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 10:07:50 +00:00
dependabot[bot] 9fe8df5f3c
Bump gatsby-plugin-react-helmet from 4.7.1 to 4.8.0 in /packages/website
Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.8.0/packages/gatsby-plugin-react-helmet)

---
updated-dependencies:
- dependency-name: gatsby-plugin-react-helmet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 10:07:43 +00:00
Karol Wypchło 4aa49d242b
Merge pull request #936 from SkynetLabs/update-website-to-skynet-js-4.0.11
upgrade website to skynet-js 4.0.11-beta
2021-07-04 16:05:05 +02:00
Daniel Giles Helm a4227969ec upgrade website to skynet-js 4.0.11-beta 2021-07-02 11:45:38 -05:00
Ivaylo Novakov 94b492639e
Merge pull request #935 from SkynetLabs/hide-registration-cta-when-authenticated
hide registration cta when authenticated
2021-07-02 12:11:07 +02:00
Karol Wypchlo 1a42283252 hide registration cta when authenticated 2021-07-01 20:25:22 +02:00
Ivaylo Novakov bdf96cc9c7
Merge pull request #934 from SkynetLabs/parameterize-health-check-script
add option to pass channel and notify role to health check script
2021-06-30 15:47:31 +02:00
Karol Wypchlo af80a84094 server-health => skynet-server-health 2021-06-30 15:31:38 +02:00
Karol Wypchlo fde760ec86 add option to pass channel and notify role to health check script 2021-06-30 15:15:51 +02:00
Karol Wypchło 8918b1f1dd
upgrade to skynet-js 4 beta (#933) 2021-06-30 14:40:37 +02:00
Karol Wypchło cee1b26206
Merge pull request #907 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-remark-smartypants-4.5.0
Bump gatsby-remark-smartypants from 4.4.1 to 4.5.0 in /packages/website
2021-06-28 21:55:46 +02:00
Karol Wypchło 39cfc0906a
Merge pull request #913 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-transformer-json-3.8.0
Bump gatsby-transformer-json from 3.7.1 to 3.8.0 in /packages/website
2021-06-28 21:55:32 +02:00
Karol Wypchło 685c101bbe
Merge pull request #927 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-postcss-4.8.0
Bump gatsby-plugin-postcss from 4.7.1 to 4.8.0 in /packages/website
2021-06-28 21:55:13 +02:00
dependabot[bot] 61a1e2bf24
Bump gatsby-remark-smartypants from 4.4.1 to 4.5.0 in /packages/website
Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-smartypants/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.5.0/packages/gatsby-remark-smartypants)

---
updated-dependencies:
- dependency-name: gatsby-remark-smartypants
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 19:55:08 +00:00
Karol Wypchło 11c108aa21
Merge pull request #928 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-remark-images-5.5.0
Bump gatsby-remark-images from 5.4.1 to 5.5.0 in /packages/website
2021-06-28 21:55:02 +02:00
dependabot[bot] 1535e7a3f5
Bump gatsby-transformer-json from 3.7.1 to 3.8.0 in /packages/website
Bumps [gatsby-transformer-json](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-json) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-json/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.8.0/packages/gatsby-transformer-json)

---
updated-dependencies:
- dependency-name: gatsby-transformer-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 19:54:56 +00:00
Karol Wypchło a1cb5808e6
Merge pull request #929 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-image-3.8.0
Bump gatsby-image from 3.7.1 to 3.8.0 in /packages/website
2021-06-28 21:54:48 +02:00
Karol Wypchło 9666c0b037
Merge pull request #930 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-robots-txt-1.6.8
Bump gatsby-plugin-robots-txt from 1.6.2 to 1.6.8 in /packages/website
2021-06-28 21:54:36 +02:00
dependabot[bot] b036aa6702
Bump gatsby-plugin-robots-txt from 1.6.2 to 1.6.8 in /packages/website
Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.6.2 to 1.6.8.
- [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases)
- [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.6.2...v1.6.8)

---
updated-dependencies:
- dependency-name: gatsby-plugin-robots-txt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 19:54:32 +00:00
dependabot[bot] eb94a6a5e5
Bump gatsby-remark-images from 5.4.1 to 5.5.0 in /packages/website
Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 5.4.1 to 5.5.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.5.0/packages/gatsby-remark-images)

---
updated-dependencies:
- dependency-name: gatsby-remark-images
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 19:54:30 +00:00
dependabot[bot] 1786c2d49c
Bump gatsby-image from 3.7.1 to 3.8.0 in /packages/website
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 3.7.1 to 3.8.0.
- [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@3.8.0/packages/gatsby-image)

---
updated-dependencies:
- dependency-name: gatsby-image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 19:54:29 +00:00
Karol Wypchło 17a2909e7c
Merge pull request #931 from SkynetLabs/dependabot/npm_and_yarn/packages/website/react-dropzone-11.3.4
Bump react-dropzone from 11.3.2 to 11.3.4 in /packages/website
2021-06-28 21:54:17 +02:00
dependabot[bot] ebaaa42913
Bump gatsby-plugin-postcss from 4.7.1 to 4.8.0 in /packages/website
Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-postcss/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.8.0/packages/gatsby-plugin-postcss)

---
updated-dependencies:
- dependency-name: gatsby-plugin-postcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 19:54:16 +00:00
Karol Wypchło 4f461bd27e
Merge pull request #932 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-source-filesystem-3.8.0
Bump gatsby-source-filesystem from 3.7.1 to 3.8.0 in /packages/website
2021-06-28 21:53:58 +02:00
Karol Wypchło 189f26dc03
Merge pull request #925 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-3.8.0
Bump gatsby from 3.7.2 to 3.8.0 in /packages/website
2021-06-28 21:53:42 +02:00