phab/src/applications/repositorystable
phab/src/applications/repository
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
6eadfe6a6fce | epriestley | Allow repositories to be ordered by commit count | Mar 23 2015 | |||
80b8dc521d14 | epriestley | Fix Mercurial command injection vulnerability | Mar 20 2015 | |||
bd2eaad04f03 | epriestley | Add "phabricator.silent" for stopping all outbound events from an install | Mar 18 2015 | |||
386a517c14a9 | Chad Little | Modernize Repositories a bit | Mar 5 2015 | |||
027d4ffd8bae | epriestley | Set "importing" flag on repositories created via API | Mar 4 2015 | |||
5b104e291a1a | Joshua Spence | Fix a missing parameter | Mar 1 2015 | |||
8599145b5eec | epriestley | Implement more consistent publishing rules for repositories | Feb 19 2015 | |||
6a60b8cb6f2b | epriestley | Set "importStatus" as nonmutable on save() | Feb 19 2015 | |||
35c55f7ddfd3 | epriestley | Improve visibility of repository credential errors | Feb 19 2015 | |||
dd969673060f | epriestley | Only increment status message cursor if we're going to consume the message | Feb 18 2015 | |||
02b174c2af04 | epriestley | Allow a different SSH host to be set in Diffusion | Feb 18 2015 | |||
6a3824a61d44 | epriestley | Fix an issue where PullLocal daemon could spin in an error loop | Feb 18 2015 | |||
bdd7a35b3094 | epriestley | Remove direct calls to LowLevelCommitQuery | Feb 11 2015 | |||
aaf8d73ec798 | Joshua Spence | Fix `pht` method calls | Feb 10 2015 | |||
ddc0041e73bb | Joshua Spence | Remove some temporary code | Feb 9 2015 | |||
ae7dc8b9d2ca | Chad Little | Add getGroup to ConfigOptions | Feb 9 2015 | |||
5a9df1a22526 | Bob Trahan | Policy - filter app engines where the user can't see the application from panel… | Feb 5 2015 | |||
dd814decbc52 | Bob Trahan | Policy - remove comment to change policy later as its good as is | Feb 3 2015 | |||
8c79b3eaede0 | Bob Trahan | Policy - convert repository worker to query revision with policy query | Feb 3 2015 | |||
026e3794831f | Bob Trahan | Policy - do proper policy queries when updating owners packages in commit… | Feb 3 2015 | |||
f58dce681905 | Bob Trahan | Policy - remove loadRepository() method from ArcanistProjects | Feb 2 2015 | |||
99292c5c6a67 | Chad Little | Use icons with Config Options page | Feb 2 2015 | |||
8b06804394f8 | Chad Little | Remove getIconName from all applications | Jan 30 2015 | |||
d8550c114d70 | epriestley | Promote instance identity to the upstream and pass it to commit hooks | Jan 27 2015 | |||
ac41db402aa7 | epriestley | In Diffusion, split service URI resolution from conduit client construction | Jan 27 2015 | |||
5d8bb61dde25 | Chad Little | Add FontIcon bridge to AppIcons | Jan 25 2015 | |||
8d087ae738d8 | epriestley | Remove 'initFromConduit' option from Diffusion | Jan 23 2015 | |||
d94d1da61098 | epriestley | Proxy Diffusion Conduit API calls | Jan 23 2015 | |||
7c2474bef756 | epriestley | Move Conduit client construction logic into Repository | Jan 23 2015 | |||
a03d16907c03 | Bob Trahan | Audit - fix issue "showing older" on some commits | Jan 23 2015 | |||
25ee2d4508d8 | Joshua Spence | Rename `DifferentialHunk` subclasses for consistency | Jan 22 2015 | |||
daadf955378c | Joshua Spence | Fix visibility of `PhutilArgumentWorkflow::didConstruct` methods | Jan 15 2015 | |||
62dfcd1e552f | Joshua Spence | Fix the visibility of `PhutilDaemon::run` methods | Jan 15 2015 | |||
94b96ae53319 | Joshua Spence | Fix visibility of the `PhabricatorWorker::doWork()` methods | Jan 15 2015 | |||
463d094f963b | Joshua Spence | Fix method visibility for `PhabricatorPolicyAwareQuery` subclasses | Jan 13 2015 | |||
d6b882a804c7 | Joshua Spence | Fix visiblity of `LiskDAO::getConfiguration()` | Jan 13 2015 | |||
9b21274138cf | Joshua Spence | Allow `PhabricatorRepositoryCommitHeraldWorker` to continue on certain types of… | Jan 9 2015 | |||
e448386d39a6 | Joshua Spence | Fix method visibility for `PhabricatorApplicationSearchEngine` methods | Jan 6 2015 | |||
44093da93c9a | Joshua Spence | Fix method visibility for `PhabricatorRepositoryCommitParserWorker` subclasses | Jan 6 2015 | |||
648fa2e1bcc6 | Bob Trahan | Repositories - Move scripts/repository/reparse.php to bin/repository reparse | Jan 6 2015 | |||
204ae221d270 | lkassianik/epriestley | Fixes T6637, "closing by commit" should update task status and specify… | Jan 6 2015 | |||
dd42020ef3bc | Joshua Spence | Use `PhabricatorAuditEditor` to write revert edges | Jan 5 2015 | |||
384b670709aa | Bob Trahan | Fix string truncation calls all over the codebase. | Jan 5 2015 | |||
85a363674743 | Joshua Spence | Write edges for commit reverts | Jan 4 2015 | |||
7c2a7d03651c | Joshua Spence | Modernize remaining edge types | Jan 3 2015 | |||
4f4dc9c83e8a | epriestley | Update PhabricatorRepositoryManagementLookupUsersWorkflow to use ConduitCall | Jan 3 2015 | |||
8dee37a1320a | Joshua Spence | Fix some linter violations | Jan 2 2015 | |||
f33e2de09286 | Fabian Stelzer/epriestley | make repo callsigns optional | Jan 1 2015 | |||
7cab903943f5 | Joshua Spence | Migrate Differential revision edges to use modern `EdgeType` subclasses | Jan 1 2015 | |||
eedd7aa58bc4 | Joshua Spence/epriestley | Minor linter fixes | Dec 30 2014 | |||
cea1432782d0 | epriestley | Skip Mercurial tests if `hg` is not present | Dec 30 2014 | |||
cd6f67ef95a3 | epriestley | When repository services are available, use them when creating a new repository | Dec 18 2014 | |||
83db5965ab6c | Bob Trahan | Maniphest - introduce needProjectPHIDs | Dec 18 2014 | |||
4505724cc4f1 | epriestley | Allow repositories to be bound to an AlmanacService | Dec 12 2014 | |||
6ab3f06b6ec6 | Bob Trahan | Transactions - adding willRenderTimeline to handle tricky cases | Dec 4 2014 | |||
f6e635c8d279 | Bob Trahan | Transactions - deploy buildTransactionTimeline to remaining applications | Dec 4 2014 | |||
a414fc497f3b | Bob Trahan | Diffusion - make projects work properly with commits | Nov 19 2014 | |||
435085862892 | Bob Trahan | Differential - allow setting viewPolicy from web ui during diff creation process | Nov 19 2014 | |||
d2ea0bc5f0df | Bob Trahan | Diffusion - add verifyGitOrigin check to git fetch operation | Nov 15 2014 | |||
310373ebc43f | Bob Trahan | Audit - delete duplicate audit requests and add unique key | Nov 14 2014 | |||
1ac84c1b59de | Chad Little | Add addLinkSection to MailBody to properly format URIs | Oct 30 2014 | |||
dd49096a857b | Bob Trahan | Diffusion - upgrade exception error message to include hint to config option | Oct 29 2014 | |||
3bf770cb30f4 | Bob Trahan | Repositories - don't send emails or publish feed stories about commits from… | Oct 21 2014 | |||
ba2963ecb3bb | Bob Trahan | Diffusion - fix commits not importing fully | Oct 17 2014 | |||
3dd92a78ac2a | Bob Trahan | Move audit to application transactions | Oct 15 2014 | |||
1af6f215733f | Bob Trahan | Increase clarity when closing a revision in response to a commit | Oct 14 2014 | |||
3cf9a5820fc9 | Joshua Spence | Minor formatting changes | Oct 7 2014 | |||
8fa8415c07d2 | epriestley | Automatically build all Lisk schemata | Oct 2 2014 | |||
300172e79991 | epriestley | Support AUTO_INCREMENT in `bin/storage adjust` | Oct 1 2014 | |||
1dfa94e57127 | epriestley | Use binary collations for most text | Oct 1 2014 | |||
4fcc634a99dc | epriestley | Fix almost all remaining schemata issues | Oct 1 2014 | |||
03519c53bbcc | epriestley | Mark questionable column nullability for later | Oct 1 2014 | |||
b149cb7e99e5 | epriestley | Generate expected schemata for Repository | Sep 29 2014 | |||
936ee22de1b8 | Bob Trahan | Differential - label unit / lint results from the commit diff as not applicable | Sep 16 2014 | |||
e8985fc9e723 | Bob Trahan | Differential - change "closed by commit" comment to real transaction | Sep 12 2014 | |||
c75495e63fa0 | Bob Trahan | Transactions - add infrastructure for "mentions" | Sep 9 2014 | |||
0151c38b107f | Joshua Spence | Apply some autofix linter rules | Sep 9 2014 | |||
ac4247ea59eb | epriestley | Provide more information from diffusion.querycommits | Sep 5 2014 | |||
2f4addc67113 | Bob Trahan | Diffusion / Herald - tweak "Accepted Differential Revision exists" Herald field | Sep 4 2014 | |||
b93bc7e47947 | Bob Trahan | phutil_utf8_shorten => PhutilUTF8StringTruncator | Aug 30 2014 | |||
912b4c564d6f | epriestley | Allow "Track Only" and "Autoclose" to accept regular expressions | Aug 26 2014 | |||
53a678c56823 | epriestley | Improve documentation and tooling around autoclose | Aug 26 2014 | |||
fca8b5ab1b36 | epriestley | Improve UX for repository updates | Aug 21 2014 | |||
f6f9d78f3a07 | epriestley | Modularize mail tags | Aug 12 2014 | |||
ec9eaabfbdac | epriestley | Allow repo updates to recover after force push + garbage collection | Aug 12 2014 | |||
9309723ac477 | epriestley | Send graceful shutdown signals to daemons in Phabricator | Aug 12 2014 | |||
d38e89ef6ba5 | epriestley | Fix several issues with application interactions while importing commits | Aug 11 2014 | |||
8fd098329ba2 | Joshua Spence | Rename `AphrontQueryException` subclasses | Aug 5 2014 | |||
e8d272b0dad1 | epriestley | Use standard infrastructure to attach commits to other objects | Aug 4 2014 | |||
89b942c183eb | epriestley | Move Audit to proper Subscriptions | Aug 2 2014 | |||
a6698f2ea53c | epriestley | Use ApplicationTransactions when indexing commit/audit comments | Jul 29 2014 | |||
3fca1b2d2d94 | epriestley | Fix some missing renames of Application classes | Jul 25 2014 | |||
dc5c87f74cda | epriestley | Hide Audit comment table reads behind an API | Jul 25 2014 | |||
8605a1808d01 | epriestley | Hide direct accesses to Audit inline comment table behind API | Jul 25 2014 | |||
023dee0d3b6d | Joshua Spence | Rename Conduit classes | Jul 25 2014 | |||
c34de8361984 | Joshua Spence | Rename policy capabilities | Jul 25 2014 | |||
97a8700e4589 | Joshua Spence | Rename `PHIDType` classes | Jul 24 2014 | |||
0c8f487b0fa7 | Joshua Spence | Implement the `getName` method in `PhabricatorApplication` subclasses | Jul 23 2014 | |||
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 2014 | |||
254542237a66 | Joshua Spence | Simplify the implementation of `PhabricatorPHIDType` subclasses | Jul 21 2014 |
c4science · Help