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
github.com/conduit-dart/conduit - 13d47a1a15e3fcc1b419260707dd874089f4b709 authored almost 6 years ago
github.com/conduit-dart/conduit - 1c755c2f71026e60337157cfd4579df9e8e5ccc6 authored almost 6 years ago
github.com/conduit-dart/conduit - d851901d02371e032416247387add158b03fa8ec authored almost 6 years ago
* fixes some dynamic assignments
* attempt to fix failing test on windows ci
* catch error...
github.com/conduit-dart/conduit - 0af07c0d7be8ad3fa4f1bc89687a57a150cd42e7 authored almost 6 years ago* Escape special characters for LIKE expression for query expressions. Add like query expression...
github.com/conduit-dart/conduit - 445f90f96b2dba09024404c8bafc44dc6cf06032 authored almost 6 years agogithub.com/conduit-dart/conduit - 03c1bec200a633a50445d9e0cc89edd8907773fe authored almost 6 years ago
* Add fromDynamic static function on ManagedSet
* Use fold instead of cast to prevent lazy ca...
github.com/conduit-dart/conduit - 155da07bb6f7d7e68a7ea38e002cabbda4501dc7 authored almost 6 years ago* add method to remove multiple properties from backing map
* add tests for removing properti...
github.com/conduit-dart/conduit - f19220925b4652e51bd864c703e9ad0cf3e270ed authored almost 6 years ago* Adds convenient behavior for filtering/validating keys of request body objects
* api doc up...
github.com/conduit-dart/conduit - 6475e3d9a14ce5e80f176c852e6a71561eb5c1cd authored about 6 years ago* provide CURL commands and explanations of OAuth2 usage. Update controller for all users
* ...
github.com/conduit-dart/conduit - 460c155d7e50953bc275cd5081a1d19854615036 authored about 6 years ago* Adds convenient behavior for filtering/validating keys of request body objects
* api doc up...
github.com/conduit-dart/conduit - 28b314241ec069548be8228fb1ff6e4527d8327e authored about 6 years ago* Revert autoincrement ignore
* remove some changelog/api docs
github.com/conduit-dart/conduit - 5bc9ee7da82c9abc556980fd98180db3930b352b authored about 6 years agogithub.com/conduit-dart/conduit - 846197a7fde6fa2a3c94cda1167e29b05fa9c3d5 authored about 6 years ago
github.com/conduit-dart/conduit - 5fa51ab54a7e98e09c7e6cca13f073ebc16a7e89 authored about 6 years ago
* splits a cli test into multiple files
* adds cli tag to db_validate_test
github.com/conduit-dart/conduit - 5f16da4532cebb1f312fd528186290525cab0028 authored about 6 years agogithub.com/conduit-dart/conduit - bc03bc6d686d6aed1af645839a47335f8e6d0874 authored about 6 years ago
github.com/conduit-dart/conduit - b4dd217aa6cb3a9d4d2afb94dd8b50244ed071d5 authored about 6 years ago
github.com/conduit-dart/conduit - a3cbb0011dfc490bbc0388e555fd4a32b69ad57b authored about 6 years ago
github.com/conduit-dart/conduit - 99412cacf870d265ea6cae17b9fbedc850ffc863 authored about 6 years ago
* Prevent autoincrementing fields in managed object from being set in readFromMap
* fix tests
github.com/conduit-dart/conduit - 90d3c9d35f73be4ab1a469341b86f8700d211b63 authored about 6 years ago* Allow+test data model to have cyclic and self relationships
* tests for self-referencing ta...
github.com/conduit-dart/conduit - 1a4005a0aff27847577574eadf29bd602aa09ffd authored about 6 years agogithub.com/conduit-dart/conduit - dbc6c4090256fe84ec8caa62075918753d5c093a authored about 6 years ago
* defer foreign keys and multi uniques until after table creation when generating migrations
...
github.com/conduit-dart/conduit - 5bf5bfdce9ed915f2aca6d1e67d106af8a1fd9cd authored about 6 years ago* wip
* wip
* tests for schema building equivalency
* move tests for migration into a b...
github.com/conduit-dart/conduit - 53170f03aae6d4953555d29017e3432f551df4cf authored about 6 years ago* Improve error messaging for CLI tools by removing stack traces when the error reason is a dire...
github.com/conduit-dart/conduit - cd2159b075d210b9342f0a5c4dda88475bd73eda authored about 6 years ago* Add static method on Query for inserting multiple objects
* Minor Review Comment Fixes
*...
github.com/conduit-dart/conduit - fb2727929d4e7a6cbca4bc9b0436f78b0d19aab5 authored over 6 years ago* Blanket rename of AuthCodeController to AuthRedirectController
* Add token to auth redirect...
github.com/conduit-dart/conduit - 7332e558c0e5f1201a1f96c712e2cf115de69af0 authored over 6 years agogithub.com/conduit-dart/conduit - 3d08a98669b3e51ad0a4e949672b8d0da782a8ef authored over 6 years ago
github.com/conduit-dart/conduit - 515818c1f40b9268954807986f559d3cfc4f913e authored over 6 years ago
* wip
* wip
* fixing up edge cases for failing tests
* update api refs, unused imports
...
github.com/conduit-dart/conduit - 0eb5cadb76046918c59d9634b2bce31c3656a853 authored over 6 years ago
github.com/conduit-dart/conduit - ebcb4c9dc3b3843220a347a16cc7efa37f947f21 authored over 6 years ago
github.com/conduit-dart/conduit - c3417015478aabca9afd8a63c4f053996e669708 authored over 6 years ago
* add test to ensure entire resource controller hierarchy adds its operations to oai
* Adds t...
github.com/conduit-dart/conduit - fcc4b1c7f74e21ae17669a4aba5c9945c24fb93c authored over 6 years ago* move all documentation comments for oai into descriptions
* always return new instance from...
github.com/conduit-dart/conduit - aaeb741701734d357d204da44cd2a5cf25670284 authored over 6 years ago* fix regression when generating openapi docs for managed objects
* improve auth template, re...
github.com/conduit-dart/conduit - 32fabd834f0c15b947a8585deb1e0013579c412b authored over 6 years ago* Deprecate --heroku option in setup cli
* update changelog
* Fix content-negotiation test
github.com/conduit-dart/conduit - 1fefe56a39c528eceb21f1e7c7b1529958da6f58 authored over 6 years agogithub.com/conduit-dart/conduit - 965e32f6c63bffeef3e27ea47a799b65c80d9c23 authored over 6 years ago
github.com/conduit-dart/conduit - 3ddcc9af9617bbb858a67bb0ab5f73bf0b512e50 authored over 6 years ago
github.com/conduit-dart/conduit - e490050dad1d823b2b38e5938a98c53579588311 authored over 6 years ago
* allow overriding of Serializable auto-documentation. encode errors into description of object ...
github.com/conduit-dart/conduit - 5ff440c4225a85df9b3e0e8497e86d8ce5e18525 authored over 6 years ago* Make Controller abstract, require implementation of handle
* Update pubspec version
* im...
github.com/conduit-dart/conduit - 8d92da1ea9587afdb923cad5073b7c2919e3f452 authored over 6 years agogithub.com/conduit-dart/conduit - a58c3e80e156ef39567b8d843f84011263272220 authored over 6 years ago
github.com/conduit-dart/conduit - 8b118be0092f99553e9cc73a2ce60e5bc3de8625 authored over 6 years ago
github.com/conduit-dart/conduit - ac2308af023c3dc69c7efba5c7e8a8e057230ccb authored over 6 years ago
* release pubspecs
* update template and test pubspecs
* path version
* dartfmt
* ci...
github.com/conduit-dart/conduit - 38fede82129c37b7e8541acc7e50a8dc625b4218 authored over 6 years ago* add onSetup and onTearDown to test harness
* update templates for improved harness behavior...
github.com/conduit-dart/conduit - 7b0f16426053aa038bde223755285e9a751511e9 authored over 6 years ago* Adds document client command
* remove unused imports
github.com/conduit-dart/conduit - 180ea62f189f374fdbbf4f26846713a93140d670 authored over 6 years ago* Fix issue where Serializable definition would override ManagedObject
* revert behavior that...
github.com/conduit-dart/conduit - db5542ba2e978630e71f5d8a1eda93ef25d8b5ca authored over 6 years ago* removed new keywords from api ref examples
* remove new keyword from generated migration fi...
github.com/conduit-dart/conduit - f2eac278579556ac57dbac3e620248044fcce71c authored over 6 years ago* Remove HTTP prefix from Serializable, FileController and CachePolicy
* remove remaining htt...
github.com/conduit-dart/conduit - 51012b4cb4515b2d7e4fcb880f0cae906a6fc6f7 authored over 6 years ago* dartfmt, update pubspec
* update changelog
* UPdate readme to point at migration guide
...
* reduce default num of isolates by half
* bump version of templates to beta2
github.com/conduit-dart/conduit - b34fe0c698c5d0f55b20464f17fc20f94a3f7aee authored over 6 years agogithub.com/conduit-dart/conduit - 55e29afc408caac34ffe0a3b72ffa894993e3b3d authored over 6 years ago
github.com/conduit-dart/conduit - b58e0151a49635d7675633bf257ad05c71019fd6 authored over 6 years ago
github.com/conduit-dart/conduit - 2c25d80ffd281f349d6db2854a510cf8bd839686 authored over 6 years ago
github.com/conduit-dart/conduit - c6c81ab87f3cf092a83013ab8463fe0ac7b39fa8 authored over 6 years ago
github.com/conduit-dart/conduit - c49cd198d192bc6479b51018f98827f58901c91c authored over 6 years ago
* Update analysis options for main package and begins to correct some violations
* runs dartf...
github.com/conduit-dart/conduit - 800489198a0d2212c4c4fe7ff1c0a0329ccead0c authored over 6 years ago* Update analysis options for main package and begins to correct some violations
* runs dartf...
github.com/conduit-dart/conduit - fab6df8fffa39455221c189c6366a0ca57279b9f authored over 6 years ago* Update analysis options for main package and begins to correct some violations
* runs dartf...
github.com/conduit-dart/conduit - 463acc593e7b03f54496318c527a3497e4545e59 authored over 6 years ago* Update analysis options for main package and begins to correct some violations
* runs dartf...
github.com/conduit-dart/conduit - 4b87fdd56cff8a0a3d347085f5cfb71a018b7360 authored over 6 years ago* Update analysis options for main package and begins to correct some violations
* runs dartf...
github.com/conduit-dart/conduit - 38eba77e00f45f2f43183f8a08d4604744fc3be0 authored over 6 years ago* Remove decodeAs*, replace with generic decode
* Fix tests, api ref
* update changelog
github.com/conduit-dart/conduit - 3fb80147b56be468709f5d51d6945d8c216d3a42 authored over 6 years agogithub.com/conduit-dart/conduit - fccb6b2146e5516ac9c3f9437574b88fc57204b9 authored over 6 years ago
* Prepares 3.0 branch for CI and package metadata
* Fixing up new linter rules (#336)
* Re...
github.com/conduit-dart/conduit - b5b05931a80b9833a92173c8b1f72b7a975d79d6 authored over 6 years agogithub.com/conduit-dart/conduit - 32b5daf62497d46a35614f22bab33d40ae366666 authored about 7 years ago
* Move coverage to another repo
* change coverage executable name
github.com/conduit-dart/conduit - 06d4f749540330f1a8bdf9109151797079de7630 authored about 7 years ago* Performance improvements
* Changelog
github.com/conduit-dart/conduit - 7b1fb465d3523dc4239b4cf7417390b15f3ff023 authored over 7 years agogithub.com/conduit-dart/conduit - 4be9e9b54ee4fa697965853e1e6da4c13ea2b666 authored over 7 years ago
github.com/conduit-dart/conduit - 14fad9f26882447074e4e65ae8ca119d5a7a3830 authored over 7 years ago
github.com/conduit-dart/conduit - 6e1342e5fa92b55faa584f1d3ce70a39a99246e0 authored over 7 years ago
* Adds 'aqueduct document serve' command
* Remove unused code
* Better cleanup for aqueduc...
github.com/conduit-dart/conduit - 75c4e752c0d4a1d4db6bc92feb1a08cc3e17d55d authored over 7 years agogithub.com/conduit-dart/conduit - 17661405e317e13c623e08a0f86fe8511eef7dfa authored over 7 years ago
* Allow multiple listeners for ApplicationMEssageHub
* remove debugging code
github.com/conduit-dart/conduit - fba4bef54006c3f5dde50b0c637214ff0f8f20ac authored over 7 years ago* Fixes TestClient so that it can be used on an unstarted app, throws useful error when app isn'...
github.com/conduit-dart/conduit - d64f88e5ebe2a4f804f627bfdd6b0e4068f23f0d authored over 7 years agogithub.com/conduit-dart/conduit - a226dba7c4d44c485951a212d83ccfd8ff2142af authored over 7 years ago
github.com/conduit-dart/conduit - f00cee870032db30bfe1d059d98d9157a0bec2c6 authored over 7 years ago
* Adds dev channel tests
* Update exclusion for build matric
* Seeing how env exclude actu...
github.com/conduit-dart/conduit - 5a1a0fe5f20c6a73ed246c341b95f71c8ef185ec authored over 7 years agogithub.com/conduit-dart/conduit - 001ac1a0d55875560151324cc0b33dc73fba259b authored over 7 years ago
* Add delay options to MockServer
* Add and update tests
* Improve documentation, add more...
github.com/conduit-dart/conduit - 715e64e70a2bbe15ba0a9a240c8cae20faecb7d2 authored over 7 years ago* Adds db schema command
* Pubspec and changelog
github.com/conduit-dart/conduit - 2ddfa25282c1ba22694a642be09c60e5d8fe78b9 authored over 7 years agogithub.com/conduit-dart/conduit - 3b16c0d4f93b983d9d7dbaf47fda8539d8855055 authored over 7 years ago
* remove unused public api from schema types
* Add a few tests, make some things private
github.com/conduit-dart/conduit - a5de55af19611f758f78e9bcae5f2fd960f85de6 authored over 7 years ago* Adding some tests
* Adds entity unique to data model
* Rename some properties
* Schem...
github.com/conduit-dart/conduit - f0db6367c31dde3d236bad8f998ba80b184caa8b authored over 7 years ago* Adding some tests
* Adds entity unique to data model
* Schema and schema diff for unique...
github.com/conduit-dart/conduit - 69faae75d0e987bbce3bd57bd4d107adff810a5d authored over 7 years ago* Adding some tests
* Adds entity unique to data model
* api ref
* changelog, pubspec
...
* Add entity length limit
* Adds api ref and a bit more tests
* Split tests, fix them for ...
github.com/conduit-dart/conduit - 5332cc7a4dedd6f154b3ff7deed926633f97911d authored over 7 years ago* Cleaning up RequestController
* Some cleanup stuff
* Fix mispelling in travis script
...
github.com/conduit-dart/conduit - aecc492debb6aa8065fa81c5a9ac501dd5ab3afe authored over 7 years agogithub.com/conduit-dart/conduit - 8d989e6a48c3ed2c31dc4c1588ef9dbf70d608a5 authored over 7 years ago
* Adds addResponseModifier
* update pubspec
github.com/conduit-dart/conduit - ada7b13abf00e246a8aab00f63870d04f2514cd5 authored over 7 years agogithub.com/conduit-dart/conduit - 8c0b0e3914ad9ba79dda3c1862433b6d478dfdbf authored over 7 years ago
* wip
* Use HTTPCodecRepository for TestReqeust/Response
* Subclass instead of mixin
* ...
github.com/conduit-dart/conduit - a3ee59e2c0f92969766c03eb9c84a3fdc166ce1d authored over 7 years ago* Adds slack link and logo to readme
* Update README.md
* Update README.md
github.com/conduit-dart/conduit - 9834e6807401018c74d3512ef800097e3aea8c88 authored over 7 years agogithub.com/conduit-dart/conduit - f8e2f917d2ccfd73512104af66a41dad76f79a8e authored over 7 years ago
github.com/conduit-dart/conduit - 6bc602ea1e0de6e3c6666c83d8001c04fb527229 authored over 7 years ago
github.com/conduit-dart/conduit - 75eea78a5fa453b0dfed4a82324afd1488e1c46c authored over 7 years ago
github.com/conduit-dart/conduit - 2fe225b096e5b17dd9c5c293667c7da666467425 authored over 7 years ago
Adds whereNot to invert matcher expressions
github.com/conduit-dart/conduit - ee56166afc4c8564493b2cfa236a82e78082a151 authored over 7 years agogithub.com/conduit-dart/conduit - ce31be71a29470610202784c2f59ad015f7a89c0 authored over 7 years ago