1. 09 6月, 2016 6 次提交
    • S
      Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern 提交于
      Add a new application setting, after_sign_up_text. This is text to be
      rendered as Markdown and shown on the 'almost there' page after a user
      signs up, but before they've confirmed their account.
      
      Tweak the styles for that page so that centered lists look reasonable.
      40b6d906
    • J
      Merge branch 'admin-nav' into 'master' · e6daf1f8
      Jacob Schatz 提交于
      Sidebar updates
      
      ## What does this MR do?
      Updates `nav/_admin.html.haml` and `nav/_explore.html.haml` to match new compact sidebar design
      
      ## Screenshots (if relevant)
      ![Screen_Shot_2016-06-07_at_2.19.18_PM](/uploads/5699987001de901a67d503b097d1b19d/Screen_Shot_2016-06-07_at_2.19.18_PM.png)
      
      See merge request !4517
      e6daf1f8
    • K
      Merge branch 'knapsack-update-results-only-on-master' into 'master' · 19c8fa1b
      Kamil Trzciński 提交于
      Update Knapsack report only on master
      
      ## What does this MR do?
      
      Makes to generate Knapsack report only on master. This speed-ups tests, because the last stage can be run significant time after previous stages.
      
      
      See merge request !4540
      19c8fa1b
    • Y
      Merge branch '17960-issues-api-endpoint-performs-poorly' into 'master' · abaaad67
      Yorick Peterse 提交于
      Optimize issuable APIs interaction with notes
      
      See merge request !4471
      abaaad67
    • R
      Merge branch 'improve-notification-settings-migrations' into 'master' · ae7fc2e1
      Rémy Coutable 提交于
      Remove notification settings in batches
      
      ## What does this MR do?
      
      This improves the performance of the migration `db/migrate/20160603180330_remove_duplicated_notification_settings.rb` by removing duplicate rows in batches instead of using a single big `DELETE FROM` query.
      
      ## Why was this MR needed?
      
      The original migration would locally take 45 minutes to complete, possibly up to hours on GitLab.com and similar setups.
      
      ## What are the relevant issue numbers?
      
      #18289
      
      See merge request !4529
      ae7fc2e1
    • A
      Update CHANGELOG · 83e12741
      Alejandro Rodríguez 提交于
      83e12741
  2. 08 6月, 2016 34 次提交