Page MenuHomeDevCentral
Feed Advanced Search

Jan 22 2016

dereckson added a comment to T690: Ensure APP_KEY is properly defined.

SomeRandomString actually won't work.

Jan 22 2016, 04:00 · Notifications center, Docker images, security
dereckson created T690: Ensure APP_KEY is properly defined.
Jan 22 2016, 03:49 · Notifications center, Docker images, security

Jan 21 2016

dereckson closed T688: Strip namespace from exceptions in ActionsReport as Resolved by committing rNOTIFca81e1466f00: Strip namespace from exception type in ActionError.
Jan 21 2016, 22:00 · Notifications center
dereckson created P155 Test payload, when broker isn't configured and no broker listens at localhost, after D251.
Jan 21 2016, 19:42 · Nasqueron Docker deployment squad, Notifications center
dereckson added a revision to T688: Strip namespace from exceptions in ActionsReport: D251: Strip namespace from exception type in ActionError.
Jan 21 2016, 19:39 · Notifications center
dereckson updated the task description for T688: Strip namespace from exceptions in ActionsReport.
Jan 21 2016, 15:23 · Notifications center
dereckson created P154 Test payload, when broker isn't configured and no broker listens at localhost.
Jan 21 2016, 15:17 · Nasqueron Docker deployment squad, Notifications center

Jan 19 2016

dereckson added a comment to T647: Create a Docker image for the Notifications Center.

In Build Settings, under Repository Links, add the base image (here nasqureron/nginx-php-fpm), so we can benefit from autorebuild when we update PHP.

Jan 19 2016, 04:24 · Docker images, Notifications center, Servers

Jan 18 2016

Sandlayth closed T647: Create a Docker image for the Notifications Center as Resolved by committing rDNOTIFbacf9390fa39: Creating a rNotif image.
Jan 18 2016, 21:13 · Docker images, Notifications center, Servers
Sandlayth added a revision to T647: Create a Docker image for the Notifications Center: D246: Creating a rNotif image.
Jan 18 2016, 20:48 · Docker images, Notifications center, Servers

Jan 10 2016

dereckson added a comment to D197: Payload full test, with a blackhole broker.

We need to mock the broker.

Code to mock
Broker::setExchangeTarget($this->target)
    ->routeTo($this->routingKey)
    ->sendMessage($this->message);
Mock proposal
$mock = Mockery('Keruald\Broker\AMQPBroker');

$mock->shouldReceive('setExchangeTarget'); // TODO: return $this, not null
$mock->shouldReceive('routeTo');
$mock->shouldReceive('sendMessage');

$this->app->instance('broker', $mock);

Reference: http://docs.mockery.io/en/latest/reference/demeter_chains.html

Jan 10 2016, 03:42 · Keruald, Notifications center

Jan 9 2016

dereckson closed D197: Payload full test, with a blackhole broker by committing rNOTIFc89945f725f8: Payload full test, with a blackhole broker.
Jan 9 2016, 18:13 · Keruald, Notifications center
dereckson retitled D197: Payload full test, with a blackhole broker from WIP: Payload full test to Payload full test, with a blackhole broker.
Jan 9 2016, 18:13 · Keruald, Notifications center

Jan 8 2016

dereckson added a revision to T664: Determine which Phabricator stories are administrative: D185: Moved code comment to T664.
Jan 8 2016, 21:32 · Notifications center
dereckson updated the task description for T664: Determine which Phabricator stories are administrative.
Jan 8 2016, 21:30 · Notifications center
dereckson placed T664: Determine which Phabricator stories are administrative up for grabs.
Jan 8 2016, 21:30 · Notifications center
dereckson closed T662: Address ProjectsMap::isCached visibility as Resolved by committing rNOTIFe11b107dbc79: ProjectsMap::isCached() is now public.
Jan 8 2016, 02:28 · Regression, Notifications center
dereckson added a revision to T662: Address ProjectsMap::isCached visibility: D167: ProjectsMap::isCached() is now public.
Jan 8 2016, 02:27 · Regression, Notifications center
dereckson claimed T662: Address ProjectsMap::isCached visibility.
Jan 8 2016, 01:58 · Regression, Notifications center
dereckson added a comment to T662: Address ProjectsMap::isCached visibility.

The method can be public.

Jan 8 2016, 01:58 · Regression, Notifications center
dereckson created T662: Address ProjectsMap::isCached visibility.
Jan 8 2016, 01:27 · Regression, Notifications center

Jan 2 2016

dereckson renamed T647: Create a Docker image for the Notifications Center from Create rNotif image to Create a Docker image for the Notifications Center.
Jan 2 2016, 00:02 · Docker images, Notifications center, Servers

Jan 1 2016

dereckson added a parent task for T643: 502 page for notifications.nasqueron.org: T114: 502 pages for services on the Docker PaaS.
Jan 1 2016, 18:39 · design, Nasqueron Docker deployment squad, Notifications center
dereckson closed T643: 502 page for notifications.nasqueron.org as Resolved by committing rDIIc6cf618a60bf: 502 page for notifications.nasqueron.org.
Jan 1 2016, 18:36 · design, Nasqueron Docker deployment squad, Notifications center
dereckson added a revision to T643: 502 page for notifications.nasqueron.org: D155: 502 page for notifications.nasqueron.org.
Jan 1 2016, 18:33 · design, Nasqueron Docker deployment squad, Notifications center
dereckson added 1 mock(s) for T643: 502 page for notifications.nasqueron.org: M7: 502 for notifications.nasqueron.org.
Jan 1 2016, 18:24 · design, Nasqueron Docker deployment squad, Notifications center
dereckson added 1 task(s) for M7: 502 for notifications.nasqueron.org: T643: 502 page for notifications.nasqueron.org.
Jan 1 2016, 18:24 · design, Notifications center
dereckson created M7: 502 for notifications.nasqueron.org.
Jan 1 2016, 18:24 · design, Notifications center
dereckson created T643: 502 page for notifications.nasqueron.org.
Jan 1 2016, 18:22 · design, Nasqueron Docker deployment squad, Notifications center
dereckson added a project to T585: Color theme for the notifications center: Notifications center.
Jan 1 2016, 17:54 · Notifications center, Message queues, design

Dec 31 2015

dereckson added a comment to D138: PSR-1 compatible tests.

The goal of this change is to be able to run a minimalist phpcs --standard=PSR1 run.

Dec 31 2015, 19:04 · Continous integration and delivery, Notifications center
dereckson closed D138: PSR-1 compatible tests by committing rNOTIFc624f02dffce: PSR-1 compatible tests.
Dec 31 2015, 19:01 · Continous integration and delivery, Notifications center
dereckson accepted D138: PSR-1 compatible tests.
Dec 31 2015, 18:59 · Continous integration and delivery, Notifications center
dereckson updated D138: PSR-1 compatible tests.
Dec 31 2015, 18:59 · Continous integration and delivery, Notifications center

Dec 27 2015

dereckson added a comment to T631: Bitbucket support for Notifications center.

http://gentlero.bitbucket.org/bitbucket-api/examples/#available-examples gentle/bitbucket-api, which could be useful to get classes like Issue, repository.

Nope, the library doesn't provide such classes.

Dec 27 2015, 15:02 · Notifications center
dereckson updated the task description for T631: Bitbucket support for Notifications center.
Dec 27 2015, 14:58 · Notifications center
dereckson updated the task description for T631: Bitbucket support for Notifications center.
Dec 27 2015, 14:49 · Notifications center
dereckson created T631: Bitbucket support for Notifications center.
Dec 27 2015, 14:49 · Notifications center

Dec 21 2015

dereckson set the image for Notifications center to F15185: profile.
Dec 21 2015, 21:19
dereckson created Notifications center.
Dec 21 2015, 21:14