phab/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.phpproduction
phab/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
5f797b4d478b | Arturas Moskvinas/epriestley | Recover from repositories becoming unpullable | May 17 2015 | |||
dd969673060f | epriestley | Only increment status message cursor if we're going to consume the message | Feb 18 2015 | |||
6a3824a61d44 | epriestley | Fix an issue where PullLocal daemon could spin in an error loop | Feb 18 2015 | |||
ddc0041e73bb | Joshua Spence | Remove some temporary code | Feb 9 2015 | |||
62dfcd1e552f | Joshua Spence | Fix the visibility of `PhutilDaemon::run` methods | Jan 15 2015 | |||
fca8b5ab1b36 | epriestley | Improve UX for repository updates | Aug 21 2014 | |||
9309723ac477 | epriestley | Send graceful shutdown signals to daemons in Phabricator | Aug 12 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 |
c4science · Help