Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GIthub actions - code coverage (#229)
* coverage * coverage test * push * regenerate * regenerate * token * fix * fix * fix fix fix * dart action * cleanup * Null safety (non stable version) (#219) * GZip note * Update faq.md * CR fixes * Moved to the faq.md * HTTP Auth example * CR fix * CR fix * Base url note Runtime base url note update Update faq.md * Packages upgraded (#142) * Release 3.0.3 * add develop branch to travis * fix travis badge * Make code quality improvements in generator.dart (#147) * Add optionalBody parameter to suppress warnings (#151) * Add optionalBody parameter to suppress warnings Fixes #149 * Improve formatting * Remove redundant _methodWithBody function Use a single source of truth (the method's optionalBody property) * Show optional body hint in warning message * Make optionalBody configurable for all methods Explicitly set the default value for every method * Specify type for optionalBody argument Co-authored-by: Wilko Manger <[email protected]> * Fix typo and invalid code sample in documentation (#156) * Preserve uri current query params in buildUri (#166) * This allows chopper API methods with generic attributes (#170) @post(path: URL.DOCUMENT_PRIOR_INFO) Future<Response<T>> getPriorInfo<T>(@Body() Params params); Which is usefull when single API method may respond differently depending on request parameter values. Co-authored-by: Aleksandr Malkov <[email protected]> * Make conversion helpers can be `async` (#175) #174 - locally tested * Dependency update (#178) Version bumped Removed Angular / Web examples With nullability added Update generator.dart Dependency cleanup Update pubspec.yaml Update pubspec.yaml * Re-add Angular example and fix travis (#181) Re add example removed here (https://github.com/lejard-h/chopper/pull/178/files) Upgrade to Angular 6, but I had to remove jaguar_serializer which is not maintain anymore (last update 1 year ago). Then use new Dart command to run pub, analyzer and formatter * Publish package from travis (#182) * fix * fix scopes * allow_failure * comment override * Add suport for JsonApi utf8 serialization (#185) * Add suport for JsonApi utf8 serialization * Move json api header into a constant * The Big Public API Documentation update, volume 1. (#189) * Update converters.md with wording and formatting fixes * Update the documentation of classes and functions in interceptor.dart * Update the documentation of classes and functions in base.dart * Update the documentation of public functions in utils.dart * Update the documentation of public classes and functions in request.dart * Update the documentation of public classes and functions in response.dart * Update the documentation of ConvertRequest, ConvertResponse, and FactoryConverter in annotations.dart * Fix typos in the documentation in annotations.dart * Remove TODO from ChopperService.definitionType's documentation * Add example usage to FactoryConverter's documentation * Fix accidental typo in ChopperService's class name * The Big Public API Documentation update, volume 2. (#193) * Update the documentation of BuiltValueConverter * Update the documentation and usage guide of BuiltValueConverter * Update description texts in pubspec.yaml files * Change homepage tag to documentation in chopper/pubspec.yaml * Change homepage tag to documentation in chopper_built_value/pubspec.yaml and make it point to its actual documentation page * Change homepage tag to documentation in chopper_generator/pubspec.yaml * Change homepage tag to documentation in chopper/example/pubspec.yaml and make it point to the actual documentation * Fix wording in chopper_generator/README.md * Fix wording in chopper_built_value/README.md * Fix HTML escape sequences escaping into markdown and inline docs; Fix code sample syntax errors in some docs Those pesky escapists. * Add dynamic version tag to built-value-converter.md * Fix typo in the package name in the installation section of built-value-converter.md * Fix typo in built-value-converter.md * Reorganize and update chopper/README.md * The Big Public API Documentation Update, volume 3. (#196) * Rework and update getting-started.md * Reword parts of the API docs in annotations.dart * Add description of path resolution behavior in requests.md This commit addresses issue #195 * Reword parts of the documentations in requests.md * Reword the error handling description in getting-started.md * Reword and update most of the documentation in requests.md * Add missing @s to annotation mentions in getting-started.md * Remove an unnecessary new line from getting-started.md * Add further explanation to an example service's create method in getting-started.md * Update the README of chopper_built_value * Update the README of chopper_generator * Update and reword top level README.md and chopper/README.md * Try to fix text formatting in requests.md * Fix wording requests.md's form URL encoded section * Remove unsafe hint on build_runner from getting-started.md * Implement authenticator (#198) * Implement authenticator * Changes for PR Co-authored-by: Ivan Terekhin <[email protected]> * Add Flutter Favorite badge (#206) * feature/updated doc (#214) * updated doc * fixed typo Co-authored-by: dafinrs <[email protected]> * Feature/support body get (#201) * Feature/null safety migration (#212) * Pubspec for ChopperBuiltValue * Begin resolving null safety dependencies * Initial change * Implement null safety on chopper_generator * Fix comments on PR * Fixed some comments * version updates * fixed issues with versions * fix comments on chopperClient nullability * fixed tests * Fixed issues with nullable client * Bumped build version to 2.0.0 * updated libs * made parts not nullable * Update chopper/README.md Co-authored-by: Ivan Terekhin <[email protected]> * Update chopper/README.md Co-authored-by: Ivan Terekhin <[email protected]> * Update chopper_generator/pubspec.yaml Co-authored-by: Ivan Terekhin <[email protected]> * Fix for null safety in applyHeaders * More deps upgrade Co-authored-by: Ivan Terekhin <[email protected]> Co-authored-by: István Juhos <[email protected]> Co-authored-by: Uladzimir Paliukhovich <[email protected]> Co-authored-by: Uladzimir_Paliukhovich <[email protected]> Co-authored-by: uladzimir_paliukhovich <> * Add double quotes to Curl print String (#218) Prints the Curl URL wrapped with double-quotes. It fixes issues when pasting the resulting log to the command line, where the curl request in some cases would not be closed by the terminal or fail to execute. * Enable GitHub action (#216) * github acions with mono_repo * fail test * cleanup * badge * regenerate * regenerate * format * fix analyzer * fix analyzer * fix test * regenerate * cleanup badge * Naming fix * remove dev chanel * ignore vscode * revert readme change * remove travis * format * fix * fix * format * fix tests Co-authored-by: Ivan Terekhin <[email protected]> * Add an OPTIONS request type (#215) * Add an OPTIONS request type * Null safety fix Co-authored-by: Ivan Terekhin <[email protected]> * changelog * docs: add lejard-h as a contributor (#221) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * docs: add stewemetal as a contributor (#222) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Hadrien Lejard <[email protected]> * docs: add JEuler as a contributor (#223) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Hadrien Lejard <[email protected]> * docs: add fryette as a contributor (#224) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Hadrien Lejard <[email protected]> * docs: add Vovanella95 as a contributor (#225) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Hadrien Lejard <[email protected]> * update Changelog for 4.0.0 release (#220) * update Changelog * contributors * cleanup * changelog Co-authored-by: Ivan Terekhin <[email protected]> Co-authored-by: Juhos István <[email protected]> Co-authored-by: Louis Matthijssen <[email protected]> Co-authored-by: Wilko Manger <[email protected]> Co-authored-by: Tamas Balogh <[email protected]> Co-authored-by: Mohammad Omidvar Tehrani <[email protected]> Co-authored-by: cpthooch <[email protected]> Co-authored-by: Aleksandr Malkov <[email protected]> Co-authored-by: Study-Log <[email protected]> Co-authored-by: Daniel Gomez <[email protected]> Co-authored-by: Graham Smith <[email protected]> Co-authored-by: Eugeny Sampir <[email protected]> Co-authored-by: dafi <[email protected]> Co-authored-by: dafinrs <[email protected]> Co-authored-by: Alfredo Bautista <[email protected]> Co-authored-by: Uladzimir Paliukhovich <[email protected]> Co-authored-by: Uladzimir_Paliukhovich <[email protected]> Co-authored-by: Alex Queudot <[email protected]> Co-authored-by: Shane Farmer <[email protected]> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * cleanup * regenerate Co-authored-by: Ivan Terekhin <[email protected]> Co-authored-by: Juhos István <[email protected]> Co-authored-by: Louis Matthijssen <[email protected]> Co-authored-by: Wilko Manger <[email protected]> Co-authored-by: Tamas Balogh <[email protected]> Co-authored-by: Mohammad Omidvar Tehrani <[email protected]> Co-authored-by: cpthooch <[email protected]> Co-authored-by: Aleksandr Malkov <[email protected]> Co-authored-by: Study-Log <[email protected]> Co-authored-by: Daniel Gomez <[email protected]> Co-authored-by: Graham Smith <[email protected]> Co-authored-by: Eugeny Sampir <[email protected]> Co-authored-by: dafi <[email protected]> Co-authored-by: dafinrs <[email protected]> Co-authored-by: Alfredo Bautista <[email protected]> Co-authored-by: Uladzimir Paliukhovich <[email protected]> Co-authored-by: Uladzimir_Paliukhovich <[email protected]> Co-authored-by: Alex Queudot <[email protected]> Co-authored-by: Shane Farmer <[email protected]> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
- Loading branch information