Ecosyste.ms: OpenCollective

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

Iris

Support Iris today.
Collective - Host: opensource - https://opencollective.com/iris - Website: https://iris-go.com - Code: https://github.com/kataras/iris

Add a response recorder test to showcase its usage

github.com/kataras/iris - acc3a0b9a321017754fc48506400de0bf07f1a07 authored about 8 years ago
Add more HISTORY/CHANGELOG as requested here: https://github.com/kataras/iris/issues/58

github.com/kataras/iris - 3f74f61e26df4cd051bad871c5082fd8eb0897d2 authored about 8 years ago
Update to 6.0.8

github.com/kataras/iris - e6b967bbb7a4792391586e57f927dab8928ccc40 authored about 8 years ago
Nothing special here, read HISTORY.md

github.com/kataras/iris - e4ab99376029f0dfbd487d86ca7b8ae8af40d985 authored about 8 years ago
Update to 7.0.8 | iris.UseTemplateFunc -> Read HISTORY.md | Remove vendor folder because of: https://github.com/gavv/httpexpect/pull/34

Read HISTORY.md

github.com/kataras/iris - 053588babdf26a201003775e3cb23612d7d9fb0a authored about 8 years ago
Update to 6.0.7

github.com/kataras/iris - 893271bf02b31ee90b4a457318e99683ed9f8255 authored about 8 years ago
Feature Request: *http.Request access from Websockets. iris.Config.Websocket.IDGenerator custom connection's ID generator added too.

Example:

-
https://github.com/iris-contrib/examples/blob/master/websocket/main.go#L34

Relative...

github.com/kataras/iris - c476fe89214943f6cc0c4fe1300686dd1efe918c authored about 8 years ago
Add the loggerzap middleware to the README. Relative: https://github.com/iris-contrib/middleware/pull/23

github.com/kataras/iris - d5d113b4ca8400c1b0176e083d81ddc1637d6036 authored about 8 years ago
Standby for Go v1.8. Read HISTORY.md for previous commits: iris.DestroyAllSessions/DestroySessionByID.

github.com/kataras/iris - e5ca3d086867f29e77f6a1481a7aa78d4300e9e9 authored about 8 years ago
Update README.md

github.com/kataras/iris - 081d01d45908724060d237e5bdaa89d33ce638cd authored about 8 years ago
Remove tests from httptest's vendor

github.com/kataras/iris - a5b11288ec69ab31272383bd403ecd20749b5edc authored about 8 years ago
Add 'vendor' folder for the httptest package dependecy (its master were broken before 4 hours, you are covered)

github.com/kataras/iris - a35607d6e3cd37382c4f16f722a2beb7acd94d90 authored about 8 years ago
Add `iris.DestroySessionByID(string)` and `iris.DestroyAllSessions()` as requested. Read HISTORY.md

https://github.com/kataras/go-sessions/commit/c9d94b7b447e0541484a23330fd05b7799863592

github.com/kataras/iris - 5daa3d6fa7819a217a95d50ac1bfa5e597ec7731 authored about 8 years ago
Add `iris.DestroySessionByID(string)` and `iris.DestroyAllSessions()` as requested.

github.com/kataras/iris - bcc35c11cad6ff90d864741b7d417dd67960feca authored about 8 years ago
net/http testing library doesnt supprots CloseNotify, so don't panic on context.StreamWriter

github.com/kataras/iris - 7df9b2b437f69855ceb86ca6a5bcec5427b2c59f authored about 8 years ago
https://github.com/iris-contrib/gitbook/issues/30

github.com/kataras/iris - d060a735596faaeec62a3b84a868501b868c55af authored about 8 years ago
Update to 6.0.3: Add an easy way to set a request body size limit per client or globally for newcomers

github.com/kataras/iris - d5a9410e2ae51adb0150828536d4ea8ff1a02730 authored about 8 years ago
Fix https://github.com/kataras/iris/issues/574

github.com/kataras/iris - 3b0a8e0f2d9cd630353fa056344d559245f14d79 authored about 8 years ago
Update to 6.0.1 - use the response recorder whenever you need it. Read HISTORY.md

github.com/kataras/iris - 058d70e53387ec66e28d4aa5273da5ca865e883e authored about 8 years ago
Happy new year! Update to 6.0.0 | HTTP/2 full support. https://github.com/kataras/iris/issues/565

full commit from development branch.

Examples, book, middleware, plugins are updated to the lat...

github.com/kataras/iris - 8bbd9f8fc5489bd72336bba732a21df361707ce2 authored about 8 years ago
Fix https://github.com/kataras/iris/issues/570 | no-internet connection but Config.CheckForUpdates is true

github.com/kataras/iris - ced2083ab3da81c465db3f2e44e8c32e6f15e1da authored about 8 years ago
Fix https://github.com/kataras/iris/issues/566

github.com/kataras/iris - fe79fdea4436724acf7bdd40b5f1f6ca5e8ce327 authored about 8 years ago
Nothing special here,yet, stay tuned

github.com/kataras/iris - 1f25e4335a4708bce2bd158849eeb8762903ffdf authored about 8 years ago
More on Transactions: Fallback on, unexpected, panics and able to send 'silent' error which stills reverts the changes but no output

github.com/kataras/iris - 88c98bb1e14b07c5dcac0a76a5977be51b6ff436 authored about 8 years ago
Nothing special: just add comments to the BeginTransaction, I have more ideas on this, stay tuned

github.com/kataras/iris - 1da8231abd5087416bc7b377e8f8e91f2dca977f authored about 8 years ago
More on Transactions: iris.UseTransaction and iris.DoneTransaction. See HISTORY.md

github.com/kataras/iris - f54dc697cc4859d3785321558265c5ac9bf1fb33 authored about 8 years ago
Update to 5.1.1 - Addons for the last feature, Transaction scopes. Read HISTORY.md

Read HISTORY.md and example here:
github.com/iris-contrib/examples/tree/master/transactions

github.com/kataras/iris - 48e770dab0f6e132c23f3941196d11cdb491b5e2 authored about 8 years ago
Fix the readme TODOs syntax. Read HISTORY.md for v5.1.0

Simple proof-of-concept example of request-scoped transactions here:
https://github.com/iris-con...

github.com/kataras/iris - c6b6ebf757a8ec31c5cf04a636e6cd9b5e74527e authored about 8 years ago
New Feature: Request-Scoped Transactions

Example:
https://github.com/iris-contrib/examples/tree/master/request_transactions

github.com/kataras/iris - 65980d33635766d6309494790e720c4732375f9b authored about 8 years ago
Test code: nothing special here, remove the getRandomPort and use getRandomNumber for all

github.com/kataras/iris - 1ff949b3578716540f7c0f3df6eda97754693461 authored about 8 years ago
Update Donations

github.com/kataras/iris - baec4d0fffee23b1ec7c8e9925c3b69bbcfbea39 authored about 8 years ago
Remove the TestCache from tests, no need here.

github.com/kataras/iris - dba1256d71ff3a9436147f832835f457fb4dd095 authored about 8 years ago
Qualify the quality repository report tool

github.com/kataras/iris - 5ba6ccf365d9bf64a1c132db649e34821b4e276b authored about 8 years ago
test code again: nothing speicial remove, finish with dublicated code remove actions

github.com/kataras/iris - 731e64eae9724a7e32140b8bd5f279f9dda24222 authored about 8 years ago
test code: nothing special, just random some of the real ports

github.com/kataras/iris - bb52d17ef5b015ae99a73a6b68c3a76432a7dc91 authored about 8 years ago
nothing special here

github.com/kataras/iris - 8a861997a4b5feaf6397c1a3cbf671a6d5a684c4 authored about 8 years ago
Update to 5.0.4 - Read HISTORY.md

github.com/kataras/iris - 309b037e3b887bc564b1bb56a68f73419e1f09f3 authored about 8 years ago
Merry Christmas!

github.com/kataras/iris - 424ede72584e21eaa35e0595136d4b7426aecea3 authored about 8 years ago
Update DONATIONS.md

github.com/kataras/iris - 7fa368e1ce5958aeabece12dc08dad36af8fc769 authored about 8 years ago
Add test for Redirect while ListenTLS/ListenLETSENCRYPT

github.com/kataras/iris - 0513fa745bd2be02bbfa21640ca85193d2a855e7 authored about 8 years ago
For unknown reasons I can't use desktop github yet, let's try this

I had the same gitignore for 4months+, github bug or .git ignored issues? lets test.

github.com/kataras/iris - b62302d1d71fc8f93ee95460a353af3d022a215d authored about 8 years ago
Fix testing example README link

As requested here: https://github.com/kataras/iris/issues/543

github.com/kataras/iris - 290a9cad3dab65f3eb1bbab3ef9a252bb59da74c authored about 8 years ago
Fix an old issue https://github.com/kataras/iris/issues/355

github.com/kataras/iris - 619a54a9f2378ee3e4b85d47394dcfd5168650d1 authored about 8 years ago
Fix https://github.com/kataras/iris/issues/541

github.com/kataras/iris - 163817bec45bb3378144b386eaf4aba349ba3f8b authored about 8 years ago
Update to 5.0.2 - Cache(only) improvements

Cache - only improvements

github.com/kataras/iris - 8b88aabc05bca16733dfd0a2a48bb5fb398ab9ab authored about 8 years ago
Yesterday I refused a great offer. I hope for the better.

github.com/kataras/iris - 948eb2ecc132e299e476bfbd051a8100e216f2ac authored about 8 years ago
Fix url typo as reported here: https://github.com/kataras/iris/issues/531

github.com/kataras/iris - 7b2bcc19cd4ea420b41b09aa12a53b4260a25ce6 authored over 8 years ago
Update DONATIONS.md

github.com/kataras/iris - 5e4db0e56bff78c1c2e762f946c6d8e61b832fd1 authored over 8 years ago
Update DONATIONS.md

Done: Hi, could you please use Damon Zhao instead of 赵 益鋆

github.com/kataras/iris - 7efa206ec40e3a687913e47a7d67bca080053f20 authored over 8 years ago
Update the book link for the stable version

https://docs-v4.iris-go.com

github.com/kataras/iris - ac58a95d2dfaf7874dcbda2e6f9e0f46836a26a9 authored over 8 years ago
Add a link to the stable version on the Installation section

github.com/kataras/iris - 504006a7bb2c1a959be23b9b8d3259ba08b36c87 authored over 8 years ago
Prepare for 4.0.0 gopkg.in for-ever package (All 20+ other repositories refactored) including gitbook and examples

github.com/kataras/iris - 32e3cbede146c34ffb5ed3502105be3bef19cb25 authored over 8 years ago
Nothing special here, remote cache is not ready yet

Remote Cache is not inside docs or history because it's not ready for
production yet, however it...

github.com/kataras/iris - 6f22da7622f4f4160e447e78c6960657c8bf4885 authored over 8 years ago
A small improvement to LETSENCRYPT and LETSENCRYPTPROD

just an improvement to the `LETSENCRYPT` in order to meet your needs,
it lets you configure the...

github.com/kataras/iris - 3243432d486d119a8fbad51c2d7c4213ceb899f0 authored over 8 years ago
[2] Continue working on #513

github.com/kataras/iris - 7eb520fc6b79c066662b12e67630e2864bec8227 authored over 8 years ago
Continue working on https://github.com/kataras/iris/issues/513

github.com/kataras/iris - f634826346986415aee70d0f22e4b30a3b9824a6 authored over 8 years ago
Update README

github.com/kataras/iris - bbf74ce8f0e1fa64515bed01c21464849967e419 authored over 8 years ago
Fix travis test

github.com/kataras/iris - bb38bd7ccc2345e11864f18ab3430e94460ffbea authored over 8 years ago
Fix travis test

On normal pc is running but travis slows things... so timing is not a
good idea to test, if that...

github.com/kataras/iris - 606e824036c4dba34e0cad7a297599faf68f0bda authored over 8 years ago
Fix travis test

github.com/kataras/iris - 539c62f954d289d7ed0434a78b7cb700383f6bad authored over 8 years ago
Implement Cache as https://github.com/kataras/iris/issues/513

I love coding unique Iris staff!!!

github.com/kataras/iris - d32ae1377c6eeb817704b4400b064617fb909070 authored over 8 years ago
Add some random articles happened to be fetched the last two weeks

github.com/kataras/iris - 6d65c0042360764e65481bed2dda5f9ccac81c54 authored over 8 years ago
gofmted -s

github.com/kataras/iris - ee9b153f6d5ac47c71aa5816c775834ff39e3044 authored over 8 years ago
Introduce version 5.0.1

github.com/kataras/iris - 78d145c207945891ac4208564f943f7e8b37114e authored over 8 years ago
Fix and improve the iris cmd according to this: https://github.com/kataras/iris/issues/506

github.com/kataras/iris - 9958337e5d7714075a3ba905834acffc1121957c authored over 8 years ago
Update DONATIONS | Thanks for your support!

github.com/kataras/iris - fc9cd0a8c269b51b12fe1173440993ea2ed8fb49 authored over 8 years ago
Format HISTORY.md for V4 LTS

github.com/kataras/iris - 0f096b49a5c7d1e233881d724a21400ab9bc330f authored over 8 years ago
V4 LTS, check the HISTORY.md

github.com/kataras/iris - 5c896b39a5fd62f54fc347524d62eaa814d370f3 authored over 8 years ago
Add donates to the top of the README, I really thanks you

github.com/kataras/iris - fe71a8acbee92067f6cb5a9e10bd26241f488352 authored over 8 years ago
StaticEmbedded: Do the actual work if cache duration passed

For StaticEmbedded example take a look at the HISTORY.md file

github.com/kataras/iris - 9bbbbf6769f22934d4dd7b93dc946e456d7a4941 authored over 8 years ago
Implement feature request for embedded assets

Example:
https://github.com/iris-contrib/examples/tree/master/static_files_embedded

Read HISTOR...

github.com/kataras/iris - 1a913d45d4c9d398fcd76d5f042c17ae35d7d7b6 authored over 8 years ago
Fix plugin activation when this activates other (sub)plugins

github.com/kataras/iris - 5ee987feb94f107fa20972e747241cfe74c28d95 authored over 8 years ago
Nothing special, some linting

github.com/kataras/iris - 7e8c1e57d292ff9401984a403d0c9123496bceb9 authored over 8 years ago
Update the License to Apache Version 2 in order to be compatible

github.com/kataras/iris - 6dbfc7ad1c6a9e326dad39f0afdfe5563121c87a authored over 8 years ago
Change the comments on MustRender , now it renders a message instead of panic

github.com/kataras/iris - e5547f71025abc84fe060e0fdc66a0386ff0ad0b authored over 8 years ago
Replace panic with a message when MustRender fails

github.com/kataras/iris - 89abc3349da680ca66d9c9aa8f5a310b61d1e3c5 authored over 8 years ago
README: https://docs.iris-go.com link replacement for gitbook

github.com/kataras/iris - 9a0ef4822c073205b0a044dd4bd386840e82bc3d authored over 8 years ago
Meetup with GoLang User Group. Happened yesterday.

github.com/kataras/iris - 1ddd2e65282b193a2a7cba9b0680262ad0a76330 authored over 8 years ago
Github https://github.com/blog/2111-issue-and-pull-request-templates

github.com/kataras/iris - 22b60d68715ecc3ee92264ab2f6298c4957eb469 authored over 8 years ago
For v4.6.0 - Remove unused testFramework from the previous commit

Read HISTORY.md for changes:
https://github.com/kataras/iris/blob/master/HISTORY.md

github.com/kataras/iris - ee5dff96e38add4debc3de9811769fa26b704ef7 authored over 8 years ago
Push version 4.6.0, read HISTORY.md

Real commit is the parent, as usual

github.com/kataras/iris - 157e3cf0548b82c05daa0da7a077d112c86b04d1 authored over 8 years ago
Update to 4.6.0, read HISTORY.md

https://github.com/kataras/iris/blob/master/HISTORY.md

github.com/kataras/iris - 122aab408310a485c1dd8b0a419e76ee775ecb9d authored over 8 years ago
Update to 4.5.3, remove unused code, zero user changes

github.com/kataras/iris - cd8a21c074b7a364fac0e71b39f0f13ff09e7282 authored over 8 years ago
Update to 5.4.3, zero user changes.

github.com/kataras/iris - f2a7b4e43a375ebda2cc54adbfa7550e4bdfb466 authored over 8 years ago
Update to 4.5.2, read HISTORY.md

github.com/kataras/iris - 26fdbd948edf4de6c78d587953d11d9fcefafce1 authored over 8 years ago
Update to 4.5.2

github.com/kataras/iris - 9bce4e846af66420c6892617083d4310dc4bbb12 authored over 8 years ago
Update to 4.5.1

github.com/kataras/iris - 40b000c20fffed51673e93419332ab8698d73741 authored over 8 years ago
Add newest articles that I could easly find

github.com/kataras/iris - f46452a7ababf38da706058d1cbdb3e0e15a72c5 authored over 8 years ago
Fix HISTORY.md v4.5.0 entry's format

github.com/kataras/iris - 110f28fda58b6bb6d2e1e8ccd19e8aeeb7932428 authored over 8 years ago
Update to 4.5.0

github.com/kataras/iris - f66b7e2eab6693d3102853d2c3ba521213d57661 authored over 8 years ago
Update to 4.4.9

github.com/kataras/iris - 14982891c56b2b2eb84208e7f6207df2906cb813 authored over 8 years ago
Update to 4.4.8. Read HISTORY.md for more

github.com/kataras/iris - aa0003eb6801c327bb594ba5a79464eb0a6590dd authored over 8 years ago
Update to 4.4.8 - Custom decoders for ReadJSON/ReadXML, read HISTORY.md

Read: https://github.com/kataras/iris/blob/master/HISTORY.md

github.com/kataras/iris - a000da35c390b9a22a72152ff0c26fe58df293b0 authored over 8 years ago
Fix readme

github.com/kataras/iris - 39f58fe286fe3f3344e3d62acdb333f8e9388b3a authored over 8 years ago
Update to 4.4.7

github.com/kataras/iris - bffd2074eb11c54ec147de6b097268dfe0d9e09c authored over 8 years ago
Update to 4.4.6

github.com/kataras/iris - 2090eb4d837994c024a60440b83791148e919aef authored over 8 years ago
DONATIONS update summary

github.com/kataras/iris - f39b6c4bfbac324a9acb95d8ad5de3d34d9f5d5c authored over 8 years ago
DONATIONS summary update

github.com/kataras/iris - 20eb0dcc4abf4ff0d0edadaafd2f9bce85709e11 authored over 8 years ago
Add News section at README

github.com/kataras/iris - a4280a838bf80ff16ec65535dce2fa4f82aa0ce8 authored over 8 years ago
Add comparison Iris vs Nginx vs Nodejs express, which Iris seems to shine

github.com/kataras/iris - 01cc64f5e85a2b4860ae103215f56a8d05f064e6 authored over 8 years ago