Page MenuHomePhabricator
Feed Advanced Search

Jun 1 2021

bbrdaric awarded Changelog a Heartbreak token.
Jun 1 2021, 8:41 AM

Oct 24 2019

Pawka awarded T1022: arc patch fails to properly apply a patch which changes a symlink to a real file a Like token.
Oct 24 2019, 5:48 AM · Arcanist

Aug 13 2019

jcox awarded Changelog a Love token.
Aug 13 2019, 4:30 PM

Apr 19 2019

remusvrm awarded Changelog a Like token.
Apr 19 2019, 7:09 PM

Mar 21 2019

Pawka added a comment to D20046: Read "$_POST" before hooking the profiler, and remove "aphront.default-application-configuration-class".

Looks like this patch broke serving Phabricator via php built-in server as __path__ variable is not available on $_POST after readHTTPPOSTData method is executed.

Mar 21 2019, 1:50 PM

Dec 4 2018

Pawka added a comment to T784: Allow Differential changesets to be marked with various attributes.

Is this functionality blocked on something else?

Dec 4 2018, 12:57 PM · Unknown Object (Project), Restricted Project, Restricted Project, Arcanist, Differential
Pawka added a project to T784: Allow Differential changesets to be marked with various attributes: Unknown Object (Project).
Dec 4 2018, 12:36 PM · Unknown Object (Project), Restricted Project, Restricted Project, Arcanist, Differential

Sep 12 2018

Pawka awarded D19666: Improve Herald Rule execution speed for Personal Herald rules by avoiding expensive lookup for all adapters and instead use specific adapter check a Yellow Medal token.
Sep 12 2018, 12:45 PM

Sep 5 2018

Pawka added a comment to T13196: Allow search cluster path value point to alias for Elasticsearch fulltext engine .

Even if I'd provide the diff?

Sep 5 2018, 4:16 PM · Search, Elasticsearch
Pawka triaged T13196: Allow search cluster path value point to alias for Elasticsearch fulltext engine as Normal priority.
Sep 5 2018, 6:09 AM · Search, Elasticsearch

Jul 3 2017

Pawka added a comment to T12835: Improve parsing of unusual "git diff --no-index --no-prefix" diffs.

--no-index - diff is created outside of repository by comparing directories.
--no-prefix - I'm not sure about this - some historical reasons and code in the service which generates diffs. But as I understand this was supported since D3744 and until rARCd0957c344156356123048be2219fb95a54c89a85.

Jul 3 2017, 10:40 AM · Arcanist, Bug Report

Jun 21 2017

Pawka added a comment to T12835: Improve parsing of unusual "git diff --no-index --no-prefix" diffs.

@epriestley git diff --no-index --no-prefix -U2000 $old_file_path $new_file_path

Jun 21 2017, 4:51 PM · Arcanist, Bug Report

Jun 13 2017

Pawka updated the task description for T12835: Improve parsing of unusual "git diff --no-index --no-prefix" diffs.
Jun 13 2017, 9:21 AM · Arcanist, Bug Report
Pawka created T12835: Improve parsing of unusual "git diff --no-index --no-prefix" diffs.
Jun 13 2017, 9:20 AM · Arcanist, Bug Report

May 24 2017

Pawka awarded T11518: Make arc feature much more fancy and fun a Like token.
May 24 2017, 2:31 PM · Restricted Project, Feature Request

Apr 19 2017

Pawka edited P2041 Masterwork From Distant Lands.
Apr 19 2017, 5:54 AM

Mar 29 2017

Pawka created T12469: Add option to manage email preferences for harbormaster.
Mar 29 2017, 1:26 PM · Harbormaster, Notifications

Oct 14 2016

Pawka awarded T10189: Differential email headers seem to be missing a Like token.
Oct 14 2016, 6:53 AM · Differential, Mail, Bug Report

Apr 25 2016

Pawka edited P1974 Masterwork From Distant Lands.
Apr 25 2016, 6:48 PM

Apr 15 2016

Pawka updated the diff for D15710: Fixed localcommits include on getDiffDict.

Fix both left hands to become one left and one right.

Apr 15 2016, 5:37 AM

Apr 14 2016

Pawka added a comment to D15710: Fixed localcommits include on getDiffDict.

Because

>>> $a = ['hello' => []];
=> [
       "hello" => []
   ]
>>> $b = ['hello' => [1, 2, 3]];
=> [
       "hello" => [
           1,
           2,
           3
       ]
   ]
>>> $a + $b;
=> [
       "hello" => []
   ]
>>> array_merge($a, $b);
=> [
       "hello" => [
           1,
           2,
           3
       ]
   ]
Apr 14 2016, 2:59 PM
Pawka retitled D15710: Fixed localcommits include on getDiffDict from to Fixed localcommits include on getDiffDict.
Apr 14 2016, 2:59 PM
Pawka added a revision to T10808: differential.querydiffs method does not provide "local:commits": D15710: Fixed localcommits include on getDiffDict.
Apr 14 2016, 2:59 PM · Differential, Bug Report
Pawka updated the task description for T10808: differential.querydiffs method does not provide "local:commits".
Apr 14 2016, 2:49 PM · Differential, Bug Report
Pawka created T10808: differential.querydiffs method does not provide "local:commits".
Apr 14 2016, 2:43 PM · Differential, Bug Report

Apr 13 2016

Pawka retitled D15694: Added points value to maniphest conduit methods from to Added points value to maniphest conduit methods.
Apr 13 2016, 10:22 AM
Pawka added a revision to T10792: 'points' field missing on maniphest Conduit methods: D15694: Added points value to maniphest conduit methods.
Apr 13 2016, 10:22 AM · Feature Request
Pawka created T10792: 'points' field missing on maniphest Conduit methods.
Apr 13 2016, 7:58 AM · Feature Request

Apr 6 2016

Pawka created T10732: Creating repository via repository.create API does not get uri indexed.
Apr 6 2016, 1:13 PM · Search, Diffusion, Conduit, Bug Report

Apr 5 2016

Pawka added a comment to T10719: "status" field should not be copied from template when creating new tasks.

I see your point with different "open" statuses.

Apr 5 2016, 6:50 AM · Maniphest, Feature Request

Apr 4 2016

Pawka updated the diff for D15605: Do not copy maniphest status field from template.

Removed unnecessary line

Apr 4 2016, 11:45 AM
Pawka retitled D15605: Do not copy maniphest status field from template from to Do not copy maniphest status field from template.
Apr 4 2016, 11:36 AM
Pawka added a revision to T10719: "status" field should not be copied from template when creating new tasks: D15605: Do not copy maniphest status field from template.
Apr 4 2016, 11:36 AM · Maniphest, Feature Request
Pawka created T10719: "status" field should not be copied from template when creating new tasks.
Apr 4 2016, 11:21 AM · Maniphest, Feature Request

Mar 22 2016

Pawka updated the task description for T10646: Actions are not populated when creating herald rule (Chrome v49 issue).
Mar 22 2016, 3:24 PM · Herald, Bug Report
Pawka added a comment to T10646: Actions are not populated when creating herald rule (Chrome v49 issue).

@chad False alarm, I've checked wrong link. Problem existed on Maniphest global rules but it seems it is fixed already on upstream.

Mar 22 2016, 3:24 PM · Herald, Bug Report
Pawka created T10646: Actions are not populated when creating herald rule (Chrome v49 issue).
Mar 22 2016, 1:55 PM · Herald, Bug Report

Oct 21 2015

Pawka closed T9564: Search Herald rules by name as Wontfix.

Thanks for explanation!

Oct 21 2015, 7:40 AM · Herald

Oct 16 2015

Pawka added a comment to T9564: Search Herald rules by name.

@chad ^^

Oct 16 2015, 7:54 AM · Herald

Oct 15 2015

Pawka added a comment to T9564: Search Herald rules by name.

Currently we have over 1500 active herald rules. Over 1000 of them are global.

Oct 15 2015, 6:30 AM · Herald

Oct 14 2015

Pawka created T9564: Search Herald rules by name.
Oct 14 2015, 11:32 AM · Herald

Oct 8 2015

Pawka closed T9522: CSS rule "word-break: break-word" breaks line numbers on innline pastes and table headers on phriction documents as Invalid.

Yeah. Sorry, was using version prior mentioned diff. Thanks!

Oct 8 2015, 5:42 AM · PHUI

Oct 7 2015

Pawka added projects to T9522: CSS rule "word-break: break-word" breaks line numbers on innline pastes and table headers on phriction documents: Phriction, Paste, Celerity.
Oct 7 2015, 7:37 AM · PHUI
Pawka created T9522: CSS rule "word-break: break-word" breaks line numbers on innline pastes and table headers on phriction documents.
Oct 7 2015, 7:33 AM · PHUI

Sep 17 2015

Pawka added a comment to T9416: Display parent pages for Phriction documents on search results.

Can you suggest the best way to achieve this?

Sep 17 2015, 11:44 AM · Phriction, Search
Pawka added a comment to T9415: PhabricatorApplicationTransactionPublishWorker requires unreasonable amount of memory for large numbers of mail recipients?.

My previous DELETE queries just reduced amount of tasks created, but I'm still getting few of those tasks.

Sep 17 2015, 7:55 AM · Daemons

Sep 16 2015

Pawka closed T9415: PhabricatorApplicationTransactionPublishWorker requires unreasonable amount of memory for large numbers of mail recipients? as Resolved.

Thank you for full explanation.

Sep 16 2015, 12:48 PM · Daemons
Pawka added a comment to T9415: PhabricatorApplicationTransactionPublishWorker requires unreasonable amount of memory for large numbers of mail recipients?.

@epriestley any thoughts? This issue is blocking entire queue.

Sep 16 2015, 7:07 AM · Daemons

Sep 15 2015

Pawka updated the task description for T9416: Display parent pages for Phriction documents on search results.
Sep 15 2015, 5:46 AM · Phriction, Search
Pawka added a comment to T9415: PhabricatorApplicationTransactionPublishWorker requires unreasonable amount of memory for large numbers of mail recipients?.

Execution log: P1855

Sep 15 2015, 5:41 AM · Daemons
Pawka edited P1855 (An Untitled Masterwork).
Sep 15 2015, 5:40 AM

Sep 14 2015

Pawka assigned T9416: Display parent pages for Phriction documents on search results to epriestley.
Sep 14 2015, 1:07 PM · Phriction, Search
Pawka created T9416: Display parent pages for Phriction documents on search results.
Sep 14 2015, 1:06 PM · Phriction, Search
Pawka created T9415: PhabricatorApplicationTransactionPublishWorker requires unreasonable amount of memory for large numbers of mail recipients?.
Sep 14 2015, 12:53 PM · Daemons

Sep 11 2015

Pawka closed T9395: harbormaster.sendmessage does not update build status for the same build target. as Wontfix.

Thanks for info!

Sep 11 2015, 1:44 PM · Harbormaster, Conduit
Pawka added a comment to T9395: harbormaster.sendmessage does not update build status for the same build target..

Usually we are restarting builds on Jenkins if they failed due some environment issue. For example connection problems or git misconfiguration. If other words if build failed not because of code changes in diff, we restart build on Jenkins.

Sep 11 2015, 1:13 PM · Harbormaster, Conduit
Pawka added a project to T9395: harbormaster.sendmessage does not update build status for the same build target.: Harbormaster.
Sep 11 2015, 12:46 PM · Harbormaster, Conduit
Pawka created T9395: harbormaster.sendmessage does not update build status for the same build target..
Sep 11 2015, 12:46 PM · Harbormaster, Conduit
Pawka closed T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks as Resolved.
Sep 11 2015, 7:44 AM · Daemons
Pawka added a comment to T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.

This was false alarm. key_chronological index was not added on feed_storynotification table on production db (but was added on local). I'm sorry for wasting your time :-)

Sep 11 2015, 7:43 AM · Daemons

Sep 10 2015

Pawka abandoned D14091: Optimize feed story gc query..

Let's ignore DIFF this then. Probably this is some configuration issue what we do not see now ;)

Sep 10 2015, 12:11 PM
Pawka added a comment to T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.

I doubt it is Percona issue. I've just tried perform same queries on my laptop with MySQL 5.6 and small data set. Still getting the same results as above.

Sep 10 2015, 12:00 PM · Daemons
Pawka added a comment to T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.

Getting the same as above still.

Sep 10 2015, 11:46 AM · Daemons
Pawka added a comment to T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.

Same

mysql> EXPLAIN SELECT * FROM feed_storynotification WHERE chronologicalKey < 6175228766710272490 ORDER BY chronologicalKey DESC LIMIT 100;
+----+-------------+------------------------+-------+---------------+------------+---------+------+---------+------------------------------------------+
| id | select_type | table                  | type  | possible_keys | key        | key_len | ref  | rows    | Extra                                    |
+----+-------------+------------------------+-------+---------------+------------+---------+------+---------+------------------------------------------+
|  1 | SIMPLE      | feed_storynotification | index | NULL          | userPHID_2 | 133     | NULL | 2941950 | Using where; Using index; Using filesort |
+----+-------------+------------------------+-------+---------------+------------+---------+------+---------+------------------------------------------+
1 row in set (0.00 sec)
Sep 10 2015, 11:41 AM · Daemons
Pawka added a comment to T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.

I'm getting different results:

Sep 10 2015, 11:38 AM · Daemons
Pawka retitled D14091: Optimize feed story gc query. from to Optimize feed story gc query..
Sep 10 2015, 11:34 AM
Pawka added a comment to T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.

Yes, I've solved this way. chronologicalKey already existed on the table but we had over 13 million records there. And performing DELETE query took quite long. Apparently it locked inserts to feed_storynotification table what caused deadlocks.

Sep 10 2015, 11:17 AM · Daemons
Pawka added a comment to T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.

My previous Phabricator version was early 2015-May. I see, a bit later FeedStoryNotificationGarbageCollector was introduced (D13233).

Sep 10 2015, 7:52 AM · Daemons
Pawka created T9382: PhabricatorTaskmasterDaemon getting into MySQL deadlocks when executing PhabricatorApplicationTransactionPublishWorker tasks.
Sep 10 2015, 6:40 AM · Daemons

Sep 3 2015

Pawka updated the task description for T9331: Configure test-plan per repository.
Sep 3 2015, 11:36 AM · Diffusion, Differential
Pawka updated the task description for T9331: Configure test-plan per repository.
Sep 3 2015, 11:25 AM · Diffusion, Differential
Pawka created T9331: Configure test-plan per repository.
Sep 3 2015, 11:23 AM · Diffusion, Differential

Jun 15 2015

Pawka added a comment to D13244: Fix exception when same tag as primary slug is provided during project creation..

cc @epriestley

Jun 15 2015, 6:04 AM

Jun 11 2015

Pawka added a task to D13244: Fix exception when same tag as primary slug is provided during project creation.: T8509: Exception when creating project with same tag as primary slug..
Jun 11 2015, 10:15 AM
Pawka added a revision to T8509: Exception when creating project with same tag as primary slug.: D13244: Fix exception when same tag as primary slug is provided during project creation..
Jun 11 2015, 10:15 AM · Projects
Pawka retitled D13244: Fix exception when same tag as primary slug is provided during project creation. from to Fix exception when same tag as primary slug is provided during project creation..
Jun 11 2015, 10:14 AM
Pawka created T8509: Exception when creating project with same tag as primary slug..
Jun 11 2015, 10:12 AM · Projects

May 19 2015

Pawka added a comment to D12090: Created ArcanistPuppetLinter.

Does this require any input from me (as I can not land the diff)?
/cc @epriestley

May 19 2015, 7:18 AM · Arcanist

May 8 2015

Pawka updated the diff for D12090: Created ArcanistPuppetLinter.

Updated error matching regexp.

May 8 2015, 11:00 AM · Arcanist

May 6 2015

Pawka added inline comments to D12090: Created ArcanistPuppetLinter.
May 6 2015, 8:07 PM · Arcanist
Pawka updated the diff for D12090: Created ArcanistPuppetLinter.

Few more updates.

May 6 2015, 8:04 PM · Arcanist

May 5 2015

Pawka created T8078: Style external links on Phriction.
May 5 2015, 6:58 PM · Phriction
Pawka updated the diff for D12090: Created ArcanistPuppetLinter.

Updated code regarding comments.

May 5 2015, 2:24 PM · Arcanist

Apr 24 2015

Pawka retitled D12542: Fix query types on maniphest fulltext search. from to Fix query types on maniphest fulltext search..
Apr 24 2015, 5:58 PM

Apr 17 2015

Pawka closed T7827: Boost Elasticsearch results if match is found on title instead of body. as Resolved.
Apr 17 2015, 6:14 AM · Elasticsearch, Search

Apr 16 2015

Pawka assigned T7837: Include maniphestTaskPHIDs into differential.query Conduit API method results to epriestley.
Apr 16 2015, 1:27 PM · Conduit, Maniphest, Differential
Pawka created T7837: Include maniphestTaskPHIDs into differential.query Conduit API method results.
Apr 16 2015, 1:24 PM · Conduit, Maniphest, Differential
Pawka added a task to D12432: T7827: Boost Elasticsearch results on title match.: T7827: Boost Elasticsearch results if match is found on title instead of body..
Apr 16 2015, 7:36 AM
Pawka added a revision to T7827: Boost Elasticsearch results if match is found on title instead of body.: D12432: T7827: Boost Elasticsearch results on title match..
Apr 16 2015, 7:36 AM · Elasticsearch, Search

Apr 15 2015

Pawka updated the task description for T7827: Boost Elasticsearch results if match is found on title instead of body..
Apr 15 2015, 10:18 AM · Elasticsearch, Search
Pawka created T7827: Boost Elasticsearch results if match is found on title instead of body..
Apr 15 2015, 10:16 AM · Elasticsearch, Search

Apr 7 2015

Pawka added a comment to D12090: Created ArcanistPuppetLinter.

Yes, @joshuaspence mentioned everything what was needed. Actually we are using both because each of them catching different errors.

Apr 7 2015, 6:58 AM · Arcanist

Mar 26 2015

Pawka closed T7651: Create herald.queryrules conduit API method as Wontfix.

I see your point and sounds fair for me.

Mar 26 2015, 6:44 AM · Conduit, Herald

Mar 25 2015

Pawka added a comment to T7651: Create herald.queryrules conduit API method.

We are providing different tokens for each URL.
And this parameter is not stored on Phabricator :-(

Mar 25 2015, 12:35 PM · Conduit, Herald
Pawka added a comment to T7651: Create herald.queryrules conduit API method.

Each rule has different parameters in steps. In our case it is different HTTP Request URL.

Mar 25 2015, 12:30 PM · Conduit, Herald
Pawka updated the test plan for D12140: T7651: Created herald.queryrules Conduit API method..
Mar 25 2015, 7:23 AM

Mar 24 2015

Pawka added a comment to T7651: Create herald.queryrules conduit API method.

We trying to automate Harbormaster + Herald setup for new repositories in our company (have plans to provide Harbormaster API methods soon). This method is required to check if specific rules are not created yet.

Mar 24 2015, 11:51 AM · Conduit, Herald
Pawka added a revision to T7651: Create herald.queryrules conduit API method: D12140: T7651: Created herald.queryrules Conduit API method..
Mar 24 2015, 9:32 AM · Conduit, Herald
Pawka added a task to D12140: T7651: Created herald.queryrules Conduit API method.: T7651: Create herald.queryrules conduit API method.
Mar 24 2015, 9:32 AM
Pawka retitled D12140: T7651: Created herald.queryrules Conduit API method. from to T7651: Created herald.queryrules Conduit API method..
Mar 24 2015, 9:31 AM