Commit Graph

103 Commits

Author SHA1 Message Date
Pavel Dohnal
1a0fecf2db Rename docker-compose to docker compose
[MAILPOET-6233]
2024-09-18 07:52:26 +02:00
Jan Lysý
22584747a0 Move tests docker configuration
Because we want to unify tests environment in the premium plugin. This step should allow us to reuse it easier.
[PREMIUM-230]
2024-08-01 11:48:13 +03:00
Rostislav Wolny
b59e6fb683 Add instructions for running individual acceptance test in premium 2024-07-08 16:31:13 +02:00
 Ján Mikláš
dc49f56c7f Add Table of Contents in README
[MAILPOET-6136]
2024-07-08 16:31:13 +02:00
 Ján Mikláš
c7cbece95c Better header structure in README
[MAILPOET-6136]
2024-07-08 16:31:13 +02:00
 Ján Mikláš
79ae36f4db Remove new template section - the link is 404
[MAILPOET-6136]
2024-07-08 16:31:13 +02:00
 Ján Mikláš
3912426190 Add examples how to run individual tests locally
[MAILPOET-6136]
2024-07-08 16:31:13 +02:00
Pavel Dohnal
74c4ec71d6 Update README.md – support info improvement
Co-authored-by: Oluwaseun Olorunsola <30554163+triple0t@users.noreply.github.com>
2024-05-29 07:24:09 +02:00
Pavel Dohnal
2385a2dc17 Update README.md
Co-authored-by: Oluwaseun Olorunsola <30554163+triple0t@users.noreply.github.com>
2024-05-29 07:24:09 +02:00
Pavel Dohnal
3b279295b5 Update info about the support 2024-05-29 07:24:09 +02:00
Rodrigo Primo
c1d911f07b Add an option to disable the Tracy panel
[MAILPOET-5293]
2023-05-15 14:50:43 +02:00
Rodrigo Primo
d9d4dccc09 Make instruction on how to test with different PHP versions more generic
This commit just updates the README file so that it doesn't mention
specific PHP versions. This way we don't have to update it every time we
add a new version to the dev environment.

[MAILPOET-4855]
2022-11-25 09:33:39 +01:00
Jan Jakes
e2a494e98e Add info about dependencies and PNPM to readme
[MAILPOET-4485]
2022-07-26 15:45:54 +02:00
Rodrigo Primo
5b573496a7 Update README.md 2022-06-23 08:52:53 +02:00
Sam Najian
b69b50f5d6 Enable Xdebug for integration tests
[MAILPOET-4251]
2022-05-17 14:17:26 +02:00
Jan Jakes
ab27eaee2d Autoformat files with prettier
[MAILPOET-4075]
2022-04-12 15:38:27 +02:00
Jan Lysý
50547f06df Change default PHP to version 8.1
[MAILPOET-4016]
2022-03-28 16:51:44 +02:00
Rodrigo Primo
5cf23e505f Add instructions on how enable Xdebug develop mode
[MAILPOET-4121]
2022-02-08 13:31:44 +01:00
Jan Jakes
eeb96eacb0 Add a note about issues with NFS in Documents folder on MacOS
[MAILPOET-4069]
2022-01-20 09:19:32 +01:00
Jan Jakes
4ead9e7e9c Unify case of README.md files
[MAILPOET-4069]
2022-01-20 09:19:32 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00
Rostislav Wolny
96b8ab069f Update husky package
[MAILPOET-3568]
2021-07-06 13:29:00 +02:00
Pavel Dohnal
876c92ef0b Remove ./do watch task
[MAILPOET-3500]
2021-06-28 09:21:12 +02:00
Rostislav Wolny
81fc441d4f Add parallel execution for data generator
[MAILPOET-3226]
2021-05-11 14:25:16 +02:00
Rostislav Wolny
b4ed9efa85 Add documentation for plugin download commands
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Pavel Dohnal
843ba1a3c8 Add information about running acceptance tests
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rodrigo Primo
1e6e6a3883 Update Robo commands
This commit updates some Robo commands that were using `:` instead of
`-` to separete words for commands with more than two words resulting in
command not found errors. Simply replacing the aforementioned character
fixes the commands.

For two release related commands, it was also necessary to add the
`release` prefix.

[MAILPOET-3444]
2021-02-24 11:59:18 +01:00
Rodrigo Primo
66bed164b8 Bump the PHP version requirement
This commit updates the README.md file and bumps the PHP version required to run the development environment to PHP >= 7.3 and add a note informing that the requirements to just run the plugin are different.
2021-01-15 16:01:22 +01:00
Rodrigo Primo
4cb35b9f66 Add note saying that the instructions assume a working WP dev env 2021-01-15 16:01:22 +01:00
Rodrigo Primo
00ab9214ca Remove docker and docker compose from requirements list
This commit removes docker and docker compose as requirements to run Mailpoet. They are only required to run the acceptance tests and not the plugin itself.
2021-01-15 16:01:22 +01:00
Amine Ben hammou
5fbfacf025 Update PHP version on README 2020-06-23 09:16:02 +02:00
Ján Mikláš
3adf27f9dd Add Storybook section to README
[MAILPOET-2769]
2020-04-23 14:34:58 +02:00
Jan Jakeš
c0d77e4564 Install Composer PHAR to tools directory
[MAILPOET-2405]
2019-09-30 20:10:53 +01:00
Jan Jakeš
26818042f4 Install PHPScoper PHAR to tools directory
[MAILPOET-2405]
2019-09-30 20:10:53 +01:00
Valdrin Koshi
deeab63088 Mention the need to have a folder 2019-03-25 08:33:02 -04:00
Ján Mikláš
c9c6c0651e Replace Stylus with SCSS, update watch and compile tasks
[MAILPOET-1813]
2019-02-21 08:26:32 -05:00
Rostislav Wolny
745198e406 Add Robofile commands for changelog update and get
[MAILPOET-1770]
2019-02-08 12:20:23 -05:00
Jan Jakeš
bec21970e7 Add ./do qa:phpstan to README
[MAILPOET-1657]
2018-12-10 16:15:39 +01:00
Rostislav Wolny
4bf07a0278 Fix download instructions for PHP-Scoper in readme
[MAILPOET-1638]
2018-12-03 17:13:35 +01:00
Rostislav Wolny
f99e10a114 Remove Mozart from README.md and add PHP-Scoper
[MAILPOET-1651]
2018-12-03 17:13:35 +01:00
Rostislav Wolny
09d37027c2 Add and configure PHP-Scoper
[MAILPOET-1651]
2018-12-03 17:13:35 +01:00
Rostislav Wolny
6479a6cc10 Update readme.md file
[MAILPOET-1605]
2018-10-31 17:49:32 +01:00
Rostislav Wolny
9eb586b8e6 Add ./do container:dump command and run it within build
[MAILPOET-1605]
2018-10-31 17:49:15 +01:00
wxa
90186f2af5 Update README: split unit and integration tests 2018-10-29 17:57:47 +03:00
Amine Ben hammou
7eb37119ed removing files structure section 2018-10-10 15:43:53 +02:00
Amine Ben hammou
11401e2dab adding tools 2018-10-10 14:00:42 +02:00
Amine Ben hammou
9866f4c707 adding i18n description 2018-10-10 11:25:38 +02:00
Amine Ben hammou
a772aceb39 Updating README and CONTRIBUTING 2018-10-09 17:29:08 +02:00
Rostislav Wolny
079fe6f280 Remove dependencies installation from acceptace tests
[MAILPOET-1535]
2018-09-18 11:45:48 +02:00
Pavel Dohnal
d844b7e47f Initial acceptance testing setup
[MAILPOET-997]
2017-08-17 08:13:10 +02:00