Skip to content
Snippets Groups Projects
  1. Mar 03, 2017
  2. Feb 20, 2017
  3. Feb 06, 2017
  4. Jan 31, 2017
  5. Jan 15, 2017
  6. Jan 06, 2017
  7. Dec 09, 2016
  8. Oct 24, 2016
  9. Oct 21, 2016
  10. Oct 19, 2016
  11. Oct 09, 2016
  12. Oct 08, 2016
  13. Oct 07, 2016
    • Nick Thomas's avatar
      Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
      99205515
  14. Oct 05, 2016
  15. Aug 15, 2016
  16. Aug 08, 2016
  17. Jul 29, 2016
  18. Jun 08, 2016
  19. Jun 06, 2016
  20. Jun 03, 2016
  21. May 26, 2016
  22. May 06, 2016
  23. Apr 16, 2016
  24. Apr 13, 2016
    • Yorick Peterse's avatar
      Load related MRs/branches asynchronously · 31e28ebc
      Yorick Peterse authored
      Currently this works by loading the HAML partials via XHR. While this is
      not the nicest setup it _is_ the easiest setup using the tools we
      currently have.
      
      Loading this data asynchronously doesn't make loading the related
      MRs/branches itself faster, it merely ensures that loading the issue
      itself is not slowed down.
      
      Fixes gitlab-org/gitlab-ce#14949
      Verified
      31e28ebc
  25. Mar 19, 2016
  26. Mar 18, 2016
  27. Mar 17, 2016
  28. Mar 15, 2016
  29. Mar 11, 2016
Loading