Ecosyste.ms: OpenCollective

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

conduit-dart

We take developers' request for code changes and feature additions to the flag ship repository.
Collective - Host: opensource - https://opencollective.com/conduit-dart - Code: https://www.github.com/conduit-dart/conduit

Setting up preliminary doc classes

github.com/conduit-dart/conduit - 0426de35385f22d90cc0b15bbc888e963eac38a1 authored about 9 years ago
some documentation code

github.com/conduit-dart/conduit - a299b389d3ee016edea751ade3deb826c6895141 authored about 9 years ago
Removed copy per isolate mechanism for app config

github.com/conduit-dart/conduit - 1773ec57caaafb8b4a3f79c26f35d9a44a60a787 authored about 9 years ago
Made some types package private

github.com/conduit-dart/conduit - 064f1add8951635f1d281ab8461dfe702d241ce2 authored about 9 years ago
Added database (inquirer) directly to this repo

github.com/conduit-dart/conduit - 8dc13a2db31986bcd8466ad3d2f34418e8c12330 authored about 9 years ago
Added database (inquirer) directly to this repo

github.com/conduit-dart/conduit - 8a6a883da2b8531378e006026ae7f43d8a6c3e3a authored about 9 years ago
Merge pull request #21 from stablekernel/jc/refresh

Fixed issue #20. Added x-www-form-urlencoded ContentType to default o…

github.com/conduit-dart/conduit - 44a640caba1df13c56399d51af3c8239f00db300 authored about 9 years ago
removed unused test

github.com/conduit-dart/conduit - 01a69672dfc04c522957673cdc20eb2de5d01158 authored about 9 years ago
Updated intellij build config to run test script

github.com/conduit-dart/conduit - 92ff19cfa954a31b8482501f08e3fffeac0b4ef1 authored about 9 years ago
Updated intellij build config to run test script

github.com/conduit-dart/conduit - 0ac412a93cebf6e89ea0cd0c432c708d602edaf5 authored about 9 years ago
Updated tests so they can all run in one script

github.com/conduit-dart/conduit - fb9fc16a281fbe3bfecac6e001be2ecc20d82c2b authored about 9 years ago
Added new HTTPController response encoder mechanism. Allow Applications to be stopped.

github.com/conduit-dart/conduit - 98d89ea477fdca0edb91be574f2cc891d2dba8eb authored about 9 years ago
Fixed issue #20. Added x-www-form-urlencoded ContentType to default of HttpController. Allow x-www-form-urlencoded key-values to be sent to HttpController optional arguments like query string params.

github.com/conduit-dart/conduit - c0edecf2a031b987f657daeee29df9bf1f6f9f70 authored about 9 years ago
Merge pull request #19 from stablekernel/an-json-test-request

Make it so JSONTestRequest can handle lists

github.com/conduit-dart/conduit - ecf749d32f64aef4509d231656b76991fbedb131 authored about 9 years ago
Make it so JSONTestRequest can handle lists

github.com/conduit-dart/conduit - aa1096a125846c466db34a8ead4497d4ea9d5f1c authored about 9 years ago
Update resource_request.dart

github.com/conduit-dart/conduit - 8de28c6ec1c2661dcf079279e13aa70878697024 authored about 9 years ago
don't blame me joe did this

github.com/conduit-dart/conduit - 64b94ae4334638223356e6c4e4efe7971ed52824 authored about 9 years ago
Merge pull request #18 from stablekernel/jc/genericapp

Added generics to app

github.com/conduit-dart/conduit - a7a7385be3554a3d332ca6841e4346aca97e783e authored about 9 years ago
Removed body from Response toString

github.com/conduit-dart/conduit - 117dc35a426ca4e2f9399d9b99a9d01a2007ea97 authored about 9 years ago
Improved error messaging

github.com/conduit-dart/conduit - 8df5ab8b975527ace5b59a1513a2b9a7393504db authored about 9 years ago
Added exception info

github.com/conduit-dart/conduit - f84da41462bb7af516a2b688432e55ca082f23d3 authored about 9 years ago
Added some logging

github.com/conduit-dart/conduit - 032897d02034d7fdf568771b1f138476389e31cc authored about 9 years ago
permission now on request, no more generic request type, request handler generators can have init args

github.com/conduit-dart/conduit - 2aed8e8263b240fc60b74c81c09d18be8db2151c authored about 9 years ago
add workspace to gitignore

github.com/conduit-dart/conduit - 1d2b9a64ef974031988080172557956260ac0ceb authored about 9 years ago
Added generics to app

github.com/conduit-dart/conduit - 17ff380608c1de78bcbac8822566bea7aeab271e authored about 9 years ago
Made RequestHandler.then more reasonable

github.com/conduit-dart/conduit - 37a244412ced40725c95e4ea43760904269bcddf authored about 9 years ago
Ignoring null bodies in JSONTestRequest

github.com/conduit-dart/conduit - a5c391334735d6c926e831cc4744bf922b268679 authored about 9 years ago
Ignoring null bodies in JSONTestRequest

github.com/conduit-dart/conduit - dc1a5b82cf38d476a6f8b64801b0f80b9e22bccb authored about 9 years ago
Ignoring null bodies in JSONTestRequest

github.com/conduit-dart/conduit - 7ecc6ff4ae74984c77fc7b97c9a420ea1e08f6a6 authored about 9 years ago
Allow tokenForRefreshToken to return null

github.com/conduit-dart/conduit - 50c9e9cf8926ea0f4bc274d49e6d3c07c3eafcd8 authored about 9 years ago
Allow tokenForAccessToken to return null and count that is an invalid token

github.com/conduit-dart/conduit - 34b564bf47ad3ffa1904e8acdea15a4e70aea75f authored about 9 years ago
Fixing issue with processResourceOwnerREquest

github.com/conduit-dart/conduit - a006a8ca3912f3cadcb84aea179fb89d18a133cf authored about 9 years ago
Throwing appropriate exceptions in auth server now

github.com/conduit-dart/conduit - 0e588efd369240d310fa12d94d5a54fe7c761186 authored about 9 years ago
Added client caching

github.com/conduit-dart/conduit - d03f06f93e21d130491b55ea93e1a563267f0aad authored about 9 years ago
Added better ability to log responses in tests

github.com/conduit-dart/conduit - 56f83900698778ef06706f41159f23d5a000c8a2 authored about 9 years ago
Fixing issue with responses not being json encoded

github.com/conduit-dart/conduit - 3583473fa48da42a513815f78caa473498c13960 authored over 9 years ago
remove debugging code, test-client fixed'

git push

github.com/conduit-dart/conduit - 100e74de31002fc0459a3761a86d230d0a27a319 authored over 9 years ago
Just stabbing in the dark

github.com/conduit-dart/conduit - 1f11aa61e3505876335a33b3b7c67b21a446b351 authored over 9 years ago
This should hopefully resolve issue

github.com/conduit-dart/conduit - a000b8d954d66e0fa4bc588e27ce35cf68b76f98 authored over 9 years ago
Determining issue with JSONTestResponse

github.com/conduit-dart/conduit - ab78087a5b0584c6f7e8f03537aad60eeb054943 authored over 9 years ago
Apparently http package will decode responses for you if ACCEPT header is set, removing decoder from test_client

github.com/conduit-dart/conduit - 9a478b2ddf47a0961a5e68c2bb305b33c452d6a5 authored over 9 years ago
Added test_client utility

github.com/conduit-dart/conduit - a4a477a9bf9b8b5e65f27b63d5711e78a30cdd06 authored over 9 years ago
Added server to all authdelegate calls

github.com/conduit-dart/conduit - 3a9db8a37eec7aac46d2c3b93aa42ddba815f0f4 authored over 9 years ago
Moved authserver clients into delegate protocol instead of properties

github.com/conduit-dart/conduit - eff4666ff08c289c5d6f0be44fdce872696e4eac authored over 9 years ago
Actually adding the fles from auth

github.com/conduit-dart/conduit - 61c444f65afe3b45d156eaadd2a0e7e1084abc23 authored over 9 years ago
Combined auth with monadart, no reason ot keep them separate

github.com/conduit-dart/conduit - e35b3ef90edb83070ae5285e894882d736f80f33 authored over 9 years ago
That didn't work, trying again

github.com/conduit-dart/conduit - f539e47b15ed001f4cb0bab32ee442c36a3e7293 authored over 9 years ago
Added stack trace to unknown 500

github.com/conduit-dart/conduit - 4a1d401e1b0ce1f798b9f2495242aa5ef321a3d4 authored over 9 years ago
Implemented some better error handling for requesthandlers

github.com/conduit-dart/conduit - 62c5500846859beba452dbcee11ef8cf3b3ac7c0 authored over 9 years ago
Forgot to name a param

github.com/conduit-dart/conduit - 49f46dae393ba346482fc48be0e4e54c2a52c3ea authored over 9 years ago
Updated some names

github.com/conduit-dart/conduit - 5535afe02b3539c25019d9b324d6b906134a0498 authored over 9 years ago
Added wait in app.start for all pipelines to start

github.com/conduit-dart/conduit - e535228060e1100eb060e8c4329af62e3e62ee71 authored over 9 years ago
Pre-callbacks in pipeline are now futures that are awaited

github.com/conduit-dart/conduit - e7859a9914fd8eb166da7b5dad2aaa6189f4babb authored over 9 years ago
...actually called taht callback

github.com/conduit-dart/conduit - e2fb6529362ccfe14e6bca4eb5e20f1d1407aaf9 authored over 9 years ago
Added didDecodeRequestBody callback

github.com/conduit-dart/conduit - 1969772017957100929689a49618445a9ae9d369 authored over 9 years ago
Changed RequestHandlerResult from enum to a protocl that represents Response and Request objects, cuts down on lines of code

github.com/conduit-dart/conduit - 0993ce29bbef783593abaabf9d27b179a58e9773 authored over 9 years ago
Yes, processRequest should be a future

github.com/conduit-dart/conduit - 464123d06bfc3ad572a5015b1162b6cc1d3fc0e9 authored over 9 years ago
A large refactor to allow chaining

github.com/conduit-dart/conduit - 69384b7639bc44e43220ff7adde7c26b357514d9 authored over 9 years ago
allowed for null path param

github.com/conduit-dart/conduit - 2068fa66f82ad8680e5aa254487141e020878c76 authored over 9 years ago
Adding some callbacks to HttpController

github.com/conduit-dart/conduit - 562fda0c60cd4565e9d09f2c450ff149a301ddd6 authored over 9 years ago
Merge pull request #16 from stablekernel/jc/cleanup

Cleaning up some stuff

github.com/conduit-dart/conduit - 54e5a89ef33452454a663f373a1473a4c44f8026 authored over 9 years ago
Cleaning up some stuff

github.com/conduit-dart/conduit - 9a3fbed04ea04505f99695dd30472e519c272e15 authored over 9 years ago
Added onPipelineOpen

github.com/conduit-dart/conduit - 2914b147e9baa55059d3984cec737a6c191bf89a authored over 9 years ago
Merge pull request #15 from stablekernel/an/pipelineOptions

Fixed null pipelineOptions bug

github.com/conduit-dart/conduit - 0d52dad6379a77e0fc222e9627304feadec11b04 authored over 9 years ago
Copy pipelineOptions when copying appConfig

github.com/conduit-dart/conduit - 41437112d0a2948e2967607b9ff4094208c02233 authored over 9 years ago
Merge pull request #14 from stablekernel/jc/swagger

A big cleanup

github.com/conduit-dart/conduit - 7e961ddb5a2bfbf127e08fe5bcb52d72efd78b9a authored over 9 years ago
ADded some missing docs stuff

github.com/conduit-dart/conduit - 60b32b5ed4567ff65b21cdcf93096d434bcf7388 authored over 9 years ago
Moved some code into a new file

github.com/conduit-dart/conduit - 72232fac8a99483bafb2a7e09ea516dd546c2753 authored over 9 years ago
Updated to now use ResourcePatternMatch objects to represent path matches instead of a simple map

github.com/conduit-dart/conduit - e13ac1aaddc831fd7c6ee0991a9b60ac5a94f429 authored over 9 years ago
Made ApplicationPipeline a request handler, removed its initialHandler function as handleRequest is better anyhow

github.com/conduit-dart/conduit - c9205d483e73e62cfcc5bbf546f600a1b5d83bfa authored over 9 years ago
Added documentable

github.com/conduit-dart/conduit - f88871617aeaf092932459f4631d05707eb776bf authored over 9 years ago
removed convenience.dart as it is now unnecessary

github.com/conduit-dart/conduit - 9cb4289829631585bfeb3bcc53e50c9a7defeb4c authored over 9 years ago
Updating to use RequestHandlers as a first step to documentation

github.com/conduit-dart/conduit - ac9a37401b764480599c7e47b8e03fecfa45f5ac authored over 9 years ago
Added missing doc file

github.com/conduit-dart/conduit - 799427e46705407286165d967bf153f05997c414 authored over 9 years ago
Updated dev_dependencies and added basePath to router

github.com/conduit-dart/conduit - f520206a6255317146da71bdfd870b2d7100be0e authored over 9 years ago
Added more documentation, fixed some issues in tests

github.com/conduit-dart/conduit - 923f1410895ee469084a7cf43004aaf3174ee464 authored over 9 years ago
Updating some method names and moving responsibilitoes for responding to ResourceRequest

github.com/conduit-dart/conduit - 56d48d3b9ed6f1f4fa12500652c9a58da57b2282 authored over 9 years ago
A few improvements to pipelines and more tests and improvements to HttpController query/path parameter; including automatic conversion of path/query params

github.com/conduit-dart/conduit - f7eb1cf9626361ecdb2b0ce8edfbeb4927da9b72 authored over 9 years ago
Added query param handling and one test; requires more tests

github.com/conduit-dart/conduit - 40dc2d895755ed3163c7c7f730169bd078192425 authored over 9 years ago
Renamed ResourceController to HttpController, ResourceController will mean something else in the future

github.com/conduit-dart/conduit - 2dad1f6e037752f32161db6f3633f512777c9549 authored over 9 years ago
Added prepackaged PATCH route annotation

github.com/conduit-dart/conduit - c1c6b2f0457c61eced525ebe469ec272833f5dda authored over 9 years ago
Some bug fixes, moved responsibility to Response for responding

github.com/conduit-dart/conduit - 2297482393c63884ba793491ff5c538bac72e160 authored over 9 years ago
Turned response headers into a map since HttpHeaders is not the right thing

github.com/conduit-dart/conduit - 114569724bbf59f683e887dee7a97e5a3b598844 authored over 9 years ago
Fixed issue where exception handler would throw an exception

github.com/conduit-dart/conduit - 41195c6207c5740f1bd8a2dd16fab802278c8e0b authored over 9 years ago
Not allowing processResponse to hijac exception handler

github.com/conduit-dart/conduit - 7aaa287f9f6d5f4a5c587c5b95ecd3708d4fc713 authored over 9 years ago
Fixing issue of property assignment

github.com/conduit-dart/conduit - f131d5088b34c8032d06b74e9ebd42f4557db09b authored over 9 years ago
Added overridable exception handler

github.com/conduit-dart/conduit - aa689cc6f0f7f50aa1124cbccc91a26b0df9039a authored over 9 years ago
Fix to ResourceRequest, cleaned up init

github.com/conduit-dart/conduit - 96c8bdd8d6fa4b831e34370a77e1e9e4d868d2de authored over 9 years ago
Moving a few things around, adding tests

github.com/conduit-dart/conduit - 02c34091defca337d653ea720c026dc20b82e61f authored over 9 years ago
Tests for application

github.com/conduit-dart/conduit - 5c65f9be6a021ac80186c71a71992b2684e8410f authored over 9 years ago
Added resource controllers, app, refactor, tests

github.com/conduit-dart/conduit - ddeb43b7c04e09b86a9c0eb5264603927f629f0c authored over 9 years ago
restructured to support library inclusion

github.com/conduit-dart/conduit - db1d6c04fb6bdf994ca2f304f62757287915fb6c authored over 9 years ago
Updating pubspec

github.com/conduit-dart/conduit - 1441a2dd8810c9681f44b52874ca8791ea9f7f47 authored over 9 years ago