Page MenuHomePhabricator

sshannin (Seth)
Disabled

Projects

User Details

User Since
Dec 10 2014, 3:16 PM (485 w, 19 h)
Roles
Disabled

Recent Activity

Oct 26 2020

sshannin added a comment to T4627: PhabricatorTaskmasterDaemon 100% CPU load.

I know it's an old thread, but I am encountering what is, as far as I can tell, exactly the same issue. I'm on the latest version of trunk (~Oct 26) with php 5.5.9 on Linux 3.13.0. I also observed the issue on the May 30 version.

Oct 26 2020, 11:17 PM · Daemons

Jun 5 2020

sshannin added a comment to T3820: Implement top-level "Spaces" that provide policy isolation to groups of objects.

Spaces have been working great for my install. The only real place where they're lacking I think arises from their coarseness/mutual-exclusivity.

Jun 5 2020, 9:00 PM · Spaces, Policy, Wikimedia

May 30 2020

sshannin added a comment to D21295: Correct a prose diff behavior when prose pieces include newlines.

thanks. I can confirm the change lets the daemon finish the task and renders a reasonable diff.

May 30 2020, 10:51 PM

May 25 2020

sshannin added a comment to T12164: Put an indirection layer between author/committer strings and user accounts.

That was sufficient to get what I needed, thanks so much.

May 25 2020, 2:15 PM · Customer Impact, Diffusion (v3)

May 23 2020

sshannin added a comment to T12164: Put an indirection layer between author/committer strings and user accounts.

Is there a way to find which object(s) an (unmapped) identity was discovered on? After a rebuild-identities, I have an empty string identity and a couple asdf-style garbage ones. I'd like to find the source of them and either fix them there or see the context to understand the appropriate identity mapping.

May 23 2020, 6:31 PM · Customer Impact, Diffusion (v3)

May 22 2020

sshannin added a comment to T7469: Handle folder copies/moves more gracefully.

(there's usually no value in reviewing individual file-level changes in a "create a new branch X" commit)

Completely agree that there's no value in reviewing those individually. But to be clear, my point in making this ticket was mostly that you can't discern from the browser that this was a "create a new branch" commit. Right now it just renders the whole file tree saying showing 3000 files individually copied instead of a simpler/single line saying the whole directory was copied.

May 22 2020, 6:10 PM · Diffusion, Subversion

Apr 5 2020

sshannin added a comment to T13488: Upgrading: Early 2020 Changes to Arcanist.

The new method of installing the shell completion seems to error out for me with EXCEPTION: (Error) Call to undefined method ArcanistShellCompleteWorkflow::getPrompt() on a fresh install:

Apr 5 2020, 3:47 PM · Arcanist, Installing & Upgrading

Apr 18 2019

k_kazu awarded T7469: Handle folder copies/moves more gracefully a Like token.
Apr 18 2019, 2:53 AM · Diffusion, Subversion

Mar 17 2018

sshannin added a comment to T13106: Task detail pages are issuing an egregious number of queries?.

For what it's worth, after spot-checking a few tasks on my install, all seem to query the same policy 10ish times in succession near the end of the load.

Mar 17 2018, 5:35 PM · Performance
sshannin added a comment to T13083: Plans: Portals and Facts.

Not sure if it's expected in the current state, but here's one that doesn't seem well-formed: https://secure.phabricator.com/fact/chart/?y1=tasks.open-count.status

Mar 17 2018, 4:54 PM · Plans, Facts, Dashboards

Dec 21 2017

sshannin added a task to D18834: Manually set "max_allowed_packet" to 1GB for "mysqldump": T7813: max_allowed_packet error with bin/storage dump.
Dec 21 2017, 4:01 AM
sshannin added a revision to T7813: max_allowed_packet error with bin/storage dump: D18834: Manually set "max_allowed_packet" to 1GB for "mysqldump".
Dec 21 2017, 4:01 AM · Documentation

Nov 23 2017

sshannin added a comment to T7703: Policy checks may execute incompletely for non-viewers.

I'm unable to close this, but I believe this to be resolved (or at least my specific repro of flags via herald no longer applies I believe).

Nov 23 2017, 3:37 AM · Policy, Herald, Flags
sshannin added a comment to T12098: Create Revision from FavoritesMenuItem doesn't work.

Obviously not a particularly important issue, but this now will populate a link in the favorites menu which leads to an exception:

Screen Shot 2017-11-22 at 10.31.09 PM.png (559×1 px, 48 KB)

Nov 23 2017, 3:33 AM · Dashboards, Differential
sshannin added a comment to D18601: Correct an issue where Maniphest's awful legacy "reports" UI was extra broken on merges.

For completeness's sake, this sounds like the issue that hit me in T9025 where the charts accumulated task counts greater than the number of open tasks (and indeed, the counts in a maniphest search by project now seem to pretty closely match the end state of the corresponding chart).

Nov 23 2017, 3:21 AM

Jul 10 2017

sshannin created T12911: Better handling for users subscribed to objects they cannot see.
Jul 10 2017, 10:52 PM · Spaces, Feature Request

Jun 3 2017

sshannin added a comment to T12493: Upgrading: Fulltext Search Services.

Slightest of issues with the repository indexing mentioned above:

luca:~/phabricator$ ./bin/search index --type repository --force
Usage Exception: Type "repository" matches multiple indexable objects. Use a more specific string. Matching object types are: PhabricatorRepository, PhabricatorRepositoryCommit.
luca:~/phabricator$
Jun 3 2017, 3:52 PM · Elasticsearch, Search, Guides
sshannin added a comment to D17640: Add "bin/storage optimize" to run OPTIMIZE TABLE on everything.

I had an interesting experience with this where I purportedly reclaimed negative space (and none of it via the worker schema). Happy to past more from the probe if people are interested:

luca:~/phabriactors$ ./bin/storage probe
...
phabricator_worker                                  160.0 MB  1.5%
    edgedata                                          0.0 MB  0.0%
    lisk_counter                                      0.0 MB  0.0%
    worker_triggerevent                               0.0 MB  0.0%
    worker_trigger                                    0.0 MB  0.0%
    edge                                              0.0 MB  0.0%
    worker_activetask                                 0.1 MB  0.0%
    worker_bulkjob                                    0.3 MB  0.0%
    worker_bulkjobtransaction                         0.4 MB  0.0%
    worker_bulktask                                   0.8 MB  0.0%
    worker_archivetask                               48.1 MB  0.4%
    worker_taskdata                                 110.1 MB  1.0%
...
TOTAL                                            10,839.3 MB  100.0%
luca:~/phabriactors$ ./bin/storage optimize
...
 OPTIMIZE  Optimizing table "phabricator_differential"."differential_transaction_comment"...
 DONE  Compacted table by 1 MB in 5,834ms.
 OPTIMIZE  Optimizing table "phabricator_feed"."feed_storyreference"...
 DONE  Compacted table by 3 MB in 49,097ms.
 OPTIMIZE  Optimizing table "phabricator_search"."search_documentfield"...
 DONE  Compacted table by 43 MB in 97,513ms.
...
 OPTIMIZE  Optimizing table "phabricator_worker"."edge"...
 DONE  Optimized table (in 11ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."edgedata"...
 DONE  Optimized table (in 9ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."lisk_counter"...
 DONE  Optimized table (in 10ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_activetask"...
 DONE  Optimized table (in 18ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_archivetask"...
 DONE  Optimized table (in 3,703ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_bulkjob"...
 DONE  Optimized table (in 61ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_bulkjobtransaction"...
 DONE  Optimized table (in 45ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_bulktask"...
 DONE  Optimized table (in 117ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_taskdata"...
 DONE  Optimized table (in 4,186ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_trigger"...
 DONE  Optimized table (in 12ms) but it had little effect.
 OPTIMIZE  Optimizing table "phabricator_worker"."worker_triggerevent"...
 DONE  Optimized table (in 10ms) but it had little effect.
...
 OPTIMIZED  Completed optimizations, reclaimed -4 GB of disk space.`
luca:~/phabriactors$ ./bin/storage probe
...
phabricator_worker                                  144.0 MB  1.4%
    edgedata                                          0.0 MB  0.0%
    lisk_counter                                      0.0 MB  0.0%
    worker_triggerevent                               0.0 MB  0.0%
    worker_trigger                                    0.0 MB  0.0%
    edge                                              0.0 MB  0.0%
    worker_activetask                                 0.1 MB  0.0%
    worker_bulkjob                                    0.3 MB  0.0%
    worker_bulkjobtransaction                         0.4 MB  0.0%
    worker_bulktask                                   0.8 MB  0.0%
    worker_archivetask                               32.6 MB  0.3%
    worker_taskdata                                 109.5 MB  1.1%
...
TOTAL                                            10,105.5 MB  100.0%
Jun 3 2017, 3:25 PM

May 29 2017

sshannin added a comment to T12771: Users can mistakenly create revisions with no repository through confusion or misconfiguration.

I had indeed implemented precisely that herald rule once I realized that these diffs were being created without repository info attached. I also added repository.callsign to /etc/arcconfig to eliminate the problem going forward.

May 29 2017, 5:05 PM · Arcanist, Customer Impact, Differential, Spaces, Feature Request
sshannin created T12771: Users can mistakenly create revisions with no repository through confusion or misconfiguration.
May 29 2017, 12:57 AM · Arcanist, Customer Impact, Differential, Spaces, Feature Request

Apr 20 2017

sshannin created T12602: Assignees of tasks don't count as subscribers in maniphest search.
Apr 20 2017, 1:12 AM · Maniphest, Bug Report

Mar 8 2017

sshannin renamed T7022: diffusion - doesn't understand svn Replace operation from Differential looking at wrong revision #'s to diffusion - doesn't understand svn Replace operation.
Mar 8 2017, 12:40 AM · Bug Report, Diffusion, Subversion

Jan 28 2017

sshannin added a comment to T12164: Put an indirection layer between author/committer strings and user accounts.

More or less ran into first issue with Q444.

Jan 28 2017, 2:16 AM · Customer Impact, Diffusion (v3)

Jan 13 2017

sshannin created T12106: task search not finding task with full word match .
Jan 13 2017, 11:39 PM · Restricted Project, Search, Bug Report
sshannin added a comment to T9979: Build support for ngram indexes for substring searches (e.g., file, paste, package, task titles).

I don't think this is quite the same issue, but seems related, so I thought I'd err on the side of not creating a dupe.

Jan 13 2017, 5:11 PM · Owners, Files, ApplicationSearch

Jan 12 2017

sshannin created T12098: Create Revision from FavoritesMenuItem doesn't work.
Jan 12 2017, 2:42 AM · Dashboards, Differential

Jan 8 2017

sshannin added a comment to T11992: daemon hits policy exception repeatedly.

Voila.

Jan 8 2017, 6:12 PM · Daemons, Policy, Bug Report
sshannin added a comment to T11992: daemon hits policy exception repeatedly.

(And again, to emphasize, I'm happy to drop this if y'all aren't interested. I have my solution and am happy ignoring this, but just thought it might be something you guys would want to check out.)

Jan 8 2017, 5:57 PM · Daemons, Policy, Bug Report
sshannin added a comment to T11992: daemon hits policy exception repeatedly.

Head as of my Dec. 17 post in this thread. Can roll forward, but was hoping to wait till the edit engine migration settled a bit.

Jan 8 2017, 5:55 PM · Daemons, Policy, Bug Report
sshannin updated subscribers of T11992: daemon hits policy exception repeatedly.

@epriestley any suggestions?

Jan 8 2017, 5:49 PM · Daemons, Policy, Bug Report

Jan 7 2017

sshannin added a comment to T11992: daemon hits policy exception repeatedly.

I did some further digging and made a little progress

Jan 7 2017, 6:06 PM · Daemons, Policy, Bug Report

Dec 17 2016

sshannin added a comment to T11992: daemon hits policy exception repeatedly.

Thanks for the advice. That yields the trace below. My understanding is that it was a diff with policy set to subscribers which had an author plus a single subscriber. That subscriber was added by herald upon the diff's creation, so there's certainly grounds for something going on there. I had trouble divining the exact issue, but tinkering with the permissions for the object ended up letting the emails go through.

Dec 17 2016, 9:48 PM · Daemons, Policy, Bug Report
sshannin added a comment to T11992: daemon hits policy exception repeatedly.

Just updated to head and am seeing the same issues.

Dec 17 2016, 6:19 PM · Daemons, Policy, Bug Report

Dec 10 2016

sshannin updated the task description for T11992: daemon hits policy exception repeatedly.
Dec 10 2016, 11:31 PM · Daemons, Policy, Bug Report
sshannin created T11992: daemon hits policy exception repeatedly.
Dec 10 2016, 11:28 PM · Daemons, Policy, Bug Report

Nov 26 2016

sshannin awarded D16945: Boost search result title matches a Party Time token.
Nov 26 2016, 12:20 AM

Aug 24 2016

sshannin closed Q444: Associate old commits with new phabricator user as resolved.
Aug 24 2016, 10:49 PM · Diffusion
sshannin added Q444: Associate old commits with new phabricator user (Answer 442).
Aug 24 2016, 10:48 PM

Aug 8 2016

sshannin added a comment to T11440: Drafts for unsaved objects.

it's just likely very complex when we have to save an entire object state ... instead of approximately a single blob of text

Understood. For me personally, the single blob text would be more than sufficient. I don't mind repopulating everything else (assignment, subscribers, tags, customs, etc.) as those usually require much less thought and drafting.

Aug 8 2016, 7:07 PM · EditEngine, Feature Request

Aug 7 2016

yelirekim awarded T11440: Drafts for unsaved objects a Piece of Eight token.
Aug 7 2016, 10:59 PM · EditEngine, Feature Request
sshannin created T11440: Drafts for unsaved objects.
Aug 7 2016, 8:51 PM · EditEngine, Feature Request

Jul 28 2016

sshannin added a comment to T11386: Weird effect on closed tasks in graph view.

No biggie, although the UI effect is obviously crucial for my org

Jul 28 2016, 12:40 AM · Google Chrome, Bug Report
sshannin created T11386: Weird effect on closed tasks in graph view.
Jul 28 2016, 12:32 AM · Google Chrome, Bug Report

Jul 23 2016

sshannin updated Q454: Adding subscribes to a ponder question from to Adding subscribes to a ponder question.
Jul 23 2016, 5:26 PM · Ponder

Jul 18 2016

sshannin updated Q444: Associate old commits with new phabricator user from to Associate old commits with new phabricator user.
Jul 18 2016, 7:18 PM · Diffusion

Jun 29 2016

sshannin added a comment to T11222: arc hitting wrong url for conduit when not passed a full URI.

FWIW, the answer to both of your questions before you edited it was yes :p

Jun 29 2016, 12:29 AM · Conduit, Arcanist, Bug Report
sshannin added a comment to T11222: arc hitting wrong url for conduit when not passed a full URI.

Thanks for such a quick response!

Jun 29 2016, 12:24 AM · Conduit, Arcanist, Bug Report

Jun 28 2016

sshannin added a comment to T11222: arc hitting wrong url for conduit when not passed a full URI.

I'm not sure what to do with your link. Here's what I can reproduce:

Jun 28 2016, 3:50 AM · Conduit, Arcanist, Bug Report
sshannin added a comment to T11222: arc hitting wrong url for conduit when not passed a full URI.

Stock arcanist:

Jun 28 2016, 3:34 AM · Conduit, Arcanist, Bug Report
sshannin added a comment to T11222: arc hitting wrong url for conduit when not passed a full URI.
Jun 28 2016, 3:21 AM · Conduit, Arcanist, Bug Report
sshannin created T11222: arc hitting wrong url for conduit when not passed a full URI.
Jun 28 2016, 3:02 AM · Conduit, Arcanist, Bug Report

Apr 23 2016

sshannin added a comment to T10833: arc which broken with subversion.

Well now I feel silly for not noticing that. I searched for the line number of the error ><

Apr 23 2016, 2:46 PM · FreeBSD, Restricted Project, Subversion, Arcanist, Bug Report

Apr 18 2016

sshannin created T10833: arc which broken with subversion.
Apr 18 2016, 2:12 PM · FreeBSD, Restricted Project, Subversion, Arcanist, Bug Report

Apr 16 2016

sshannin added a comment to T7022: diffusion - doesn't understand svn Replace operation.

I suspect it's due to the replace status code. Specifically, if a specific path is removed + added, it shows as different than a modify. When this is then copied, it looks like SVN is showing this code for the new path of the file too. See /rSVNTEST8.

Apr 16 2016, 7:41 PM · Bug Report, Diffusion, Subversion

Apr 1 2016

sshannin added a comment to T5323: Incorrect syntax highlighting for PHP when using <script language='PHP'>.

Doesn't seem specific to php.

Apr 1 2016, 3:31 AM

Mar 22 2016

sshannin updated Q348: Sort behavior for global search from to Sort behavior for global search.
Mar 22 2016, 2:33 AM · Search

Mar 21 2016

sshannin closed Q347: task hierarchy template as resolved.
Mar 21 2016, 6:27 PM · Maniphest
sshannin added a comment to Q347: task hierarchy template.

Indeed. Sounds like I just need T5873 then. Thanks.

Mar 21 2016, 6:27 PM · Maniphest
sshannin updated Q347: task hierarchy template from to task hierarchy template.
Mar 21 2016, 5:38 PM · Maniphest

Feb 11 2016

sshannin added a comment to T10319: Generate unique? profile images for each new user.

I would take great delight in using such a tool

Feb 11 2016, 2:35 AM · Feature Request, People

Feb 10 2016

sshannin added a comment to T10308: Bring back links to task lists on project pages; List name of assignee in workboard cards.

Yeah, I think the end vision as in your mockup looks pretty nifty. Maybe part of the issue is that the photo thumbs feel kind of chunky in the workboard right now.

Feb 10 2016, 3:25 AM · Projects (v3), Feature Request
sshannin added a comment to T10308: Bring back links to task lists on project pages; List name of assignee in workboard cards.
In T10308#158087, @chad wrote:

It's helpful if we understand the core issue you'd use names. That is, what are you looking for by seeing who is assigned?

Feb 10 2016, 3:19 AM · Projects (v3), Feature Request
sshannin added a comment to T10308: Bring back links to task lists on project pages; List name of assignee in workboard cards.

FWIW, the second issue listed here is biting me too a bit on my install.

Feb 10 2016, 2:04 AM · Projects (v3), Feature Request

Jan 12 2016

sshannin added a comment to Q269: Remarkup Previews (Answer 299).

Oh, it sounded like the path forward was T3967, so I was unsure what people were complaining about given that things seemed fine to me, but that task was still open.

Jan 12 2016, 1:32 PM
sshannin updated Q269: Remarkup Previews from to Remarkup Previews.
Jan 12 2016, 2:18 AM · Maniphest, ApplicationEditor

Nov 24 2015

sshannin changed the status of T9842: Can't navigate to phriction page with apostrophe in title from Invalid to Resolved.
Nov 24 2015, 6:38 PM · Phriction
sshannin added a comment to T9842: Can't navigate to phriction page with apostrophe in title.

Confirming that removing the apostrophe from the slug in the db did resolve. Thanks.

Nov 24 2015, 6:37 PM · Phriction
sshannin added a comment to T9842: Can't navigate to phriction page with apostrophe in title.

I did indeed update across those 3 revisions you listed; I was previously at October 11.

Nov 24 2015, 5:16 PM · Phriction
sshannin added a comment to T9842: Can't navigate to phriction page with apostrophe in title.

I think I see the issue.

Nov 24 2015, 5:08 PM · Phriction
sshannin added a comment to T9842: Can't navigate to phriction page with apostrophe in title.

I too cannot recreate it.

Nov 24 2015, 4:29 PM · Phriction
sshannin updated the task description for T9842: Can't navigate to phriction page with apostrophe in title.
Nov 24 2015, 4:22 PM · Phriction
sshannin created T9842: Can't navigate to phriction page with apostrophe in title.
Nov 24 2015, 1:42 PM · Phriction

Nov 23 2015

sshannin abandoned D12324: make phriction highlight its diffs as remarkup by default.

That matches what I found as well (although I'm sure trivial means different things to each of us :p). Abandoning in favor of T3353

Nov 23 2015, 9:02 PM · Phriction

Oct 21 2015

sshannin closed Q185: Assign task to author as resolved.
Oct 21 2015, 9:34 PM · Herald, Maniphest
sshannin added a comment to Q185: Assign task to author (Answer 218).

Bummer. Thanks though.

Oct 21 2015, 9:34 PM
sshannin updated Q185: Assign task to author from to Assign task to author.
Oct 21 2015, 1:01 PM · Herald, Maniphest

Oct 20 2015

sshannin added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Yeah. gotcha. At risk of suggestion solutions and vs. describing problems, certainly the way I think about it is:

  1. What is the common prefix of all these file changes (i.e. /repo/projects/tfb/www/trunk/main/production/master/) aka where in the tree did I invoke arc diff?
  2. What are the sub-paths w.r.t. the prefix of each file changed (i.e. path/to/file.c)?
Oct 20 2015, 1:49 PM · Differential, Subversion

Oct 19 2015

sshannin added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Seems like that didn't quite get it yet (see D14301). Below is my transcript:

Oct 19 2015, 4:35 PM · Differential, Subversion
sshannin added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Ahh, looks like not. We'd been slowly phasing out .arcconfigs since the removal or arcanist projects.

Oct 19 2015, 4:15 PM · Differential, Subversion

Oct 18 2015

sshannin reopened T9590: Subversion directory anchoring rules are unclear and underpowered as "Open".

Hmmm, I didn't actually move any files. Maybe this is a derivate of the issue in T9188 then?

Oct 18 2015, 5:19 PM · Differential, Subversion

Oct 16 2015

sshannin created T9590: Subversion directory anchoring rules are unclear and underpowered.
Oct 16 2015, 8:26 PM · Differential, Subversion

Oct 7 2015

sshannin added a comment to T9527: Confusing "... shifted this object from the S1 Public space to...".

On the other hand, there were observable effects in the similar case of T7284

Oct 7 2015, 7:56 PM · Transactions

Sep 17 2015

sshannin created T9436: Shift to Space shows on installs with no spaces.
Sep 17 2015, 5:44 PM · Spaces

Sep 14 2015

sshannin updated subscribers of T9271: ponder (sometimes?) does not send email when an answer is added.
Sep 14 2015, 12:02 PM · Ponder
sshannin merged task T9413: Mail not sent for Ponder answers into T9271: ponder (sometimes?) does not send email when an answer is added.
Sep 14 2015, 12:02 PM · Ponder, Mail

Sep 11 2015

sshannin added a comment to D14013: Modernize Audit search engine.

Just noting that I use it in almost exactly the same way (although the audits show on my default dashboard rather than me manually going into the audit application).

Sep 11 2015, 1:49 PM

Sep 10 2015

sshannin added a comment to T9379: Build Phriction v3.

You listed T7783 twice above btw. Was one of those instances supposed to be a different task?

Sep 10 2015, 2:05 PM · Phriction

Sep 7 2015

sshannin added a comment to T9356: "Changed Subscribers" gets too high priority for notifications.

I think this is T8800

Sep 7 2015, 8:00 PM · Mail
sshannin updated the question details for Q120: Highlighting code block with diff formatting.
Sep 7 2015, 6:43 PM · Remarkup
sshannin reopened T9271: ponder (sometimes?) does not send email when an answer is added as "Open".

I believe this occurred to me with Q120.

Sep 7 2015, 4:06 PM · Ponder
sshannin updated the question details for Q120: Highlighting code block with diff formatting.
Sep 7 2015, 4:02 PM · Remarkup
sshannin updated the question details for Q120: Highlighting code block with diff formatting.
Sep 7 2015, 4:01 PM · Remarkup
sshannin updated Q120: Highlighting code block with diff formatting from to Highlighting code block with diff formatting.
Sep 7 2015, 3:02 PM · Remarkup

Sep 4 2015

chad awarded rGITTEST43f9a57838ef: file to demonstrate diffs on a Manufacturing Defect? token.
Sep 4 2015, 5:27 AM
n3v3rf411 awarded rGITTEST43f9a57838ef: file to demonstrate diffs on a Like token.
Sep 4 2015, 5:14 AM

Aug 21 2015

sshannin added Q101: 'Cannot allocate memory' when viewing large diffs (Answer 121).
Aug 21 2015, 1:10 PM
sshannin updated Q102: Specifying auditor for commit from to Specifying auditor for commit.
Aug 21 2015, 1:07 PM · Audit, Diffusion
sshannin added Q92: Best practice for Audit (Answer 120).
Aug 21 2015, 12:56 PM

Aug 19 2015

hoodrat awarded rGITTEST43f9a57838ef: file to demonstrate diffs on a Heartbreak token.
Aug 19 2015, 4:26 PM

Aug 18 2015

sshannin closed T6743: Loosen arcanist requirements for matching SVN diffs as Invalid.

I'm gonna say this is moot now that arcanist project aren't a thing anymore.

Aug 18 2015, 7:23 PM · Arcanist, Subversion