Rafikooo
93a34cec89
Reorganize .gitignore file
2024-11-02 11:00:57 +01:00
Jan Goralski
2eb09126ec
[Maintenance] Add pnpm lock file to gitignore
2024-09-05 09:10:47 +02:00
Jacob Tobiasz
8f5a40215a
Resolve conflicts between 1.13 and 2.0
2023-12-24 08:39:59 +01:00
Jacob Tobiasz
66d6a047d8
Resolve conflicts between 1.12 and 1.13
2023-12-22 13:53:00 +01:00
Jacob Tobiasz
f7aa75f602
Add a support for Symfony Panther in the JS-based Behats
...
Co-authored-by: Loic Fremont <lc.fremont@gmail.com>
2023-12-07 17:28:43 +01:00
Jacob Tobiasz
a9d75e59b5
Add the package-lock.json file to the .gitignore
2023-09-16 07:00:25 +02:00
Jacob Tobiasz
eafbdeefaa
[UPMERGE] 1.12 -> 1.13 ( #15246 )
2023-08-21 18:16:16 +02:00
Łukasz Chruściel
ae82752e9d
[Docker] Add custom docker composer file to gitignore
2023-08-18 19:13:41 +02:00
Jakub Tobiasz
9a3d947b95
Remove yarn.lock file
2023-01-10 12:29:40 +01:00
Jakub Tobiasz
73f66b1473
Remove doubled entries from .gitignore
2022-09-22 12:20:47 +02:00
Jakub Tobiasz
7f6e06ca4f
Install symfony encore package
2022-09-19 12:59:31 +02:00
Ferror
159a1def3b
Ignore phpstan.neon file
2022-03-25 11:17:11 +01:00
Kamil Kokot
e9ab212eff
Fix the build
2021-01-11 18:14:06 +01:00
Victor Vasiloi
fad64cc186
add /.php-version and /php.ini files to .gitignore
2020-04-24 17:58:57 +03:00
Loïc Frémont
2cfd2cd287
Include private and public keys for test environments
2020-03-17 15:14:26 +01:00
Mateusz Zalewski
f4d7b54da3
[API] Install jwt authentication bundle and configure basic security
2020-03-17 15:14:24 +01:00
Kamil Kokot
3bb2b7ca61
Use Symfony CLI command instead of symfony/web-server-bundle
2019-12-18 15:50:15 +01:00
kulczy
0acde3ae2c
New Webpack approach
2019-11-07 14:18:35 +01:00
kulczy
031f94c499
Add Webpack Encore
2019-11-06 15:08:34 +01:00
Kamil Kokot
7ed723981f
Switch to Symfony's dotenv file handling
2019-01-11 15:29:24 +01:00
Igor Mukhin
83a61ee051
Fixed: 9959 (added public/media/image/.gitkeep to repo)
2018-11-26 12:44:26 +02:00
Kamil Kokot
196eff88dd
Fix error templates path
2018-10-04 15:53:12 +02:00
Kamil Kokot
cc4196094e
Merge branch '1.2'
...
* 1.2:
Fix docs build
Fix typo
Rename typo in filename
Allow to use Pagerfanta in both ^1.0 and ^2.0
Fixing Typo in Documentation
[Core][Fixture] Fix for ignored geographical zone scope
Do not run tests if not needed
2018-09-18 12:32:54 +02:00
Kamil Kokot
ad8bedd950
Merge branch '1.1' into 1.2
...
* 1.1:
Fix docs build
Fix typo
Rename typo in filename
Do not run tests if not needed
2018-09-18 12:30:52 +02:00
Kamil Kokot
69ef2d78ce
Fix docs build
2018-09-18 11:06:58 +02:00
Kamil Kokot
2a70a0c155
Introduce Symfony Flex
2018-08-27 14:15:23 +02:00
Kamil Kokot
df647b7ecc
Bring back incenteev/composer-parameter-handler package to keep backwards compatibility better
2018-08-22 15:23:26 +02:00
Kamil Kokot
264a7b3498
Move vendor bin scripts do "vendor/bin"
2018-08-15 14:32:51 +02:00
Kamil Kokot
d1dd9c133c
Add dotenvs without dist to .gitignore
2018-08-15 14:31:54 +02:00
Kamil Kokot
532476494b
Use Symfony 4 kernels
2018-08-15 14:31:53 +02:00
Kamil Kokot
6d3d2364cf
Test packages with a specific version of Symfony
2018-04-25 16:12:53 +02:00
Kamil Kokot
0bfc207164
Remove composer.lock
2018-03-09 10:42:07 +01:00
Gabi Udrescu
d2bbf84c26
gitignore webserver pid files
2017-09-18 15:41:52 +03:00
Kamil Kokot
e396a9b57e
Move custom scripts from etc/bin to bin
2016-11-28 17:40:21 +01:00
Kamil Kokot
518ca0aba3
Bring back executables to /bin
2016-11-23 10:06:10 +01:00
Kamil Kokot
51f1fec642
Use Symfony 3 directory structure
2016-11-22 19:02:56 +01:00
Kamil Kokot
8ede0df836
[Sylius] Distribute config files between bundles
2016-05-27 09:54:24 +02:00
Paweł Jędrzejewski
cf68520870
PoC of new ShopBundle with SemanticUI
2016-05-23 11:54:07 +02:00
Kamil Kokot
b0b057f9da
[DX] Moved custom scripts from bin/ to etc/bin/, fixed relative paths issues, removed bin/install
2016-03-11 14:02:59 +01:00
Paweł Jędrzejewski
4b841b7f10
Prototype of SemanticUI and generic templates
2016-02-27 10:52:54 +01:00
Kamil Kokot
89a830bd42
Added web/css and web/js to gitignore [ci skip]
2016-02-16 21:51:01 +01:00
Ben Davies
8bbb715253
use php-cs-fixer caching
2016-01-29 16:28:07 +00:00
Paweł Jędrzejewski
0d16674bef
Switch to sass, install font awesome and other tweaks
2016-01-21 11:59:24 +01:00
Paweł Jędrzejewski
5009463405
Implement login screen and improve Gulpfile
2016-01-21 11:59:23 +01:00
Paweł Jędrzejewski
37c1daa771
Use NPM to manage frontend libs
2016-01-21 11:59:22 +01:00
Paweł Jędrzejewski
62b5ce5147
AdminBundle and UiBundle Proof of Concept
2016-01-21 11:59:22 +01:00
Łukasz Chruściel
ee087c1154
[API] ApiTestCase configuration
2015-12-28 01:08:12 +01:00
Kamil Kokot
91b83bac12
Created phpspec.yml.dist, improved .gitignore
2015-12-22 15:58:52 +01:00
Kamil Kokot
71ea82fd82
Updated .gitignore - removed deploy related ones, renamed travis/build-output to etc/build
2015-12-15 15:41:17 +01:00
Kamil Kokot
625a221b2b
[Travis] Running JavaScript tests
2015-09-15 16:15:33 +02:00