Oskar Stark
|
214dc9896b
|
Use addOption()/addArgument() to configure commands
In order to simplify and standardise the definition of the commands.
|
2017-11-24 01:20:09 +01:00 |
|
Marco Pivetta
|
12043cd845
|
#5796 minor CS fixes (imported symbols) and removing last PHP5 compliance bits
|
2017-09-02 13:47:58 +02:00 |
|
Marco Pivetta
|
a1c93bfd48
|
#5796 replacing Exception catching with Throwable catching, removing PHP5 compliance code
|
2017-09-02 13:44:12 +02:00 |
|
Benjamin Morel
|
874a5e3547
|
Catch Throwable in PHP 7
|
2017-09-02 13:41:53 +02:00 |
|
Artem Stepin
|
43009682a4
|
minor code work:
- method calls with incorrect case
- removed unused imports
- typos and some other minor code smells
- documentation update (wrong return types etc. )
|
2017-06-08 22:04:07 +02:00 |
|
Luís Cobucci
|
234989d069
|
Use short-array syntax on "lib" directory
|
2016-12-08 00:31:12 +01:00 |
|
Vladimir Reznichenko
|
db375a22cc
|
Static Code Analysis with Php Inspections (EA Extended): revert unsets
|
2016-11-06 17:58:45 +01:00 |
|
Vladimir Reznichenko
|
0bf3d7f84c
|
Static Code Analysis with Php Inspections (EA Extended)
|
2016-11-06 14:22:47 +01:00 |
|
Jeroen Thora
|
6dcb97a20e
|
Fixed many small phpcs issues
|
2015-12-11 20:30:41 +01:00 |
|
Benjamin Eberlei
|
2b3648c725
|
[DCOM-293] Fix security misconfiguration vulnerability allowing local remote arbitrary code execution.
|
2015-08-31 14:16:50 +02:00 |
|
Thomas Lomas
|
37f5c82d15
|
Add proper pluralization into UpdateCommand
|
2015-02-24 18:13:13 +00:00 |
|
Marco Pivetta
|
fea0425a4f
|
#1262 DDC-3513 - RunDqlCommand should write to the output object rather than to the output buffer
|
2015-01-17 21:31:00 +01:00 |
|
Bob van de Vijver
|
3c2ed7d8a8
|
Fixes the broken DQL command
Now it can again output more than only the created SQL query.
See cdb62a70cd (comments)
|
2015-01-17 13:21:30 +01:00 |
|
Johannes Schlüter
|
cdb62a70cd
|
Allow dumping SQL query when passing DQL on cli
|
2014-12-24 14:15:23 +01:00 |
|
Marco Pivetta
|
9d2c0481ae
|
#1200 - removing console deprecation errors by using the new Symfony\Component\Console\Helper\Table instead of the deprecated TableHelper
|
2014-12-04 13:40:22 +01:00 |
|
Marco Pivetta
|
ab62914f87
|
Merge pull request #1089 from encoder32/EntityRepositoryGeneratorDefaultRepository
EntityRepositoryGenerator default repository
|
2014-11-11 16:22:51 +01:00 |
|
Marco Pivetta
|
95bc0fb456
|
#1120 - using the Symfony\Component\Console\Helper\TableHelper for symfony/symfony:~2.3 compatibility
(Instead of `Symfony\Component\Console\Helper\Table`)
|
2014-10-20 18:49:54 +02:00 |
|
Marco Pivetta
|
9ccb56a7ab
|
#1120 - applying CS fixes as per @dantleech's review
|
2014-10-19 19:56:21 +02:00 |
|
Marco Pivetta
|
29e99b2b89
|
#1120 - removed duplication: field and association mappings actually use the same dump format
|
2014-10-19 18:57:58 +02:00 |
|
Marco Pivetta
|
d5d64b756d
|
#1120 - removed redundant if block
|
2014-10-19 18:42:14 +02:00 |
|
Marco Pivetta
|
806068b0df
|
#1120 - removing useless variables, refactoring
|
2014-10-19 18:36:08 +02:00 |
|
Marco Pivetta
|
39a8a31de9
|
#1120 - removing unused private properties
|
2014-10-19 18:34:42 +02:00 |
|
Marco Pivetta
|
574f3ea909
|
#1120 - map functions over array iteration/mutation
|
2014-10-19 18:34:06 +02:00 |
|
Marco Pivetta
|
254a46e79c
|
#1120 - avoiding mutable state for rows/output
|
2014-10-19 18:32:12 +02:00 |
|
Marco Pivetta
|
250b38710c
|
#1120 - missing docblock parameter
|
2014-10-19 18:23:50 +02:00 |
|
Marco Pivetta
|
0f289a1270
|
#1120 - cs cleanups - moving success cases at the end of methods
|
2014-10-19 18:21:45 +02:00 |
|
Marco Pivetta
|
97fdd0adb7
|
#1120 - cleaning up try-catch code when fetching metadata
|
2014-10-19 18:14:33 +02:00 |
|
Marco Pivetta
|
100766e360
|
#1120 - Removing example array('Foo', 'Bar', 'Boo') dumped data
|
2014-10-19 18:13:46 +02:00 |
|
Marco Pivetta
|
dcdffbffc7
|
#1120 - assuming existence of Symfony\Component\Console\Helper\Table
|
2014-10-19 18:13:01 +02:00 |
|
Marco Pivetta
|
7cf427cfbf
|
#1120 - avoiding version comparisons when working with version-dependant constants
|
2014-10-19 17:53:40 +02:00 |
|
Marco Pivetta
|
ed79648d7d
|
#1120 - avoiding storing the Doctrine\ORM\EntityManager in the command itself
|
2014-10-19 17:51:17 +02:00 |
|
Marco Pivetta
|
cf078d8da8
|
#1120 - avoiding storing the Doctrine\ORM\EntityManager in the command itself
|
2014-10-19 17:49:28 +02:00 |
|
Marco Pivetta
|
e9d7c23261
|
#1120 - MappingDescribeCommand can be final
|
2014-10-19 17:43:32 +02:00 |
|
dantleech
|
37de75b2ae
|
Split new functionality into new command
|
2014-10-19 17:40:50 +02:00 |
|
dantleech
|
c71b489e9e
|
Added preg_quote and doc blocks
|
2014-10-19 17:40:50 +02:00 |
|
dantleech
|
b5552a82e3
|
Code review fixes
|
2014-10-19 17:40:50 +02:00 |
|
dantleech
|
51cd8f7ce8
|
Added test
|
2014-10-19 17:40:50 +02:00 |
|
dantleech
|
45ce6a41a3
|
Expanded scope of orm:info to include metadata information
|
2014-10-19 17:40:50 +02:00 |
|
encoder64
|
90efaeec42
|
Code Style fixes
|
2014-07-27 14:54:35 +03:00 |
|
encoder64
|
c0ee57ae55
|
Default/Custom Entity Repository for Entity Repository Generator
|
2014-07-27 14:44:31 +03:00 |
|
Benjamin Morel
|
412e4ab9da
|
Cleaned up unused imports
|
2014-02-09 22:12:51 +00:00 |
|
Wouter J
|
d7b917aa49
|
Fixed InputOption modes
|
2014-02-09 15:10:00 +01:00 |
|
Benjamin Eberlei
|
8118dddc6a
|
Merge pull request #674 from TorbenBr/master
Shortcut for force
|
2014-01-02 15:02:46 -08:00 |
|
Benjamin Eberlei
|
41581847b2
|
Merge pull request #833 from ronanguilloux/patch-console-entity-generator
Generate-Entities-Console-Command: Adding an 'avoid backup' flag
|
2014-01-02 14:13:27 -08:00 |
|
Benjamin Eberlei
|
05576d3e1c
|
Merge pull request #844 from terite/orm-validate-skip
Teach orm:validate-schema to --skip-mapping and --skip-sync
|
2014-01-02 14:00:22 -08:00 |
|
Benjamin Eberlei
|
ad9366a1fc
|
Merge pull request #871 from elmariachi111/patch-1
XCache cannot be flushed on the CLI -> for pretty much the same reason as APC
|
2013-12-16 15:47:09 -08:00 |
|
fabios
|
71903c28a8
|
Region cache clear commands
|
2013-12-16 11:05:05 -05:00 |
|
Stefan A
|
eded05d415
|
XCache cannot be cleared on CLI (like APC)
|
2013-12-10 19:51:41 +01:00 |
|
Stefan A
|
88a56ee8f8
|
XCache cannot be cleared on CLI (like APC)
|
2013-12-10 19:51:02 +01:00 |
|
Stefan A
|
53fbb0b2d1
|
XCache cannot be cleared on CLI (like APC)
|
2013-12-10 19:48:30 +01:00 |
|