Page MenuHomeDevCentral
Feed Advanced Search

Nov 3 2016

Sandlayth accepted D691: Allow to update Mumble server certificates.
Nov 3 2016, 14:09
Sandlayth requested changes to D691: Allow to update Mumble server certificates.
Nov 3 2016, 13:53
Sandlayth added inline comments to D691: Allow to update Mumble server certificates.
Nov 3 2016, 13:52

Oct 24 2016

Sandlayth committed rDPHPFPM308c5acf1c07: Upgrade to PHP 5.6.27 (authored by Sandlayth).
Upgrade to PHP 5.6.27
Oct 24 2016, 21:14
Sandlayth closed T1032: Upgrade Docker images to 5.6.27 as Resolved by committing rDPHPFPM308c5acf1c07: Upgrade to PHP 5.6.27.
Oct 24 2016, 21:14 · Docker images
Sandlayth closed D688: Upgrade to PHP 5.6.27 by committing rDPHPFPM308c5acf1c07: Upgrade to PHP 5.6.27.
Oct 24 2016, 21:14 · Docker images
Sandlayth retitled D688: Upgrade to PHP 5.6.27 from to Upgrade to PHP 5.6.27.
Oct 24 2016, 21:10 · Docker images
Sandlayth added a revision to T1032: Upgrade Docker images to 5.6.27: D688: Upgrade to PHP 5.6.27.
Oct 24 2016, 21:10 · Docker images

Oct 15 2016

Sandlayth closed T1025: Install the locale package in the nginx-php-fpm docker image as Resolved.
Oct 15 2016, 17:59 · Nasqueron Docker deployment squad, Docker images
Sandlayth closed T1025: Install the locale package in the nginx-php-fpm docker image, a subtask of T1024: Specify the locale used in the nginx-php-fpm docker image, as Resolved.
Oct 15 2016, 17:59 · Nasqueron Docker deployment squad, Docker images
Sandlayth committed rDPHPFPM4d812fd6d394: Setting C.UTF-8 as default environment variable (authored by Sandlayth).
Setting C.UTF-8 as default environment variable
Oct 15 2016, 17:58
Sandlayth closed T1024: Specify the locale used in the nginx-php-fpm docker image as Resolved by committing rDPHPFPM4d812fd6d394: Setting C.UTF-8 as default environment variable.
Oct 15 2016, 17:58 · Nasqueron Docker deployment squad, Docker images
Sandlayth closed D685: Setting C.UTF-8 as default environment variable by committing rDPHPFPM4d812fd6d394: Setting C.UTF-8 as default environment variable.
Oct 15 2016, 17:58 · Docker images
Sandlayth added a revision to T1025: Install the locale package in the nginx-php-fpm docker image: D685: Setting C.UTF-8 as default environment variable.
Oct 15 2016, 17:49 · Nasqueron Docker deployment squad, Docker images
Sandlayth added a task to D685: Setting C.UTF-8 as default environment variable: T1025: Install the locale package in the nginx-php-fpm docker image.
Oct 15 2016, 17:49 · Docker images
Sandlayth updated the diff for D685: Setting C.UTF-8 as default environment variable.

Adding locales package.

Oct 15 2016, 17:02 · Docker images
Sandlayth created T1025: Install the locale package in the nginx-php-fpm docker image.
Oct 15 2016, 08:07 · Nasqueron Docker deployment squad, Docker images

Oct 13 2016

Sandlayth retitled D685: Setting C.UTF-8 as default environment variable from to Setting C.UTF-8 as default environment variable.
Oct 13 2016, 18:38 · Docker images
Sandlayth added a revision to T1024: Specify the locale used in the nginx-php-fpm docker image: D685: Setting C.UTF-8 as default environment variable.
Oct 13 2016, 18:38 · Nasqueron Docker deployment squad, Docker images
Sandlayth added a comment to T1024: Specify the locale used in the nginx-php-fpm docker image.

In best practices, reconfiguring locales is recommended:

RUN dpkg-reconfigure locales && \
    locale-gen C.UTF-8 && \
    /usr/sbin/update-locale LANG=C.UTF-8
Oct 13 2016, 18:16 · Nasqueron Docker deployment squad, Docker images
Sandlayth created T1024: Specify the locale used in the nginx-php-fpm docker image.
Oct 13 2016, 18:11 · Nasqueron Docker deployment squad, Docker images

Oct 11 2016

Sandlayth committed rDPHPFPMb8aa90c6ee46: Upgrade to PHP 5.6.26 (authored by Sandlayth).
Upgrade to PHP 5.6.26
Oct 11 2016, 12:31
Sandlayth closed T1023: Upgrade Docker images to PHP 5.6.26 as Resolved by committing rDPHPFPMb8aa90c6ee46: Upgrade to PHP 5.6.26.
Oct 11 2016, 12:30 · security, Docker images
Sandlayth closed D684: Upgrade to PHP 5.6.26 by committing rDPHPFPMb8aa90c6ee46: Upgrade to PHP 5.6.26.
Oct 11 2016, 12:29 · Docker images

Oct 10 2016

Sandlayth retitled D684: Upgrade to PHP 5.6.26 from to Upgrade to PHP 5.6.26.
Oct 10 2016, 21:08 · Docker images
Sandlayth added a revision to T1023: Upgrade Docker images to PHP 5.6.26: D684: Upgrade to PHP 5.6.26.
Oct 10 2016, 21:08 · security, Docker images
Sandlayth created T1023: Upgrade Docker images to PHP 5.6.26.
Oct 10 2016, 20:15 · security, Docker images

Sep 27 2016

Sandlayth accepted D683: Install verbiste and aspell-fr on Eglide.
Sep 27 2016, 16:58

Sep 13 2016

Sandlayth accepted D678: Deploy www.eglide.org.
Sep 13 2016, 21:00

Sep 12 2016

xcombelle created T1018: Create dynbridge.
Sep 12 2016, 07:25 · Dynbridge, User-xcombelle

Sep 11 2016

Sandlayth accepted D676: Placeholder page.
Sep 11 2016, 19:00
Sandlayth accepted D673: Disable xconsole pipeline in rsyslog.
Sep 11 2016, 18:59

Sep 5 2016

rama created M9: Logo red on white in SVG.
Sep 5 2016, 15:15 · design

Sep 4 2016

xcombelle added a comment to T1006: Free correctly the memory for variables passed to the TCL interpreter.

If I understand well, to require Tcl to do the copy, and so be free to allocate where we want the string (also in the stack), we should pass it as TCL_VOLATILE. TCL_DYNAMIC is intended to create a modifiable variable, but the allocation should saty

Sep 4 2016, 00:16 · rabbitmq-tcl
xcombelle added a comment to T1006: Free correctly the memory for variables passed to the TCL interpreter.

According to this answer on stack overflow http://stackoverflow.com/a/867996/128629

Sep 4 2016, 00:02 · rabbitmq-tcl

Sep 2 2016

Sandlayth committed rNOTIFa5708c2a2662: Accept mail notifications for DockerHub build failures (authored by dereckson).
Accept mail notifications for DockerHub build failures
Sep 2 2016, 20:49
Sandlayth closed T1000: Detect builds issues with Docker images as Resolved by committing rNOTIFa5708c2a2662: Accept mail notifications for DockerHub build failures.
Sep 2 2016, 20:48 · Notifications center, User-Dereckson, Nasqueron Docker deployment squad, Continous integration and delivery
Sandlayth closed D641: Accept mail notifications for DockerHub build failures by committing rNOTIFa5708c2a2662: Accept mail notifications for DockerHub build failures (authored by dereckson).
Sep 2 2016, 20:48

Sep 1 2016

Sandlayth accepted D639: New library to fetch a Mailgun stored message.
Sep 1 2016, 17:27

Aug 31 2016

Sandlayth accepted D638: Require Laravel 5.2, but not Laravel 5.3.
Aug 31 2016, 16:27
Sandlayth moved T928: Deploy Vault to store credentials from Backlog to Next on the User-Sandlayth board.
Aug 31 2016, 14:39 · User-Sandlayth, Vault
Sandlayth closed T875: Install Vault server on Dwellers, a subtask of T928: Deploy Vault to store credentials, as Resolved.
Aug 31 2016, 14:07 · User-Sandlayth, Vault
Sandlayth closed T875: Install Vault server on Dwellers, a subtask of T694: See how to organize storage/ folder regeneration, as Resolved.
Aug 31 2016, 14:06 · User-Sandlayth, Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad, Continous integration and delivery
Sandlayth closed T875: Install Vault server on Dwellers as Resolved.
Aug 31 2016, 14:06 · User-Sandlayth, Vault, Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad

Aug 19 2016

Ash-Crow accepted D569: Avoid shadow variable name.
Aug 19 2016, 06:38
Ash-Crow accepted D526: Clean commented out code.
Aug 19 2016, 06:37
Sandlayth committed rDPHAB9ff2cc7b5e0d: Explain why mysql.host is written in hard (authored by Sandlayth).
Explain why mysql.host is written in hard
Aug 19 2016, 00:01
Sandlayth closed D615: Explain why mysql.host is written in hard by committing rDPHAB9ff2cc7b5e0d: Explain why mysql.host is written in hard.
Aug 19 2016, 00:01 · Docker images

Aug 18 2016

Sandlayth retitled D615: Explain why mysql.host is written in hard from Explaining why mysql.host is written in hard. to Explain why mysql.host is written in hard.
Aug 18 2016, 22:12 · Docker images
dereckson awarded D615: Explain why mysql.host is written in hard a Piece of Eight token.
Aug 18 2016, 18:04 · Docker images
xcombelle accepted D615: Explain why mysql.host is written in hard.
Aug 18 2016, 14:08 · Docker images
Sandlayth retitled D615: Explain why mysql.host is written in hard from to Explaining why mysql.host is written in hard..
Aug 18 2016, 11:46 · Docker images

Aug 17 2016

Sandlayth committed rDPHABc0dec7d81d77: Add quotes to command arguments (authored by xcombelle).
Add quotes to command arguments
Aug 17 2016, 21:52
Sandlayth closed D603: Add quotes to command arguments by committing rDPHABc0dec7d81d77: Add quotes to command arguments (authored by xcombelle).
Aug 17 2016, 21:52 · Docker images
Sandlayth accepted D603: Add quotes to command arguments.
Aug 17 2016, 21:45 · Docker images
xcombelle commandeered D603: Add quotes to command arguments.
Aug 17 2016, 14:50 · Docker images
Sandlayth commandeered D603: Add quotes to command arguments.
Aug 17 2016, 00:39 · Docker images

Aug 16 2016

Sandlayth added inline comments to D603: Add quotes to command arguments.
Aug 16 2016, 21:12 · Docker images
Sandlayth renamed T826: Create a systemd timer to renew letsencrypt certificat on Dwellers from Create a systemd timer to renew letsecrypt certificat on Dwellers to Create a systemd timer to renew letsencrypt certificat on Dwellers.
Aug 16 2016, 16:43 · User-Sandlayth, Servers

Aug 8 2016

xcombelle added a comment to D603: Add quotes to command arguments.
Aug 8 2016, 23:40 · Docker images
xcombelle added a comment to D603: Add quotes to command arguments.
Aug 8 2016, 23:40 · Docker images
xcombelle added a comment to D603: Add quotes to command arguments.

A way to conduct testing

Aug 8 2016, 23:39 · Docker images
xcombelle retitled D604: only touch .initialized on success of service restart from to only touch .initialized on succes of service restart.
Aug 8 2016, 23:33 · Docker images
xcombelle added inline comments to D603: Add quotes to command arguments.
Aug 8 2016, 23:26 · Docker images

Aug 7 2016

xcombelle claimed T238: JSTOR metadata aren't correctly parsed anymore.
Aug 7 2016, 21:40 · User-xcombelle, Source templates generator
xcombelle placed T967: meta task add LICENSE file to all projects up for grabs.
Aug 7 2016, 21:30 · Repositories, documentation
xcombelle claimed T967: meta task add LICENSE file to all projects.
Aug 7 2016, 21:30 · Repositories, documentation
xcombelle created T967: meta task add LICENSE file to all projects.
Aug 7 2016, 21:18 · Repositories, documentation
xcombelle accepted rKGF538dd186e7f4: SPDX license name in Composer manifest.

.

Aug 7 2016, 21:17
xcombelle accepted rKGF18c48abd041e: Short array syntax requires PHP 5.4+.
Aug 7 2016, 21:10
xcombelle created T966: improve how to contribute on agora.
Aug 7 2016, 21:00 · User-xcombelle, Agora, documentation, DevCentral
xcombelle retitled D603: Add quotes to command arguments from adding quote to command arguments to add quote to command arguments.
Aug 7 2016, 20:55 · Docker images
xcombelle retitled D603: Add quotes to command arguments from to adding quote to command arguments.
Aug 7 2016, 20:37 · Docker images
xcombelle updated the diff for D602: Improve code readability: 8 Mb, restart operation.
  • adding quote to command arguments
Aug 7 2016, 12:43 · Docker images
xcombelle added a comment to D602: Improve code readability: 8 Mb, restart operation.

I wonder if the shell variables should not be quoted for example

Aug 7 2016, 01:39 · Docker images

Aug 6 2016

xcombelle raised a concern with rDPHABf3c1d369a86c: Essential installation tasks at first run.

improved commit: https://devcentral.nasqueron.org/D602

Aug 6 2016, 19:51
xcombelle retitled D602: Improve code readability: 8 Mb, restart operation from to replace magic number of 8Mo and add comment.
Aug 6 2016, 19:49 · Docker images

Jul 29 2016

Sandlayth accepted D587: Apache: allow remote testing of SuEXEC configuration.
Jul 29 2016, 23:14
Sandlayth accepted D584: Remove tests/prod-environment-behaves-correctly.
Jul 29 2016, 23:11
Sandlayth accepted D577: Test Auth Grove (login.nasqueron.org).
Jul 29 2016, 23:11
Sandlayth accepted D572: Initial repository configuration.
Jul 29 2016, 23:11

Jul 28 2016

xcombelle accepted rDEMOf57db2c97008: Reveal a little quuxians lore.
Jul 28 2016, 05:04

Jul 26 2016

Sandlayth committed rDEMOd75ac3472d7b: line 2 erased (authored by Sandlayth).
line 2 erased
Jul 26 2016, 15:24
Sandlayth committed rDEMOf6d7832cfdb2: line 2 written (authored by Sandlayth).
line 2 written
Jul 26 2016, 15:24
Sandlayth committed rDEMO89e5f3f409d8: line 3 written (authored by Sandlayth).
line 3 written
Jul 26 2016, 15:24
Sandlayth committed rDEMOa6780db18703: line 1 written (authored by Sandlayth).
line 1 written
Jul 26 2016, 15:24
Sandlayth created P209 Eglide.org zone file version 2.
Jul 26 2016, 13:44

Jul 25 2016

Sandlayth created P207 Eglide.org zone file.
Jul 25 2016, 22:42

Jul 24 2016

Ash-Crow accepted D525: Use latin script languages whitelist.
Jul 24 2016, 21:40

Jul 22 2016

Sandlayth accepted D528: [Tests] Test Tommy.
Jul 22 2016, 14:39

Jul 20 2016

Ash-Crow accepted D523: Use latin script languages whitelist.
Jul 20 2016, 23:14

Jul 17 2016

Thibaut120094 retitled D519: Whitelist latin script languages from to Remove languages that use a non-Latin script.
Jul 17 2016, 19:14 · Dæghrefn

Jul 11 2016

Sandlayth closed T904: Create configuration file for vault on Dwellers as Resolved.
Jul 11 2016, 22:14 · Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad, Continous integration and delivery
Sandlayth closed T904: Create configuration file for vault on Dwellers, a subtask of T875: Install Vault server on Dwellers, as Resolved.
Jul 11 2016, 22:14 · User-Sandlayth, Vault, Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad
Sandlayth added a task to D492: Vault configuration: T904: Create configuration file for vault on Dwellers.
Jul 11 2016, 08:10
Sandlayth added a revision to T904: Create configuration file for vault on Dwellers: D492: Vault configuration.
Jul 11 2016, 08:10 · Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad, Continous integration and delivery
Sandlayth renamed T904: Create configuration file for vault on Dwellers from Create Saltstack module for generating a basic configuration file for vault on Dwellers to Create configuration file for vault on Dwellers.
Jul 11 2016, 07:51 · Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad, Continous integration and delivery
Sandlayth accepted D484: RFC 7239 compliant preamble script for Phabricator .
Jul 11 2016, 06:59 · Docker images

Jul 9 2016

Sandlayth renamed T904: Create configuration file for vault on Dwellers from Create file configuration base for vault on Dwellers to Create Saltstack module for generating a basic configuration file for vault on Dwellers.
Jul 9 2016, 22:12 · Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad, Continous integration and delivery

Jul 7 2016

Sandlayth updated the task description for T904: Create configuration file for vault on Dwellers.
Jul 7 2016, 23:38 · Operations sprints (Operations sprint 1), Nasqueron Docker deployment squad, Continous integration and delivery