phab/src/applications/diffusion/conduitstable
phab/src/applications/diffusion/conduit
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
43f9927a38f7 | Aviv Eyal/epriestley | Compare two branches | Dec 6 2016 | |||
c0bf08058b77 | Mukunda Modell | Check for empty output from git ls-tree | Sep 10 2016 | |||
c55de86f0ef0 | epriestley | Return Diffusion diffs through Files, not directly over Conduit | Aug 27 2016 | |||
771579496fc1 | epriestley | Make logic for streaming VCS stuff directly to Files more reusable | Aug 27 2016 | |||
d44a5fa93374 | epriestley | In Git, only use "--find-copies-harder" on small diffs | Jul 10 2016 | |||
2a1393c008c3 | epriestley | Fix impropery history graph trace in Mercurial | Jul 4 2016 | |||
f5f784f4c1d0 | epriestley | Version clustered, observed repositories in a reasonable way (by largest… | May 30 2016 | |||
da599386f645 | epriestley | Add `diffusion.uri.edit` for creating and editing repository URIs | Apr 29 2016 | |||
dc75b4bd0602 | epriestley | Move all cluster locking logic to a separate class | Apr 25 2016 | |||
711f13660e54 | epriestley | Synchronize working copies before doing a "bypassCache" commit read | Apr 22 2016 | |||
d87c500002d7 | epriestley | Synchronize (hosted, clustered, Git) repositories over Conduit + HTTP | Apr 19 2016 | |||
575c01373ee7 | epriestley | Extract repository command construction from Repositories | Apr 19 2016 | |||
adf42db5ea2d | epriestley | Trivially implement RepositoryEditEngine and API methods | Apr 18 2016 | |||
7150aa8e192e | June Rhodes/epriestley | Use Conduit in PhabricatorRepositoryGitCommitChangeParserWorker | Apr 14 2016 | |||
601aaa5a86c1 | epriestley | Modularize content sources | Mar 26 2016 | |||
130e1d1f68a4 | Vlad Albulescu/epriestley | Unbreak regex filename search | Mar 20 2016 | |||
58c2141ffdbf | epriestley | Fix limit calculation for largeish Mercurial repsositories | Feb 16 2016 | |||
b51a859636ac | epriestley | Allow diffusion.filecontentquery to load data for arbitrarily large files | Jan 21 2016 | |||
a061bd2d09c2 | epriestley | Parse and display commit authorship date in Git in Diffusion | Jan 11 2016 | |||
d1fb2f7fb96d | epriestley | Make `diffusion.filecontentquery` return file PHIDs instead of raw content | Jan 8 2016 | |||
741118a08f3d | epriestley | Improve Diffusion behavior for directories with impressive numbers of files | Jan 6 2016 | |||
9728c65e9358 | epriestley | Drive blame generation through `diffusion.blame` | Jan 6 2016 | |||
f561dc172d49 | epriestley | Implement a dedicated "diffusion.blame" API method | Jan 6 2016 | |||
f1c298203a84 | epriestley | Return no results from `grep` repository queries on error | Jan 5 2016 | |||
9febfb26a08d | epriestley | Convert `diffusion.looksoon` to use repository identifiers instead of callsigns | Jan 4 2016 | |||
b1388c5ca157 | epriestley | Remove `diffusion.getcommits` Conduit API method | Jan 4 2016 | |||
35e7a1f3c073 | epriestley | Continue reducing callers to getCallsign() | Jan 4 2016 | |||
9d84eb4c747d | epriestley | Allow Conduit API methods in Diffusion to accept any repository identifier | Jan 4 2016 | |||
c589af51e8b3 | David Fisher | add "update" mode to Diffusion coverage Conduit | Nov 10 2015 | |||
b2e89a9e4876 | epriestley | Fix several error handling issues with Subversion commits in Diffusion | Oct 6 2015 | |||
e96cd29efff7 | epriestley | Reduce badness in viewing large files in the Diffusion web UI | Jun 18 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
f8b7f0314598 | Joshua Spence | Change "lint save" to not use Arcanist Projects | May 18 2015 | |||
7f8ee4e32966 | epriestley | Fix a bug with DiffusionMergedCommitsQueryConduitAPIMethod | May 6 2015 | |||
2cc898a63f00 | Joshua Spence | Add repository parameter to `diffusion.findsymbols` method | May 5 2015 | |||
2483f6f120a4 | Joshua Spence | Move symbols to be repository-based | May 3 2015 | |||
2a37459a5f5a | epriestley | Only resolve branch names to branches | Apr 27 2015 | |||
d3436c256cba | epriestley | Ignore closed branch heads by default in Mercurial | Apr 27 2015 | |||
156b156e77b6 | epriestley | Give Conduit params/return/errors protected visibility | Apr 13 2015 | |||
3fcc3fdedf20 | Bob Trahan | Diffusion - be sure to properly unserialize result from conduit query | Feb 17 2015 | |||
e1dcbc43866a | Bob Trahan | Policy - lock down DiffusionSymbolQuery repo-loading code | Feb 1 2015 | |||
bdb3adeee485 | Bob Trahan | Policy - clean up the deprecated diffusion.getcommits | Jan 30 2015 | |||
8d087ae738d8 | epriestley | Remove 'initFromConduit' option from Diffusion | Jan 23 2015 | |||
d94d1da61098 | epriestley | Proxy Diffusion Conduit API calls | Jan 23 2015 | |||
cae8c49745cc | epriestley | Fix diffusion.readmequery to work in a cluster enviroment | Dec 31 2014 | |||
39ca2fdf649f | Joshua Spence | Use `new FutureIterator` instead of `Futures` | Dec 30 2014 | |||
3cf9a5820fc9 | Joshua Spence | Minor formatting changes | Oct 7 2014 | |||
ac4247ea59eb | epriestley | Provide more information from diffusion.querycommits | Sep 5 2014 | |||
d7f51325e3ab | James Rhodes | Populate results of DiffusionQueryCommitsConduitAPIMethod with… | Sep 3 2014 | |||
d1936711a077 | Bob Trahan | Diffusion - replace last `hg manifest` call with `hg locate` | Aug 28 2014 | |||
c1e8d97069fa | Bob Trahan | Diffusion - re-jigger how README files get rendered | Aug 23 2014 | |||
f055736ecad2 | Joshua Spence | Rename `PhutilRemarkupRule` subclasses | Aug 4 2014 | |||
508260e4fef1 | epriestley | Apply `diffusion.createcomment` directly with transaction editor in Audit | Aug 2 2014 | |||
688f245a95be | epriestley | Use transactions to apply "add auditors" action in Audit | Aug 2 2014 | |||
5b969fb5b809 | epriestley | Provide a transaction editor to perform Audit row writes | Aug 2 2014 | |||
68f1ca896d55 | Joshua Spence | Fix misspelled file name | Aug 2 2014 | |||
608e1d20b48a | epriestley | Write separate comments for every action in Audit | Jul 29 2014 | |||
556bca3099d5 | Asher Baker/epriestley | Order readme files based on how well we can get the markup right. | Jul 25 2014 | |||
20589389de75 | epriestley | Fix some issues with new Conduit method implementations | Jul 25 2014 | |||
3fca1b2d2d94 | epriestley | Fix some missing renames of Application classes | Jul 25 2014 | |||
023dee0d3b6d | Joshua Spence | Rename Conduit classes | Jul 25 2014 | |||
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 2014 | |||
d4b2bfa2f4c1 | epriestley | Modernize commit/edge transaction when parsing commit messages | Jul 18 2014 | |||
8756d82cf6c1 | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
5660684d7f44 | epriestley | Never use "{branches}" in Mercurial | Jun 20 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
a74545c9da4b | epriestley | Provide a rough, unstable API for reporting coverage into Diffusion | May 18 2014 | |||
f2d72ced4bb5 | epriestley | Fix a missed call to setCommit() on DiffusionRequest | May 15 2014 | |||
436f0563e81f | epriestley | Add a SublimeText-style repository typeahead | May 13 2014 | |||
23ada21d3552 | epriestley | Remove `commit` from DiffusionRequest | May 13 2014 | |||
347252fda85a | epriestley | Improve clarity of commit and symbol handling in DiffusionRequest | May 13 2014 | |||
ce3f9211e440 | epriestley | Let diffusion.readmequery accept a commit | May 13 2014 | |||
9a2c68fd8848 | epriestley | Rename "stableCommitName" to "stableCommit" | May 13 2014 | |||
7cc9720d6096 | epriestley | Remove `shouldCreateDiffusionRequest` from Diffusion conduit methods | May 13 2014 | |||
cfa265f02091 | epriestley | Make sure READMEs can hit the markup cache in Diffusion | May 12 2014 | |||
e13369d20815 | epriestley | Use RepositoryGraphCache to service diffusion.lastmodifiedquery | May 12 2014 | |||
e34ee684e138 | epriestley | Batch execution of LastModified query | May 12 2014 | |||
65913162e760 | epriestley | Allow discovered but unparsed commits to be requested in Releeph | Apr 20 2014 | |||
969d0c3e8de2 | epriestley | Use "\z" instead of "$" to anchor validating regular expressions | Mar 13 2014 | |||
a4a4322d7abf | epriestley | Add a "tags" field to Diffusion commit | Mar 12 2014 | |||
740757fd9b7a | Bob Trahan | Diffusion - add ToC for readme files | Mar 11 2014 | |||
dfd53fb008c3 | epriestley | Return "uri" field in `diffusion.querycommits` | Feb 9 2014 | |||
5771d1395203 | Richard van Velzen/epriestley | Speed up diffusion_browsequery for mercurial repositories | Feb 7 2014 | |||
2d27324bef95 | Vlad Albulescu/epriestley | Basic filename search support for Diffusion | Feb 1 2014 | |||
ffed36fd9991 | epriestley | Minor, fix a method signature warning. | Jan 29 2014 | |||
e9be9ecfbcc9 | epriestley | Add a "branches" rule for commits | Jan 28 2014 | |||
d112b6c15d8e | epriestley | Add `diffusion.querycommits` and deprecate `diffusion.getcommits` | Jan 28 2014 | |||
35ccda922a31 | epriestley | Merge `diffusion.commitbranchesquery` into `diffusion.branchquery` | Jan 18 2014 | |||
4c2696120b81 | epriestley | Remove DiffusionBranchInformation in favor of DiffusionRepositoryRef | Jan 18 2014 | |||
6639f93153dc | John Watson/epriestley | Add a 'silent' option to diffusion.createcomment | Jan 9 2014 | |||
8ddf883d2ee1 | epriestley | Cut Herald rules off at 1GB of diff text | Jan 3 2014 | |||
ce632d64906b | epriestley | Use `ancestors(x)` instead of `0::x` in Mercurial history queries | Dec 27 2013 | |||
9c938701c3dd | epriestley | Modernize Diffusion `commitparentsquery` | Dec 20 2013 | |||
264bef58c49e | William R. Otte | Various fixes for hosted and non-hosted subversion queries in Diffusion. | Dec 19 2013 | |||
b0f7e7a6af2d | epriestley | Work around `hg` echoing warnings to stdout under --debug | Dec 18 2013 | |||
6f3a99eb392e | epriestley | Generate ref updates in Mercurial hooks | Dec 17 2013 | |||
052c83a61303 | epriestley | Fix error detection for "ls-tree" output | Dec 11 2013 | |||
52462a46c00c | epriestley | Raise a better error for malformed `git ls-tree` | Dec 9 2013 | |||
49f3ff0e08f4 | John Watson/epriestley | Attach TaskPHIDs to commits in diffusion.getcommits | Nov 27 2013 | |||
4f205308569f | epriestley | Merge "expandshortcommitquery" and "stablecommitnamequery" into "resolverefs" | Nov 4 2013 |
c4science · Help