phab/src/applications/repository/daemonproduction
phab/src/applications/repository/daemon
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
820a6d407a9e | epriestley | Improve performance of repository discovery under Mercurial | May 12 2012 | |||
7e0c06716f8f | epriestley | Minor, fix obvious typo that I missed in testing somehow. | May 9 2012 | |||
b800df8c1b13 | epriestley | Simplify daemon management: "phd start" | May 9 2012 | |||
d2b01aead048 | epriestley | Use one daemon to discover commits in all repositories, not one per repository | May 8 2012 | |||
1c62a35710e5 | epriestley | Run one daemon to pull all working copies, not one daemon per working copy | May 8 2012 | |||
38ffe45f8e25 | vrana | Use committer date instead of author date for Git epoch | Apr 27 2012 | |||
a5903d2a53bb | epriestley | Use head_key() and last_key() to explicitly communicate intent | Apr 9 2012 | |||
ec736f9c507b | epriestley | Handle "hg pull" return code change between 2.1 and 2.1.1 more gracefully | Mar 20 2012 | |||
d0af617818b6 | epriestley | Add "final" to (almost) everything else | Mar 14 2012 | |||
def19bb8de1e | epriestley | Add additional protections against local repository misconfigurations | Mar 12 2012 | |||
89dac1cf195a | epriestley | When updating git repositories, use --prune to prune old branches | Mar 8 2012 | |||
17d801a50e94 | Edward Speyer | GitFetch daemon: more verbose | Mar 8 2012 | |||
b10fa8023f37 | epriestley | Support Git implicit file:// URIs | Jan 11 2012 | |||
99231ebba424 | epriestley | Allow Git repositories to track only some branches | Jan 4 2012 | |||
efb0fa739f2e | epriestley | Make tracked git repositories use an implicit 'origin' remote | Dec 29 2011 | |||
abd8efc35855 | epriestley | Further relax same origin checks | Dec 26 2011 | |||
e786c44b6ffe | epriestley | Relax the same-origin check in the Git commit discovery daemon | Dec 24 2011 | |||
3b65864ee110 | epriestley | Fix two minor bugs with recent patches: | Dec 22 2011 | |||
92f974177919 | epriestley | Add a safety check to commit discovery daemon | Dec 21 2011 | |||
b5c9b9d059dc | epriestley | Use remote credentials for 'git fetch' and 'hg pull' commands | Dec 20 2011 | |||
6737ae48280d | Edward Speyer | Run a commit discovery daemon only once | Oct 25 2011 | |||
07f4772d0be4 | epriestley | Make all parsers use credentials | Sep 28 2011 | |||
1c1f749eba21 | epriestley | Add an "arcanist.projectinfo" Conduit call | Sep 21 2011 | |||
93b3bc8e891a | epriestley | Add a Mercurial message parser | Sep 16 2011 | |||
e0b86cc81b39 | epriestley | Add a Mercurial commit discovery daemon | Sep 16 2011 | |||
4da43b31a307 | epriestley | Add Mercurial repository configuration and local pull support | Sep 14 2011 | |||
6355b291ed44 | Abdul Qabiz | - Added getRemoteCommandFuture(..) and getLocalCommand Future(..) methods to… | Sep 8 2011 | |||
6cae153569a7 | epriestley | Allow CommitTask daemon to recover from deleted repositories | Aug 23 2011 | |||
e4093e801305 | Svemir Brkic | SVN error message may also be "File not found" | Aug 22 2011 | |||
ed5c46681dc3 | epriestley | Allow SVN repositories to import subdirectories instead of the entire repository | Jul 20 2011 | |||
c728e4f7dabf | jungejason | Open database connection with 'w' instead of 'r' for writing | May 2 2011 | |||
9630123d6a3a | epriestley | Use pull-frequency to determine pull frequency, not some sort of random… | Apr 7 2011 | |||
1f88e0876118 | epriestley | Move 'phd parse-commit' to a dedicated script; allow message parsing tasks to… | Apr 2 2011 | |||
afe007981955 | epriestley | Improve awkward Diffusion query plans. | Mar 21 2011 | |||
0d292abbf0e0 | epriestley | Prevent daemons from spinning when they hit duplicate key exceptions. | Mar 15 2011 | |||
14a172d70743 | epriestley | Make GitDiscovery terminate, maybe? | Mar 15 2011 | |||
383b3d740c7b | epriestley | Improve some diffusioney things. | Mar 13 2011 | |||
8bcbeface176 | epriestley | Increase parseriness of some parsery things. | Mar 11 2011 | |||
71605e1c2dc6 | epriestley | Minor improvements to PhabricatorRepositoryGitCommitDiscoveryDaemon.php | Mar 8 2011 | |||
57495c4287c4 | epriestley | Rough cut of repository tracking | Mar 7 2011 |
c4science · Help