Skip to content

Latest commit

 

History

History
94 lines (80 loc) · 8.9 KB

CHANGELOG.md

File metadata and controls

94 lines (80 loc) · 8.9 KB

Change log

Unreleased

  • #218: fix section toggle on files changed, small UI issues, fix CI, organize code
  • #217: fix suggestion code block
  • #213: Make auth login marker configurable

v0.0.7

  • #169: [gitlab] set labels command
  • #175: display PR author in the header. Click/RET to follow
  • #176: [gitlab] fix nested namespaces when it comes from forge
  • #177: [github] support clicability to links
  • #182: fix send single diff comment void section
  • #183: fix cursor moving in unexpected way during comment add/delete
  • #184: [gitlab] remove requirement for feedback to send only comments
  • 4ccad8c: [gitlab] send feedback comment. Sorry commit on master, too tired :/
  • #185: [gitlab] set title
  • #187: [github] feature add - suggestion box bound to C-c C-s
  • #188: commands to jump to comments forward and backwards
  • #189: Github: Ability to review a PR without leaving a feedback message
  • #198: [github] clarify docs
  • a7e3d7b: fix minor typo in prompt for unfinished reviews
  • #199: [github] clarify configuration for GitHub Enterprise

v0.0.6

  • #138: fix bug rendering suggested change block
  • #142: add code-review-toggle-display-*-comments functions.
  • #143: add db migration scheme to introduce new columns in the future
  • #148: fix UI heading bug #145.
  • #150: fix broken indentation with Description heading
  • #155: formal conversion between diff absolute position and diff line number.
  • #156: bitbucket cloud basic workflow integration
  • #157: bitbucket stubs for not implemented feature.
  • #159: place diff under Files Changed section
  • #162: fix obsolete defgeneric to cl-defgeneric.
  • #166: github-related code refactor
  • #167: gitlab-related code refactor
  • #168: bitbucket-related code refactor

v0.0.5

  • #126: remove ignore-error and improve message on code-review-start
  • #127: introduce code-review-github-graphql-host variable
  • #128: Gitlab support for URLs with subgroups
  • #130: mention user with C-c @ in comment buffer
  • #131: support Github Enterprise 3.0 by fallback to simpler query in graphql
  • #132: get pr latest SHA even if the branch was already deleted
  • #134: support making single diff comment without review
  • #135: improve package reliability, error messaging, more sane function names

v0.0.4

  • #96: render comments using HTML to allow displaying images.
  • #98: add CI status on commits section. Github only. Demo here.
  • #101: fix bug with Gitlab rendering comments with HTML.
  • #102: fix bug with Gitlab sending comments and rendering HTML details.
  • #103: when PR does not have CI setup do not show any symbol
  • #104: full reload using G
  • #105: restrict approval to PRs with bad CI state. See docs of code-review-always-restrict-approval? too.
  • #111: fix comments placed in wrong position. Needs better solution to compute amount of HTML lines in the buffer.
  • #113: order conversation comments section by createdAt timestamp.
  • #114: improve code structure.
  • #118: add documentation to enterprise users
  • #119: add feedback msg if no milestone is found
  • #120: set description field using text not html
  • #121: do not set k as default keybinding to delete comments

v0.0.3

  • #68: add files changed heading before diff
  • #74: fix code-review-forge-pr-at-point command
  • #75: fix bug related to MELPA not delivering graphql files by default. Special thanks to @mplanchard
  • #73: add reviewers section and set reviewers command
  • #80: make transient keys follow Forge convention of key spacing
  • #49: promote comment to new issue. Github only.
  • #85: remove comment and feedback section with k
  • #86: allow users to define function to open Code Review buffer.
  • #90: support visit binary files on Dired (RET) or Remote (C-c C-v)
  • #93: add single top level comment in the PR page without a review attached

v0.0.2

  • #52: fix wrong-type-argument number-or-marker-p nil error for comments in the buffer's last line
  • #55: fix (wrong-type-argument (or eieio-object class) nil obj). Special thanks to @ktfleming
  • #56: remove code-review-submit interactive call from transient options.
  • #57: fix error when adding a comment after a reply obj
  • #61: allow approve PR without feedback comment
  • #63: add naive progress reporter
  • #66: improve error message when personal token is not set
  • #67: improve error messages and code-review-set-* functions with proper callbacks
  • #50: add basic Gitlab support