1. 10 Aug, 2016 8 commits
    • Yorick Peterse's avatar
      Remove trigram indexes for "ci_runners" · 17dd3e89
      Yorick Peterse authored
      These indexes are only used when you search for runners in the admin
      interface. This operation is so rarely used that it does not make sense
      to slow down every update in order to update the GIN trigram indexes.
      
      Removing these indexes should speed up queries such as those used for
      updating the last contact time of CI runners. Locally the timings of
      this query were reduced from ~50 ms to ~25 ms:
      
          UPDATE ci_runners SET updated_at = now(), contacted_at = now();
      17dd3e89
    • Yorick Peterse's avatar
      Removed extra newline from redis_spec.rb · 023d4812
      Yorick Peterse authored
      023d4812
    • Rémy Coutable's avatar
      Merge branch 'zj-import-gitlab-fa-icon' into 'master' · 0f4ff69f
      Rémy Coutable authored
      Use FA GitLab Icon for import project button
      
      Before:
      
      ![Screen_Shot_2016-08-08_at_09.43.47](/uploads/e419dc0d229ff848294cf277ffbb02f9/Screen_Shot_2016-08-08_at_09.43.47.png)
      
      After:
      
      ![Screen_Shot_2016-08-08_at_09.43.09](/uploads/3a77c5e98385bbc1c7139300eeca5866/Screen_Shot_2016-08-08_at_09.43.09.png)
      
      See merge request !5702
      0f4ff69f
    • Z.J. van de Weg's avatar
      Remove duplicate link_to statements · ef462216
      Z.J. van de Weg authored
      ef462216
    • Achilleas Pipinellis's avatar
      Merge branch 'link-to-gdk-howtos' into 'master' · 9db46cc8
      Achilleas Pipinellis authored
      Link to doc root, not readme of GDK
      
      I hope this makes navigation between gitlab-ce developer docs and GDK docs more smooth.
      
      See merge request !5716
      9db46cc8
    • Achilleas Pipinellis's avatar
      Merge branch 'api-examples-curl-long-options' into 'master' · 68097a3a
      Achilleas Pipinellis authored
      Use long options for curl examples in documentation
      
      ## What does this MR do?
      
      Use long options (e.g. `--header` instead of `-H`) for curl examples in documentation.
      
      ## Why was this MR needed?
      
      Short options are less readable.
      
      ## What are the relevant issue numbers?
      
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5465#note_13603730
      
      
      See merge request !5703
      68097a3a
    • Achilleas Pipinellis's avatar
      Merge branch 'default-label-documentation' into 'master' · 2aad2f05
      Achilleas Pipinellis authored
      Clarify the features for generating default label sets
      
      ## What does this MR do?
      
      * Split out the information regarding the label set that GitLab can generate
      * Add information for the labels view in the Admin panel
      
      ## Are there points in the code the reviewer needs to double check?
      
      * Please ensure that the newly added section relating to the Admin area seems relevant
      * Please verify adherence to the documentation styleguide
      
      ## Why was this MR needed?
      
      Documentation regarding default label sets was missing
      
      ## What are the relevant issue numbers?
      Closes #1865
      
      See merge request !5736
      2aad2f05
    • Douwe Maan's avatar
      Merge branch 'rs-rename-run-helper' into 'master' · 46015c15
      Douwe Maan authored
      Rename `run` task helper method to prevent conflict with StateMachine
      
      This prevents the following message from appearing whenever running a
      Rake task:
      
          Instance method "run" is already defined in Object, use generic
          helper instead or set StateMachines::Machine.ignore_method_conflicts
          = true.
      
      See merge request !5750
      46015c15
  2. 09 Aug, 2016 29 commits
  3. 08 Aug, 2016 3 commits