Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Aug 29, 2019
  3. Aug 28, 2019
  4. Aug 07, 2019
  5. Aug 01, 2019
  6. Jul 27, 2019
  7. Jul 26, 2019
    • Patrick Derichs's avatar
      Use NotesFinder in module IssuableActions · 355a2df5
      Patrick Derichs authored
      Add spec for concern IssuableActions
      
      Add shared samples for discussions endpoint
      
      Add schema validations for discussions
      
      Fix rubocop style issue
      
      Make target assignable
      
      Use new possibility to provide target
      355a2df5
  8. Jul 09, 2019
  9. Apr 08, 2019
  10. Apr 04, 2019
  11. Apr 03, 2019
  12. Mar 06, 2019
  13. Feb 06, 2019
  14. Jan 30, 2019
  15. Dec 19, 2018
  16. Oct 23, 2018
  17. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  18. Sep 11, 2018
  19. Sep 07, 2018
  20. Jul 09, 2018
  21. Jun 21, 2018
  22. Jun 01, 2018
  23. May 03, 2018
  24. Apr 03, 2018
  25. Feb 28, 2018
  26. Jan 18, 2018
    • Jan Provaznik's avatar
      Return last edited time instead of update time · 4b6b8ecc
      Jan Provaznik authored
      For issuable models we keep two timestamps:
      updated_at which is updated whenever any model attribute is changed,
      last_edited_at which is changed when only title or description is
      changed.
      
      In UI bellow description we display who and when updated the item. But
      last_edited_by (used for 'who') is mistakenly combined with updated_at
      (when), last_edited_at should be used instead.
      
      Closes #41247
      4b6b8ecc
  27. Dec 18, 2017
    • Sean McGivern's avatar
      Reset todo counters when the target is deleted · ef454f68
      Sean McGivern authored
      When the target is deleted, todos are destroyed, but we did not reset the todo
      cache for users with todos on the deleted target. This would only update after
      the next time the todo cache was updated for that user.
      ef454f68
  28. Dec 15, 2017
  29. Dec 08, 2017
  30. Nov 29, 2017
  31. Nov 25, 2017
  32. Nov 22, 2017
  33. Nov 17, 2017
  34. Nov 07, 2017
Loading