phab/src/applications/differential/storage/DifferentialRevision.phpstable
phab/src/applications/differential/storage/DifferentialRevision.php
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
3ef0721adacc | Bob Trahan | Reduce PhabricatorUser::getOmnipotentUser calls by adding a getViewer method to… | May 15 2015 | |||
460d68ba27b6 | epriestley | Provide link to inlines in-context in $ghost['href'] | May 4 2015 | |||
c509e80a74f1 | epriestley | Fix an issue where versus diffs tried to load invalid changeset IDs | Apr 22 2015 | |||
1858d2aa6679 | epriestley | Make Differential timeline aware of ghostly inlines | Apr 22 2015 | |||
d8bd3efa2c69 | epriestley | Simplify timeline rendering on Differential revisions | Apr 22 2015 | |||
5645a07d9984 | epriestley | Modernize DifferentialInlineCommentQuery | Apr 21 2015 | |||
d6b882a804c7 | Joshua Spence | Fix visiblity of `LiskDAO::getConfiguration()` | Jan 13 2015 | |||
7c2a7d03651c | Joshua Spence | Modernize remaining edge types | Jan 3 2015 | |||
7cab903943f5 | Joshua Spence | Migrate Differential revision edges to use modern `EdgeType` subclasses | Jan 1 2015 | |||
ac1c9559860b | Bob Trahan | Transactions - fix bug in differential where older inlines weren't appearing | Dec 5 2014 | |||
6ab3f06b6ec6 | Bob Trahan | Transactions - adding willRenderTimeline to handle tricky cases | Dec 4 2014 | |||
03519c53bbcc | epriestley | Mark questionable column nullability for later | Oct 1 2014 | |||
93681fcdbc5c | epriestley | Generate expected schemata for Differential | Sep 29 2014 | |||
c75495e63fa0 | Bob Trahan | Transactions - add infrastructure for "mentions" | Sep 9 2014 | |||
c34de8361984 | Joshua Spence | Rename policy capabilities | Jul 25 2014 | |||
97a8700e4589 | Joshua Spence | Rename `PHIDType` classes | Jul 24 2014 | |||
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 2014 | |||
76ed7d1a02c9 | Joshua Spence | Rename `PhabricatorDestructableInterface` interface | Jul 21 2014 | |||
248b4dfa9d61 | lkassianik/epriestley | Projects for DifferentialRevision | Jun 23 2014 | |||
f7f866445681 | James Rhodes | Move build variables into HarbormasterBuildableInterface | Jun 20 2014 | |||
889440ead066 | epriestley | Allow structured destruction of Differential Revisions | May 2 2014 | |||
49bc32f12d82 | epriestley | Implement PhabricatorApplicationTransactionInterface in Differential | Apr 18 2014 | |||
592591e71538 | epriestley | Clean up various pieces of dead/obsolete Differential code | Mar 11 2014 | |||
6dd191a3c135 | epriestley | Allow configuration of Differential custom fields | Mar 11 2014 | |||
f6a13fd1c7b1 | epriestley | Use CustomField, not AuxiliaryField, to power RevisionView | Feb 27 2014 | |||
8297c2131cb2 | epriestley | Implement more Differential fields on ApplicationTransaction/CustomField | Feb 27 2014 | |||
cd7171ec6e11 | epriestley | Migrate old AuxiliaryField storage to modern CustomField storage | Feb 27 2014 | |||
0f0673b9e526 | epriestley | Remove "dateCommitted" field from DifferentialRevision | Feb 25 2014 | |||
a24605432f60 | epriestley | Use standard rendering and controller for Differential subscriptions | Feb 21 2014 | |||
c5ba75ee9ed2 | epriestley | Implement a "Reviewers" CustomField | Feb 21 2014 | |||
aa7ba4c6e6d6 | epriestley | Implement Differential subscribers as a CustomField | Feb 21 2014 | |||
f91e94eb90f9 | epriestley | Implement view and edit policies in Differential CustomFields | Feb 21 2014 | |||
01572d9d933b | epriestley | Implement "Repository" as a new-style CustomField in Differential | Feb 21 2014 | |||
be262f4b0c16 | epriestley | Implement new-style "Summary" field | Feb 21 2014 | |||
50ed42761ce9 | epriestley | Don't issue a bazillion queries to load Differential object lists | Feb 19 2014 | |||
65bc2b1ac53d | epriestley | Implement "Pro" version of revision editor, with one field | Feb 19 2014 | |||
18938b531071 | epriestley | Migrate Differential comments to ApplicationTransactions | Feb 12 2014 | |||
8f9b7f419619 | epriestley | Move Differential to proper subscriptions | Feb 12 2014 | |||
aad6b57c36f8 | epriestley | Add `bin/harbormaster` to make builds easier to debug | Dec 26 2013 | |||
1da691113aa8 | epriestley | Normalize the definition of "closed" revision statuses | Nov 26 2013 | |||
da845460586c | Bob Trahan | Add filter by object ability to flag query | Oct 25 2013 | |||
073cb0e78c01 | epriestley | Make PhabricatorPolicyInterface require a getPHID() method | Oct 14 2013 | |||
436a40335723 | epriestley | Add a "default view" policy to Differential | Oct 9 2013 | |||
b1b1ff83f239 | epriestley | Allow applications to define new policy capabilities | Oct 7 2013 | |||
cf4eb3109e77 | epriestley | Allow projects to review revisions | Oct 5 2013 | |||
65ddefad8b9c | epriestley | Migrate all Differential reviewer data to edges | Oct 5 2013 | |||
5799e8e2de67 | epriestley | Provide better strings in policy errors and exceptions | Sep 27 2013 | |||
2e5ac128b3ee | epriestley | Explain policy exception rules to users | Sep 27 2013 | |||
d61c931c7b38 | epriestley | Use Differential policy columns to drive policies | Sep 26 2013 | |||
c458517cb4fe | epriestley | Add viewPolicy, editPolicy, repositoryPHID columns to DifferentialRevision | Sep 26 2013 | |||
52e65f3d4761 | Bob Trahan | Add a differential.getdiffs method | Sep 17 2013 | |||
fcba0c74d979 | Gareth Evans/epriestley | Replace all "attach first..." exceptions with `assertAttached()` | Sep 3 2013 | |||
1fb39a20d3fa | epriestley | Move DifferentialRevision to application PHIDs | Jul 22 2013 | |||
d4c28dcbc2d5 | Juan Pablo Civile/epriestley | Methods for reading reviewers from edges in differential | Jul 15 2013 | |||
6a2ae077915c | epriestley | Abstract access to DifferentialInlineComment behind a Query | Jun 21 2013 | |||
6a2e27ba8d70 | epriestley | Put all DifferentialComment loading behind DifferentialCommentQuery | Jun 21 2013 | |||
6eb82ebfd4d0 | deedydas/epriestley | xDiffs and Revisions Generating | May 6 2013 | |||
e555b9025fcf | James Rhodes/epriestley | Implemented Phrequent time tracking functionality. | Mar 30 2013 | |||
a5f031835cee | epriestley | Notify users when an object they created gets awarded a token | Feb 19 2013 | |||
49c40d209dd1 | epriestley | Tokens v1 | Feb 15 2013 | |||
8c99938aad55 | vrana | Convert revision unsubscribers to edges | Feb 4 2013 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
284bf71a8dc9 | Bob Trahan | Fix error when deleting revision | Oct 4 2012 | |||
8fbe6347d22d | Alan Huang | Load primary reviewer PHID | Aug 8 2012 | |||
c0d48d0b2db9 | epriestley | Return attached hashes from `differential.query` | Jun 26 2012 | |||
d7b8bc892b5f | vrana | Display revision number in history | Jun 23 2012 | |||
d4b6b095cbf7 | epriestley | Provide a script to completely destroy revisions | Jun 19 2012 | |||
892a2d1b61c4 | vrana | Make Thread-Topic human readable | Jun 14 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 |
c4science · Help