1. 08 Apr, 2016 4 commits
    • Yorick Peterse's avatar
      Instrument Rails cache code · c56f702e
      Yorick Peterse authored
      This allows us to track how much time of a transaction is spent in
      dealing with cached data.
      c56f702e
    • Rémy Coutable's avatar
      Merge branch 'api-expose-subscribed' into 'master' · 312a09e7
      Rémy Coutable authored
      API: Expose subscribed? on issues and merge requests
      
      This is the first start for the new `subscribable` API. It exposes the `subscribed` field for issues and merge requests.
      
      Related to #6024
      
      See merge request !3611
      312a09e7
    • Robert Schilling's avatar
      API: Expose subscribed? on issues · fb2fde9d
      Robert Schilling authored
      fb2fde9d
    • Robert Schilling's avatar
      Merge branch 'patch-1' into 'master' · 4d04e918
      Robert Schilling authored
      Fix Incorrect Quote In Docker Executor Example
      
      ## What does this MR do?
      The corrected line opened with a regular quote (') but closed with a back-tick (`)  
      I believe this is invalid bash syntax
      
      ## Are there points in the code the reviewer needs to double check?
      Probably not
      
      ## Why was this MR needed?
      Fixes error when example is copied and pasted
      
      ## What are the relevant issue numbers?
      None
      
      ## Screenshots (if relevant)
      None
      
      See merge request !3604
      4d04e918
  2. 07 Apr, 2016 36 commits