Skip to content

refactor(chat): simplified the chat Record

Denys Mishunov requested to merge dmishunov/simplify-record into main

Description

The crux of the MR:

  • remove the excessive attribues of the GitLabChatRecord (and update all of its uses because of this)
  • unify the interfaces to DRY out the implementation.

How has this been tested?

  • VSCode desktop
  • Web IDE

Screenshots (if appropriate)

No visual changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
  • Refactoring
Edited by Denys Mishunov

Merge request reports