Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Alosaur

We create Deno web framework with many decorators
Collective - Host: opensource - https://opencollective.com/alosaur - Website: https://deno.land/x/alosaur - Code: https://github.com/alosaur

Merge remote-tracking branch 'origin/master'

github.com/alosaur/alosaur - cedca565b7c7a5f7fcd904940ba6146e3e795b6c authored over 3 years ago by irustm <[email protected]>
up to deno 1.10 and std 0.97

github.com/alosaur/alosaur - e9ae6c8687fdd4d6671b6045461de416df0ef614 authored over 3 years ago by irustm <[email protected]>
Update README.md

github.com/alosaur/alosaur - 50a32a0fd3cecac6f99acc04bb27f0dd27c0718a authored over 3 years ago by Rustam <[email protected]>
Update ci.yml

github.com/alosaur/handlebars - d77b514e3ad329c33913f6ce159083ea7ebc1a3c authored over 3 years ago by Rustam <[email protected]>
examples: added Go TCP microservice

github.com/alosaur/alosaur - 1e5e75b1434920127078bb5c49d8d20f5963a1a0 authored over 3 years ago by irustm <[email protected]>
fix(docs): added link to Alosaur lite

github.com/alosaur/alosaur - d6f8a611cbc65debe56ff4706c23e2851a623efa authored over 3 years ago by Rustam <[email protected]>
Update version.ts

github.com/alosaur/alosaur - 14be48b4e9874ecece7460e6149bccafd57b1fc7 authored over 3 years ago by Rustam <[email protected]>
Added readme demo

github.com/alosaur/alosaur-lite - 3c4cab64229982c94e4dc4bbf7c7e9b617c7e050 authored over 3 years ago by irustm <[email protected]>
Fix deno lite url

github.com/alosaur/alosaur - 289d444776ca40c86413eda8c90b3600a47b0f96 authored over 3 years ago by irustm <[email protected]>
fix import path

github.com/alosaur/alosaur-lite - 6fdd8f4479a1a62150e87b6a01412cb3df4346a0 authored over 3 years ago by irustm <[email protected]>
fix import path

github.com/alosaur/alosaur-lite - 4c86edf409df99c0ce1e5981c75bd7a80889f79c authored over 3 years ago by irustm <[email protected]>
added alosaur lite

github.com/alosaur/alosaur - 3b531a97582686f9931cb9f3f718557b709b0722 authored over 3 years ago by irustm <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/alosaur/alosaur - 9f29f3e519e144036d0bf9b75a0b79c1a7795076 authored over 3 years ago by irustm <[email protected]>
added alosaur lite

github.com/alosaur/alosaur - e50e97b0c69a9b6095a6ed43b4dbef4c7a42f031 authored over 3 years ago by irustm <[email protected]>
Added markdown pages

github.com/alosaur/alosaur-lite - 96754c5fe15f04685a78d3efff2d755dd17a7bf8 authored over 3 years ago by irustm <[email protected]>
added render pages

github.com/alosaur/alosaur-lite - c7fe9fa8fc49897a07bfc71b7584be231ae7f886 authored over 3 years ago by irustm <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/alosaur/alosaur-lite - 78cebbf13963679ccf6625790b5de2020e981fdc authored over 3 years ago by irustm <[email protected]>
added serve static files

github.com/alosaur/alosaur-lite - f10988dc82d569554fb900487c93a921dcb480de authored over 3 years ago by irustm <[email protected]>
Update README.md

github.com/alosaur/alosaur-lite - 64e881f032aa747ac996e12d952440d9e04aa31f authored over 3 years ago by Rustam <[email protected]>
added query params, rebuild dist

github.com/alosaur/alosaur-lite - ad251a6ae174aa30f9c340b9d217cc66436989ad authored over 3 years ago by irustm <[email protected]>
added param gets, return content

github.com/alosaur/alosaur-lite - 1d56ccb1867551ec1c8016e1b183aaa37f709834 authored over 3 years ago by irustm <[email protected]>
implement bundle

github.com/alosaur/alosaur-lite - f840354c84135a1a9de3203a811e65884341ebc6 authored over 3 years ago by irustm <[email protected]>
implement bundle

github.com/alosaur/alosaur-lite - 7dfeb4b3f9c6bdd0f155f246a6dc2f8dee2232fc authored over 3 years ago by irustm <[email protected]>
Merge pull request #12 from mocoso/only-register-partials-at-initialisation-unless-requested-otherwise

Improve performance by caching partials

github.com/alosaur/handlebars - 0e78ddde86ad51f3a17782b940b9384abd18313a authored over 3 years ago by Rustam <[email protected]>
Update README_zh.md (#149)

* 添加中文README

* 翻译到了TODO

* 翻译到了第184行

* 处理到了Handlebars

* finish Chinese translation of...

github.com/alosaur/alosaur - c756336ef0197ad8ee6d31df9fc18c418bf04c71 authored over 3 years ago by Boris Liu <[email protected]>
Move partial caching to the config

Because it is simpler to use as a configuration setting than a per render
call parameter.

github.com/alosaur/handlebars - 5b833670e9bb53042a416b71c059bad68a788121 authored over 3 years ago by Joel Chippindale <[email protected]>
Update README.md

github.com/alosaur/alosaur - 9d90ea86786f7779e5134339e37c417d657a195e authored over 3 years ago by Rustam <[email protected]>
fix(docs): improve todos

github.com/alosaur/alosaur - 3b30fef518f31bd386921fc5ebf534408e34943f authored over 3 years ago by irustm <[email protected]>
Merge pull request #148 from alosaur/oauth

feat(oauth): implement base oauth handler, added google handler

github.com/alosaur/alosaur - 16e4c428e54337404b6b699c7375ac29709d48b6 authored over 3 years ago by Rustam <[email protected]>
fix(e2e): rename auth route pathes

github.com/alosaur/alosaur - 06debfcad7c9cd6dc0feca494614712a87be275f authored over 3 years ago by irustm <[email protected]>
feat(oauth): added docs

github.com/alosaur/alosaur - ef56aa4c9943ab66a836fe5e6a3b4423e8043929 authored over 3 years ago by irustm <[email protected]>
feat(oauth): implement base oauth handler, added google

github.com/alosaur/alosaur - c161ef1d7d0e252016b7d036676424cd7df053b8 authored over 3 years ago by irustm <[email protected]>
Improve performance

By only registering (and caching) partials the first time that
`renderView` is called.

In devel...

github.com/alosaur/handlebars - dee83ad8b852edf43017bfb4d1417a4adfa31a43 authored over 3 years ago by Joel Chippindale <[email protected]>
docs: fix typo

github.com/alosaur/alosaur - e13f9e975d920fd3fda3e585110a4f89837f388b authored over 3 years ago by Rustam <[email protected]>
Merge pull request #143 from alosaur/ms

feat: microservice

github.com/alosaur/alosaur - bf41d1d0362d062fcadee7733cd7bf5706e9ee03 authored over 3 years ago by Rustam <[email protected]>
feat(ms): microservice improve docs, remove unuse code

github.com/alosaur/alosaur - 54f7434d66b4943a39b07fd12128b95e8a3aaeb0 authored over 3 years ago by irustm <[email protected]>
feat(docs): microservice docs

github.com/alosaur/alosaur - 68d00ebbd0a0d397a3e1de4f7eb56336ad3c3a77 authored over 3 years ago by irustm <[email protected]>
fix: remove ls

github.com/alosaur/alosaur - 03b1cce7c643abbcc06542588f3407aa079be4b4 authored over 3 years ago by irustm <[email protected]>
fix: ms fmt

github.com/alosaur/alosaur - 0c561db7befdfc91947a5a49a812a7a7037a2170 authored over 3 years ago by irustm <[email protected]>
fix: ms fmt

github.com/alosaur/alosaur - 7b3c2fc2ecca5ef0eeff0bc041563577beac0163 authored over 3 years ago by irustm <[email protected]>
fix: ms fmt

github.com/alosaur/alosaur - 4452955a7ebcc1def7baa8b3862a0033cb4aba79 authored over 3 years ago by irustm <[email protected]>
fix: ms fmt

github.com/alosaur/alosaur - 30e5c612413accfaaaf70cf4bc16a603b517b831 authored over 3 years ago by irustm <[email protected]>
feat(test): ms test pathes

github.com/alosaur/alosaur - d76038addf400dba7ebe00913c12f3f1939c1d05 authored over 3 years ago by irustm <[email protected]>
Export HandlebarsJS (#11)

So that the underlying JS implementation of handlebars is available to
anyone who needs to acce...

github.com/alosaur/handlebars - a5f2efd22412789dbeb0016409a669db70ceff72 authored over 3 years ago by Joel Chippindale <[email protected]>
feat(test): ms test pathes

github.com/alosaur/alosaur - c3b534fc97cec745bd634ebd6299c18d53782c18 authored over 3 years ago by irustm <[email protected]>
feat(test): ms test pathes

github.com/alosaur/alosaur - 407923f655b4266f10023fe8ea579d1bb97d4bbc authored over 3 years ago by irustm <[email protected]>
feat(ms): e2e microservice

github.com/alosaur/alosaur - 8e3b1efc0ac7edda9ad5631812ff1d3e5b6e616e authored over 3 years ago by irustm <[email protected]>
feat(ms): implements test for microservice, fix killserver with process

github.com/alosaur/alosaur - d0a499a27db3b4a33af0d6d3c9b6a2ffc2542741 authored over 3 years ago by irustm <[email protected]>
ms: fix resolve mevent

github.com/alosaur/alosaur - 045fc8a72b14656163c5aee8c5036b58487f93d3 authored over 3 years ago by irustm <[email protected]>
ms: implement TCP client class

github.com/alosaur/alosaur - 8511f245655fa3c2c25357175d00bd70d3609e4e authored over 3 years ago by irustm <[email protected]>
ms: added sum client

github.com/alosaur/alosaur - 7f51c8302e56cc046046c6e04d6bc053424dd223 authored over 3 years ago by irustm <[email protected]>
ms: fix typo

github.com/alosaur/alosaur - 8c84c410ad3d8129da6c20295db019cd64e99c72 authored over 3 years ago by irustm <[email protected]>
ms: fix typo

github.com/alosaur/alosaur - bc27aac3562c7a0e36cd86f3c5b1026ca0ce3db4 authored over 3 years ago by irustm <[email protected]>
ms: Implement microservice with hooks

github.com/alosaur/alosaur - f25bc7bc412e2080fccda1834a9ca590e8fce3f4 authored over 3 years ago by irustm <[email protected]>
BREAKING: Context rename to HttpContext

github.com/alosaur/alosaur - bf227fbf2215f22ade8c336e924ecbfb3b08e4f0 authored over 3 years ago by irustm <[email protected]>
ms: implement handler of tcp server

github.com/alosaur/alosaur - f40c57749c85e102f8071e2ccc80d90ac86dc25f authored over 3 years ago by irustm <[email protected]>
Merge remote-tracking branch 'origin/master' into ms

github.com/alosaur/alosaur - 1f9f5a1f4b438453ccbf5fb4df35fa243dd39821 authored over 3 years ago by irustm <[email protected]>
Merge branch 'master' into ms

github.com/alosaur/alosaur - 7b3963879a0e745561a15d8eee933f84158da544 authored over 3 years ago by irustm <[email protected]>
Update version.ts

github.com/alosaur/alosaur - c5144281c8cfa0dfbb767e484596cd9edd33e7f1 authored over 3 years ago by Rustam <[email protected]>
fix: append multiple cookie on merge result (#146)

chore: up deno std 95

github.com/alosaur/alosaur - 0065764d3f677aebf0049e318bf640b50285d545 authored over 3 years ago by Rustam <[email protected]>
chore: up to Deno 1.9.2

github.com/alosaur/cli - 8378e2f7ef0f535bfa56eada661c62504219d724 authored over 3 years ago by Rustam <[email protected]>
chore: up to Deno 1.9.2

github.com/alosaur/handlebars - baeab2c0309793c40ba786c5fc2ad0f147782b37 authored over 3 years ago by Rustam <[email protected]>
chore: up to Deno 1.9.2

github.com/alosaur/angular_deno - 337cbf1d526cc826c977cbb56250cd79aa808e39 authored over 3 years ago by Rustam <[email protected]>
chore: up to Deno 1.9.2

github.com/alosaur/alosaur - 3f6082d13d8f187e256bc6ca7cc8c15bd5e61bc7 authored over 3 years ago by Rustam <[email protected]>
Merge remote-tracking branch 'origin/master' into ms

github.com/alosaur/alosaur - f502eafcdddf799db7fb9579f8400fdf983b5c1e authored over 3 years ago by irustm <[email protected]>
Update README.md

github.com/alosaur/angular_deno - b4aedd308284f7d95325a375459fe6d8d807f88a authored over 3 years ago by Rustam <[email protected]>
chore: up version

github.com/alosaur/alosaur - 77392725cdc1461beb4db31d53d7181347b743ad authored over 3 years ago by Rustam <[email protected]>
chore: up deno 1.9.0 and std 93 (#145)

github.com/alosaur/alosaur - f558a2c92a3b9edd935659a2c14f3b49ce0712ac authored over 3 years ago by Rustam <[email protected]>
up to std 93

github.com/alosaur/alosaur - 6ba93185116fa5f2f8fc47044d84feeffd5b3a93 authored over 3 years ago by irustm <[email protected]>
ci: up to canary

github.com/alosaur/alosaur - 1c0f2c7c2efd874cf2074e40f5852d40b656b740 authored over 3 years ago by irustm <[email protected]>
ci: up to canary

github.com/alosaur/alosaur - 747f4f4c59a6e4ae1914d125521d81e80f02bfb8 authored over 3 years ago by irustm <[email protected]>
ci: up to canary

github.com/alosaur/alosaur - 83c508dac6f592f4a3edbed63070537ec89880bd authored over 3 years ago by irustm <[email protected]>
feat(http): add native deno http

github.com/alosaur/alosaur - 83d85c2cd750747037ef2ff060ebe5f2397e4ec1 authored over 3 years ago by irustm <[email protected]>
feat(ms): add simple microservice actions

github.com/alosaur/alosaur - 9a9a765de01dd16cf798b5a31dd700a737aaf376 authored over 3 years ago by irustm <[email protected]>
add simple microservice actions

github.com/alosaur/alosaur - 0126edf9f8dcd9f5b76e1debb8676c686bcb19e6 authored over 3 years ago by irustm <[email protected]>
Update version.ts

github.com/alosaur/alosaur - cbe39ff121fbf9d26e5a4493a80fd67c855a198d authored over 3 years ago by Rustam <[email protected]>
update Chinese translation (#141)

* 添加中文README

* 翻译到了TODO

* 翻译到了第184行

* 处理到了Handlebars

* finish Chinese translation of...

github.com/alosaur/alosaur - e6320aac726f971c787cb1e732d6ecc7fc0977d6 authored over 3 years ago by Boris Liu <[email protected]>
Update ci.yml

github.com/alosaur/handlebars - 6652d5467c18fc3c6b63a36e41d2af50f1d113f5 authored over 3 years ago by Rustam <[email protected]>
Merge pull request #2 from borisliu/master

add alosaur database app template

github.com/alosaur/awesome-alosaur - 833b9e64f686445e38ac1c421811716b83a5d279 authored over 3 years ago by Rustam <[email protected]>
add alosaur database app template

github.com/alosaur/awesome-alosaur - 5a98276b70b98390eb5a651fe8ad7f87e649c755 authored over 3 years ago by borisliu <[email protected]>
update README_zh.md (#5)

* add vscode to gitignore

* Update README_zh.md

github.com/alosaur/cli - 6007b4685a477824c31193a9b15ed27147bb4d63 authored over 3 years ago by Boris Liu <[email protected]>
fix(docs): update cache images - backers

github.com/alosaur/alosaur - 59e6404b1c619e208c98d527dd45f9d9032e1e22 authored over 3 years ago by Rustam <[email protected]>
update Chinese translation (#140)

* 添加中文README

* 翻译到了TODO

* 翻译到了第184行

* 处理到了Handlebars

* finish Chinese translation of...

github.com/alosaur/alosaur - 847e8a2d94cd8fc4f1725a773c593c5e2593dea4 authored over 3 years ago by Boris Liu <[email protected]>
Update README.md

github.com/alosaur/cli - 341563875b3e70076176c16a056028d18fd6dd1e authored over 3 years ago by Rustam <[email protected]>
Update README.md

github.com/alosaur/cli - 5bd06aea0743e00e5b956241abadbfcef563ce93 authored over 3 years ago by Rustam <[email protected]>
Update ci.yml

github.com/alosaur/cli - fcf8098e71536430068f0458ea170f8062e55a0d authored over 3 years ago by Rustam <[email protected]>
Merge pull request #136 from alosaur/std87

update std deps to 90

github.com/alosaur/alosaur - bc663a3f1b4da9c954c381326ddf3299c8a3de4f authored over 3 years ago by Rustam <[email protected]>