Laurent Declercq

Results 17 issues of Laurent Declercq

@weierophinney Good morning, I've an expressive application with a config-driven pipeline. That application exposes different UI levels such as **/admin**, **/reseller** and **/client**, among others... Right now, I've a specific...

When using the import_logs.py with Apache2 (piped log), hostname from Piwik URL should be automatically excluded, else, you enter in an import loop. Eg, the script call Piwik URL for...

enhancement

@mika The reprepro rootdir (default to /srv/reprepro) is not be created by the build-and-provide-package (or underlying) script. It is only reated by j-d-g pp plugin. This doesn't cover case of...

Currently the `build-and-provide-package` script call cowbuilder as follows (update process) ```shell sudo DIST="${distribution:-}" ARCH="${architecture:-}" ${ADT:+ADT=$ADT} \ cowbuilder --update --basepath "${COWBUILDER_BASE}" --configfile="${pbuilderrc}" ``` This doesn't seem to be a problem but...

@mika When installing j-d-g in existing Jenkins environment, the /etc/sudoers.d/jenkins is not installed. From my PoV, that file should be installed by the j-d-g package and not by the j-d-g...

Good morning, Right now, when the `generate-reprepro-codename` get called by the underlying `build-and-provide-package` script, nothing happen if the configuration file for the given **REPOSITORY**/codename already exists. The script is just...

@weierophinney Good evening, Right now, it is possible to whitelist modules for automatic injection in zf config file. However, the target config file is always the same, that is, the...

enhancement
help wanted

@weierophinney Good morning, The configuration provider currently provides the **\Zend\Cache\Service\StorageCacheAbstractServiceFactory::class** abstract factory which make it possible to map pseudo services. For instance: ```php // Dependencies ... 'factories' => [ \iMPSCP\ApplicationCache::class...

Good evening, **Idea** Right now, you're providing a set of packages for Debian and derived distributions but the installation process is still left to the administrator. Hence, the administrator must...