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

Adds to properties that use the annotation. (#638)

github.com/conduit-dart/conduit - 13d47a1a15e3fcc1b419260707dd874089f4b709 authored almost 6 years ago
add a no content constructor to Response (#639)

github.com/conduit-dart/conduit - 1c755c2f71026e60337157cfd4579df9e8e5ccc6 authored almost 6 years ago
Check for primary key earlier in entity building process (#637)

github.com/conduit-dart/conduit - d851901d02371e032416247387add158b03fa8ec authored almost 6 years ago
Fixes some dynamic assignments in aqueduct_test (#635)

* 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. … (#631)

* Escape special characters for LIKE expression for query expressions. Add like query expression...

github.com/conduit-dart/conduit - 445f90f96b2dba09024404c8bafc44dc6cf06032 authored almost 6 years ago
Allow primitive types to be bound with @Bind.body (#636)

github.com/conduit-dart/conduit - 03c1bec200a633a50445d9e0cc89edd8907773fe authored almost 6 years ago
Add fromDynamic static function on ManagedSet (#632)

* 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
Adds ability to remove multiple properties from backing map in a single call (#622)

* 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
Allows validators to be applied to belongs-to relationships, adds Validate.constant (#618)

* 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
Update README for db_and_auth template (#614)

* 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 behavior for filtering/validating keys of request body objects (#609)

* 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 (#605)

* Revert autoincrement ignore

* remove some changelog/api docs

github.com/conduit-dart/conduit - 5bc9ee7da82c9abc556980fd98180db3930b352b authored about 6 years ago
bump version to 3.1 (#603)

github.com/conduit-dart/conduit - 846197a7fde6fa2a3c94cda1167e29b05fa9c3d5 authored about 6 years ago
adds context methods for common operations (#602)

github.com/conduit-dart/conduit - 5fa51ab54a7e98e09c7e6cca13f073ebc16a7e89 authored about 6 years ago
Split migration CLI test into separate files (#595)

* splits a cli test into multiple files

* adds cli tag to db_validate_test

github.com/conduit-dart/conduit - 5f16da4532cebb1f312fd528186290525cab0028 authored about 6 years ago
fix some dart2.1 hints (#599)

github.com/conduit-dart/conduit - bc03bc6d686d6aed1af645839a47335f8e6d0874 authored about 6 years ago
fixes bug with managed object mixins (#598)

github.com/conduit-dart/conduit - b4dd217aa6cb3a9d4d2afb94dd8b50244ed071d5 authored about 6 years ago
Adds some additional test coverage to schema building tests (#596)

github.com/conduit-dart/conduit - a3cbb0011dfc490bbc0388e555fd4a32b69ad57b authored about 6 years ago
Update changelog, pubspecs for 3.1 beta (#593)

github.com/conduit-dart/conduit - 99412cacf870d265ea6cae17b9fbedc850ffc863 authored about 6 years ago
Prevent autoincrementing fields in managed object from being set in readFromMap (#592)

* 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 cyclical and self-references between ManagedObjects (#590)

* 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 ago
Log warning if PostgreSQL throws an exception. (#591)

github.com/conduit-dart/conduit - dbc6c4090256fe84ec8caa62075918753d5c093a authored about 6 years ago
Changes order of generated migration commands to defer foreign key manipulation until after all tables are created (#589)

* defer foreign keys and multi uniques until after table creation when generating migrations

...

github.com/conduit-dart/conduit - 5bf5bfdce9ed915f2aca6d1e67d106af8a1fd9cd authored about 6 years ago
Improves test code for migration (#588)

* 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 (#586)

* 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 (#572)

* Add static method on Query for inserting multiple objects

* Minor Review Comment Fixes

*...

github.com/conduit-dart/conduit - fb2727929d4e7a6cbca4bc9b0436f78b0d19aab5 authored over 6 years ago
Auth redirect controller (#575)

* Blanket rename of AuthCodeController to AuthRedirectController

* Add token to auth redirect...

github.com/conduit-dart/conduit - 7332e558c0e5f1201a1f96c712e2cf115de69af0 authored over 6 years ago
#539 Response bodies for non_null_violation returns the field name (#563) (#564)

github.com/conduit-dart/conduit - 3d08a98669b3e51ad0a4e949672b8d0da782a8ef authored over 6 years ago
#539 Response bodies for non_null_violation returns the field name (#563)

github.com/conduit-dart/conduit - 515818c1f40b9268954807986f559d3cfc4f913e authored over 6 years ago
Refactors data model building (#562)

* wip

* wip

* fixing up edge cases for failing tests

* update api refs, unused imports
...

github.com/conduit-dart/conduit - 35d215704bc6c5e15d2b823a0700e4da4c31370e authored over 6 years ago
Set version of pg to 9.6 for travis in db_and_auth

github.com/conduit-dart/conduit - 0eb5cadb76046918c59d9634b2bce31c3656a853 authored over 6 years ago
Set db template to use pg9.6 in travis

github.com/conduit-dart/conduit - ebcb4c9dc3b3843220a347a16cc7efa37f947f21 authored over 6 years ago
adds optional values argument to Query constructor (#558)

github.com/conduit-dart/conduit - c3417015478aabca9afd8a63c4f053996e669708 authored over 6 years ago
Additional OAI tests and changing the way serializables are documented (#557)

* 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
Removes auto-generating summary and descriptions from documentation comments (#552)

* move all documentation comments for oai into descriptions

* always return new instance from...

github.com/conduit-dart/conduit - aaeb741701734d357d204da44cd2a5cf25670284 authored over 6 years ago
Improve auth template and generated OAI doc (#547)

* 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 (#543)

* Deprecate --heroku option in setup cli

* update changelog

* Fix content-negotiation test

github.com/conduit-dart/conduit - 1fefe56a39c528eceb21f1e7c7b1529958da6f58 authored over 6 years ago
Prevent Query.where.oneOf from allowing null or empty set (#544)

github.com/conduit-dart/conduit - 965e32f6c63bffeef3e27ea47a799b65c80d9c23 authored over 6 years ago
Fix issue where transformed ORM values caused problems with nullable (#542)

github.com/conduit-dart/conduit - 3ddcc9af9617bbb858a67bb0ab5f73bf0b512e50 authored over 6 years ago
fixes auto-document disabling flag (#538)

github.com/conduit-dart/conduit - e490050dad1d823b2b38e5938a98c53579588311 authored over 6 years ago
Allow Serializable implementors to provide their own documentation component (#537)

* allow overriding of Serializable auto-documentation. encode errors into description of object ...

github.com/conduit-dart/conduit - 5ff440c4225a85df9b3e0e8497e86d8ce5e18525 authored over 6 years ago
Controller is now abstract. (#535)

* Make Controller abstract, require implementation of handle

* Update pubspec version

* im...

github.com/conduit-dart/conduit - 8d92da1ea9587afdb923cad5073b7c2919e3f452 authored over 6 years ago
set min of 1 isolate regardless of cpu count (#534)

github.com/conduit-dart/conduit - a58c3e80e156ef39567b8d843f84011263272220 authored over 6 years ago
Update CONTRIBUTING.md

github.com/conduit-dart/conduit - 8b118be0092f99553e9cc73a2ce60e5bc3de8625 authored over 6 years ago
Update appveyor config to not run on docs branches

github.com/conduit-dart/conduit - ac2308af023c3dc69c7efba5c7e8a8e057230ccb authored over 6 years ago
3.0 release (#525)

* release pubspecs

* update template and test pubspecs

* path version

* dartfmt

* ci...

github.com/conduit-dart/conduit - 38fede82129c37b7e8541acc7e50a8dc625b4218 authored over 6 years ago
Adds 'onSetUp' and 'onTearDown' to test harness. (#524)

* 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 'aqueduct document client' CLI command (#523)

* 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 (#522)

* Fix issue where Serializable definition would override ManagedObject

* revert behavior that...

github.com/conduit-dart/conduit - db5542ba2e978630e71f5d8a1eda93ef25d8b5ca authored over 6 years ago
Housekeeping on generated migration files and API reference (#521)

* 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 (#513)

* Remove HTTP prefix from Serializable, FileController and CachePolicy

* remove remaining htt...

github.com/conduit-dart/conduit - 51012b4cb4515b2d7e4fcb880f0cae906a6fc6f7 authored over 6 years ago
Prepares aqueduct 3.0 and aqueduct_test 1.0 for release (#512)

* dartfmt, update pubspec

* update changelog

* UPdate readme to point at migration guide
...

github.com/conduit-dart/conduit - 91d70ae79c9d451e73666ceb65a218874cea56c1 authored over 6 years ago
reduce default num of isolates by half (#510)

* reduce default num of isolates by half

* bump version of templates to beta2

github.com/conduit-dart/conduit - b34fe0c698c5d0f55b20464f17fc20f94a3f7aee authored over 6 years ago
remove extra slash in import

github.com/conduit-dart/conduit - 55e29afc408caac34ffe0a3b72ffa894993e3b3d authored over 6 years ago
Disables expectRequest signature (#509)

github.com/conduit-dart/conduit - b58e0151a49635d7675633bf257ad05c71019fd6 authored over 6 years ago
disables haveAtLeastOneWhere (#508)

github.com/conduit-dart/conduit - 2c25d80ffd281f349d6db2854a510cf8bd839686 authored over 6 years ago
Throw error if CLI and project are incompatibble verisons (#507)

github.com/conduit-dart/conduit - c6c81ab87f3cf092a83013ab8463fe0ac7b39fa8 authored over 6 years ago
Use redoc 2 for openapi 3 (#506)

github.com/conduit-dart/conduit - c49cd198d192bc6479b51018f98827f58901c91c authored over 6 years ago
Changes transaction behavior to return closure return value (#505)

* 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
Fixes remaining implicit cast errors for query params (#504)

* 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
Changes resource owner identifier type from dynamic to int (#503)

* 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 static analysis rules for templates and aqueduct_test (#500)

* 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 static analysis and linter rules for main package, fixes warnings (#499)

* 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
Adds BodyDecoder.decode, BodyDecoder.as (#497)

* Remove decodeAs*, replace with generic decode

* Fix tests, api ref

* update changelog

github.com/conduit-dart/conduit - 3fb80147b56be468709f5d51d6945d8c216d3a42 authored over 6 years ago
remove errant example directory

github.com/conduit-dart/conduit - fccb6b2146e5516ac9c3f9437574b88fc57204b9 authored over 6 years ago
Merging 3.0 branch into master (#495)

* 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 ago
Fix sentence structure in the displayProgress when database hasn't had a migration yet. (#375)

github.com/conduit-dart/conduit - 32b5daf62497d46a35614f22bab33d40ae366666 authored about 7 years ago
Move coverage to another repo (#359)

* Move coverage to another repo

* change coverage executable name

github.com/conduit-dart/conduit - 06d4f749540330f1a8bdf9109151797079de7630 authored about 7 years ago
Performance improvements (#335)

* Performance improvements

* Changelog

github.com/conduit-dart/conduit - 7b1fb465d3523dc4239b4cf7417390b15f3ff023 authored over 7 years ago
Fix stalling coverage test

github.com/conduit-dart/conduit - 4be9e9b54ee4fa697965853e1e6da4c13ea2b666 authored over 7 years ago
Update changelog

github.com/conduit-dart/conduit - 14fad9f26882447074e4e65ae8ca119d5a7a3830 authored over 7 years ago
TestRequest.formData now correctly moves body to URI query when method is GET, DELETE or HEAD (#334)

github.com/conduit-dart/conduit - 6e1342e5fa92b55faa584f1d3ce70a39a99246e0 authored over 7 years ago
Adds 'aqueduct document serve' command (#331)

* Adds 'aqueduct document serve' command

* Remove unused code

* Better cleanup for aqueduc...

github.com/conduit-dart/conduit - 75c4e752c0d4a1d4db6bc92feb1a08cc3e17d55d authored over 7 years ago
Update gitignore (#333)

github.com/conduit-dart/conduit - 17661405e317e13c623e08a0f86fe8511eef7dfa authored over 7 years ago
Allow multiple listeners for ApplicationMessageHub (#330)

* 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 (#329)

* 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 ago
QueryException inherits from HTTPResponseException. Clean up RequestController error handling (#328)

github.com/conduit-dart/conduit - a226dba7c4d44c485951a212d83ccfd8ff2142af authored over 7 years ago
Adds override to generate migration file methods (#327)

github.com/conduit-dart/conduit - f00cee870032db30bfe1d059d98d9157a0bec2c6 authored over 7 years ago
Adds dev channel tests (#325)

* Adds dev channel tests

* Update exclusion for build matric

* Seeing how env exclude actu...

github.com/conduit-dart/conduit - 5a1a0fe5f20c6a73ed246c341b95f71c8ef185ec authored over 7 years ago
Adds SIGINT handler to shut down app gracefully (#323)

github.com/conduit-dart/conduit - 001ac1a0d55875560151324cc0b33dc73fba259b authored over 7 years ago
Add delay options to MockServer (#322)

* 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 aqueduct db schema command (#320)

* Adds db schema command

* Pubspec and changelog

github.com/conduit-dart/conduit - 2ddfa25282c1ba22694a642be09c60e5d8fe78b9 authored over 7 years ago
Storing image offsite

github.com/conduit-dart/conduit - 3b16c0d4f93b983d9d7dbaf47fda8539d8855055 authored over 7 years ago
Minor cleanup items (#319)

* 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
Adds implementation for PostgreSQL multi-column unique (#318)

* Adding some tests

* Adds entity unique to data model

* Rename some properties

* Schem...

github.com/conduit-dart/conduit - f0db6367c31dde3d236bad8f998ba80b184caa8b authored over 7 years ago
Adds multi-column unique to Schema and schema diff (#316)

* 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
Adds metadata for configuring underlying database table (#314)

* Adding some tests

* Adds entity unique to data model

* api ref

* changelog, pubspec
...

github.com/conduit-dart/conduit - f0b24333fefad4202aed3eb5d4efd973581d4071 authored over 7 years ago
Allows customizable max entity size (#312)

* 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
Some housekeeping (#311)

* Cleaning up RequestController

* Some cleanup stuff

* Fix mispelling in travis script

...

github.com/conduit-dart/conduit - aecc492debb6aa8065fa81c5a9ac501dd5ab3afe authored over 7 years ago
Adds Request.addResponseModifier to allow middleware to modify responses. (#309)

* Adds addResponseModifier

* update pubspec

github.com/conduit-dart/conduit - ada7b13abf00e246a8aab00f63870d04f2514cd5 authored over 7 years ago
udpate changelog and readme

github.com/conduit-dart/conduit - 8c0b0e3914ad9ba79dda3c1862433b6d478dfdbf authored over 7 years ago
Test library now uses HTTPBodyDecoder/HTTPCodecRepository (#304)

* 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 (#307)

* Adds slack link and logo to readme

* Update README.md

* Update README.md

github.com/conduit-dart/conduit - 9834e6807401018c74d3512ef800097e3aea8c88 authored over 7 years ago
Update matchers for better readability, remove coverage from PRs (#303)

github.com/conduit-dart/conduit - f8e2f917d2ccfd73512104af66a41dad76f79a8e authored over 7 years ago
renames ResourceRegistry->ServiceRegistry, makes instantiable (#302)

github.com/conduit-dart/conduit - 6bc602ea1e0de6e3c6666c83d8001c04fb527229 authored over 7 years ago
Add arbitrary HTTP method for test client. (#301)

github.com/conduit-dart/conduit - 75eea78a5fa453b0dfed4a82324afd1488e1c46c authored over 7 years ago
Increase pub get tieout and let it fail (#300)

github.com/conduit-dart/conduit - 2fe225b096e5b17dd9c5c293667c7da666467425 authored over 7 years ago
Merge pull request #298 from stablekernel/jc/where_inversion

Adds whereNot to invert matcher expressions

github.com/conduit-dart/conduit - ee56166afc4c8564493b2cfa236a82e78082a151 authored over 7 years ago
Adds whereNot to invert matcher expressions

github.com/conduit-dart/conduit - ce31be71a29470610202784c2f59ad015f7a89c0 authored over 7 years ago