-
jakeburden authored
Add locale for assignment button Test that the “assign” button renders for users Fix assign/unassign copy Add “from” in unassign copy Move assign button below delete button Use issue api directly to save assignee Add mutation to update state of assignees Create assignees getter/setter Update Note component assignee state Add api method to update merge requests Move result handler to callback function for reuse Create handler for assigning from merge requests Update locale translations Move display text to computed prop Use data-testid as suggested by our guidelines Use event hub instead of window.emitSidebarEvent Move assigne update handler to own method Make targetType a computed prop Use Array.some rather than Array.map and .includes Use destructuring to get values Remove unnecessary assignment Get assignees from vuex Remove duplicate event emitter Get targetType from this context Use this context where needed Use updated api endpoint methods Static analysis fix Reorded sidebar actions Add flash message on error Check that this.assignees exists Remove unused currentUser prop Remove unused mixin Add locale file changes for assignee updates Remove check for status code in assignee update handler Fix method call to update assigneess Remove unused computed assignees Use parentheses rather than underscores Add spec for UPDATE_ASSIGNEES mutation Add spec for updateAssignees action Fix path for updating merge requests Add axios mock to test updateAssignees is called Remove duplicate API path Only display button on issues Adjust tests for only displaying on issues Revert "Add project id to merge request notable data" This reverts commit bf7c6d7836fb165a1982ac9c094843e6fa705e75. Run prettier on note_actions.vue Add a changelog Remove duplicate method
a8cb90d6