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.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 31 2017
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.
Oct 19 2016
Sep 16 2016
Sep 11 2016
Sep 5 2016
Sep 4 2016
Sep 3 2016
[ Set status as Resolved, as the original issue was a correct issue to solve. The fact we can't repro doesn't mean it was invalid at writing time, but the issue was solved, for example by a caching invalidation on Packagist side. ]
Works correctly now.
Can't repro on an empty folder: