merge-conflicts 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. $ grep CONFLICT UPGRADE-NOTES/auto-merge-result > UPGRADE-NOTES/merge-conflicts
  2. CONFLICT (content): Merge conflict in templates/user/settings/profile.tmpl
  3. notabug modifications:
  4. * e44746ab29d3f3efa24d7d0e1aa4421add8fcaea - Add hide email option
  5. resolutions:
  6. * re-added hide email form field back onto upstream version
  7. CONFLICT (content): Merge conflict in templates/user/profile.tmpl
  8. notabug modifications:
  9. * 419068322d92dc54d9704459f97de7c84f4f0b3e - Actually hide email address on the profile page
  10. resolutions:
  11. * re-added {{if not .Owner.HideEmail}} guard back onto upstream version
  12. CONFLICT (content): Merge conflict in templates/user/dashboard/feeds.tmpl
  13. notabug modifications:
  14. * 26bc9aa485279ea5d46938e75efe64e2f6be9617 - Force suburl in feed. Workaround for an unkown bug.
  15. resolutions:
  16. * kept upstream version
  17. * the original notabug modification was reverted with last upstream merge
  18. CONFLICT (content): Merge conflict in templates/user/auth/signup.tmpl
  19. notabug modifications:
  20. * 2c11a00bac36cbe58c7d89cb7bdc5ab0bf8ed7f6 - Disable captchas fixes #47
  21. resolutions:
  22. * kept upstream version
  23. * upstream version now guards with {{if .EnableCaptcha}}
  24. CONFLICT (content): Merge conflict in templates/status/404.tmpl
  25. notabug modifications:
  26. * 5a35923ec0db78c2a13f65cc6fa6cbd1b9846dbd - Remove more github references
  27. resolutions:
  28. * kept upstream version but changed link to issue tracker
  29. CONFLICT (content): Merge conflict in templates/repo/settings/hook_new.tmpl
  30. notabug modifications:
  31. * b9aa14f1fb9150d3c589a46016602519ca3a6cb0 - Remove 'slack' webhook type
  32. resolutions:
  33. * kept upstream version but removed references to slack
  34. CONFLICT (content): Merge conflict in templates/repo/issue/view.tmpl
  35. notabug modifications:
  36. * 73303c337f961ac624a3eab6940baa4911d23465 - Remove 'owner' tag from issues
  37. resolutions:
  38. * none - differences were too great - merge conflict left in place
  39. CONFLICT (content): Merge conflict in templates/repo/issue/list.tmpl
  40. notabug modifications:
  41. * 6076e5c748787dea49df567f5a1b8fc272218fd2 - Fix building on newer versions of ubuntu
  42. resolutions:
  43. * none - differences were too great - merge conflict left in place
  44. CONFLICT (modify/delete): templates/ng/base/header.tmpl deleted in upstream/master and modified in HEAD. Version HEAD of templates/ng/base/header.tmpl left in tree.
  45. CONFLICT (modify/delete): templates/ng/base/head.tmpl deleted in upstream/master and modified in HEAD. Version HEAD of templates/ng/base/head.tmpl left in tree.
  46. CONFLICT (modify/delete): templates/ng/base/footer.tmpl deleted in upstream/master and modified in HEAD. Version HEAD of templates/ng/base/footer.tmpl left in tree.
  47. CONFLICT (content): Merge conflict in templates/home.tmpl
  48. notabug modifications:
  49. * 102668e6f1a4555f4640b4581e4b4861079ab652 - Revert holiday spiders
  50. * 014e3e4461115877be1d313c40c035f7d1690da9 - Explain the holiday spiders
  51. * 5227792d2a0957e4310d480658b2a79fee8e72b6 - Add 'powered by gogs' to the main page
  52. * 9e3d35c63409c09aecea7a956d7c9b622da8b2b0 - Change peers name on main page
  53. * 445faf40ac4fa2ebdfb702e41d50348fdb68352c - Resize peers logo in main page
  54. * 23dbc580557f5a9cb5c9eec23b6907776a804999 - Add peers community reference to main page
  55. * 20b9341dcb9d9026cc4a37faecc3cfb08a9d4588 - Change flavor text
  56. * 84c12065943954163bbe234c12d7d8db89de5c79 - Add new logo
  57. resolutions:
  58. TODO:
  59. CONFLICT (content): Merge conflict in templates/base/head.tmpl
  60. TODO:
  61. CONFLICT (content): Merge conflict in templates/base/footer.tmpl
  62. TODO:
  63. CONFLICT (content): Merge conflict in templates/.VERSION
  64. TODO:
  65. CONFLICT (content): Merge conflict in routers/user/auth.go
  66. notabug modifications:
  67. * 2c11a00bac36cbe58c7d89cb7bdc5ab0bf8ed7f6 - Disable captchas fixes #47
  68. resolutions:
  69. * kept notabug version
  70. * NOTE: upstream has added 'setting.Service.EnableCaptcha' flag
  71. CONFLICT (content): Merge conflict in routers/repo/setting.go
  72. TODO:
  73. CONFLICT (content): Merge conflict in routers/repo/issue.go
  74. TODO:
  75. CONFLICT (content): Merge conflict in routers/home.go
  76. TODO:
  77. CONFLICT (modify/delete): routers/api/v1/user.go deleted in upstream/master and modified in HEAD. Version HEAD of routers/api/v1/user.go left in tree.
  78. notabug modifications:
  79. * 6076e5c748787dea49df567f5a1b8fc272218fd2 - Fix building on newer versions of ubuntu
  80. resolutions:
  81. * kept upstream version
  82. * the functionality in this files has been moved to routers/api/v1/user/user.go
  83. * upstream has entirely removed the 'ToApiUser()' function where the notabug patch was relevant
  84. * the notabug patch changed a key in the 'api.User' struct from 'Id' to ID' - upstream now uses the same key
  85. CONFLICT (modify/delete): routers/api/v1/repo_hooks.go deleted in upstream/master and modified in HEAD. Version HEAD of routers/api/v1/repo_hooks.go left in tree.
  86. notabug modifications:
  87. * 6076e5c748787dea49df567f5a1b8fc272218fd2 - Fix building on newer versions of ubuntu
  88. resolutions:
  89. * kept upstream version
  90. * the functionality in this files has been moved to routers/api/v1/repo/hook.go
  91. * upstream has entirely removed the code block where the notabug patch was relevant
  92. * the notabug patch changed a key in the 'api.Hook' struct from 'Id' to ID' - upstream now uses the same key
  93. CONFLICT (modify/delete): routers/api/v1/repo.go deleted in upstream/master and modified in HEAD. Version HEAD of routers/api/v1/repo.go left in tree.
  94. notabug modifications:
  95. * 6076e5c748787dea49df567f5a1b8fc272218fd2 - Fix building on newer versions of ubuntu
  96. resolutions:
  97. * kept upstream version
  98. * the functionality in this files has been moved to routers/api/v1/repo/repo.go
  99. * the notabug patch changed a key in 'CreateRepo()' function from 'Gitignore' to 'Gitignores' - upstream now uses the same key
  100. CONFLICT (content): Merge conflict in modules/mailer/mailer.go
  101. notabug modifications:
  102. * 8effc632db91617da41bec66c711146cc976ca81 - Add some missing headers to outgoing emails
  103. resolutions:
  104. * kept upstream version
  105. * notabug modification added import "time" now present in upstream version
  106. * notabug modification added 'Date' and 'Message-Id' data to the string returned from 'Content()' function which no longer exists
  107. * 'Content()' function seems to have been replaced with a 'NewMessageFrom()' function returning a 'Message' struct
  108. * the upstream version now puts a date in the 'Message' struct but the 'Message-Id' data will need to be re-implemented if it was important
  109. CONFLICT (modify/delete): modules/git/commit.go deleted in upstream/master and modified in HEAD. Version HEAD of modules/git/commit.go left in tree.
  110. TODO:
  111. CONFLICT (modify/delete): modules/base/template.go deleted in upstream/master and modified in HEAD. Version HEAD of modules/base/template.go left in tree.
  112. TODO:
  113. CONFLICT (content): Merge conflict in modules/auth/user_form.go
  114. TODO:
  115. CONFLICT (content): Merge conflict in models/user.go
  116. TODO:
  117. CONFLICT (content): Merge conflict in models/repo.go
  118. TODO:
  119. CONFLICT (content): Merge conflict in models/issue.go
  120. TODO:
  121. CONFLICT (content): Merge conflict in cmd/web.go
  122. TODO:
  123. CONFLICT (content): Merge conflict in .gitignore
  124. TODO: