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
1208cc836a
#1120 - registering the new MappingDescribeCommand
with the ORM's ConsoleRunner
2014-10-19 18:41: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
dc3bc45d1d
Merge remote-tracking branch 'upstream/master' into EntityRepositoryGeneratorDefaultRepository
2014-09-06 15:33:48 +03: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
Andreas Hörnicke
eef32d4372
added method to be able to reuse the console application
2014-06-24 11:02:24 +02:00
Alexandru Patranescu
1fe6dbc1f2
allow passing EntityManagerInterface when creating a HelperSet
2014-02-23 20:01:14 +02: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
Tim Lieberman
bf9fbd896b
Substitute EntityManagerInterface for EntityManager in Console EntityManagerHelper
2014-02-01 00:23:23 +00:00
Tim Lieberman
43d94e7b5e
Console EntityManagerHelper now accepts EntityManagerInterface as constructor argument, instead of insisting on an EntityManager
2014-01-31 15:32:31 -08:00
Benjamin Eberlei
9a3cf77919
[DDC-2128] Fix PR according to comments.
2014-01-03 00:15:14 +01:00
catalin
93c018668d
checking preg result. Should I raise an error
...
throw new ORMException("Error regular expression: " . $filter);
2014-01-03 00:15:14 +01:00
catalin
0d8f572661
added space after type cast (I could not find any rule in psr1/2 standard, but I modified in PhpStorm)
2014-01-03 00:15:14 +01:00
catalin
2326033e79
added preg_quote to $filter input
2014-01-03 00:15:13 +01:00
catalin
57e7559c1b
- Applied Phpstorm PSR format
...
- Changed RegExp format
2014-01-03 00:15:13 +01:00
Catalinux
6963bf6028
Now MetaDataFilter takess also regexp. For example whern you want to
...
extract metadata if you would filter like this: --filter="Article"
would extract also for "ArticleItems" (article_items table). Now you
can use --filter="Article$" if you want only that table (articl)
2014-01-03 00:15:13 +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
David Stensland
e6be52af3a
Teach orm:validate-schema to --skip-mapping and --skip-sync
...
Use --skip-mapping to not check if the current mapping informaiton
is valid or not.
Use --skip-sync to not check if the database schema is in line with
the current schema mapping.
2013-11-11 18:12:28 -05:00