- 28 Sep, 2014 2 commits
- 27 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 22 Sep, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0` it does not prevent dev versions to be installed but neither does `1.*` - dev versions are constrolled via `minimum-stability` setting and the `@dev`, `@beta`, `@stable`,... settings. - setting bower packages that ship compiled files only with the stable release to use `@stable` in composer.json of the applictaions. This setting can be removed when we remove the `minimum-stability=dev` setting after GA.
-
- 19 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 17 Sep, 2014 2 commits
- 16 Sep, 2014 2 commits
- 14 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 04 Sep, 2014 1 commit
-
-
Alexander Makarov authored
-
- 03 Sep, 2014 3 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
-
Qiang Xue authored
Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json [skip ci]
-
- 02 Sep, 2014 2 commits
- 29 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 27 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 25 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 24 Aug, 2014 3 commits
-
-
Alexander Makarov authored
Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements.
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 19 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 17 Aug, 2014 3 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 16 Aug, 2014 3 commits
-
-
Alexander Makarov authored
Exposed basic app entry URL via codeception.yml, refactored configs of advanced app to read from config and define entry script in a single place
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 15 Aug, 2014 1 commit
-
-
Alexander Makarov authored
- Moved everything test-related into `tests` directory. Codeception tests are in `codeception`. - Removed database module since we're using fixtures and migrations. - Moved console entry points and bootstrap into `tests/codeception/bin`. - Adjusted travis build scripts. - Adjusted documentation to be consistent and reflect changes made.
-
- 31 Jul, 2014 2 commits
- 19 Jul, 2014 2 commits
- 11 Jul, 2014 1 commit
-
-
Alexander Makarov authored
- Removed hacks since these are no longer required: https://github.com/Codeception/Codeception/commit/71db233985531f298264dc4ca0160d2aa1c83b7f - Removed unused helper classes - Added 2.0 style "actor" to config Thanks to @Ragazzo and @DavertMik for helping with it.
-
- 10 Jul, 2014 1 commit
-
-
Alexander Makarov authored
-
- 02 Jul, 2014 2 commits
-
-
Carsten Brandt authored
-
Alexander Makarov authored
-
- 01 Jul, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4147
-