Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 13, 2024
  2. 11月 01, 2023
  3. 10月 03, 2023
  4. 8月 15, 2023
    • Frédéric Caplette's avatar
      Lint against VueX imports · 3e60bba2
      Frédéric Caplette 创作于
      We are moving away from VueX in favour of Vue
      and ApolloClient. We want to ling against new
      VueX imports to make sure to warn developers
      not to introduce new stores.
      3e60bba2
  5. 7月 17, 2023
  6. 7月 06, 2023
    • Hinam Mehra's avatar
      Display error in UI when draft note can't be updated · d31912ce
      Hinam Mehra 创作于
      - DraftsControleller#update method should return errors
      as a json response when the draft note can't be updated
      - updateDraft method should handle the error by displaying
      the error message to the user right above the invalid
      comment
      
      Changelog: fixed
      d31912ce
  7. 6月 30, 2023
    • Heinrich Lee Yu's avatar
      Fix cancelling of note edits · da563d5c
      Heinrich Lee Yu 创作于
      Restores the note contents correctly when a poll which updates the note
      contents happen while the user is editing
      
      Changelog: fixed
      da563d5c
  8. 6月 29, 2023
  9. 6月 27, 2023
  10. 6月 14, 2023
    • Hinam Mehra's avatar
      Fix validation in UI when updating notes · 656bdef0
      Hinam Mehra 创作于
      - Check if note is valid in the Notes::UpdateService.
      Return the note with errors it if isn't.
      
      - Return errors as json from the #update method in NotesController
      
      - Display the validation error in UI and
      restore note content when updating fails
      
      - Update deprecated_notes to do the same, since snippets
      and commits still use deprecated_notes to render comments
      
      - Fix specs for noteable_note.vue.
      Since noteable_note.vue mutates the note prop that gets passed down to
      it, it was causing strange side effects in the specs.
      Hence, create a clone of the note object in createWrapper() method
      and pass that down as the prop in each test
      
      Changelog: fixed
      656bdef0
  11. 5月 03, 2023
  12. 3月 24, 2023
  13. 3月 21, 2023
  14. 3月 06, 2023
  15. 1月 23, 2023
    • Hinam Mehra's avatar
      Add report abuse category to comments on issues & MRs · 3d1260d0
      Hinam Mehra 创作于
      - When reporting a comment for abuse from an issue
      or an MR, a user will have to select an abuse
      category and will then be redirected to the
      standard report abuse form
      - Update feature specs for abuse report flow
      
      Changelog: added
      3d1260d0
  16. 12月 22, 2022
  17. 12月 16, 2022
  18. 12月 02, 2022
  19. 11月 25, 2022
  20. 11月 18, 2022
    • Dheeraj Joshi's avatar
      Migrate SafeHtml imports to use shared directive · 953b7c08
      Dheeraj Joshi 创作于
      This change moves all GlSafeHtmlDirective
      imports to use SafeHtml directive in `vue_shared`
      directory. This is a fork from gitlab ui which was
      added earlier to roll out changes more reliably.
      
      It also restricts future import of GlSafeDirective
      with the help of a new eslint rule.
      953b7c08
  21. 11月 01, 2022
  22. 10月 05, 2022
  23. 10月 03, 2022
  24. 9月 28, 2022
  25. 9月 27, 2022
  26. 9月 23, 2022
  27. 9月 01, 2022
  28. 8月 25, 2022
  29. 8月 23, 2022
  30. 8月 16, 2022
  31. 7月 06, 2022
  32. 6月 21, 2022
  33. 6月 03, 2022
  34. 5月 24, 2022
  35. 5月 13, 2022
  36. 4月 08, 2022
加载中