mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00
Commit graph

1052 commits

Author SHA1 Message Date
Oliver Klee
110bd7c1e7
[BUGFIX] Disable the Console extension dummy again (#60) 2019-10-29 16:12:38 +01:00
Oliver Klee
8eaf03a6a4
[CLEANUP] Drop cms-package-dir from composer.json (#59) 2019-10-29 13:36:40 +01:00
Oliver Klee
69a0f60d32
[FEATURE] Run the functional tests in parallel (#58) 2019-10-29 11:45:33 +01:00
Oliver Klee
b519583431
[CLEANUP] Fix code inspection warnings (#57) 2019-08-12 17:43:02 +02:00
Oliver Klee
82eaf794d4
[TASK] Upgrade PHPUnit to 7.5.14 (#52) 2019-08-12 17:37:53 +02:00
Oliver Klee
3401e32a84
[FEATURE] Add PHP-CS-Fixer (#53)
Also run the fixer on all classes and tests.
2019-08-12 17:25:59 +02:00
Oliver Klee
8da1b736b3
[CLEANUP] Drop ext_icon.svg (#56)
With TYPO3 9.5, the icon file in `Resources/Public/Icons` will suffice.
2019-08-12 17:25:48 +02:00
Oliver Klee
ae9c6f5622
[TASK] Stop building with the lowest Composer dependencies (#55)
This has been too much of a hassle due to breakage caused by old
dev dependencies.
2019-08-12 16:52:51 +02:00
Oliver Klee
eac6593a9d
[BUGFIX] Use the new annotations for lazy loading (#54) 2019-08-12 16:23:28 +02:00
Oliver Klee
37d8935efa
[FEATURE] Add support for PHP 7.3 (#51) 2019-08-12 16:01:12 +02:00
Oliver Klee
fce8d64606
[TASK] Drop support for TYPO3 < 9.5 (#50) 2019-08-12 15:54:29 +02:00
Oliver Klee
64908dad96
[TASK] Drop support for PHP < 7.2 (#49) 2019-08-12 15:47:15 +02:00
Oliver Klee
1c82c6d3a2
[FEATURE] Add support for TYPO3 9.6 (#48) 2019-08-12 15:41:55 +02:00
Oliver Klee
5b0d040e06
[TASK] Drop support for TYPO3 7.6 and require TYPO3 >= 8.7 (#47) 2019-08-12 15:30:02 +02:00
Oliver Klee
b48bc00912
[FOLLOWUP] Actually run PHP_CodeSniffer on Travis CI (#46) 2019-08-12 15:06:50 +02:00
Oliver Klee
85aeb15019
[TASK] Update and pin the dev dependencies (#45) 2019-08-12 14:54:50 +02:00
Oliver Klee
023698729b
[FEATURE] Add PHP_CodeSniffer to the Travis CI build (#44) 2019-08-12 13:49:05 +02:00
Oliver Klee
3cd030387f
[CLEANUP] Drop the TYPO3 package repository from composer.json (#43) 2019-08-09 19:40:03 +02:00
Oliver Klee
296f8b8b8d
[BUGFIX] Drop an obsolete "replace" entry from composer.json (#42) 2019-08-08 16:12:04 +02:00
Oliver Klee
995b1bde8e
[CLEANUP] Drop the dependency of roave/security-advisories (#41)
This dependency should be on the site project or the distribution, not
on the individual extensions.
2019-08-08 12:45:07 +02:00
Oliver Klee
b855b77191
[TASK] Change from GPL V3+ to GPL V2+ (#40)
This allows installing this extension alongside with GPL-V2-only
extensions.
2019-08-08 12:38:56 +02:00
Oliver Klee
9cb3879ba5
[BUGFIX] Fix build status URLs in the README (#39)
Also drop surplus blank lines from the README.
2019-08-07 13:41:26 +02:00
Oliver Klee
aed64e814f
[BUGFIX] Explicitly require MySQL on Travis CI (#38)
Also properly quote the PHP version numbers as strings.
2019-08-07 11:53:21 +02:00
Oliver Klee
792f665524
[CLEANUP] Streamline ext_emconf.php (#37) 2018-11-05 23:31:59 +01:00
Oliver Klee
adf0b308a1
[TASK] Update the dev dependencies (#36)
Also drop a redundant `--prefer-stable --prefer-dist` from the
installation process as this already is the configured default
in the `composer.json`.
2018-10-25 21:46:46 +02:00
Oliver Klee
f44b313e78
[BUGFIX] Make Travis more resilient for a missing Xdebug (#35) 2018-10-20 17:14:41 +02:00
Oliver Klee
ac9d9baa0d
[FEATURE] Auto-release to the TER (#34) 2018-10-13 23:23:27 +02:00
Oliver Klee
1c36c57a52
[BUGFIX] Add .php_cs.cache to the .gitignore (#33)
[ci skip]
2018-10-13 23:05:01 +02:00
Stefan Glotzbach
3bbd51cbde [TASK] Update changelog for new release (#32) 2018-06-23 19:52:03 +02:00
Oliver Klee
a61e6afee5 [BUGFIX] Make the Codeception instructions more robust 2018-06-01 10:58:34 +02:00
Oliver Klee
2e7bc6369f [TASK] Remove ChromeDriver from composer.json 2018-06-01 10:44:02 +02:00
Oliver Klee
ebc500f47f [BUGFIX] Fix the codeception run instructions 2018-06-01 10:20:36 +02:00
Oliver Klee
fd3f73af13
[FEATURE] Example acceptance tests with Codeception (#31) 2018-05-31 23:48:38 +02:00
Oliver Klee
5b3936f35a
[TASK] Drop the example PHPUnit configuration file (#29)
This file has caused more confusion than enlightenment.
2018-05-31 16:09:06 +02:00
Oliver Klee
04bf2b94fb
[BUGFIX] Fix path to vendor in the README (#28)
[ci skip]
2018-05-30 13:38:59 +02:00
Oliver Klee
ade5a8174d
[TASK] Document running the unit tests on the command line (#27)
[ci skip]
2018-05-30 12:33:28 +02:00
Oliver Klee
3e1fd7416f
[FEATURE] Tea single view (#26) 2018-05-28 17:05:39 +02:00
Oliver Klee
3e4d10cc12
[FEATURE] Add tests using the database abstraction (#25) 2018-05-28 15:17:19 +02:00
Oliver Klee
b0ede23c29
[CLEANUP] Streamline .travis.yml and composer.json (#24)
Use latest changes from ext_scaffold.
2018-05-28 15:08:56 +02:00
Oliver Klee
67eb471c04
[CLEANUP] Remove the TYPO3_PATH_ROOT settings from .travis.yml (#23)
This environment variable is not needed anymore.
2018-05-27 01:00:18 +02:00
Oliver Klee
a4089e04e9
[FEATURE] Functional tests for the tea controller (#21) 2018-05-27 00:28:13 +02:00
Oliver Klee
dd1ea7868d
[FOLLOWUP] Fix copy'n'paste error in view class in annotation (#20)
[ci skip]
2018-05-26 21:13:02 +02:00
Oliver Klee
436a10b9d6
[FEATURE] Tea plugin with TeaController and index action (#19) 2018-05-26 20:46:55 +02:00
Oliver Klee
e35a1c288a
[TASK] Streamline the PHPUnit configuration file (#18)
- drop attributes that are the same as the default values
- add comment explaning the concept of multiple test suites
2018-05-26 20:44:18 +02:00
Oliver Klee
1b8c800443
[TASK] Add a PHPUnit example configuration file (#16) 2018-05-26 19:50:59 +02:00
Oliver Klee
f4e67349ff
[FEATURE] Add PHP 7.2 to the build matrix (#17) 2018-05-25 22:57:40 +02:00
Oliver Klee
09dc1281ca
[FEATURE] Add Tea.image as a FAL example (#15) 2018-05-25 22:39:33 +02:00
Oliver Klee
9b10334c0d
[FEATURE] Add default sorting by title to the TeaRepository (#14) 2018-05-25 17:38:51 +02:00
Oliver Klee
2efde32056
[TASK] Run the Travis builds with latest and oldest dependencies (#13) 2018-05-25 17:27:48 +02:00
Oliver Klee
a32cce2dff
[TASK] Update the testing framework from 2.0 to 3.0 (#11)
Also mark in the composer.json that stable dist packages are preferred.
2018-05-25 17:18:03 +02:00