phab/src/applications/repositoryproduction
phab/src/applications/repository
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a5f55d506f46 | epriestley | Provide a real object ("PhabricatorRepositoryPushEvent") to represent an entire… | Mar 26 2014 | |||
c828160c22d3 | epriestley | Minor, fix a constant in PhabricatorRepositoryEditor | Mar 26 2014 | |||
e8e12910a70f | epriestley | Implement a "credential" standard custom field | Mar 26 2014 | |||
1d303542235d | epriestley | Fix issue with ref/fixes in commit messages | Mar 14 2014 | |||
969d0c3e8de2 | epriestley | Use "\z" instead of "$" to anchor validating regular expressions | Mar 13 2014 | |||
d27cd5fb9902 | epriestley | Disable Herald more aggressively when it's turned off for a repository | Mar 13 2014 | |||
a4a4322d7abf | epriestley | Add a "tags" field to Diffusion commit | Mar 12 2014 | |||
611f6707204c | epriestley | Add CustomField to Diffusion and add a "branches" field | Mar 12 2014 | |||
592591e71538 | epriestley | Clean up various pieces of dead/obsolete Differential code | Mar 11 2014 | |||
3f67430f461e | epriestley | Use PhabricatorObjectListQuery in Herald worker | Mar 11 2014 | |||
40b471faea91 | epriestley | Move "close tasks on commit" code out of field specification stuff | Mar 11 2014 | |||
e11adc4ad76c | Joshua Spence/epriestley | Added some additional assertion methods. | Mar 9 2014 | |||
b04f706c0af6 | epriestley | Use TransactionEditor when closing revisions in response to commits | Mar 8 2014 | |||
a3c1dcb92897 | epriestley | Produce a more tailored checkout URI for Subversion | Feb 28 2014 | |||
d86bb086cac3 | epriestley | Reduce initial discovery from O(branches * commits) to O(commits) | Feb 28 2014 | |||
e28b78f5ebe3 | epriestley | Fix two issues with ref discovery | Feb 28 2014 | |||
627011476733 | Joshua Spence/epriestley | Various linter fixes. | Feb 26 2014 | |||
0f0673b9e526 | epriestley | Remove "dateCommitted" field from DifferentialRevision | Feb 25 2014 | |||
763a049f7499 | epriestley | Possibly fix issue where refs engine finds empty refs? | Feb 24 2014 | |||
a298a79bdac6 | epriestley | Convert Phabricator to handle "%s" / "%B" properly | Feb 24 2014 | |||
88227d26bc13 | epriestley | Allow CustomField to provide ApplicationTransaction change details | Feb 21 2014 | |||
184579877159 | John Watson/epriestley | Fix call to getRefType on non-object in PhabricatorRepositoryEngine.php | Feb 19 2014 | |||
b96ab5aadf53 | epriestley | Modernize VCS password storage to use shared hash infrastructure | Feb 18 2014 | |||
ac09a1a24504 | Chris Colborne/epriestley | Fix Create New Repository link on Repositories | Feb 17 2014 | |||
e42a982445bc | epriestley | When creating foreign stubs during SVN import, mark them imported | Feb 3 2014 | |||
5d1489a3ce5a | Aviv Eyal/epriestley | Search repos by Project | Jan 30 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 | |||
4a6239d53c82 | epriestley | Fix an issue which could prevent new repositories from being marked imported. | 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 | |||
014a873773eb | epriestley | Update DifferentialDiff: add repositoryPHID, drop parentRevisionID | Jan 27 2014 | |||
e34a44a7ed15 | epriestley | Allow repository lookup by remote URI | Jan 25 2014 | |||
ce45c5705744 | epriestley | Add more options to `repository.query` | Jan 25 2014 | |||
31e11a97d2c5 | epriestley | If repository mirroring fails, keep trying the other mirrors | Jan 25 2014 | |||
dd944f7d833b | epriestley | Separate repository mirroring into an Engine and provide `bin/repository mirror` | Jan 25 2014 | |||
f007ed626329 | Brecht Van Lommel/epriestley | Allow repository mirrors even if the repository is hosted elsewhere. | Jan 25 2014 | |||
c21a8d31dde2 | epriestley | When repairing Git remote URIs, include credentials | Jan 24 2014 | |||
be595787946a | epriestley | Fix `bin/repository importing` for CLOSEABLE flag | Jan 21 2014 | |||
c9a0ffa1cfaf | epriestley | Verify that SVN repository roots really are repository roots | Jan 21 2014 | |||
ef2c9861ef41 | epriestley | Add yet more unit tests for Subversion | Jan 21 2014 | |||
6c860bf8506f | epriestley | Add even more Subversion unit tests | Jan 21 2014 | |||
9dde415884aa | epriestley | Add more Subversion unit tests | Jan 21 2014 | |||
dc74da0abed3 | epriestley | Add basic test coverage for the Subversion parser | Jan 21 2014 | |||
c951d7e13b10 | epriestley | Add unit tests for the Mercurial change parser | Jan 20 2014 | |||
f63e7571e525 | epriestley | Add unit tests for Git change parsers | Jan 20 2014 | |||
f7a1feea3867 | epriestley | Begin making change parsers testable | Jan 20 2014 | |||
a9c16fbe4ee3 | epriestley | Reduce parse latency for changes pushed to hosted repositories | Jan 18 2014 | |||
8520d9e07068 | epriestley | Move more discovery responsibilities into DiscoveryEngine | Jan 18 2014 | |||
220addb249fe | epriestley | Move Git discovery into DiscoveryEngine | Jan 17 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 | |||
0ac58d7db6c5 | epriestley | Move repository URI normalization out of PullLocalDaemon | Jan 17 2014 | |||
a716fe99f3b2 | epriestley | Perform search indexing in the worker queue and respect `bin/search index… | Jan 14 2014 | |||
2ee450748696 | John Watson/epriestley | Add Hosted/Remote filtering to Diffusion | Jan 10 2014 | |||
efe187d5beb3 | epriestley | Support "Repository's projects" field in Commit and Differential Revision rules | Jan 10 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 | |||
f981d50f5db6 | iodragon/epriestley | Set php PATH for repository's hook | Jan 3 2014 | |||
09341be10fc4 | epriestley | Remove repository shortcuts | Jan 2 2014 | |||
140c88e97136 | epriestley | Implement basic object rules for Herald | Dec 31 2013 | |||
e397103bf211 | epriestley | Extend all "ManagementWorkflow" classes from a base class | Dec 27 2013 | |||
aad6b57c36f8 | epriestley | Add `bin/harbormaster` to make builds easier to debug | Dec 26 2013 | |||
81dcf6378d81 | epriestley | Make `repository pull` install hooks the first time | Dec 23 2013 | |||
d9a04fcb5342 | epriestley | Minor, make sure we release locks in pull daemon if we fail in unusual ways | Dec 22 2013 | |||
c4627135844f | epriestley | Minor cleanup for task rendering in Daemons | Dec 21 2013 | |||
9c938701c3dd | epriestley | Modernize Diffusion `commitparentsquery` | Dec 20 2013 | |||
d7c4edab28a4 | epriestley | Move commit message/metadata field query to a separate class | Dec 20 2013 | |||
23332241b20e | epriestley | Move commit hash querying to DiffusionLowLevelCommitQuery | Dec 20 2013 | |||
d667b1220662 | epriestley | Provide a standalone query for resolution of commit author/committer into… | Dec 19 2013 | |||
f750d5f8dc91 | epriestley | Provide a low-level SVN commit query, and merge the VCS query types | Dec 19 2013 | |||
92bc76aae053 | epriestley | Move mercurial commit metadata parsing into a LowLevel query | Dec 19 2013 | |||
f048053c7586 | epriestley | Move git commit metadata parsing into a LowLevelQuery | Dec 19 2013 | |||
dc43123494df | William R. Otte/epriestley | Get the proper Subversion URI for hosted repositories. | Dec 19 2013 | |||
1ff3ef382d84 | epriestley | Give Herald rules a standard "Hnnn" object name | Dec 18 2013 | |||
5863f792a694 | epriestley | Remove many redundant implementations of `canLoadNamedObject()` | Dec 18 2013 | |||
b0f7e7a6af2d | epriestley | Work around `hg` echoing warnings to stdout under --debug | Dec 18 2013 | |||
3386920971b8 | epriestley | Add Herald support for blocking ref changes | Dec 18 2013 | |||
f28d3089d7d8 | epriestley | Assign PHIDs to PushLogs | Dec 18 2013 | |||
2216a5e6efb9 | epriestley | Add Subversion ref and content logs to pre-commit hooks | Dec 17 2013 | |||
11b8e57ae012 | epriestley | Remove "pretag" hook support in Mercurial | Dec 17 2013 | |||
74251b363675 | epriestley | Support bookmark hook operations in Mercurial | Dec 17 2013 | |||
6f3a99eb392e | epriestley | Generate ref updates in Mercurial hooks | Dec 17 2013 | |||
2725586bafa0 | epriestley | Restructure HookEngine to use PushLog records for all operations | Dec 17 2013 | |||
d846f6508b2c | epriestley | Fix some repository URI handling issues in Git and Mercurial | Dec 12 2013 | |||
39b384041ffc | epriestley | Add "r <name>" to jump nav to locate repositories by name | Dec 5 2013 | |||
2ff5541fc59c | epriestley | Record new commits in the push log | Dec 5 2013 | |||
3f5046014948 | epriestley | Allow repository push logs to be filtered by pusher and repository | Dec 5 2013 | |||
caa6fdf56dc2 | epriestley | Add a basic push log for recording repository push events | Dec 5 2013 | |||
e77d5012bed9 | epriestley | Fix two issues with shell/config scripts for hosted repositories | Dec 5 2013 | |||
d2e9aee16d1a | epriestley | Reject dangerous changes in Git repositories by default | Dec 3 2013 | |||
50b5a0c8b72b | epriestley | Add explicit "/" when installing hooks | Dec 3 2013 | |||
f93c6985ad84 | epriestley | Support Mercurial pretxnchangegroup hooks | Dec 3 2013 | |||
017d6ccd0793 | epriestley | Support SVN pre-commit hoooks | Dec 3 2013 | |||
618b5cbbc4e8 | epriestley | Install pre-commit hooks in Git repositories | Dec 3 2013 | |||
209861500f52 | epriestley | Use "en_US.UTF-8", not "C", as the LANG setting | Nov 26 2013 |
c4science · Help