phab/src/applications/repository/storage/PhabricatorRepository.phpstable
phab/src/applications/repository/storage/PhabricatorRepository.php
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 2014 | |||
76ed7d1a02c9 | Joshua Spence | Rename `PhabricatorDestructableInterface` interface | Jul 21 2014 | |||
d5e84cf16be4 | lkassianik/epriestley | Implement Project Interface in PhabricatorRepository | Jun 23 2014 | |||
d401036bd82b | epriestley | Prevent the use of `file://` URIs in Diffusion | Jun 13 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
0d03bbe43cf7 | Joshua Spence/epriestley | Allow repositories to be deleted using `./bin/remove`. | Jun 3 2014 | |||
436f0563e81f | epriestley | Add a SublimeText-style repository typeahead | May 13 2014 | |||
95eab2f3b0f2 | epriestley | Record parent relationships when discovering commits | May 12 2014 | |||
a3c1dcb92897 | epriestley | Produce a more tailored checkout URI for Subversion | Feb 28 2014 | |||
e28b78f5ebe3 | epriestley | Fix two issues with ref discovery | Feb 28 2014 | |||
c41b4cfac0a8 | epriestley | Allow Git and Mercurial repositories to be cloned with names in the URI | Jan 30 2014 | |||
ffeee3781019 | epriestley | Add "Clone As" to repositories and generate full clone commands in UI | Jan 30 2014 | |||
96dd530c4472 | epriestley | Distinguish between "Remote URI" and "Clone URI" in Repositories | Jan 30 2014 | |||
f585f6fddd5e | epriestley | Enable "Allow Dangerous Changes" config for Mercurial repositories | Jan 30 2014 | |||
28fcb5711bc8 | Richard van Velzen/epriestley | Add basic support for mirroring Mercurial repositories | Jan 30 2014 | |||
e293d39b5fe4 | epriestley | Split the difference on remote URIs. | Jan 28 2014 | |||
f2bc293a2aea | epriestley | Use remote URI, not display URI, to match repositories | Jan 28 2014 | |||
e34a44a7ed15 | epriestley | Allow repository lookup by remote URI | Jan 25 2014 | |||
ce45c5705744 | epriestley | Add more options to `repository.query` | Jan 25 2014 | |||
f007ed626329 | Brecht Van Lommel/epriestley | Allow repository mirrors even if the repository is hosted elsewhere. | Jan 25 2014 | |||
618da2265d51 | epriestley | Remove all the multi-pass autoclose-branch separate-cache / seenOnBranches junk | Jan 17 2014 | |||
cec3f44b900e | epriestley | Provide an alternate, more general "closeable" flag for commits | Jan 17 2014 | |||
f4b9efe2562b | epriestley | Introduce ref cursors for repository parsing | Jan 17 2014 | |||
972dfa7bfc37 | epriestley | Add 'hook.d/' directories to SVN and Git repositories for custom hooks | Jan 3 2014 | |||
637e3f38f3a0 | epriestley | Allow repositories to be associated with projects | Jan 3 2014 | |||
b0f7e7a6af2d | epriestley | Work around `hg` echoing warnings to stdout under --debug | Dec 18 2013 | |||
d846f6508b2c | epriestley | Fix some repository URI handling issues in Git and Mercurial | Dec 12 2013 | |||
d2e9aee16d1a | epriestley | Reject dangerous changes in Git repositories by default | Dec 3 2013 | |||
209861500f52 | epriestley | Use "en_US.UTF-8", not "C", as the LANG setting | Nov 26 2013 | |||
de73029e991e | epriestley | Propagate PHABRICATOR_ENV into VCS commands explicitly | Nov 25 2013 | |||
c978fe5240fe | epriestley | Fix an issue where SSH protocols would check legacy credentials | Nov 23 2013 | |||
d09dd23bd705 | epriestley | Actually push to mirrors | Nov 23 2013 | |||
4b91c4f7ae91 | epriestley | Add UI for defining repository mirrors | Nov 23 2013 | |||
51fb1ca16d7f | epriestley | Migrate repositories to use Passphrase for credential management | Nov 23 2013 | |||
4910a36563a6 | Saulius Zemaitaitis/epriestley | Set reasonable defaults when displaying remote repository URIs. | Nov 22 2013 | |||
e99c53da2ea2 | epriestley | Fix an issue with SVN path construction in the presence of subpath configuration | Nov 21 2013 | |||
a07f444f2a5e | epriestley | Fix git "origin" remote in more circumstances | Nov 20 2013 | |||
ff8b48979eb7 | epriestley | Simplify Repository remote and local command construction | Nov 20 2013 | |||
08bdfacff39f | epriestley | Make Subversion URI construction more consistent | Nov 20 2013 | |||
dcf909ba56bf | Aviv Eyal/epriestley | Land to GitHub + support stuff | Nov 14 2013 | |||
d4eca257742a | epriestley | Don't implement SVN over HTTP | Nov 12 2013 | |||
3607bd487cc0 | epriestley | Survive pull/discover for hosted repositories in all VCSes | Nov 2 2013 | |||
a0e820ad9a2e | epriestley | Improve repository hinting and feedback | Nov 2 2013 | |||
3a39b01233db | epriestley | Add "RepositoryStatusMessage" and detailed information about initilization | Oct 31 2013 | |||
2d01da14fd14 | epriestley | Provide detailed status information about repository state/progress | Oct 30 2013 | |||
19124554d8b9 | epriestley | Fix various branch/ref issues with bare repositories in Git | Oct 30 2013 | |||
d8bda7c66e0a | epriestley | Add an "importing" state to repositories and clean up the UI | Oct 29 2013 | |||
bb35f8ec9fe9 | epriestley | Add hosting, serving, and push policy options to repository edit | Oct 29 2013 | |||
86fe020a97b8 | epriestley | Add global "push" policy to Repositories | Oct 29 2013 | |||
5f6ea9f662aa | epriestley | Activate the new Repository creation workflow | Oct 29 2013 | |||
dcb0b1b64f73 | epriestley | Add support for branch-related configuration to new Repository edit workflow | Oct 25 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 | |||
2e5ac128b3ee | epriestley | Explain policy exception rules to users | Sep 27 2013 | |||
79abe6653e89 | epriestley | Remove PhabricatorRepository::loadAllByPHIDOrCallsign() | Sep 26 2013 | |||
c467cc464fb5 | epriestley | Make most repository reads policy-aware | Sep 26 2013 | |||
d63789e4b2a0 | epriestley | Allow repository policies to be edited | Sep 23 2013 | |||
b8cb6ddaa5bb | epriestley | Add some keys and policy fields to repositories | Sep 22 2013 | |||
7d26252a3f3e | epriestley | Use PhutilBugtraqParser in Phabricator | Sep 18 2013 | |||
7a39ac43b48c | epriestley | Add a "list<regex>" config option and move regex config to it | Sep 13 2013 | |||
93c67040596a | epriestley | Move "most recent commit" and "commit count" into DiffusionRepositoryQuery | Sep 11 2013 | |||
d3cf7874ede5 | epriestley | Use application PHIDs in Repositories | Jul 22 2013 | |||
a0c5a6cdb6f9 | epriestley | Use %P for all sensitive command construction in Phabricator | Jul 4 2013 | |||
b29067e38b52 | Svemir Brkic/epriestley | Process multiple Bugtraq links in reverse to avoid links overwriting each other | Jul 2 2013 | |||
50bc33fc1c88 | epriestley | Change repository description from plain text to remarkup | May 24 2013 | |||
c48f64b391f2 | epriestley | Specify HOME when invoking Git commands | May 21 2013 | |||
016b62a7ef51 | Bob Trahan | Diffusion - move some DiffusionRequest queries to occur over Conduit | May 15 2013 | |||
e7fde9a77c49 | epriestley | Make repository discovery partially testable | May 13 2013 | |||
1c507f14af11 | Jakub Vrana | Support Mercurial commands on Windows | Apr 25 2013 | |||
141233565afd | Jakub Vrana | Fix whitespace around methods | Apr 23 2013 | |||
6a5807eba44f | Jakub Vrana | Link external bug trackers | Apr 20 2013 | |||
868e79b7a78f | James Rhodes/epriestley | Implemented option to allow users to view username of repository URIs. | Mar 7 2013 | |||
fe78944c9df7 | epriestley | Prepare Diffusion for hovercards | Feb 27 2013 | |||
db89e23761f0 | epriestley | Make Repositories partially policy-aware | Dec 19 2012 | |||
0e53731d1d21 | vrana | Expose repository info in arcanist.projectinfo | Dec 11 2012 | |||
846a359d9ab5 | vrana | Display number of lint messages in Diffusion dir | Nov 9 2012 | |||
23a046b3cdf9 | vrana | Allow saving lint errors to database | Nov 9 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
4edf8ae2fcb9 | Bob Trahan | make "browse in diffusion" action work for commits in branches other than master | Oct 31 2012 | |||
5d5f8a7a911b | Bob Trahan | whoops - forgot to remove the third slash on this comment from D3822 | Oct 26 2012 | |||
731a6900bd0f | Bob Trahan | upgrade repository delete function to full-blown workflow | Oct 26 2012 | |||
e0e97b08b8a5 | vrana | Open editor on first modified line | Sep 24 2012 | |||
1c98ca70420a | vrana | Fix doc links | Aug 7 2012 | |||
f2dea87c1144 | pearj | Fix Exception Bad getter call: getURIObject | Jul 28 2012 | |||
d9296638cdd4 | epriestley | Fix a "user@domain:path" protocol handling bug | Jul 28 2012 | |||
839f3df9c262 | epriestley | Stop trasforming "scp-style" URIs into normal URIs in Git | Jul 23 2012 | |||
969dcc5bae53 | Jason Ge | handle svn and hg for auto-close | Jun 23 2012 | |||
d27790884242 | epriestley | Minor, avoid branch loop nonsense for repositories not set to autoclose. See… | Jun 20 2012 | |||
444c634b6c66 | Ben Rogers <nodren>/epriestley | Allows branches to appear in diffusion with out triggering closing things from… | Jun 15 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 |
c4science · Help