phab/src/applications/repository/daemonproduction
phab/src/applications/repository/daemon
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
8ea9935ea5c2 | epriestley | Deduplicate parents from PhabricatorGitGraphStream | Jun 3 2014 | |||
c402d7d3076d | epriestley | Implement smart waits for rarely updated repositories | Apr 16 2014 | |||
5671c4b27669 | epriestley | Make PullLocal daemon more flexible and transparent about scheduling | Apr 16 2014 | |||
118c696f727a | epriestley | Separate repository updates from the pull daemon | Apr 16 2014 | |||
4a6239d53c82 | epriestley | Fix an issue which could prevent new repositories from being marked imported. | Jan 30 2014 | |||
dd944f7d833b | epriestley | Separate repository mirroring into an Engine and provide `bin/repository mirror` | Jan 25 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 | |||
f4b9efe2562b | epriestley | Introduce ref cursors for repository parsing | Jan 17 2014 | |||
0ac58d7db6c5 | epriestley | Move repository URI normalization out of PullLocalDaemon | Jan 17 2014 | |||
d9a04fcb5342 | epriestley | Minor, make sure we release locks in pull daemon if we fail in unusual ways | Dec 22 2013 | |||
6f3a99eb392e | epriestley | Generate ref updates in Mercurial hooks | Dec 17 2013 | |||
d846f6508b2c | epriestley | Fix some repository URI handling issues in Git and Mercurial | Dec 12 2013 | |||
d09dd23bd705 | epriestley | Actually push to mirrors | Nov 23 2013 | |||
a07f444f2a5e | epriestley | Fix git "origin" remote in more circumstances | Nov 20 2013 | |||
5b873a74de94 | epriestley | Move Mercurial discovery to PhabricatorRepositoryDiscoveryEngine | Nov 7 2013 | |||
71e6386a73b6 | epriestley | Fix issue with new branch query data getting used incorrectly | Nov 5 2013 | |||
b90e51ab0edd | epriestley | Clean up `hg --debug branches` calls | Nov 4 2013 | |||
3607bd487cc0 | epriestley | Survive pull/discover for hosted repositories in all VCSes | Nov 2 2013 | |||
40b081820770 | epriestley | Show additional status information during repository import | Oct 31 2013 | |||
3bf372c60c2e | epriestley | Consolidate querying of things which we can use `git for-each-ref` for | 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 | |||
0965f0041a5c | epriestley | Don't pull updates for repositories marked as hosted | Oct 29 2013 | |||
79abe6653e89 | epriestley | Remove PhabricatorRepository::loadAllByPHIDOrCallsign() | Sep 26 2013 | |||
938b5c69c6c6 | epriestley | Use PhutilProxyException to disambiguate repository pull errors | Jul 24 2013 | |||
93e37e906032 | Lauri-Henrik Jalonen/epriestley | Phabricator event timeline removed | Jul 10 2013 | |||
efbd3ecc48b7 | epriestley | Fix the type of some values passed to MySQL | Jun 14 2013 | |||
e7fde9a77c49 | epriestley | Make repository discovery partially testable | May 13 2013 | |||
105dd1899c35 | epriestley | Make repository pulls testable | May 13 2013 | |||
7573ad9a7048 | Bob Trahan | DiffusionBranchQuery => Conduit | May 1 2013 | |||
0ba7d34f97f8 | Nick Harper | Allow phabricator to manage repositories | Dec 12 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
5903ed650c20 | epriestley | Move completed tasks to an "archive" table and delete them in the GC | Oct 31 2012 | |||
839f3df9c262 | epriestley | Stop trasforming "scp-style" URIs into normal URIs in Git | Jul 23 2012 | |||
ddf67fce5831 | epriestley | Add an example event listener, improve documentation, and add a commit… | Jul 4 2012 | |||
dcf3a31944b5 | epriestley | Minor, unlock after discovery exception. | Jul 3 2012 | |||
1c1fdf0448a0 | epriestley | Minor, move the "repair" instructions to the right place. | Jul 2 2012 | |||
d70f8dad3f37 | Nick Harper | Change lock in PullLocalDaemon to only lock on discovery | Jun 30 2012 | |||
46008ce3b379 | epriestley | Record initial branch when recording commits | Jun 28 2012 | |||
1bd0a1f0d91b | epriestley | Add a global lock for the RepositoryPullDaemon | Jun 28 2012 | |||
7b50b2fbdc73 | epriestley | Use subprocess output streaming to improve performance of Git commit discovery | Jun 26 2012 | |||
ca31e3e84bf6 | epriestley | Add a --repair flag to "bin/repository discover" | Jun 25 2012 | |||
a705f336a306 | epriestley | Add vebose logging to PhutilRepositoryPullDaemon | Jun 25 2012 | |||
de46a2550c43 | Jason Ge | Fix auto-close in a repo with missing commits in Phabricator db | Jun 23 2012 | |||
a75da4efacbe | Jason Ge | Revert "run record commit if its the first time seen" | Jun 22 2012 | |||
22e606d49e83 | Jason Ge | run record commit if its the first time seen | Jun 22 2012 | |||
06c976b73854 | Jason Ge | check commit before calling its method | Jun 22 2012 | |||
e48830eecb95 | epriestley | Don't rediscover an entire branch when a new commit appears at HEAD | Jun 19 2012 | |||
444c634b6c66 | Ben Rogers <nodren>/epriestley | Allows branches to appear in diffusion with out triggering closing things from… | Jun 15 2012 | |||
375c921bb025 | epriestley | Minor, fix issue with defaults: wildcard and repeat default to array and may… | Jun 12 2012 | |||
2e484e257d4e | vrana | Fix lint errors found by Nemo | Jun 12 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 | |||
09c8af4de065 | epriestley | Upgrade phabricator to libphutil v2 | May 30 2012 | |||
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