From 9488e24fc78c42066811b7598047e36e8fe69117 Mon Sep 17 00:00:00 2001 From: warner Date: Mon, 2 Oct 2006 05:08:59 +0100 Subject: [PATCH] svnpoller: merge ChangeLog entries --- ChangeLog | 27 +++++++++++++++++++++++++++ ChangeLog.svnpoller | 28 ---------------------------- 2 files changed, 27 insertions(+), 28 deletions(-) delete mode 100644 ChangeLog.svnpoller diff --git a/ChangeLog b/ChangeLog index 3a5f6c5..c302e91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2006-10-01 Brian Warner + + * buildbot/status/html.py (HtmlResource.render): if we get a + unicode object from our content() method, encode it into utf-8 + like we've been claiming to all along. This allows the comments + and author names from svnpoller.py to be delivered properly. + + * buildbot/changes/svnpoller.py (SvnSource.create_changes): + de-unicodify filenames before creating the Change, because the + rest of buildbot is unlikely to handle them well. Leave the 'who' + field as a unicode object.. I don't think there's anything that + will break very soon, and it will probably nudge us towards + accepting unicode everywhere sooner or later. Stop using the + "date" field that comes out of SVN, since it is using the + repository's clock (and timezone) and what we care about is the + buildmaster's (otherwise Changes from the future show up later + than the builds they triggered). + * buildbot/test/test_svnpoller.py (Everything.test1): match the + change to .when + + * buildbot/changes/svnpoller.py (SvnSource): added Niklaus Giger's + Suvbersion repository polling ChangeSource. I've hacked it up + considerably: any bugs are entirely my own fault. Thank you + Niklaus! + * buildbot/test/test_svnpoller.py: tests for it + * docs/buildbot.texinfo (SvnSource): document it + 2006-09-30 Brian Warner * buildbot/scheduler.py (Periodic): submit a reason= to the diff --git a/ChangeLog.svnpoller b/ChangeLog.svnpoller deleted file mode 100644 index 8e58ed3..0000000 --- a/ChangeLog.svnpoller +++ /dev/null @@ -1,28 +0,0 @@ -Sun Oct 1 16:58:28 2006 Brian Warner - - * buildbot/status/html.py (HtmlResource.render): if we get a - unicode object from our content() method, encode it into utf-8 - like we've been claiming to all along. This allows the comments - and author names from svnpoller.py to be delivered properly. - - * buildbot/changes/svnpoller.py (SvnSource.create_changes): - de-unicodify filenames before creating the Change, because the - rest of buildbot is unlikely to handle them well. Leave the 'who' - field as a unicode object.. I don't think there's anything that - will break very soon, and it will probably nudge us towards - accepting unicode everywhere sooner or later. Stop using the - "date" field that comes out of SVN, since it is using the - repository's clock (and timezone) and what we care about is the - buildmaster's (otherwise Changes from the future show up later - than the builds they triggered). - * buildbot/test/test_svnpoller.py (Everything.test1): match the - change to .when - -Sun Oct 1 10:12:44 2006 Brian Warner - - * buildbot/changes/svnpoller.py (SvnSource): added Niklaus Giger's - Suvbersion repository polling ChangeSource. I've hacked it up - considerably: any bugs are entirely my own fault. Thank you - Niklaus! - * buildbot/test/test_svnpoller.py: tests for it - * docs/buildbot.texinfo (SvnSource): document it -- 2.11.4.GIT