1. 11 Aug, 2016 6 commits
  2. 10 Aug, 2016 9 commits
    • Lin Jen-Shin's avatar
      It's latest_for, not just latest · 51724985
      Lin Jen-Shin authored
      51724985
    • Lin Jen-Shin's avatar
      729ad5d5
    • Lin Jen-Shin's avatar
      Empty lines around blocks · cc3dbf83
      Lin Jen-Shin authored
      cc3dbf83
    • Lin Jen-Shin's avatar
      Introduce Pipeline#latest and Pipeline.latest_for: · 3eae0641
      Lin Jen-Shin authored
      So that we could easily access it for the view
      3eae0641
    • Lin Jen-Shin's avatar
      Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-build-name · 6234b327
      Lin Jen-Shin authored
      * upstream/master: (516 commits)
        Rename `run` task helper method to prevent conflict with StateMachine
        Add a method in Project to return a cached value of total count of projects
        Add Changelog entry for Grape upgrade [ci skip]
        Fix Grape tests.
        Retain old behavior
        Update Grape from 0.13.0 to 0.15.0.
        adds second batch of tests changed to active tense
        fixes part1 of files to start using active tense
        Clarify the features for generating default label sets
        Update tree view to sort folders with submodules
        Memoize CI config node validator to prevent leaks
        fix MR source project assignment
        remove offending empty line
        Rails prefers require_dependency so that it won't require twice:
        use Unix line endings for API documentation
        use long options for curl examples in API documentation (!5703)
        Prefixes removed branches name with PR number when importing PR from GH
        Update CHANGELOG
        Remove SHA suffix for removed branches name when importing PR from GH
        add linting script for documentation
        ...
      6234b327
    • 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
  3. 09 Aug, 2016 25 commits