1. 04 Nov, 2015 4 commits
    • Kjel Delaey's avatar
      Style inline event items with titles containing long words properly.. · 8508be74
      Kjel Delaey authored
      On a tablet in portrait mode with a width of 768px the event-title isn't
      aligned properly when the title contains a long string. This also
      happens when resizing your browser viewport on a desktop.
      
      Example string:
      Administrator pushed new branch feature-branch-with-a-very-long-name at
      Gitlab Org / Gitlab Test
      
      In the UI it would look like the example below:
      
      ----------
      |        |
      | AVATAR |                                                                          less than a minute ago
      |        |
      ----------
                 Administrator pushed new branch feature-branch-with-a-very-long-name at...
      8508be74
    • Yorick Peterse's avatar
      Merge branch 'create-project-performance' into 'master' · 6d91ee00
      Yorick Peterse authored
      Improve performance of creating projects
      
      
      
      See merge request !1650
      6d91ee00
    • Yorick Peterse's avatar
      Merge branch 'remove-duplicate-orders' into 'master' · 219f920c
      Yorick Peterse authored
      Remove duplicate orders
      
      This changes the default order from `created_at DESC, id DESC` to just `id DESC` as this achieves the same results without the overhead of having to sort data twice (we've seen queries go from 200ms to just a few ms by removing the double sort).
      
      cc @jacobvosmaer @dzaporozhets @rspeicher @DouweM 
      
      See merge request !1735
      219f920c
    • Dmitriy Zaporozhets's avatar
      Merge branch 'rs-update-stamp' into 'master' · 31a81b5c
      Dmitriy Zaporozhets authored
      Bump stamp to ~> 0.6.0
      
      Closes #2801
      
      See merge request !1732
      31a81b5c
  2. 03 Nov, 2015 32 commits
  3. 02 Nov, 2015 4 commits