-
Notifications
You must be signed in to change notification settings - Fork 3
Merge fixing-all branch to dev #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## dev #24 +/- ##
=========================================
Coverage 90.62% 90.62%
Complexity 21 21
=========================================
Files 2 2
Lines 64 64
=========================================
Hits 58 58
Misses 6 6 Continue to review full report at Codecov.
|
andreacivita
added a commit
that referenced
this pull request
May 21, 2019
* Change model folder name * Add request comments * Generate resource * Generate resource controller * CHange model namespace * Fix generated message * Create test in correct folder and namespace * Generate factory * Fix variable naming * Test refactoring * Fix factory path * Fix test template * Overwrite test instead append * Revert "Merge pull request #7 from bastianjoel/master" This reverts commit ecfaa98, reversing changes made to 275df6f. * Revert "Merge pull request #7 from bastianjoel/master" This reverts commit ecfaa98, reversing changes made to 275df6f. * Update README.md * Complete refactor (#12) * Create CONTRIBUTING.MD * Use laravel filesystem * Fix cs * Update README.md * Fix bastianjoel pr errors Fixing truble into pull request * switched to STR str_plural * Removed unused dependencies * Fix timestamp not working * Refactoring PHPDoc & Added Str dependency Refactored PHPDoc and added dependency injection for \Illuminate\Support\String * Some style fix * Refactoring ApiCrudGenerator class Refactoring ApiCrudGenerator class for keeping number of methods under 10. This should help in fixing. Added Stub Class (Helper for parse & get stub) Added Generator Class (Helper for generating files) * Missing str dependency * Updated readme * Fix readme authors * Moved core class into Core * Fixed dependencies * Added unit tests * Added stub test and refactor laravel helpers * Deleted laravel_helpers * Fix generator * Another fix * Added test for generator * Added travis support * Fix * Fix travis * Passport integration (#16) * Fix test & added test secure * Added passport support * Fix styling * Secure routes * Fix testSecureRoot * Codecov + travis * Delete CODE_OF_CONDUCT.md * Fixed deprecated touch() call * Added Dependency Injection Refactored file with dependency injection for DB & Schema Facades * Fix documentation * Testing fix * Fixed --all bug * Delete LICENSE * Merge fixing-all branch to dev (#24) * Fixed all method * Removed $db support instance
andreacivita
added a commit
that referenced
this pull request
Mar 13, 2021
* Change model folder name * Add request comments * Generate resource * Generate resource controller * CHange model namespace * Fix generated message * Create test in correct folder and namespace * Generate factory * Fix variable naming * Test refactoring * Fix factory path * Fix test template * Overwrite test instead append * Revert "Merge pull request #7 from bastianjoel/master" This reverts commit ecfaa98, reversing changes made to 275df6f. * Revert "Merge pull request #7 from bastianjoel/master" This reverts commit ecfaa98, reversing changes made to 275df6f. * Update README.md * Complete refactor (#12) * Create CONTRIBUTING.MD * Use laravel filesystem * Fix cs * Update README.md * Fix bastianjoel pr errors Fixing truble into pull request * switched to STR str_plural * Removed unused dependencies * Fix timestamp not working * Refactoring PHPDoc & Added Str dependency Refactored PHPDoc and added dependency injection for \Illuminate\Support\String * Some style fix * Refactoring ApiCrudGenerator class Refactoring ApiCrudGenerator class for keeping number of methods under 10. This should help in fixing. Added Stub Class (Helper for parse & get stub) Added Generator Class (Helper for generating files) * Missing str dependency * Updated readme * Fix readme authors * Moved core class into Core * Fixed dependencies * Added unit tests * Added stub test and refactor laravel helpers * Deleted laravel_helpers * Fix generator * Another fix * Added test for generator * Added travis support * Fix * Fix travis * Passport integration (#16) * Fix test & added test secure * Added passport support * Fix styling * Secure routes * Fix testSecureRoot * Codecov + travis * Delete CODE_OF_CONDUCT.md * Fixed deprecated touch() call * Added Dependency Injection Refactored file with dependency injection for DB & Schema Facades * Fix documentation * Testing fix * Fixed --all bug * Delete LICENSE * Merge fixing-all branch to dev (#24) * Fixed all method * Removed $db support instance * Update to laravel 8 * Update .travis.yml * Update * Upgrade dependencies * Laravel v8 supports Supports also for php8 && phpunit 8 Co-authored-by: Bastian Rihm <[email protected]> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed method all (finally)