no-ack (default: False) will allow to consume messages without any need to ack their reception afterwards.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 13 2017
Jul 6 2017
Jul 5 2017
May 24 2017
Apr 9 2017
This is a case we can [] by default, okay taking this bug.
T1177 offers some validation, this exception is present when the items keyt isn't defined. to add items: [], solves the issue.
Jan 31 2017
I don't want to add options if we aren't going to use it, but it's fairly ok to move the date format in config, as a strftime if there are divergent opinions on this one.
Jan 28 2017
Jan 27 2017
Jan 17 2017
Jan 12 2017
Sample payload in P236.
Jan 8 2017
If we don't use it and nobody else does, we can remove the feature instead making it optional.
Jan 7 2017
In T1089#13198, @dereckson wrote:I can repro the regression with the following test:
tests/Jobs/NotifyNewCommitsToDiffusionTest.phppublic function testJobWhenThereIsNoPhabricatorInstanceForTheProject () { $this->mockJob("not-existing-project"); $this->job->handle(); } protected function mockJob(string $project = "acme") { $this->job = new NotifyNewCommitsToDiffusion( $project, "ssh://acme/k2.git" ); }This produces the following stack trace:
Nasqueron\Notifications\Tests\Jobs\NotifyNewCommitsToDiffusionTest::testJobWhenThereIsNoPhabricatorInstanceForTheProject RuntimeException: No credentials for Phabricator project not-existing-project. /app/notifications/app/Phabricator/PhabricatorAPI.php:67 /app/notifications/app/Phabricator/PhabricatorAPIFactory.php:26 /app/notifications/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:217 /app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:146 /app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:136 /app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:75 /app/notifications/tests/Jobs/NotifyNewCommitsToDiffusionTest.php:37
I can repro the regression with the following test:
Jan 6 2017
http://laravel-recipes.com/recipes/60/optimizing-the-framework-for-better-performance notes a need to use use statements instead of absolute \namespace\class notation.
We don't use BitBucket anymore for rVIPERSERV. It has been converted to Git as rVIPER.
Jan 4 2017
Sprint status — Notifications center — No, this is not a magic elixir, this is a fir distillate
Jan 3 2017
Dec 31 2016
This JSON document is written by hand as test result for this output:
Dec 20 2016
Dec 18 2016
Nov 6 2016
Oct 20 2016
Makefile should be RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pika/amqp_object.py:devel/py-pika.