Commit graph

230 commits

Author SHA1 Message Date
Hylke Bons bd5fd01533 Edited SparkleLib/SparkleListenerBase.cs via GitHub 2011-05-19 08:14:50 -07:00
Hylke Bons cf54ba0ddd repo: abstract syncdown parts 2011-05-18 23:18:11 +01:00
Hylke Bons 9a4c950823 repo: block on commands in methods instead of starting in a new thread afterwards 2011-05-18 19:57:52 +01:00
Hylke Bons e13b4d8501 repo: move some member declarations up 2011-05-18 19:31:43 +01:00
Hylke Bons 4920d4a61d repo: give more members accessors 2011-05-18 19:12:45 +01:00
Hylke Bons f45eeefbd4 repo: rename RemoteOriginUrl to the more git agnostic Url 2011-05-18 17:00:02 +01:00
Hylke Bons 685fa91e47 repo: rename and reduce number of enums in SyncStatus. ditch IsSyncing member 2011-05-18 16:34:31 +01:00
Hylke Bons 04cc6debfd repo: use accessors for HasUnsyncedChanges 2011-05-18 14:03:50 +01:00
Hylke Bons 80289b499a repo: list up to 20 changes in the commit message 2011-05-17 22:37:22 +01:00
Hylke Bons d589a79a66 repo: fix whitespace in commit messages and remove some useless debuginfo 2011-05-17 20:40:14 +01:00
Hylke Bons d544400234 repo: fix bug where the first commit hash wasn't used for the channel name 2011-05-17 13:15:44 +01:00
Hylke Bons f887b28e45 Use 'revision' instead of 'hash' 2011-05-17 11:43:02 +01:00
Hylke Bons 1eac6ea67b repo: add Status member that gets updates dynamically 2011-05-17 02:54:38 +01:00
Hylke Bons be219a85dc repo: remove IsFetching and IsPushing members 2011-05-17 02:51:25 +01:00
Hylke Bons 7e301ea1d1 repo: rename CurrentHash to Revision 2011-05-17 01:29:51 +01:00
Hylke Bons 59f3bd6e8b repo: remove CommitEndedUpEmpty event 2011-05-17 01:17:40 +01:00
Hylke Bons d1a545d65f changeset: rename DateTime to Timestamp 2011-05-17 00:59:08 +01:00
Hylke Bons 2888d269e8 build: remove obsolete SparkleEvents class 2011-05-17 00:51:43 +01:00
Hylke Bons 13f78f4a7e repo: controller: use more git agnostic naming 2011-05-17 00:49:01 +01:00
Hylke Bons 032f9dbc55 repo: replace multiple events by one SyncStatusChanged event + enum 2011-05-17 00:15:23 +01:00
Hylke Bons a858d8e537 repo: remove unused Added event 2011-05-16 23:41:35 +01:00
Hylke Bons 0951760f1d repo: remove unused Commited event handler 2011-05-16 23:30:45 +01:00
Hylke Bons ef27c2f1b5 fetcher: remove unused arguments for the events 2011-05-16 23:16:56 +01:00
Hylke Bons bba6621218 fetchergit: remove TODO 2011-05-16 21:24:51 +01:00
Hylke Bons 68fc6499c5 Split up the fetcher code into FetcherBase and FetcherGit 2011-05-16 21:19:58 +01:00
Hylke Bons d22475de81 listener: use protected members instead of public and use base.x to access them 2011-05-16 21:19:19 +01:00
Hylke Bons 7235d9fa30 repo: use the first commit hash as an id for the repo and use that as the channel name' did not match any files 2011-05-14 18:11:31 +01:00
Hylke Bons 5f36f8a9e0 Replace abstract out Listener by ListenerBase + ListenerIrc 2011-05-14 18:10:24 +01:00
Hylke Bons 17b614121c repo: push changes after resolving a conflict 2011-05-14 03:18:38 +01:00
Hylke Bons dc61820baf helpers: fix whitespace and coding style 2011-05-11 20:29:43 +01:00
Hylke Bons 79e2cda777 controller: fetcher: Use and xml based config file and add temporary migration method 2011-05-10 00:30:33 +01:00
Hylke Bons 19a1eba8dd backend: Add IsUsablePath method and adjust related TODOs 2011-05-09 00:44:40 +01:00
Hylke Bons a29f7b32bc Add new backend class and a default backend. Add backend member to repo. 2011-05-09 00:04:53 +01:00
Hylke Bons 3322e46fc9 repo: fix coding style for private members 2011-05-08 23:01:07 +01:00
Hylke Bons 7f2b555e95 events: fix more whitespace 2011-05-08 20:43:12 +01:00
Hylke Bons 3795e1e1fa events: fix whitespace 2011-05-08 20:40:08 +01:00
Hylke Bons 26dfba06e3 events: listener: code cleanup 2011-05-08 20:35:43 +01:00
Hylke Bons 26a99679a7 controller: dispose the fetcher when we're done so it can be garbage collected 2011-05-08 20:35:26 +01:00
Hylke Bons 825ea5b200 fetcher: prepare for multibackend 2011-05-08 18:25:55 +01:00
Hylke Bons 2400fa6d6f repo: add debug info about conflict type when resolving 2011-05-07 13:08:56 +01:00
Hylke Bons daad99c38b update AUTHORS, and don't go on the slippery slope of using implicit typing 2011-05-05 00:07:02 +01:00
Gabriel Burt 2e638b9b02 repo: speed up by re-using Regex objects 2011-05-04 23:33:17 +01:00
Hylke Bons f07dd48d0d fetcher: remove the Cloning prefix from the events to make more sense grammatically 2011-05-03 18:30:51 +01:00
Hylke Bons f1bafe1834 fetcher: ignore file permission changes in new checkouts 2011-05-01 17:25:42 +02:00
Hylke Bons f9b2fbe724 Fix coding style and whitespace of all of SparkleLib 2011-05-01 15:40:46 +02:00
Hylke Bons d91a922782 repo: resolve any kind of rebase conflict 2011-04-30 02:42:48 +02:00
Hylke Bons d584367340 use absolute paths to move our version of conflicting file 2011-04-29 00:32:16 +02:00
Hylke Bons f01a3b41e4 save work on conflict resolution fix 2011-04-28 13:49:14 +02:00
Hylke Bons 28aa6d2305 repo: don't fetch changes when we're busy adding files 2011-04-27 18:44:59 +02:00
Hylke Bons a8ab0a2db4 repo: add support for renames and names with spaces in FormatCommitMessage method 2011-04-27 12:04:51 +02:00