Page MenuHomePhabricator

reed (Reed Loden)
User

Projects

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Jun 3 2015, 9:55 AM (463 w, 2 d)
Availability
Available

Recent Activity

Jun 1 2021

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

Sep 15 2019

reed edited the content of 2019 Week 36 (Early September).
Sep 15 2019, 11:49 AM

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

Feb 28 2019

reed added a comment to T13259: Rebuilding repository identities throws exception for inability to identify a valid object in query "DiffusionCommitQuery".

and now when I re-run the command again, it gets another 7 commits and fails again. So, perhaps by me viewing the commit, I kick off a job that rebuilds something on the backend?

Feb 28 2019, 10:16 PM · Diffusion
reed added a comment to T13259: Rebuilding repository identities throws exception for inability to identify a valid object in query "DiffusionCommitQuery".

It's now failing on this one (consistently if I keep running it):

Feb 28 2019, 10:10 PM · Diffusion
reed added a comment to T13259: Rebuilding repository identities throws exception for inability to identify a valid object in query "DiffusionCommitQuery".
mysql> SELECT * FROM phabricator_repository.repository_commit WHERE id = 71471;
+-------+--------------+--------------------------------+------------------------------------------+------------+------------+-------------+---------+--------------+--------------------+-----------------------+
| id    | repositoryID | phid                           | commitIdentifier                         | epoch      | authorPHID | auditStatus | summary | importStatus | authorIdentityPHID | committerIdentityPHID |
+-------+--------------+--------------------------------+------------------------------------------+------------+------------+-------------+---------+--------------+--------------------+-----------------------+
| 71471 |           41 | PHID-CMIT-ohupojjoniypwpghvlr2 | 43034ccb9eac4ca8a655f655b726f73c5e551413 | 1438182566 | NULL       | none        |         |         1024 | NULL               | NULL                  |
+-------+--------------+--------------------------------+------------------------------------------+------------+------------+-------------+---------+--------------+--------------------+-----------------------+
1 row in set (0.01 sec)
Feb 28 2019, 9:28 PM · Diffusion
reed added a comment to T13260: Google auth fails and throws exception about missing client state parameter.

https://phabricator.example.com/debug/?a=b returns:

Feb 28 2019, 6:20 PM · Auth
reed updated the task description for T13260: Google auth fails and throws exception about missing client state parameter.
Feb 28 2019, 9:05 AM · Auth
reed added a comment to T13260: Google auth fails and throws exception about missing client state parameter.

I thought rPHU4d21f105b17f250aaaeb8937142ae4cbc978389f was meant to fix this, but apparently not.

Feb 28 2019, 9:03 AM · Auth
reed updated the task description for T13260: Google auth fails and throws exception about missing client state parameter.
Feb 28 2019, 9:02 AM · Auth
reed created T13260: Google auth fails and throws exception about missing client state parameter.
Feb 28 2019, 8:56 AM · Auth
reed updated the task description for T13259: Rebuilding repository identities throws exception for inability to identify a valid object in query "DiffusionCommitQuery".
Feb 28 2019, 8:36 AM · Diffusion
reed updated the task description for T13259: Rebuilding repository identities throws exception for inability to identify a valid object in query "DiffusionCommitQuery".
Feb 28 2019, 8:36 AM · Diffusion
reed created T13259: Rebuilding repository identities throws exception for inability to identify a valid object in query "DiffusionCommitQuery".
Feb 28 2019, 8:32 AM · Diffusion

Feb 6 2018

reed added a comment to D18958: When PHPExcel is not installed, detect it and provide install instructions.

As per https://github.com/PHPOffice/PHPExcel/commit/c269793ee715fb5a15f0b2ad25c064d9ee6e8e53, PHPExcel has been deprecated and replaced with PHPSpreadsheet. So, instead of recommending PHPExcel, shouldn't PHPSpreadsheet be supported?

Feb 6 2018, 6:24 PM

May 27 2017

reed added a comment to T12766: Can't use `differential.createcomment` with message and action.

Thanks, everybody! Appreciate it, especially on a Friday night. :-)

May 27 2017, 6:36 AM · Differential, Conduit, Bug Report
reed backed I2 Donate to Phacility with $19.78 USD.
May 27 2017, 6:10 AM · Phacility
reed added a comment to T12766: Can't use `differential.createcomment` with message and action.

That does indeed work! Thank you so much!

May 27 2017, 1:53 AM · Differential, Conduit, Bug Report
reed added a comment to T12766: Can't use `differential.createcomment` with message and action.

Not easily. :/

May 27 2017, 1:29 AM · Differential, Conduit, Bug Report
reed updated subscribers of T12766: Can't use `differential.createcomment` with message and action.
May 27 2017, 12:57 AM · Differential, Conduit, Bug Report
reed created T12766: Can't use `differential.createcomment` with message and action.
May 27 2017, 12:56 AM · Differential, Conduit, Bug Report

Aug 27 2016

reed added a comment to T9770: It is possible to use the same 2FA token more than once.

See https://github.com/tinfoil/devise-two-factor/issues/30 and https://github.com/mdp/rotp/issues/44 for some discussion about this issue (also discussed a bit on oss-security mailing list as http://www.openwall.com/lists/oss-security/2015/06/20/4).

Aug 27 2016, 8:33 AM · Security, Auth

Nov 27 2015

reed added a comment to D10176: Add server-side-encryption support to S3StorageEngine.

Note that this diff implements all three forms of AWS-supported SSE (Server-Side Encryption), including SSE-C, which allows for customer-specified encryption keys. See https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html for more information. You are still trusting Amazon to do the right thing here. https://d0.awsstatic.com/whitepapers/AWS_Securing_Data_at_Rest_with_Encryption.pdf and https://d0.awsstatic.com/whitepapers/KMS-Cryptographic-Details.pdf go into detail on how they do that.

Nov 27 2015, 7:58 AM

Jul 23 2015

reed updated the diff for D10176: Add server-side-encryption support to S3StorageEngine.
  • Add support for two more of S3's server-side encryption types.
Jul 23 2015, 12:09 PM

Jul 17 2015

reed commandeered D10176: Add server-side-encryption support to S3StorageEngine.
Jul 17 2015, 10:59 AM