diff options
author | Patrick Derichs <pderichs@gitlab.com> | 2019-08-26 09:20:00 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-08-26 09:20:00 +0000 |
commit | a13abd6731ecc3dc24017729c019ad6af9a7b114 (patch) | |
tree | d92669207bc9eff3fc4b7e27561b639565976d40 /locale | |
parent | e5e6a5fb563708d3e98dd164989afcf14df63e0c (diff) | |
download | gitlab-ce-a13abd6731ecc3dc24017729c019ad6af9a7b114.tar.gz |
Add edit_note and spec for editing quick actions
Call QuickActionsService on Note update
Add support for notes which just contain
commands after editing
Return http status gone (410) if note was deleted
Temporary frontend addition so it is not
failing when a note is deleted
Move specs to shared examples
Fix rubocop style issue
Deleting note on frontend when status is 410
Use guard clause for note which got deleted
Simplified condition for nil note
This method should no longer be called
with nil note
Refactoring of execute method to reduce
complexity
Move errors update to delete_note method
Note is now deleted visually when it only
contains commands after update
Add expectation
Fix style issues
Changing action to fix tests
Add tests for removeNote and update
deleteNote expectations
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 61642fbbd59..8c8574d0a48 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -2977,6 +2977,9 @@ msgstr "" msgid "Commands applied" msgstr "" +msgid "Commands did not apply" +msgstr "" + msgid "Comment" msgstr "" |