lib/faastruby/base.rb | 100644 | 0 | 0 | | | 1.58 KB | 5e76922001f350df35482818e34ba6faa6f42cb3b8cda37fdc7cbda7b5385ce9 |
lib/faastruby/cli.rb | 100644 | 0 | 0 | | | 3.69 KB | 62ac3d91697e26d3458a46579ba9db198563915fab5e6f659d1772bea81fdf8a |
.gitignore | 100644 | 0 | 0 | | | 89 Bytes | dcfea7194e6b69aa879d8c81fa0bf0f2982ef7f0c1c289c84368a6e8afb2f922 |
.gitlab-ci.yml | 100644 | 0 | 0 | | | 511 Bytes | 589f4ac334e6de4f5d38db039bc563b3fb597716377d8e665d9d736b321e6a0c |
.rspec | 100644 | 0 | 0 | | | 22 Bytes | 59cb44b82275dbbbe102e09ad72aaafa8a3b1f15ec35682f21c6741ca9d2c7b2 |
.travis.yml | 100644 | 0 | 0 | | | 236 Bytes | 3b82db4063df341dc9cfb0a6f7973c991287b97d05bf36793bbca6cf68eb8243 |
CHANGELOG.md | 100644 | 0 | 0 | | | 12.6 KB | 63fce3f8659927fc7c1ef5f00d8155c4908ee8810709843776f0c4084ad23e80 |
Gemfile | 100644 | 0 | 0 | | | 166 Bytes | 6b91a7f00e232812eef0ac0982dec1c9c0c8b99080a654142d682264cd018e24 |
Gemfile.lock | 100644 | 0 | 0 | | | 3.22 KB | de33c60b8d8eaf0c953c1bcfd9f4cd01a441f362e44378d2f6bb0684c9dbfdae |
LICENSE | 100644 | 0 | 0 | | | 11.1 KB | 7385c6d5fa9222a952b000e78652846cb171b8e2147f453d48995e1cec187a73 |
README.md | 100644 | 0 | 0 | | | 3.2 KB | 43f72ba7b6c4f336ffd596748fa52372d69db748dc170e88f3ee14331493d37c |
Rakefile | 100644 | 0 | 0 | | | 51 Bytes | e5a2ca54c2cc0751d3cf3377c612f9db87601ab161bab68b33e527e79c292bec |
bin/console | 100755 | 0 | 0 | | | 343 Bytes | fe43e69395578076c1493f9645591b1dc851379e3da35b67880d54b21dc263ad |
bin/setup | 100755 | 0 | 0 | | | 131 Bytes | e201190bc24e9f00849b3efa5fbaece2cbf069703232e50c7fa15d41c47f2ead |
dev-setup.sh | 100755 | 0 | 0 | | | 1023 Bytes | ed9e1caa3ad0a12747cac9033ebf662b08e2fe804f0a03c9d263460ef48c6ce2 |
exe/faastruby | 100755 | 0 | 0 | | | 249 Bytes | 7147982c83117991e9ff912a99e5cc148a8e3a782c6d5ae89e2a27e2d9d87d83 |
faastruby.gemspec | 100644 | 0 | 0 | | | 2.31 KB | f2b30bf2db8de92714478bfe4cd8087c2b31c839812afe317c0bdc78298bca48 |
lib/faastruby.rb | 100644 | 0 | 0 | | | 174 Bytes | dc32a9185a7e447de8682418a71a303b1b69c70cf29ea57202fb7df45d7ad6bf |
lib/faastruby/api.rb | 100644 | 0 | 0 | | | 8.93 KB | 30256c6e7c86a83c713af6d4e64ed76ce12bd5ba21ded08ca579b55a454afe0f |
lib/faastruby/cli/base_command.rb | 100644 | 0 | 0 | | | 1.88 KB | 8d508beacc5b08b85159fcdd7555f8f591287d9a0de83b2fa7996de8cb74b1d6 |
lib/faastruby/cli/commands.rb | 100644 | 0 | 0 | | | 4.68 KB | 58a29a5590b4f2af6008145a721973761d22f05da61d74df478c1cf00ea4a184 |
lib/faastruby/cli/commands/account/base_command.rb | 100644 | 0 | 0 | | | 2.1 KB | 460100a9736a650c3ac22680ff7d6e6184f4bdb272a19134e1953cfee4ba9fe2 |
lib/faastruby/cli/commands/account/confirm.rb | 100644 | 0 | 0 | | | 2.9 KB | 1164f628a102d334955e7b043628e7a7258db4a256f5fb6355a71d4380a38126 |
lib/faastruby/cli/commands/account/login.rb | 100644 | 0 | 0 | | | 2.46 KB | 654283362e949dfedb20abb6217cdf8b5205d7fb77f729c861eb21a2a87d6b6e |
lib/faastruby/cli/commands/account/logout.rb | 100644 | 0 | 0 | | | 1.54 KB | b337e240c3065526f2142afef7ef95ce147b5436d57e00f1e05a6c4a2b8034c9 |
lib/faastruby/cli/commands/account/signup.rb | 100644 | 0 | 0 | | | 1.76 KB | 88da7c056f272c32baa1b327c445edfb2dd7747d222f246cde9d26b0759a20ad |
lib/faastruby/cli/commands/function/base_command.rb | 100644 | 0 | 0 | | | 947 Bytes | 932eb9545f0d45fab24af0c13fbf3f342ab1120d3b45ef5b49737406e4c9323b |
lib/faastruby/cli/commands/function/build.rb | 100644 | 0 | 0 | | | 3.67 KB | f1fdc30091236d384212fabd1c6622745ba3a9bde87ab3c2470932ff8f3cbefb |
lib/faastruby/cli/commands/function/deploy_to.rb | 100644 | 0 | 0 | | | 8.33 KB | 062faf1769ad12c6c1525ce75e4be46d96ed3e61945f68ee5aad145ff0d93751 |
lib/faastruby/cli/commands/function/new.rb | 100644 | 0 | 0 | | | 9.28 KB | aa8c73615fab833257f2603b300c91dd8227775defc5514496c7005a391b21ef |
lib/faastruby/cli/commands/function/remove_from.rb | 100644 | 0 | 0 | | | 2.72 KB | 99701521fcc8e2275ce73ac30348d1ce1beb17a9b330e7cf52cb3f5b7378b101 |
lib/faastruby/cli/commands/function/run.rb | 100644 | 0 | 0 | | | 4.92 KB | 2c349a4239ee52c5cbc50b65ca8b8881e49a33ff3595862fa608dfe944f5a4f2 |
lib/faastruby/cli/commands/function/test.rb | 100644 | 0 | 0 | | | 838 Bytes | d9567f12a6f0289286a8e3ec9a6e0a849bfac3b6a8af10b804fd713d58f06197 |
lib/faastruby/cli/commands/function/update_context.rb | 100644 | 0 | 0 | | | 2.64 KB | e7789fa83f606393041bf8bce60cc6fbfb21e74383423efe874efc0ec8721776 |
lib/faastruby/cli/commands/function/upgrade.rb | 100644 | 0 | 0 | | | 2.45 KB | a6931af92325c841ce7d9ec4ffd7f4270e5440dcbd59a129a574273a6725f705 |
lib/faastruby/cli/commands/help.rb | 100644 | 0 | 0 | | | 1.92 KB | affdb3245a99339a8c2326426cb8e925947466c508441a3c570d7853c6d0bd24 |
lib/faastruby/cli/commands/project/base_command.rb | 100644 | 0 | 0 | | | 208 Bytes | fa9f7107fcd9e0e7602c70077081f30bec27cd40ac043dd5cb86e49dd602130e |
lib/faastruby/cli/commands/project/deploy.rb | 100644 | 0 | 0 | | | 6.15 KB | dfc689f70423f3d1b80f656192d294d40132f9f814c4663769e65dfef0ce6a52 |
lib/faastruby/cli/commands/project/down.rb | 100644 | 0 | 0 | | | 1.88 KB | 3eefcb7420295dc3d0f2d4f84d9093c8ef3a06f56b2ecbb6332d2a3480976db4 |
lib/faastruby/cli/commands/project/new.rb | 100644 | 0 | 0 | | | 7.09 KB | 6e3f43315355ef51fc2b5302847ada90a60720a3385e2d68654d4e74ec741974 |
lib/faastruby/cli/commands/version.rb | 100644 | 0 | 0 | | | 198 Bytes | 5bbd000dfe58465f58ccf4974e48e861812a74a57b3caca78e8ed5a1620fb3d7 |
lib/faastruby/cli/commands/workspace/cp.rb | 100644 | 0 | 0 | | | 3.49 KB | 1e701ebf800c8fcb1d19fdf8e49f9cb19853ae2ae0b26ee6dcb0c35cd264f6e8 |
lib/faastruby/cli/commands/workspace/create.rb | 100644 | 0 | 0 | | | 2.84 KB | 60084fe4830bea55c14f3c257f9caba59d108b90efc36b24fb073682a20b35e5 |
lib/faastruby/cli/commands/workspace/destroy.rb | 100644 | 0 | 0 | | | 2.23 KB | 1dadff7eafc6b6a63a332fde7e0414dd840ee7c6d125b719b57fececca4139c0 |
lib/faastruby/cli/commands/workspace/list.rb | 100644 | 0 | 0 | | | 1.94 KB | 1220cef52e713a6b4b35316c0669db8f707d94020372a2f4809ca5142af3770f |
lib/faastruby/cli/commands/workspace/migrate.rb | 100644 | 0 | 0 | | | 3.24 KB | e894dae627e643ae51a788dc1a4475e701ccd8bd2366255d4ab99ede2befcd78 |
lib/faastruby/cli/commands/workspace/rm.rb | 100644 | 0 | 0 | | | 3.12 KB | 84fb9a498bb86c44fe8f34b43f0020acd92d65681325d0b868bd56ce235000b4 |
lib/faastruby/cli/commands/workspace/update.rb | 100644 | 0 | 0 | | | 2.13 KB | 74ad3d232d70e02e07287f408586127ffe47ab630c74326986a390aee713b7a8 |
lib/faastruby/cli/credentials.rb | 100644 | 0 | 0 | | | 2.59 KB | 51259dee2ad942458ce64bc9f41cfa1e42cf6e91a9882beeff8e24aa36958f90 |
lib/faastruby/cli/new_credentials.rb | 100644 | 0 | 0 | | | 1.64 KB | 56b41397608197e9cdba933b147900326f3388adec39ef3f05b8d53a0907cdc8 |
lib/faastruby/cli/package.rb | 100644 | 0 | 0 | | | 1.54 KB | 2e486455a0aeac7309e0f0a4b38653de2d3e2fc35aadb94790ac2d600c32836a |
lib/faastruby/cli/template.rb | 100644 | 0 | 0 | | | 2.98 KB | a542bdbb4530157c08e42dd11aed46ca5683379fc8c7164b96afce3334c3eafc |
lib/faastruby/function.rb | 100644 | 0 | 0 | | | 1009 Bytes | 2173573aa20fe047cc9020f22e1ebc2a486d7700d5fee8923686a3e0d3962c6d |
lib/faastruby/local.rb | 100644 | 0 | 0 | | | 7.78 KB | f9754997a8676284e8ba51c2cba06f23ebc4432361fb42b115eba407b542544f |
lib/faastruby/local/crystal_runtime.cr | 100644 | 0 | 0 | | | 5.21 KB | 6fc7a4eae8db1ac8333bfccf59b3ead87b4fd847a3b6f3a240df8441c9fc78bc |
lib/faastruby/local/functions.rb | 100644 | 0 | 0 | | | 183 Bytes | e7e8f894fe5f122f3a5a52d26366a49130c08961408e095360bb055287461218 |
lib/faastruby/local/functions/crystal.rb | 100644 | 0 | 0 | | | 2.17 KB | a0390f3739e7b3dd5501681828010e0ed4cb2cd38a51a1edd8309162d9b82a00 |
lib/faastruby/local/functions/function.rb | 100644 | 0 | 0 | | | 6.3 KB | 4f8fd31c2d6557311c1ab49af8fd2225c9e1042182029e4c6651d7c579e89028 |
lib/faastruby/local/functions/ruby.rb | 100644 | 0 | 0 | | | 910 Bytes | 5c0cbb4f1dbfe88f6be96c631aedb4ed1bc521090614b24107f92e3d8e4a8fbd |
lib/faastruby/local/listeners.rb | 100644 | 0 | 0 | | | 90 Bytes | bb9474020713f5d7ff3be75ae406899edea5fe76c710f11b073654b75c3742b0 |
lib/faastruby/local/listeners/listener.rb | 100644 | 0 | 0 | | | 3.71 KB | 762a5ff323dc2e9e78beda8a62d03969027531e79da99e1cfcf6cda3505427bd |
lib/faastruby/local/logger.rb | 100644 | 0 | 0 | | | 752 Bytes | cbb32b98e9d0458acdc7e72ee7a7343cf4c01c46c234eddf61a1332d7ab30af2 |
lib/faastruby/local/monkey_patch.rb | 100644 | 0 | 0 | | | 1019 Bytes | a9ab17d1868b8ee0bcee1cc8d6731ff1c4e79ac0c1bb410388fb0a84aca88176 |
lib/faastruby/local/processors.rb | 100644 | 0 | 0 | | | 242 Bytes | fc7e3b430e240c2b4b27e3d33c710a37db9094e00ee2d785be8a819a66fc434b |
lib/faastruby/local/processors/function.rb | 100644 | 0 | 0 | | | 6.1 KB | d18ca67f88d38b35049cfbd54b6bcca07b25df3e941355e4d0779f8177fb0895 |
lib/faastruby/local/processors/opal.rb | 100644 | 0 | 0 | | | 2.88 KB | 7d1cab91b08bb748bea95fd3a713a0318ec8bcdb199693df920fa94cb65589fa |
lib/faastruby/local/processors/processor.rb | 100644 | 0 | 0 | | | 2.9 KB | 6e16abab294d49f91c105cc32018975e2dc93b4613d641217b5ad4946e6caade |
lib/faastruby/local/processors/static_file.rb | 100644 | 0 | 0 | | | 1.21 KB | 89e25382881e7b6e783c8b844d5160d01826947f35d912c351a8ce89295dbb9c |
lib/faastruby/local/static_files.rb | 100644 | 0 | 0 | | | 96 Bytes | 056b1399caf077a57c6d773c99aa1c2044c2de38feadeab139c0ea684db48767 |
lib/faastruby/local/static_files/static_file.rb | 100644 | 0 | 0 | | | 2.11 KB | 65d63dcf9e745fb35aa10567bd25d2b6818f8cdc5f74f620800621795811078e |
lib/faastruby/regions.rb | 100644 | 0 | 0 | | | 290 Bytes | 7101961f123c61baa58fafebee24b05c98e32b45cc1e52a7a237a4624e9403ec |
lib/faastruby/server.rb | 100644 | 0 | 0 | | | 2.75 KB | 0036970560a8781ad1bb85de1f99f5790bef75170191901e542e6f5b41b3f972 |
lib/faastruby/server/app.rb | 100644 | 0 | 0 | | | 4.67 KB | 0ec0d2841b05c71be4efc504af6f0baf06e45d6ce4a2a697644a3ad22a0a43e1 |
lib/faastruby/server/concurrency_controller.rb | 100644 | 0 | 0 | | | 1.49 KB | 5c3cce39286c767247a25200b5b9650f81ee3ef3a55ce1f3ee47ad02b311f00b |
lib/faastruby/server/config.ru | 100644 | 0 | 0 | | | 49 Bytes | 700844982421819a7fbc5c9e7fc60492bd98a742b332b5d5eca3fc0111b5d618 |
lib/faastruby/server/errors.rb | 100644 | 0 | 0 | | | 67 Bytes | 5b1bd044791fbe938597e0ada5e01f282af6ec9cc0ea63de3016660fd4b85deb |
lib/faastruby/server/event.rb | 100644 | 0 | 0 | | | 480 Bytes | 21217123480bf00b4ba51fd8f0530fc8a2015933bc4228e0a9fe6e205aad9663 |
lib/faastruby/server/event_channel.rb | 100644 | 0 | 0 | | | 369 Bytes | 45ba991d325e7d43c99c50536d32f6db132d7d3ed53c11c403fba9af4d070141 |
lib/faastruby/server/event_hub.rb | 100644 | 0 | 0 | | | 1.66 KB | f1126b2fbb144728c570cc3fd933137581f661d352ca7be5b579380a697b392a |
lib/faastruby/server/function_object.rb | 100644 | 0 | 0 | | | 149 Bytes | 2dd87a032650f353ccfcfac9a6b410850a82c7170afab1d91c750273fba3a745 |
lib/faastruby/server/local.rb | 100644 | 0 | 0 | | | 699 Bytes | 2eae40270d2103198c50ecbe277f7e58f85682545dc329cf90925c8a91fe6684 |
lib/faastruby/server/logger.rb | 100644 | 0 | 0 | | | 1.28 KB | 0327cbf26708d9cc8b95c9ed14935a76425908f9231303b2eec7b0cf176b720b |
lib/faastruby/server/project_config.rb | 100644 | 0 | 0 | | | 1.13 KB | 8aa506594280d7fda8845686b9de8f820f164d3fded393013a5eed64a3977459 |
lib/faastruby/server/puma.rb | 100644 | 0 | 0 | | | 73 Bytes | 753152078e59c230c319a1492fad3f40d16f94756f3a4c178907057f74543497 |
lib/faastruby/server/response.rb | 100644 | 0 | 0 | | | 2.08 KB | 4d36d69fdce9d0afb9ced249fdc0d81743a86f7f05e761bfb4d47923b45ecca1 |
lib/faastruby/server/runner.rb | 100644 | 0 | 0 | | | 5.24 KB | bf1467b3f38ad0b278e26dd1f516f539a6d72e62433d7446d11b09e134fa4a51 |
lib/faastruby/server/runner_methods.rb | 100644 | 0 | 0 | | | 3.6 KB | a2104721b9197d42cb04f2fc931bf2b4e4f3447d7323134e1cd73d46ba197e72 |
lib/faastruby/server/subscriber.rb | 100644 | 0 | 0 | | | 502 Bytes | 0039ff105fa7822f83c9d8e39eb14bea5edc9fa7dec6e14577ac231807bf00b9 |
lib/faastruby/server/template.rb | 100644 | 0 | 0 | | | 257 Bytes | 953d7822d582cdbb0b41654d3d5094c93351a726beb2573f91d5ea3c219b0f93 |
lib/faastruby/spec_helper.rb | 100644 | 0 | 0 | | | 922 Bytes | aee20a2ae9982e48ed0264229e01a855f6b5e34433234751f748c73efe360a9f |
lib/faastruby/supported_runtimes.rb | 100644 | 0 | 0 | | | 359 Bytes | 921f646f510a58b9124e1e96ec303cf915c298ff7f11a6e8f7f100e9da99cdcf |
lib/faastruby/user.rb | 100644 | 0 | 0 | | | 1.73 KB | 94439c7a667f0a5dd024ef700b0d7ef286e5b8ad018ca3b5afe1275e0403107a |
lib/faastruby/version.rb | 100644 | 0 | 0 | | | 73 Bytes | e384811e15d514990199fece52d6dfeca1a0ee166f7bbeef99c60b43103328b1 |
lib/faastruby/workspace.rb | 100644 | 0 | 0 | | | 2.93 KB | 3d9cef3bbacc9af21bb814f7e60e0bcbc163236ae48f1f82cf350e10adc0432d |
templates/crystal/example-blank/handler.cr | 100644 | 0 | 0 | | | 50 Bytes | 514478b807121e4a6788761cdefa11a0548b6617a62b376f5d4463bb43d8d534 |
templates/crystal/example/README.md | 100644 | 0 | 0 | | | 507 Bytes | 40847d04b627ac587e6bf8749d43817cd662ab283b3369d4461e2fe3fb7e74fa |
templates/crystal/example/spec/handler_spec.cr | 100644 | 0 | 0 | | | 552 Bytes | a78c7cfbc4fe5a5a69d88c6b28ae8490a020ec4930d0e7cd657ecc9c89f311ba |
templates/crystal/example/spec/spec_helper.cr | 100644 | 0 | 0 | | | 90 Bytes | 0ce55b55e29fe5af450c1ba9ac47fa75779ca2871ebd654bf1c882ac3812c26d |
templates/crystal/example/src/handler.cr | 100644 | 0 | 0 | | | 880 Bytes | b67b7372860b8579ea0f06107c2251d040adfb641f4c911a2eec1f28c10a7e91 |
templates/public-web/assets/images/favicon-150x150.png | 100644 | 0 | 0 | | | 3.88 KB | 3d250685cc70add433ead5b8a9cebadb8493b3e56ccf72d18b4c97463d1c65c2 |
templates/public-web/assets/images/favicon.png | 100644 | 0 | 0 | | | 2.59 KB | fde65d5faa5c846beb2f0d170ef39c9feb28111e284d4bd47750a50e4ae06812 |
templates/public-web/assets/images/logo-positive.png | 100644 | 0 | 0 | | | 13.9 KB | 33e47fdc9460d7993f16db2918ed65af5d7a4aa936c32b9da1063fbf824350ed |
templates/public-web/assets/javascripts/main.js | 100644 | 0 | 0 | | | 43 Bytes | 4921b4cb1394143b13a0313f8c1a77225214a7882c813a650f67ea4dc9f488a3 |
templates/public-web/assets/stylesheets/main.css | 100644 | 0 | 0 | | | 819 Bytes | 557fa00dbf8b6d2c9bab1f737652d987a0062805348d540c12def82ee6abf645 |
templates/public-web/favicon.ico | 100666 | 0 | 0 | | | 1.12 KB | af9ad2d32393387a7b8649356076bc6ca44d3e1196945d64de57aae967d5e1c5 |
templates/ruby/api-404/handler.rb | 100644 | 0 | 0 | | | 171 Bytes | 3a01e4d0ff7657dac09befbbc3e0bb6b98db35c644e31952d56923f0958fca10 |
templates/ruby/api-root/handler.rb | 100644 | 0 | 0 | | | 165 Bytes | ea17b35b677692fb008464426931a2629ac6f9a6957cbdfa5ca41e0cadeddc4e |
templates/ruby/example-blank/handler.rb | 100644 | 0 | 0 | | | 48 Bytes | a04027317f07511a94ec6a90705ed571cfccb328e6d9d3bf2d12cfa5f6948c3e |
templates/ruby/example/Gemfile | 100644 | 0 | 0 | | | 104 Bytes | acc50aa4f5c40b698277659d541fba4754ebd6ede90e838ed1f957ac9c650920 |
templates/ruby/example/README.md | 100644 | 0 | 0 | | | 507 Bytes | 40847d04b627ac587e6bf8749d43817cd662ab283b3369d4461e2fe3fb7e74fa |
templates/ruby/example/handler.rb | 100644 | 0 | 0 | | | 924 Bytes | 2fe030580e96a9a393a83ca2711850bb513f132af15d275ee4b04572fe7e8543 |
templates/ruby/example/spec/handler_spec.rb | 100644 | 0 | 0 | | | 398 Bytes | e63648b2b2af8e4fbea884d2c7653154bd44963d4cb7dd1bc3e2c47930235e51 |
templates/ruby/example/spec/spec_helper.rb | 100644 | 0 | 0 | | | 98 Bytes | 12b14865a95179b4bea4e8e90773993fd714bb1e88ab01e04b45aa96f679f6d3 |
templates/ruby/web-404/404.html | 100644 | 0 | 0 | | | 1.15 KB | 2ccccc16a8570f8318f7346917e2f2b40eb20bc48516079c1e6cf28c28b9ef5c |
templates/ruby/web-404/handler.rb | 100644 | 0 | 0 | | | 59 Bytes | 10e6dc6027cdff90390e29cc6f67399f643bf03ca7458374e2c11907fc2bc6eb |
templates/ruby/web-root/handler.rb | 100644 | 0 | 0 | | | 168 Bytes | 80c87ccf87f3ea85dd2fc08a62f92c8105d16c414dc054de33923b1537eefc0d |
templates/ruby/web-root/index.html.erb | 100644 | 0 | 0 | | | 1.15 KB | 6191fb07b23ad44a5656475da0258e039a9d4d4c60744b75e88c3e13b59a398e |