Skip to content

Commit

Permalink
Merge branch 'release/0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Jun 27, 2016
2 parents 24be3a9 + c6b3ea4 commit b56a767
Show file tree
Hide file tree
Showing 19 changed files with 1,819 additions and 268 deletions.
4 changes: 4 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ engines:
- 9d462b7c90c564bf28007ee399340fad # table() NPath is too complex.
- 7c90035f65bb3bdbd2c03c648a705aac # we use static for factory, so it's good
- 80ef7f404dd4f054ca51d9ee12d9e9dd # we exit from toStrign() because it can't throw exceptions
- ae61f5e0cda0328c140f3b7298dbb8af # don't complain about call to static connection, as it's a fallback
- e71149b967391adfaf3347a53d3c0023 # don't complain about $junk used in foreach when we only need keys
checks:
CyclomaticComplexity:
enabled: false
Naming/LongVariable:
enabled: false
Design/TooManyPublicMethods:
enabled: false
Design/TooManyMethods:
Expand Down
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ notifications:
rooms:
- agiletoolkit:bjrKuPBf1h4cYiNxPBQ1kF6c#dsql
on_success: change

urls:
- https://webhooks.gitter.im/e/b33a2db0c636f34bafa9

on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

email: false
313 changes: 158 additions & 155 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"require": {
"php": ">=5.5.0",
"atk4/dsql": "*"
"atk4/dsql": "*",
"atk4/core": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
Loading

0 comments on commit b56a767

Please sign in to comment.