prestashop-flashlight icon indicating copy to clipboard operation
prestashop-flashlight copied to clipboard

A docker based testing utility for PrestaShop

Results 13 prestashop-flashlight issues
Sort by recently updated
recently updated
newest added

As the title mention, this could be more error resilient.

| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Adds the ability to build a release based on a custom prestashop zip containing a list of modules | Type?...

| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Add support to the PS 9 new branch | Type? | new feature | BC breaks? | no | Deprecations?...

I get a "recv() failed (104: Connection reset by peer) while reading response header from upstream" error from php-fpm and a 502 bad gateway that disapears when a disable either...

I am a web developer, i am Debian/Ubuntu users and i use Docker to have multiple development environment. I try to use prestashop-flashlight to test my personal modules and i...

| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | At runtime, Flashlight can download some PrestaShop source code from available git repositories, and build it. This can help running...

wip

(cherry picked from commit 34b1fb9df64571057613b51a582b76ae6eae72dc) | Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Resolve permissions issues in the x-debug example | Type? | improvement | BC breaks? |...

Example: ``` # RUN docker-php-ext-enable opcache # RUN echo '\ # opcache.interned_strings_buffer=16\n\ # opcache.load_comments=Off\n\ # opcache.max_accelerated_files=16000\n\ # opcache.save_comments=Off\n\ # ' >> /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini ``` Would be an interesting feature to add,...

enhancement

Huge datasets often offer unexpected errors with your code, which might be inapropriate in some cases. To better tickle your SQL requests with such heavy environment, we can consider using...

enhancement

Languages pack can be modified in the back office, but it would be neat to be able to swap at bootstrap time from PrestaShop Flashlight environment vars. @StephaneDecisy

enhancement