Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Dec 16, 2019
  3. Dec 13, 2019
  4. Dec 02, 2019
  5. Sep 16, 2019
  6. Sep 13, 2019
  7. Aug 29, 2019
  8. Aug 28, 2019
  9. Aug 07, 2019
  10. Aug 01, 2019
  11. Jul 27, 2019
  12. 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
  13. Jul 09, 2019
  14. Apr 08, 2019
  15. Apr 04, 2019
  16. Apr 03, 2019
  17. Mar 06, 2019
  18. Feb 06, 2019
  19. Jan 30, 2019
  20. Dec 19, 2018
  21. Oct 23, 2018
  22. 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
  23. Sep 11, 2018
  24. Sep 07, 2018
  25. Jul 09, 2018
  26. Jun 21, 2018
  27. Jun 01, 2018
  28. May 03, 2018
  29. Apr 03, 2018
  30. Feb 28, 2018
  31. 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
  32. 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
  33. Dec 15, 2017
  34. Dec 08, 2017
  35. Nov 29, 2017
Loading