[Buildbot-commits] [buildbot/buildbot] 139222: Drop support for change links

GitHub noreply at github.com
Sat Feb 4 23:25:20 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 139222f3d6edb052e6870789e68298ba6cd2811e
      https://github.com/buildbot/buildbot/commit/139222f3d6edb052e6870789e68298ba6cd2811e
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-02-04 (Sat, 04 Feb 2012)

  Changed paths:
    M master/buildbot/changes/changes.py
  M master/buildbot/changes/mail.py
  M master/buildbot/changes/pb.py
  M master/buildbot/db/changes.py
  A master/buildbot/db/migrate/versions/020_remove_change_links.py
  M master/buildbot/db/model.py
  M master/buildbot/master.py
  M master/buildbot/test/fake/fakedb.py
  M master/buildbot/test/integration/test_upgrade.py
  M master/buildbot/test/regressions/test_bad_change_properties_rows.py
  M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
  M master/buildbot/test/unit/test_changes_pb.py
  M master/buildbot/test/unit/test_db_changes.py
  M master/buildbot/test/unit/test_db_connector.py
  A master/buildbot/test/unit/test_db_migrate_versions_020_remove_change_links.py
  M master/buildbot/test/unit/test_db_sourcestamps.py
  M master/buildbot/test/unit/test_master.py
  M master/contrib/bitbucket_buildbot.py
  M master/contrib/github_buildbot.py
  M master/contrib/post_build_request.py
  M master/docs/manual/cfg-changesources.rst

  Log Message:
  -----------
  Drop support for change links

These were never well-defined, and were only honestly created by CVS.
They are much better implemented with a revlink function on the status
API.  Fixes #836.





More information about the Commits mailing list