Serhii Zhuravel
Serhii Zhuravel
Hi @mathifu! This issue is in our roadmap. I will notify you on any updates with this.
looks like database contains data from previous installation attempts ``` Process migrations... > Oro\Bundle\EntityExtendBundle\Migration\LoadEntityConfigStateMigration ``` please drop and recreate database before install
Will check drop database for gui installer, thanks for report!
That's the way how JMS jobs bundle handled jobs output, so few cases to address then: 1) DB packet size for a job with a large output will fail a...
@kiatng https://github.com/schmittjoh/JMSJobQueueBundle is a PHP package with Jobs implementation we used before our own Message Queue implementation. 1st case - Please test your solution on DBAL message queue and MySQL...
As of https://github.com/oroinc/platform-application/blob/master/config/config_prod.yml#L51-L56 non-debug consumer's output logged to consumer_prod.log file according to https://github.com/oroinc/platform-application/blob/master/config/config_prod.yml#L57-L63
@Spea make sure it works as expected - no missing commits, history is ok
Different hashes are expected, the most case is that you hashes were created using different git version but `splitsh` uses only one strategy (latest git by default). I think you...
Looks like git subtree has the same issue with merge commits https://github.com/git/git/commit/dd65a9e5e3b6298e4fa52e21680008e7fd5556ea#diff-59f70cbe935ec223e3df413b94cab740
I had a similar case while ago using symfony ACL cache https://github.com/symfony/security-acl/issues/47 It happens while using Redis with eviction policy, so key got removed in moments between `isHit` and `get`...