Skip to content
Snippets Groups Projects
  1. Dec 10, 2019
    • Nicolas Dular's avatar
      Add broadcast_type to broadcast messages · 2444a67a
      Nicolas Dular authored and Thong Kuah's avatar Thong Kuah committed
      Adds two different types of broadcast messages. Banner type is the
      current design and will be kept shown on the top of the site, where
      notification will be implemented in a separate frontend MR.
      2444a67a
  2. Nov 29, 2019
    • Nicolas Dular's avatar
      Add path based targeting to broadcast messages · 604b3f8a
      Nicolas Dular authored
      This adds `target_path` to `BroadcastMessages` to allow to show
      broadcast messages at certain URLs.
      To match complex URLs, we allow to use `*` as wildcard characters for
      the `target_url`. Since SQL is using `%` for wildcards, we need to
      replace these characters in our query.
      604b3f8a
  3. Mar 21, 2019
  4. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 3160f30f
      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.
      3160f30f
    • 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
  5. Sep 11, 2018
  6. Feb 05, 2018
  7. Sep 07, 2017
  8. 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
  9. Jun 03, 2016
  10. Mar 16, 2016
  11. Feb 06, 2016
  12. Feb 05, 2016
  13. Jan 15, 2016
  14. Jan 13, 2016
  15. Oct 20, 2015
  16. Apr 20, 2015
  17. Jun 26, 2014
  18. Nov 12, 2013
Loading