Commit Graph

1670 Commits

Author SHA1 Message Date
Karol Wypchło a910e8a8bb
Karol's new ed25519 ssh key (#720)
* add my new ed25519 ssh key

* remove old David'd key

* update emails on employees ssh keys

* update PJ ssh key

* update PJ email

Co-authored-by: PJ <peterjan.brone@gmail.com>
2021-05-10 16:27:47 +02:00
Ivaylo Novakov 0dbd98e572
Merge pull request #727 from SkynetLabs/update-stats-cache
decrease cache time on /skynet/stats from 10 minutes to 1 minute
2021-05-10 16:13:02 +02:00
Karol Wypchlo db2a553252 decrease cache time on /skynet/stats from 10 minutes to 1 minute 2021-05-10 16:11:12 +02:00
dependabot[bot] 1116f72841
Bump framer-motion from 4.1.4 to 4.1.13 in /packages/website
Bumps [framer-motion](https://github.com/framer/motion) from 4.1.4 to 4.1.13.
- [Release notes](https://github.com/framer/motion/releases)
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v4.1.4...v4.1.13)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 11:47:42 +00:00
dependabot[bot] 8f55c9a239
Bump yargs from 16.2.0 to 17.0.1 in /packages/health-check
Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.0.1.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v16.2.0...v17.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 11:43:32 +00:00
Ivaylo Novakov 019f2133f3
Merge pull request #703 from SkynetLabs/ivo/jaeger
Add skyd tracing with Jaeger
2021-05-10 09:22:31 +02:00
Karol Wypchło 0c0be50e89
accounts health checks and testing improvements (#717)
* add account health check

* circular dep resolution

* error cannot be undefined
2021-05-05 14:18:10 +02:00
Ivaylo Novakov b3ca64ed98
Merge pull request #715 from SkynetLabs/cache-accounts-response
cache /accounts internal response for 1 minute
2021-05-04 15:04:00 +02:00
Karol Wypchlo 8b5a426a97 cache /accounts internal response for 1 minute 2021-05-04 14:57:46 +02:00
Ivaylo Novakov 865b3fbc9a
Add the new deps to be installed. 2021-05-04 13:55:17 +02:00
Ivaylo Novakov 09f309a9cd
Expose ES port. 2021-05-04 13:46:02 +02:00
Ivaylo Novakov c9d33c0fdb
Add a script that prunes Elasticsearch indexes. 2021-05-04 13:24:09 +02:00
Ivaylo Novakov ad06b06d0d
Switch to probabilistic sampling. 2021-05-04 13:13:05 +02:00
Ivaylo Novakov 89432b1955
Merge pull request #714 from SkynetLabs/fix-accounts-build
fix a dev change that stubbed most of account frontend endpoints
2021-05-04 11:37:44 +02:00
Karol Wypchlo fee7ba3d74 fix a dev change that stubbed most of account frontend endpoints 2021-05-04 11:34:01 +02:00
Ivaylo Novakov 54f1f4e325
Merge pull request #704 from SkynetLabs/tus-support
support tus.io standard
2021-05-03 15:27:56 +02:00
dependabot[bot] 62ae914f44
Bump form-data from 3.0.1 to 4.0.0 in /packages/health-check
Bumps [form-data](https://github.com/form-data/form-data) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](https://github.com/form-data/form-data/compare/v3.0.1...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 10:58:49 +00:00
Christopher Schinnerl 402a7664d8
Merge pull request #705 from SkynetLabs/remove-random-image-check
remove random image check that fails strict validation - weird upload
2021-04-30 16:55:22 +02:00
Karol Wypchlo 2a4b5f7a07 remove random image check that fails strict validation - weird upload 2021-04-30 16:22:57 +02:00
Ivaylo Novakov 9516521f26
We need one port, after all. 2021-04-30 15:16:19 +02:00
Ivaylo Novakov 4488149560
Expose used ports instead of using `ports`. 2021-04-30 14:54:40 +02:00
Karol Wypchlo fb2193c3d0 restore sia-auth 2021-04-30 13:59:50 +02:00
Ivaylo Novakov aa23b488fa
Keep all ports local. 2021-04-30 13:53:43 +02:00
Karol Wypchlo 07bd6ef883 user agent 2021-04-30 13:50:46 +02:00
Karol Wypchlo 2c258c65ec support tus.io standard 2021-04-30 13:05:21 +02:00
Ivaylo Novakov 4959e92a48
Cleanup. 2021-04-30 12:51:55 +02:00
Ivaylo Novakov 9c803d55ca
Fix docker-compose file version. 2021-04-30 12:46:38 +02:00
Ivaylo Novakov 49e4d06a92
Try to fix ES data persistence. 2021-04-30 12:46:03 +02:00
Ivaylo Novakov 58317c0fd7
Jaeger is now disabled by default.
Elasticsearch persist data on disk.
Elasticsearch is only available on localhost.
2021-04-30 12:15:48 +02:00
Ivaylo Novakov d16218f8eb
Add Jaeger/Elasticsearch. 2021-04-30 11:48:29 +02:00
Karol Wypchlo 6eda287ec4 restore health checks to once per 5 minutes and once per hour for extended 2021-04-30 11:12:41 +02:00
Ivaylo Novakov 4c525afb0f
Merge pull request #697 from SkynetLabs/ivo/update_server_list
Update the hardcoded list of servers for blocking skylinks.
2021-04-29 18:30:04 +02:00
Ivaylo Novakov 58c1fa94bf
Merge pull request #701 from SkynetLabs/upgrade-node-docker-image
upgrade node docker image to 16.0.0
2021-04-29 18:27:18 +02:00
Ivaylo Novakov 3347a5996f
Merge pull request #700 from SkynetLabs/increase-buffers
increase buffer size for apps with large headers to load
2021-04-29 18:27:06 +02:00
Karol Wypchlo 23646e9969 upgrade node docker image to 16.0.0 2021-04-29 17:57:32 +02:00
Karol Wypchlo 3bfdd820dc increase buffer size for apps with large headers to load 2021-04-29 17:51:21 +02:00
Karol Wypchlo 893b424c59 fix dockerfile 2021-04-29 17:21:56 +02:00
Karol Wypchlo d2ab900800 restore docker-compose 2021-04-29 17:03:18 +02:00
Karol Wypchło 7648e22cd7
Merge pull request #699 from SkynetLabs/improve-health-checks
improve health checks
2021-04-29 16:59:21 +02:00
Karol Wypchlo 7eb6d15d4b fixed errorMessage reporting 2021-04-29 16:59:05 +02:00
Karol Wypchlo 7fab576e6a atomic writes 2021-04-29 16:56:53 +02:00
Karol Wypchlo 4a52b8de99 add logging 2021-04-29 16:45:57 +02:00
Karol Wypchlo bdd0b8d6c6 drop superagent 2021-04-29 16:43:17 +02:00
Karol Wypchlo 193d12b6a3 pass output to docker logs 2021-04-29 13:56:00 +02:00
Karol Wypchlo cd7dac5b7e verbose => extended 2021-04-29 13:43:40 +02:00
Karol Wypchło 209a12ccad remove unused line 2021-04-29 13:29:11 +02:00
Karol Wypchlo cedef4f1bb improve health checks 2021-04-29 13:29:10 +02:00
Karol Wypchło b0641fc334
Merge pull request #695 from SkynetLabs/sevey/fix-careers-footer
Fix footer links for Job page
2021-04-28 11:37:12 +02:00
Karol Wypchło 39d0e16452
Merge pull request #696 from SkynetLabs/stevefunk-quickfix
Fix a typo on the home page
2021-04-28 11:36:42 +02:00
Ivaylo Novakov a01884dcd0
Update the hardcoded list of servers for blocking skylinks. 2021-04-27 11:13:41 +02:00