Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phacility/arcanist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: w3development/arcanist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 8, 2015

  1. (stable) Promote 2015 Week 32

    epriestley committed Aug 8, 2015
    Copy the full SHA
    1e5059f View commit details

Commits on Aug 15, 2015

  1. (stable) Promote 2015 Week 33

    epriestley committed Aug 15, 2015
    Copy the full SHA
    25be30a View commit details

Commits on Aug 22, 2015

  1. (stable) Promote 2015 Week 34

    epriestley committed Aug 22, 2015
    Copy the full SHA
    0d2b7fd View commit details

Commits on Aug 29, 2015

  1. (stable) Promote 2015 Week 35

    epriestley committed Aug 29, 2015
    Copy the full SHA
    c94e604 View commit details

Commits on Sep 5, 2015

  1. (stable) Promote 2015 Week 36

    epriestley committed Sep 5, 2015
    Copy the full SHA
    529dc0c View commit details

Commits on Sep 13, 2015

  1. (stable) Promote 2015 Week 37

    epriestley committed Sep 13, 2015
    Copy the full SHA
    3168583 View commit details

Commits on Sep 19, 2015

  1. (stable) Promote 2015 Week 38

    epriestley committed Sep 19, 2015
    Copy the full SHA
    b37b2c3 View commit details

Commits on Sep 26, 2015

  1. (stable) Promote 2015 Week 39

    epriestley committed Sep 26, 2015
    Copy the full SHA
    ac28f95 View commit details

Commits on Oct 3, 2015

  1. (stable) Promote 2015 Week 40

    epriestley committed Oct 3, 2015
    Copy the full SHA
    7423271 View commit details

Commits on Oct 10, 2015

  1. (stable) Promote 2015 Week 41

    epriestley committed Oct 10, 2015
    Copy the full SHA
    1773aad View commit details

Commits on Oct 17, 2015

  1. (stable) Promote 2015 Week 42

    epriestley committed Oct 17, 2015
    Copy the full SHA
    e458d0c View commit details

Commits on Oct 24, 2015

  1. (stable) Promote 2015 Week 43

    epriestley committed Oct 24, 2015
    Copy the full SHA
    c0308b7 View commit details

Commits on Nov 1, 2015

  1. (stable) Merge 2015 Week 44

    epriestley committed Nov 1, 2015
    Copy the full SHA
    dbd4563 View commit details

Commits on Nov 7, 2015

  1. (stable) Promote 2015 Week 45

    epriestley committed Nov 7, 2015
    Copy the full SHA
    ebb88c8 View commit details

Commits on Nov 21, 2015

  1. (stable) Promote 2015 Week 47

    epriestley committed Nov 21, 2015
    Copy the full SHA
    6256967 View commit details

Commits on Nov 28, 2015

  1. (stable) Promote 2015 Week 48

    epriestley committed Nov 28, 2015
    Copy the full SHA
    76ea4e6 View commit details

Commits on Dec 5, 2015

  1. (stable) Promote 2015 Week 49

    epriestley committed Dec 5, 2015
    Copy the full SHA
    05ac4a6 View commit details

Commits on Dec 26, 2015

  1. (stable) Promote 2015 Week 52

    epriestley committed Dec 26, 2015
    Copy the full SHA
    3dbc141 View commit details

Commits on Jan 5, 2016

  1. (stable) Fix arc diff --raw with "onto" target properties

    Summary:
    Currently, `git show | arc diff --raw` and similar doesn't work because we try to figure out what the "Branch: feature (branched from whatever)" value is, which doesn't make sense.
    
    ```
    $ git show | arc diff --raw --trace
     ARGV  '/Users/epriestley/dev/core/lib/arcanist/bin/../scripts/arcanist.php' 'diff' '--raw' '--trace'
     LOAD  Loaded "phutil" from "/Users/epriestley/dev/core/lib/libphutil/src".
     LOAD  Loaded "arcanist" from "/Users/epriestley/dev/core/lib/arcanist/src".
    Config: Reading user configuration file "/Users/epriestley/.arcrc"...
    Config: Did not find system configuration at "/etc/arcconfig".
    Working Copy: Reading .arcconfig from "/Users/epriestley/dev/core/lib/arcanist/.arcconfig".
    Working Copy: Path "/Users/epriestley/dev/core/lib/arcanist" is part of `git` working copy "/Users/epriestley/dev/core/lib/arcanist".
    Working Copy: Project root is at "/Users/epriestley/dev/core/lib/arcanist".
    Config: Reading local configuration file "/Users/epriestley/dev/core/lib/arcanist/.git/arc/config"...
    Loading phutil library from '/Users/epriestley/dev/core/lib/arcanist/src'...
    >>> [0] <conduit> conduit.connect() <bytes = 489>
    >>> [1] <http> https://secure.phabricator.com/api/conduit.connect
    <<< [1] <http> 211,217 us
    <<< [0] <conduit> 212,001 us
    >>> [2] <event> diff.didCollectChanges <listeners = 0>
    <<< [2] <event> 140 us
    >>> [3] <event> diff.didBuildMessage <listeners = 0>
    <<< [3] <event> 46 us
    Reading diff from stdin...
    >>> [4] <conduit> differential.creatediff() <bytes = 10,542>
    >>> [5] <http> https://secure.phabricator.com/api/differential.creatediff
    <<< [5] <http> 120,215 us
    <<< [4] <conduit> 120,411 us
    >>> [6] <event> diff.wasCreated <listeners = 0>
    <<< [6] <event> 41 us
     SKIP STAGING  Raw changes can not be pushed to a staging area.
    >>> [7] <conduit> harbormaster.queryautotargets() <bytes = 290>
    >>> [8] <http> https://secure.phabricator.com/api/harbormaster.queryautotargets
    <<< [8] <http> 217,717 us
    <<< [7] <conduit> 217,944 us
    >>> [9] <conduit> harbormaster.sendmessage() <bytes = 274>
    >>> [10] <http> https://secure.phabricator.com/api/harbormaster.sendmessage
    >>> [11] <conduit> harbormaster.sendmessage() <bytes = 274>
    >>> [12] <http> https://secure.phabricator.com/api/harbormaster.sendmessage
    <<< [10] <http> 123,821 us
    <<< [9] <conduit> 134,329 us
    <<< [12] <http> 227,580 us
    <<< [11] <conduit> 227,787 us
    
    [2016-01-05 10:08:58] EXCEPTION: (Exception) This workflow ('ArcanistDiffWorkflow') requires a Repository API, override requiresRepositoryAPI() to return true. at [<arcanist>/src/workflow/ArcanistWorkflow.php:804]
    arcanist(head=master, ref.master=b3e68c9f1793), phutil(head=stable, ref.master=adb8a9c074ba, ref.stable=7b8d38cd2d4e)
      #0 ArcanistWorkflow::getRepositoryAPI() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:2421]
      #1 ArcanistDiffWorkflow::getDiffOntoTargets() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:2411]
      #2 ArcanistDiffWorkflow::updateOntoDiffProperty() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:534]
      #3 ArcanistDiffWorkflow::run() called at [<arcanist>/scripts/arcanist.php:392]
    ```
    
    Test Plan: Ran `arc diff --raw` in `phabricator/`.
    
    Reviewers: chad
    
    Reviewed By: chad
    
    Differential Revision: https://secure.phabricator.com/D14946
    epriestley committed Jan 5, 2016
    Copy the full SHA
    b642b6e View commit details

Commits on Jan 9, 2016

  1. (stable) Promote 2016 Week 2

    epriestley committed Jan 9, 2016
    Copy the full SHA
    6833ae5 View commit details

Commits on Jan 15, 2016

  1. (stable) Promote 2016 Week 3

    epriestley committed Jan 15, 2016
    Copy the full SHA
    2412c31 View commit details

Commits on Jan 30, 2016

  1. (stable) Promote 2016 Week 5

    epriestley committed Jan 30, 2016
    Copy the full SHA
    0553cb8 View commit details

Commits on Feb 13, 2016

  1. (stable) Promote 2016 Week 7

    epriestley committed Feb 13, 2016
    Copy the full SHA
    ed476cf View commit details

Commits on Feb 27, 2016

  1. (stable) Promote 2016 Week 9

    epriestley committed Feb 27, 2016
    Copy the full SHA
    92a93ab View commit details

Commits on Mar 5, 2016

  1. (stable) Promote 2016 Week 10

    epriestley committed Mar 5, 2016
    Copy the full SHA
    1439aaa View commit details

Commits on Mar 12, 2016

  1. (stable) Promote 2016 Week 11

    epriestley committed Mar 12, 2016
    Copy the full SHA
    bb27674 View commit details

Commits on Mar 19, 2016

  1. (stable) Promote 2016 Week 12

    epriestley committed Mar 19, 2016
    Copy the full SHA
    f89f3de View commit details

Commits on Apr 8, 2016

  1. (stable) Promote 2016 Week 15

    epriestley committed Apr 8, 2016
    Copy the full SHA
    68f4a77 View commit details

Commits on Apr 15, 2016

  1. (stable) Promote 2016 Week 16

    epriestley committed Apr 15, 2016
    Copy the full SHA
    01b6fe8 View commit details

Commits on Apr 23, 2016

  1. (stable) Promote 2016 Week 17

    epriestley committed Apr 23, 2016
    Copy the full SHA
    789aff8 View commit details

Commits on Apr 30, 2016

  1. (stable) Promote 2016 Week 18

    epriestley committed Apr 30, 2016
    Copy the full SHA
    6d17551 View commit details

Commits on May 20, 2016

  1. (stable) Promote 2016 Week 21

    epriestley committed May 20, 2016
    Copy the full SHA
    0249f90 View commit details

Commits on Jun 11, 2016

  1. (stable) Promote 2016 Week 23

    epriestley committed Jun 11, 2016
    Copy the full SHA
    9c412da View commit details
  2. (stable) Promote 2016 Week 24

    epriestley committed Jun 11, 2016
    Copy the full SHA
    7b0aac5 View commit details

Commits on Jun 18, 2016

  1. (stable) Promote 2016 Week 25

    epriestley committed Jun 18, 2016
    Copy the full SHA
    18b27b0 View commit details

Commits on Jul 1, 2016

  1. (stable) Promote 2016 Week 27

    epriestley committed Jul 1, 2016
    Copy the full SHA
    f1c45a3 View commit details

Commits on Jul 30, 2016

  1. (stable) Promote 2016 Week 31

    epriestley committed Jul 30, 2016
    Copy the full SHA
    65cd42f View commit details

Commits on Aug 6, 2016

  1. (stable) Promote 2016 Week 32

    epriestley committed Aug 6, 2016
    Copy the full SHA
    c9337c2 View commit details

Commits on Aug 20, 2016

  1. (stable) Promote 2016 Week 34

    epriestley committed Aug 20, 2016
    Copy the full SHA
    e78618c View commit details

Commits on Aug 27, 2016

  1. (stable) Promote 2016 Week 35

    epriestley committed Aug 27, 2016
    Copy the full SHA
    10e5194 View commit details

Commits on Sep 24, 2016

  1. (stable) Promote 2016 Week 39

    epriestley committed Sep 24, 2016
    Copy the full SHA
    e7906e4 View commit details

Commits on Oct 9, 2016

  1. (stable) Promote 2016 Week 41

    epriestley committed Oct 9, 2016
    Copy the full SHA
    71132db View commit details

Commits on Oct 21, 2016

  1. (stable) Promote 2016 Week 43

    epriestley committed Oct 21, 2016
    Copy the full SHA
    e17fe43 View commit details

Commits on Dec 30, 2016

  1. (stable) Promote 2016 Week 53

    epriestley committed Dec 30, 2016
    Copy the full SHA
    e8b580d View commit details

Commits on Jan 7, 2017

  1. (stable) Promote 2017 Week 1

    epriestley committed Jan 7, 2017
    Copy the full SHA
    9503b94 View commit details

Commits on Feb 13, 2017

  1. (stable) Promote 2017 Week 6

    epriestley committed Feb 13, 2017
    Copy the full SHA
    67a47ac View commit details

Commits on Feb 18, 2017

  1. (stable) Promote 2017 Week 7

    epriestley committed Feb 18, 2017
    Copy the full SHA
    a232e95 View commit details

Commits on Feb 25, 2017

  1. (stable) Promote 2017 Week 8

    epriestley committed Feb 25, 2017
    Copy the full SHA
    822bc53 View commit details

Commits on Mar 25, 2017

  1. (stable) Promote 2017 Week 12

    epriestley committed Mar 25, 2017
    Copy the full SHA
    60aaee0 View commit details

Commits on Apr 7, 2017

  1. (stable) Promote 2017 Week 14

    epriestley committed Apr 7, 2017
    Copy the full SHA
    3512c4a View commit details
Showing with 0 additions and 0 deletions.