Page MenuHomePhabricator
Paste Active Pastes
  • PUSH STAGING Pushing changes to staging area...
    # Push received by "secure003.phacility.net", forwarding to cluster host.
    # Waiting up to 120 second(s) for a cluster write lock...
    # Acquired write lock immediately.
    # Waiting up to 120 second(s) for a cluster read lock on "secure002.phacility.net"...
    ...
    • Apr 18 2017, 12:30 AM
    • 21 Lines
  • [amckinley phabricator]$ echo '{"objectIdentifier": "PHID-CDWN-nqqj6rv6iyaq5s4nt3z3", "transactions": [{"type": "name", "value": "Assemble in the barnyard"}]}' | arc call-conduit --conduit-uri http://local.phacility.com/ --conduit-token <snip> countdown.edit | json_pp
    {
    "response" : {
    "object" : {
    "id" : "7",
    ...
    • Apr 13 2017, 7:16 PM
    • 12 Lines
  • [amckinley phabricator]$ echo '{"queryKey": "upcoming"}' | arc call-conduit --conduit-uri http://local.phacility.com/ --conduit-token <snip> countdown.search | json_pp
    {
    "error" : null,
    "errorMessage" : null,
    "response" : {
    ...
    • Apr 13 2017, 7:02 PM
    • 37 Lines
  • [amckinley core]$ phage remote deploy --hosts secure001-4 --limit 1
    [secure001] Deploying host secure001.phacility.net (with role secure, using key deploy.key).
    [secure001] gpg: keyring `/tmp/tmpi1_n8aki/secring.gpg' created
    [secure001] gpg: keyring `/tmp/tmpi1_n8aki/pubring.gpg' created
    [secure001] gpg: requesting key E1DF1F24 from hkp server keyserver.ubuntu.com
    ...
    • Apr 12 2017, 6:31 PM
    • 100 Lines
  • diff --git a/README b/README
    --- a/README
    +++ b/README
    @@ -66,8 +66,8 @@
    ...
    • Mar 26 2017, 8:19 PM
    • 15 Lines
    • Diff
  • # Create a raw diff in Phabricator
    post_data = {
    'api.token': phab_api_token,
    'diff': diff,
    ...
    • Mar 24 2017, 2:11 PM
    • 35 Lines
    • Python
  • diff --git a/src/applications/differential/storage/DifferentialDiff.php b/src/applications/differential/storage/DifferentialDiff.php
    index 415c46bb27..1814355cfd 100644
    --- a/src/applications/differential/storage/DifferentialDiff.php
    +++ b/src/applications/differential/storage/DifferentialDiff.php
    @@ -313,6 +313,38 @@ final class DifferentialDiff
    ...
    • Feb 13 2017, 4:24 PM
    • 43 Lines
  • ```
    lines=2
    foobar1
    foobar2
    foobar3
    ...
    • Jan 3 2017, 3:18 PM
    • 21 Lines
  • javascript:(function () {
    var phabricatorURL = 'http://your.phabricator.url';
    var templateSlug = encodeURIComponent('"slug/for/template/"');
    var tokenURL = phabricatorURL + '/login/refresh/';
    var tokenXhr = new XMLHttpRequest();
    ...
    • Dec 22 2016, 2:28 PM
    • 64 Lines
    • Javascript
  • <VERB> PhabricatorTaskmasterDaemon Working on task 35362582 (PhabricatorApplicationTransactionPublishWorker)...
    object(PhabricatorMetaMTAMail)#421 (14) {
    ["actorPHID":protected"]=>
    string(30) "..."
    ["parameters":protected]=>
    ...
    • Dec 21 2016, 3:27 AM
    • 96 Lines
  • Had to do a little freehand scribbling to remove some company stuff and extra distracting functionality, but I'm pretty sure this will still work. Execute the code thus:
    $ php email2uer.php jdoe
    It should just come back with something like:
    johndoe@yourcompany.com
    (or warn you that this user id isn't in the Phabricator SQL database...)
    ...
    • Dec 13 2016, 3:28 AM
    • 38 Lines
  • As of Apache 2.4.5, `mod_proxy_wstunnel` is available, which (of course) requires `mod_proxy`: https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html
    This module is part of recent Debian/Ubuntu packages, so you should be able to just `a2enmod proxy_wstunnel && systemctl restart apache2` before continuing. For other platforms, use whatever magic you normally would use to check if a module is available and enabled.
    Your Apache configuration should already have this:
    ...
    • Dec 12 2016, 3:40 AM
    • 22 Lines
    • Remarkup
  • server {
    listen [::]:80;
    server_name src.example.com src-files.example.com;
    location / {
    ...
    • Dec 11 2016, 8:55 PM
    • 52 Lines
    • Nginx Configuration
  • (Skim the Notes at the bottom before starting.)
    === Prerequisites & Assumptions ===
    * You want secure transport
    ...
    • Dec 11 2016, 5:50 AM
    • 85 Lines
    • Remarkup
  • <?php
    final class ShowRepositoryInRevisionList
    extends DifferentialCustomField {
    ...
    • Dec 7 2016, 12:45 AM
    • 28 Lines
  • P2021 dasffas
    asdfasfasfsaf
    • Dec 5 2016, 6:02 PM
    • 1 Line
  • ################################################################################
    #
    # Track repository in Phabricator
    #
    ################################################################################
    ...
    • Nov 29 2016, 5:30 PM
    • 74 Lines
    • Bash Scripting
  • <?php
    /*
    This does 2 things:
    - Adds a label to the JIRA ticket with the repository name
    ...
    • Nov 24 2016, 1:19 AM
    • 238 Lines
  • I have a lots of mail in queued,now i fixed it but i dont want sent them cause the amount is too large,what should i do to kill these in queued mails?
    • Nov 21 2016, 12:52 PM
    • 1 Line
  • <?php
    /**
    * Keeps files on local disk, but sudo-s as the daemon user for it.
    *
    ...
    • Nov 10 2016, 10:42 PM
    • 179 Lines
  • // File is: ./src/applications/project/controller/PhabricatorProjectBoardViewController.php
    // line above is: $panel->setHeaderTag($count_tag);
    // Doing what PhabricatorProjectBoardViewController::getCreateURI() used to do before 6f7bb8c removed it
    ...
    • Oct 28 2016, 12:27 PM
    • 34 Lines
    • PHP
  • <?php
    final class ConpherenceThreadSearchController
    extends ConpherenceController {
    ...
    • Oct 15 2016, 4:21 AM
    • 44 Lines
  • epriestley@orbital ~/dev/libphutil $ cat .arcconfig
    {
    "phabricator.uri": "https://secure.phabricator.com/",
    "aliases": {
    "duck-sound": [
    ...
    • Oct 14 2016, 1:49 AM
    • 11 Lines
  • <?php
    /**
    * This is just a thin layer on top of the regular Form patern, which mostly
    * saves a bit of boilerplate.
    ...
    • Sep 21 2016, 7:41 PM
    • 279 Lines
    • PHP
  • <?php
    final class AddSubscribersFromJIRAIssuesHeraldCustomAction
    extends HeraldAction {
    ...
    • Jul 14 2016, 11:51 PM
    • 128 Lines
  • #! /usr/bin/env python3
    # Produces a table of filenames x commits, showing where a file was touched.
    # Useful for rebasing feature branch into reasonable commits.
    # usage:
    ...
    • Jul 7 2016, 6:08 PM
    • 174 Lines
  • #!/usr/bin/env php
    <?php
    require_once 'scripts/__init_script__.php';
    ...
    • Jul 1 2016, 12:47 PM
    • 391 Lines
  • <?php
    final class GetDependenciesWorkflow extends ArcanistWorkflow {
    public function getWorkflowName() {
    return 'get-dependencies';
    ...
    • Jun 15 2016, 11:52 PM
    • 50 Lines
  • diff --git a/src/parser/__tests__/PhutilPygmentizeParserTestCase.php b/src/parser/__tests__/PhutilPygmentizeParserTestCase.php
    index 81144f6..7c512a0 100644
    --- a/src/parser/__tests__/PhutilPygmentizeParserTestCase.php
    +++ b/src/parser/__tests__/PhutilPygmentizeParserTestCase.php
    @@ -30,6 +30,14 @@ final class PhutilPygmentizeParserTestCase extends PhutilTestCase {
    ...
    • Jun 2 2016, 5:23 PM
    • 19 Lines
  • f735050 2016-01-02 (HEAD, origin/master, origin/HEAD, master) Merge branch 'master' of https://github.com/phacility/phabricator [root]
    b856fb7 2015-12-28 Merge branch 'master' of https://github.com/phacility/phabricator [Christopher Johnson]
    d7d819f 2015-12-10 Merge branch 'master' of https://github.com/phacility/phabricator [Christopher Johnson]
    265e84b 2015-12-05 Merge branch 'master' of https://github.com/phacility/phabricator [Christopher Johnson]
    3fe60eb 2015-12-02 Merge branch 'master' of https://github.com/phacility/phabricator [Christopher Johnson]
    ...
    • Apr 25 2016, 6:48 PM
    • 52 Lines
  • <?php
    final class PhabricatorSpanishSpanishTranslation
    extends PhutilTranslation {
    ...
    • Apr 14 2016, 10:43 PM
    • 1,566 Lines
  • #!/usr/bin/env php
    <?php
    $root = dirname(dirname(dirname(__FILE__)));
    $phab = dirname($root).'/phabricator';
    ...
    • Mar 30 2016, 11:41 PM
    • 238 Lines
  • root@phabricator:/home/phabricator/phabricator# git status
    On branch master
    Your branch is behind 'origin/master' by 116 commits, and can be fast-forwarded.
    (use "git pull" to update your local branch)
    ...
    • Mar 10 2016, 2:07 AM
    • 119 Lines
  • P1958 Problems
    root@phabricator:/home/phabricator/phabricator# git pull
    Updating 929b4cc..27ce691
    error: The following untracked working tree files would be overwritten by merge:
    bin/nuance
    resources/sql/autopatches/20160221.almanac.1.devicen.sql
    ...
    • Mar 10 2016, 2:03 AM
    • 70 Lines
  • <?php
    final class AddANoteDifferentialField extends DifferentialCustomField {
    public function getFieldKey() {
    ...
    • Mar 10 2016, 1:48 AM
    • 27 Lines
  • [05-Mar-2016 16:21:41 America/New_York] [2016-03-05 16:21:41] EXCEPTION: (FilesystemException) Failed to remove file '/var/local/phacility/phabricator/filestore/2a/a7/37d833331b4443d83afb24590e03'! at [<phutil>/src/filesystem/Filesystem.php:325]
    [05-Mar-2016 16:21:41 America/New_York] arcanist(head=stable, ref.master=d54cb072facd, ref.stable=1439aaa87183), phabricator(head=stable, ref.master=7cc8a73d1efd, ref.stable=2c67d9c8ace2, custom=2), phutil(head=stable, ref.master=83f09f6c5a03, ref.stable=76425eaa8125)
    [05-Mar-2016 16:21:41 America/New_York] #0 <#2> Filesystem::executeRemovePath(string) called at [<phutil>/src/filesystem/Filesystem.php:276]
    [05-Mar-2016 16:21:41 America/New_York] #1 <#2> Filesystem::remove(string) called at [<phabricator>/src/applications/files/engine/PhabricatorLocalDiskFileStorageEngine.php:86]
    [05-Mar-2016 16:21:41 America/New_York] #2 <#2> PhabricatorLocalDiskFileStorageEngine::deleteFile(string) called at [<phabricator>/src/applications/files/storage/PhabricatorFile.php:647]
    ...
    • Mar 6 2016, 12:59 AM
    • 19 Lines
  • /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;
    ...
    • Feb 26 2016, 5:08 PM
    • 7,868 Lines
    • SQL
  • <?php
    class SwitchUserWorkflow extends IntegratorWorkflow {
    protected function didConstruct() {
    ...
    • Feb 26 2016, 12:02 AM
    • 59 Lines
  • <?php
    final class WarningCustomField extends DifferentialCustomField {
    public function getFieldKey() {
    ...
    • Feb 23 2016, 4:15 PM
    • 37 Lines
  • <?php
    final class CITransactionProcessingEngine extends Phobject {
    private $batchSize;
    ...
    • Feb 16 2016, 1:43 AM
    • 66 Lines
    • PHP
  • <?php
    /**
    * Exposes a very basic API for reacting to application transactions. Subclasses can override
    * @{method:getProcessableTransactionTemplates} or @{method:canProcessTransaction} dending on
    ...
    • Feb 16 2016, 1:38 AM
    • 38 Lines
    • PHP
  • <?php
    final class CIEnforcementEngineExtension extends PhabricatorEditEngineExtension {
    const EXTENSIONKEY = 'enforcement.owners';
    ...
    • Feb 15 2016, 3:50 PM
    • 42 Lines
    • PHP
  • #!/usr/bin/env php
    <?php
    // See <https://secure.phabricator.com/T10350> for discussion.
    ...
    • Feb 13 2016, 1:23 PM
    • 237 Lines
  • #!/usr/bin/env php
    <?php
    // See <https://secure.phabricator.com/T10350> for discussion.
    ...
    • Feb 13 2016, 12:09 PM
    • 112 Lines
  • $ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git
    10:09:52.977075 git.c:348 trace: built-in: git 'clone' 'https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git'
    Cloning into 'roundcubemail-plugins-kolab'...
    10:09:53.180250 run-command.c:347 trace: run_command: 'git-remote-https' 'origin' 'https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git'
    * Couldn't find host git.kolab.org in the .netrc file; using defaults
    ...
    • Feb 4 2016, 9:23 AM
    • 82 Lines
  • $ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git
    10:18:52.992078 git.c:348 trace: built-in: git 'clone' 'https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git'
    Cloning into 'roundcubemail-plugins-kolab'...
    10:18:53.056921 run-command.c:347 trace: run_command: 'git-remote-https' 'origin' 'https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git'
    * Couldn't find host git.kolab.org in the .netrc file; using defaults
    ...
    • Feb 4 2016, 9:22 AM
    • 93 Lines
  • <?php
    final class PantsTestEngine extends ArcanistUnitTestEngine {
    public function getEngineConfigurationName() {
    ...
    • Jan 29 2016, 6:58 PM
    • 40 Lines
  • <?php
    final class WMFLockTaskController extends PhabricatorController {
    public function handleRequest(AphrontRequest $request) {
    ...
    • Jan 28 2016, 6:06 PM
    • 115 Lines
  • <?php
    final class WMFLockTaskEventListener extends PhabricatorEventListener {
    public function register() {
    ...
    • Jan 28 2016, 6:05 PM
    • 63 Lines
  • <?php
    final class WMFExtensionsApplication extends PhabricatorApplication {
    public function getName() {
    ...
    • Jan 28 2016, 6:05 PM
    • 23 Lines
  • [22-Jan-2016 15:22:02] WARNING: [pool www] child 26491 said into stderr: "NOTICE: PHP message: [2016-01-22 15:22:02] EXCEPTION: (RuntimeException) Undefined variable: author at [<phutil>/src/error/PhutilErrorHandler.php:210]"
    [22-Jan-2016 15:22:02] WARNING: [pool www] child 26491 said into stderr: "NOTICE: PHP message: arcanist(head=stable, ref.master=d54cb072facd, ref.stable=3dbc1418ff07), phabricator(head=stable, ref.master=7cc8a73d1efd, ref.stable=571960e71227, custom=2), phutil(head=stable, ref.master=83f09f6c5a03, ref.stable=a654742b2100)"
    [22-Jan-2016 15:22:02] WARNING: [pool www] child 26491 said into stderr: "NOTICE: PHP message: #0 <#2> PhutilErrorHandler::handleError(integer, string, string, integer, array) called at [<phabricator>/src/applications/diffusion/engineextension/DiffusionHovercardEngineExtension.php:31]"
    [22-Jan-2016 15:22:02] WARNING: [pool www] child 26491 said into stderr: "NOTICE: PHP message: #1 <#2> DiffusionHovercardEngineExtension::renderHovercard(PhabricatorHovercardView, PhabricatorObjectHandle, PhabricatorRepositoryCommit, NULL) called at [<phabricator>/src/applications/search/controller/PhabricatorSearchHovercardController.php:72]"
    [22-Jan-2016 15:22:02] WARNING: [pool www] child 26491 said into stderr: "NOTICE: PHP message: #2 <#2> PhabricatorSearchHovercardController::handleRequest(AphrontRequest) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:237]"
    ...
    • Jan 22 2016, 9:36 PM
    • 10 Lines
  • [22-Jan-2016 15:49:20] WARNING: [pool www] child 30613 said into stderr: "NOTICE: PHP message: [2016-01-22 15:49:20] ERROR 2: Invalid argument supplied for foreach() at [/usr/local/phacility/phabricator/src/applications/differential/customfield/DifferentialReviewersField.php:188]"
    [22-Jan-2016 15:49:20] WARNING: [pool www] child 30613 said into stderr: "NOTICE: PHP message: arcanist(head=stable, ref.master=d54cb072facd, ref.stable=3dbc1418ff07), phabricator(head=stable, ref.master=7cc8a73d1efd, ref.stable=571960e71227, custom=2), phutil(head=stable, ref.master=83f09f6c5a03, ref.stable=a654742b2100)"
    [22-Jan-2016 15:49:20] WARNING: [pool www] child 30613 said into stderr: "NOTICE: PHP message: #0 DifferentialReviewersField::validateCommitMessageValue(NULL) called at [<phabricator>/src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php:70]"
    [22-Jan-2016 15:49:20] WARNING: [pool www] child 30613 said into stderr: "NOTICE: PHP message: #1 DifferentialParseCommitMessageConduitAPIMethod::execute(ConduitAPIRequest) called at [<phabricator>/src/applications/conduit/method/ConduitAPIMethod.php:118]"
    [22-Jan-2016 15:49:20] WARNING: [pool www] child 30613 said into stderr: "NOTICE: PHP message: #2 ConduitAPIMethod::executeMethod(ConduitAPIRequest) called at [<phabricator>/src/applications/conduit/call/ConduitCall.php:135]"
    ...
    • Jan 22 2016, 9:29 PM
    • 10 Lines
  • PHP message: arcanist(head=stable, ref.master=d54cb072facd, ref.stable=3dbc1418ff07), phabricator(head=stable, ref.master=7cc8a73d1efd, ref.stable=571960e71227, custom=2), phutil(head=stable, ref.master=83f09f6c5a03, ref.stabl
    2016/01/22 09:16:08 [error] 38586#0: *1 FastCGI sent in stderr: "tils/PhutilBootloader.php:226]
    PHP message: #1 PhutilBootloader::executeInclude(string) called at [<phutil>/src/moduleutils/PhutilBootloader.php:216]
    PHP message: #2 PhutilBootloader::loadLibrarySource(string, string) called at [<phutil>/src/symbols/PhutilSymbolLoader.php:381]
    PHP message: #3 PhutilSymbolLoader::loadSymbol(array) called at [<phutil>/src/symbols/PhutilSymbolLoader.php:256]
    ...
    • Jan 22 2016, 2:18 PM
    • 16 Lines
  • [19-Jan-2016 16:23:24 America/Chicago] [2016-01-19 16:23:24] EXCEPTION: (PhutilProxyException) Permanent failure while executing Task ID 923738. {>} (PhabricatorWorkerPermanentFailureException) Unable to load transactions: PHID-XACT-DREV-6kaxkauhmj5bkll, PHID-XACT-DREV-oadb37an6jdtlsk. at [<phabricator>/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php:112]
    [19-Jan-2016 16:23:24 America/Chicago] arcanist(head=master, ref.master=b87138356a9c), libphutil-haskell(head=master, ref.master=3b60b184772a), phabricator(head=master, ref.master=b1c77f6527ab), phutil(head=master, ref.master=c3fd3a8bb2c3)
    [19-Jan-2016 16:23:24 America/Chicago] #0 <#2> PhabricatorApplicationTransactionPublishWorker::loadTransactions(DifferentialDiff) called at [<phabricator>/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php:19]
    [19-Jan-2016 16:23:24 America/Chicago] #1 <#2> PhabricatorApplicationTransactionPublishWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:122]
    [19-Jan-2016 16:23:24 America/Chicago] #2 <#2> PhabricatorWorker::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php:171]
    ...
    • Jan 19 2016, 10:26 PM
    • 8 Lines
  • context.fillText(`Ceci n'est pas une chaîne.`, x, y);
    • Jan 16 2016, 2:35 AM
    • 1 Line
    • Javascript
  • ./bin/repository reparse rRTEMSa4661ab1866e --message --trace
    >>> [2] <connect> phabricator_repository
    <<< [2] <connect> 1,711 us
    >>> [3] <query> SELECT `r`.* FROM `repository` r WHERE ((r.callsign IN ('RTEMS'))) ORDER BY `r`.`id` DESC
    <<< [3] <query> 602 us
    ...
    • Jan 13 2016, 9:03 AM
    • 174 Lines
  • luke081515@rcm-2:~/LUKE$ arc land Patch/Queue
    TARGET Landing onto "master", the default target under git.
    REMOTE Using remote "origin", the default remote under git.
    FETCH Fetching origin/master...
    Username for 'https://bitbucket.org': Luke081515
    ...
    • Jan 9 2016, 9:53 PM
    • 29 Lines
  • P1920 linux.log
    ARGV '/usr/src/arcanist/bin/../scripts/arcanist.php' 'diff' '--less-context' '--only' '--trace' '--conduit-uri=https://secure.phabricator.com'
    LOAD Loaded "phutil" from "/usr/src/libphutil/src".
    LOAD Loaded "arcanist" from "/usr/src/arcanist/src".
    Config: Reading user configuration file "/home/josh/.arcrc"...
    Config: Did not find system configuration at "/etc/arcconfig".
    ...
    • Jan 9 2016, 2:04 AM
    • 954 Lines
  • P1919 linux.log
    ARGV '/usr/src/arcanist/bin/../scripts/arcanist.php' 'diff' '--less-context' '--only' '--trace' '--conduit-uri=https://secure.phabricator.com'
    LOAD Loaded "phutil" from "/usr/src/libphutil/src".
    LOAD Loaded "arcanist" from "/usr/src/arcanist/src".
    • Jan 9 2016, 2:01 AM
    • 3 Lines
  • P1918 linux.log
    ARGV '/usr/src/arcanist/bin/../scripts/arcanist.php' 'diff' '--only' '--trace' '--conduit-uri=https://secure.phabricator.com'
    LOAD Loaded "phutil" from "/usr/src/libphutil/src".
    LOAD Loaded "arcanist" from "/usr/src/arcanist/src".
    Config: Reading user configuration file "/home/josh/.arcrc"...
    Config: Did not find system configuration at "/etc/arcconfig".
    ...
    • Jan 9 2016, 1:36 AM
    • 2,052 Lines
  • P1917 linux.log
    ARGV '/usr/src/arcanist/bin/../scripts/arcanist.php' 'diff' '--only' '--trace' '--conduit-uri=https://secure.phabricator.com'
    LOAD Loaded "phutil" from "/usr/src/libphutil/src".
    LOAD Loaded "arcanist" from "/usr/src/arcanist/src".
    • Jan 9 2016, 1:34 AM
    • 3 Lines
  • diff --git a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
    index 013cd21..3a8aa93 100644
    --- a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
    +++ b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
    @@ -144,31 +144,31 @@ final class PhabricatorLDAPAuthProvider extends PhabricatorAuthProvider {
    ...
    • Jan 7 2016, 6:19 PM
    • 130 Lines
  • epriestley@orbital ~/dev/phabricator $ git diff 7ce84cc27b81a390d4a0d0c224dbc18597d6c1cc --raw -- resources/sql/autopatches/
    :000000 100644 0000000... 5111ec9... A resources/sql/autopatches/20151207.editengine.1.sql
    :000000 100644 0000000... 5e29b95... A resources/sql/autopatches/20151210.land.1.refphid.sql
    :000000 100644 0000000... 4d8a95a... A resources/sql/autopatches/20151210.land.2.refphid.php
    :000000 100644 0000000... b7cc98a... A resources/sql/autopatches/20151215.phame.1.autotitle.sql
    ...
    • Jan 4 2016, 4:07 PM
    • 29 Lines
  • [04-Jan-2016 10:22:24 America/New_York] [2016-01-04 10:22:24] EXCEPTION: (PhutilProxyException) Error while updating the "rEZP" repository. {>} (CommandException) Command failed with error #255!
    COMMAND
    '/usr/local/share/phabricator/phabricator/bin/repository' update -- 'EZP'
    STDOUT
    ...
    • Jan 4 2016, 3:55 PM
    • 27 Lines
  • <?php
    final class PhabricatorAuthRegisterController
    extends PhabricatorAuthController {
    ...
    • Dec 30 2015, 3:19 PM
    • 651 Lines
  • class Registration(models.Model):
    def __unicode__(self):
    return str(self.id)
    ...
    • Dec 27 2015, 4:20 AM
    • 34 Lines
  • diff --git a/src/lint/linter/ArcanistESLintLinter.php b/src/lint/linter/ArcanistESLintLinter.php
    index 3ed84be..8d4b71c 100644
    --- a/src/lint/linter/ArcanistESLintLinter.php
    +++ b/src/lint/linter/ArcanistESLintLinter.php
    @@ -105,6 +105,27 @@ final class ArcanistESLintLinter extends ArcanistExternalLinter {
    ...
    • Dec 22 2015, 3:55 AM
    • 59 Lines
  • P1910 cat
    cat conntent
    • Dec 16 2015, 10:29 PM
    • 1 Line
  • "><img src=x onerror=prompt(1)>
    • Dec 14 2015, 3:26 PM
    • 1 Line
    • Brainf*ck
  • $ arc land --hold --trace
    libphutil loaded from 'D:\Arcanist\libphutil\src'.
    arcanist loaded from 'D:\Arcanist\arcanist\src'.
    Config: Reading user configuration file "C:\Users\user\AppData\Roaming/.arcrc"...
    Config: Did not find system configuration at "C:\ProgramData\Phabricator/Arcanist/config".
    ...
    • Dec 12 2015, 4:11 PM
    • 106 Lines
    • Plain Text
  • SELECT
    u.username User, p.name Project, IF(f.id IS NULL, "NO", "YES") "Has MFA"
    FROM phabricator_user.user u
    LEFT JOIN phabricator_user.edge ue
    ON ue.src = u.phid AND ue.type = 14
    ...
    • Dec 9 2015, 4:02 PM
    • 8 Lines
  • Steps to setup Tripoto_meta index:
    Run the commands after putting the synonyms.txt and stopwords.txt files in the proper directory:
    $ tripoto/app/Console/cake elastic_search map_meta
    ...
    • Dec 5 2015, 1:09 PM
    • 50 Lines
  • What even is this
    • Dec 5 2015, 5:59 AM
    • 1 Line
    • Dec 4 2015, 11:43 PM
    • 1 Line
  • P1901 test1
    dsfa
    • Dec 4 2015, 11:39 PM
    • 1 Line
  • commit c844669326edd0a6ef5b6169a1d7ccc84daf5d3d
    Author: epriestley <git@epriestley.com>
    Date: Wed Oct 28 12:35:13 2015 -0700
    After pushing at the end of "arc land", cascade the origin through all local tracking branches
    ...
    • Dec 2 2015, 6:59 PM
    • 362 Lines
  • libphutil loaded from 'C:\src\libphutil\src'.
    arcanist loaded from 'C:\src\arc\src'.
    Config: Reading user configuration file "C:\Users\user\AppData\Roaming/.arcrc"...
    Config: Did not find system configuration at "C:\ProgramData\Phabricator/Arcanist/config".
    Working Copy: Reading .arcconfig from "C:\src\Admin/.arcconfig".
    ...
    • Dec 2 2015, 6:42 PM
    • 21 Lines
  • <?php
    require_once 'scripts/__init_script__.php';
    $viewer = PhabricatorUser::getOmnipotentUser();
    ...
    • Dec 1 2015, 10:54 PM
    • 42 Lines
  • <?php
    /**
    * Example of how to use a HeraldAction instead of an event listener.
    */
    ...
    • Nov 26 2015, 2:52 PM
    • 90 Lines
  • <?php
    final class AddCommentHeraldAction
    extends HeraldAction {
    ...
    • Nov 25 2015, 8:59 PM
    • 82 Lines
  • P1894 test Page
    test
    • Nov 25 2015, 4:29 PM
    • 1 Line
  • tor(head=automatic, ref.master=03f700b38c53, ref.automatic=4bc1c8b6ded1, custom=5), phutil(head=ceca9d1122ea1647ecfcaa24af393f6d0375a3eb, ref.master=2ff1957f52f5)
    [17-Nov-2015 17:06:45 America/Los_Angeles] #0 imagecreatefromstring(string) called at [<phabricator>/src/applications/files/storage/PhabricatorFile.php:925]
    [17-Nov-2015 17:06:45 America/Los_Angeles] #1 PhabricatorFile::updateDimensions(boolean) called at [<phabricator>/src/applications/files/storage/PhabricatorFile.php:373]
    [17-Nov-2015 17:06:45 America/Los_Angeles] #2 PhabricatorFile::buildFromFileData(string, array) called at [<phabricator>/src/applications/files/storage/PhabricatorFile.php:391]
    [17-Nov-2015 17:06:45 America/Los_Angeles] #3 PhabricatorFile::newFromFileData(string, array) called at [<phabricator>/src/applications/files/conduit/FileUploadChunkConduitAPIMethod.php:61]
    ...
    • Nov 18 2015, 3:01 AM
    • 30 Lines
  • <?php
    require_once __DIR__.'/scripts/__init_script__.php';
    $console = PhutilConsole::getConsole();
    ...
    • Nov 17 2015, 8:29 PM
    • 18 Lines
  • $ make
    /bin/sh /<path>/xhprof/extension/libtool --mode=compile cc -I. -I/<path>/xhprof/extension -DPHP_ATOM_INC -I/<path>/xhprof/extension/include -I/<path>/xhprof/extension/main -I/<path>/xhprof/extension -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/main -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/TSRM -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/Zend -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/ext -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /<path>/xhprof/extension/xhprof.c -o xhprof.lo
    cc -I. -I/<path>/xhprof/extension -DPHP_ATOM_INC -I/<path>/xhprof/extension/include -I/<path>/xhprof/extension/main -I/<path>/xhprof/extension -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/main -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/TSRM -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/Zend -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/ext -I/usr/local/Cellar/php70/7.0.0-rc.6/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /<path>/xhprof/extension/xhprof.c -fno-common -DPIC -o .libs/xhprof.o
    /<path>/xhprof/extension/xhprof.c:667:5: warning: implicit declaration of function 'FREE_ZVAL' is invalid in C99 [-Wimplicit-function-declaration]
    FREE_ZVAL(hp_globals.stats_count);
    ...
    • Nov 17 2015, 4:37 AM
    • 138 Lines
    • Nov 16 2015, 5:37 PM
    • 1 Line
  • P1889 sadb
    asdb
    • Nov 16 2015, 5:37 PM
    • 1 Line
  • FAIL Wed, Nov 11 23:20 Process exited with error 255
    STDE Wed, Nov 11 23:20 [2015-11-11 22:20:27] EXCEPTION: (PhutilProxyException) Error while executing Task ID 1203152. {>} (Exception) Diff "PHID-DIFF-nybaknyyldui5rwwiuuv" does not exist! at [<phabricator>/src/applications/differential/editor/DifferentialTransactionEditor.php:1535]
    arcanist(head=master, ref.master=2db40f995337), phabricator(head=master, ref.master=bb9b25a7ba79), phutil(head=master, ref.master=66bf71f94817)
    #0 <#2> DifferentialTransactionEditor::requireDiff(string, boolean) called at [<phabricator>/src/applications/differential/editor/DifferentialTransactionEditor.php:1243]
    #1 <#2> DifferentialTransactionEditor::buildMailBody(DifferentialRevision, array) called at [<phabricator>/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php:2377]
    ...
    • Nov 11 2015, 10:22 PM
    • 14 Lines
  • #! /bin/bash
    DIR=$HOME/.arc;
    while getopts d: opt; do
    ...
    • Nov 11 2015, 9:20 AM
    • 92 Lines
    • Bash Scripting
  • <?php
    final class PhabricatorDebugDaemon extends PhabricatorDaemon {
    protected function run() {
    ...
    • Nov 10 2015, 7:51 PM
    • 14 Lines
  • <?php
    final class ArcanistParentMemberReferenceXHPASTLinterRule
    extends ArcanistXHPASTLinterRule {
    ...
    • Nov 9 2015, 12:36 AM
    • 62 Lines
  • P1884 doot-v2
    ████████████████████████████████████████████████████████████████████████████████ ████████████████████▓▓▓█████████████████████████████████████████████████████████ ████████████████▓╣╣╣╣╣╣╣╣╣╣╣╣▓▓▓████████████████████████████████████████████████ ██████████████▓╣╣╣╣╣╬╬▒▒╢╬╣╣╣╣▓▓▓▓██████████████████████████████████████████████...
    • Nov 3 2015, 6:22 PM
    • 1 Line
  • calcium things
    • Nov 3 2015, 6:21 PM
    • 1 Line
  • {
    "auth.require-approval": false,
    "cluster.addresses": [
    "10.0.0.0/8",
    "127.0.0.1/32"
    ...
    • Oct 30 2015, 11:44 PM
    • 34 Lines
  • diff --git a/src/unit/engine/NoseTestEngine.php b/src/unit/engine/NoseTestEngine.php
    index e81bcb6..bea8c49 100644
    --- a/src/unit/engine/NoseTestEngine.php
    +++ b/src/unit/engine/NoseTestEngine.php
    @@ -9,7 +9,16 @@ final class NoseTestEngine extends ArcanistUnitTestEngine {
    ...
    • Oct 28 2015, 8:28 PM
    • 21 Lines
  • NOTE: The blog application (Phame) that this is written in has a lot of rough edges, especially for this use case, so these posts are going to be painful to read (and write!) until it's less of a mess, which could be a while. This is partially an exercise in giving us a stronger upstream use case for Phame. See T9360.
     
    This is a companion to the [[ changelog/2015.42 | 2015 Week 42 (Mid October) Changelog ]].
    ...
    • Oct 28 2015, 6:57 PM
    • 69 Lines
  • SELECT
    u.username author,
    FROM_UNIXTIME(x.dateCreated) created,
    IF(c.changesetID, CONCAT(h.filename, ':', c.lineNumber), null) locus,
    c.content comment
    ...
    • Oct 28 2015, 1:57 PM
    • 12 Lines
  • FAIL PhutilRemarkupEngineTestCase::testEngine
    Assertion failed, expected values to be equal (at PhutilRemarkupEngineTestCase.php:56): Failed to markup HTML in file 'percent-block-oneline.txt'.
    Expected vs Actual Output Diff
    --- Old Value
    +++ New Value
    ...
    • Oct 26 2015, 6:45 PM
    • 10 Lines
  • #! /usr/bin/env python
    import subprocess
    import json
    import sys
    ...
    • Oct 26 2015, 5:47 PM
    • 98 Lines
  • "><svg onload=alert(1)>
    • Oct 23 2015, 12:25 PM
    • 1 Line
  • $ cat import.php
    #!/usr/bin/env php
    <?php
    $root = '/Users/epriestley/dev/phabricator/';
    ...
    • Oct 22 2015, 12:52 AM
    • 62 Lines