Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
  2. Nov 19, 2019
  3. Oct 22, 2019
  4. Sep 13, 2019
  5. Aug 15, 2019
  6. Jul 31, 2019
  7. Jul 19, 2019
  8. Jul 16, 2019
  9. Jul 12, 2019
  10. Jul 05, 2019
  11. Jul 02, 2019
  12. Jul 01, 2019
  13. Jun 27, 2019
  14. Jun 26, 2019
    • Rajat Jain's avatar
      Bring Manual Ordering on Issue List · 6f448bd1
      Rajat Jain authored
      On all the issue lists -- Group, Project and Dashboard -- this
      change adds a new option for managing the lists.
      
      "Manual Ordering" option is added which when flipped on will allow
      an user to drag and drop issues around to create a relative ordering
      among them.
      6f448bd1
  15. Apr 05, 2019
    • mksionek's avatar
      Add part of needed code · 64858317
      mksionek authored
      Add columns to store project creation settings
      
      Add project creation level column in groups
       and default project creation column in application settings
      
      Remove obsolete line from schema
      
      Update migration with project_creation_level column existence check
      
      Rename migrations to avoid conflicts
      
      Update migration methods
      
      Update migration method
      64858317
  16. Apr 03, 2019
  17. Mar 14, 2019
  18. Feb 05, 2019
  19. Jan 28, 2019
  20. Nov 29, 2018
  21. Nov 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. Sep 03, 2018
  26. Aug 08, 2018
  27. Apr 11, 2018
    • Yorick Peterse's avatar
      Support Markdown rendering using multiple projects · daad7144
      Yorick Peterse authored
      This refactors the Markdown pipeline so it supports the rendering of
      multiple documents that may belong to different projects. An example of
      where this happens is when displaying the event feed of a group. In this
      case we retrieve events for all projects in the group. Previously we
      would group events per project and render these chunks separately, but
      this would result in many SQL queries being executed. By extending the
      Markdown pipeline to support this out of the box we can drastically
      reduce the number of SQL queries.
      
      To achieve this we introduce a new object to the pipeline:
      Banzai::RenderContext. This object simply wraps two other objects: an
      optional Project instance, and an optional User instance. On its own
      this wouldn't be very helpful, but a RenderContext can also be used to
      associate HTML documents with specific Project instances. This work is
      done in Banzai::ObjectRenderer and allows us to reuse as many queries
      (and results) as possible.
      Unverified
      daad7144
  28. Apr 08, 2018
  29. Feb 27, 2018
  30. Feb 22, 2018
  31. Feb 06, 2018
  32. Jan 31, 2018
  33. Nov 06, 2017
  34. Oct 20, 2017
  35. Oct 12, 2017
  36. Oct 11, 2017
  37. Oct 10, 2017
Loading