1. 12 11月, 2016 1 次提交
  2. 10 11月, 2016 3 次提交
  3. 08 11月, 2016 1 次提交
  4. 07 11月, 2016 1 次提交
  5. 29 10月, 2016 1 次提交
    • A
      Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez 提交于
      When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
      to the sha of the tag to the sha of the commit the tag points to. The
      problem is that only annotated tags have `object_sha`s, lightweight tags
      don't (it's nil), so (only) in their case we still need to use
      `tag.target`.
      fa3bbd44
  6. 28 10月, 2016 1 次提交
  7. 24 10月, 2016 2 次提交
  8. 20 10月, 2016 1 次提交
  9. 14 10月, 2016 2 次提交
  10. 11 10月, 2016 1 次提交
  11. 10 10月, 2016 2 次提交
  12. 06 10月, 2016 1 次提交
    • M
      multi-file commit · a1ee8cf5
      Marc Siegfriedt 提交于
      add docs and tests - add additional validation
      allow move without content
      updated response
      a1ee8cf5
  13. 04 10月, 2016 1 次提交
  14. 21 9月, 2016 1 次提交
  15. 20 9月, 2016 1 次提交
  16. 14 9月, 2016 1 次提交
  17. 13 9月, 2016 1 次提交
  18. 10 9月, 2016 1 次提交
  19. 07 9月, 2016 2 次提交
  20. 02 9月, 2016 2 次提交
  21. 01 9月, 2016 1 次提交
  22. 25 8月, 2016 1 次提交
  23. 20 8月, 2016 1 次提交
    • G
      Support integration with Koding (online IDE) · a927a9bf
      Gokmen Goksel 提交于
      Koding: #index: landing page for Koding integration
      
      If enabled it will provide a link to open remote Koding instance url
      for now we are also providing the sneak preview video for how
      integration works in detail.
      
      Repository: check whether .koding.yml file exists on repository
      
      Projects: landing page: show Run in IDE (Koding) button if repo has stack file
      
      Projects: MR: show Run in IDE Koding button if repo has stack file on active branch
      
      ProjectHelpers: add_koding_stack: stack generator for provided project
      
      With this helper we will auto-generate the required stack template
      for a given project. For the feature we can request this base template
      from the running Koding instance on integration.
      
      Currently this will provide users to create a t2.nano instance on aws
      and it'll automatically configures the instance for basic requirements.
      
      Projects: empty state and landing page provide shortcuts to create stack
      
      projects_helper: use branch on checkout and provide an entry point
      
      This ${var.koding_queryString_branch} will be replaced with the branch
      provided in query string which will allow us to use same stack template
      for different branches of the same repository.
      
      ref: https://github.com/koding/koding/pull/8597/commits/b8c0e43c4c24bf132670aa8a3cfb0d634acfd09b
      
      projects_helper: provide sha info in query string to use existing vms
      
      With this change we'll be able to query existing vms on Koding side
      based on the commit id that they've created.
      
      ref: https://github.com/koding/koding/pull/8597/commits/1d630fadf31963fa6ccd3bed92e526761a30a343
      
      Integration: Docs: Koding documentation added
      
      Disable /koding route if integration is disabled
      
      Use application settings to enable Koding
      
      Projects_helper: better indentation with strip_heredoc usage
      
      Projects_helper: return koding_url as is if there is no project provided
      
      current_settings: set koding_enabled: false by default
      
      Koding_Controller: to render not_found once integration is disabled
      
      Dashboard_specs: update spec for Koding enabled case
      
      Projects_Helper: make repo dynamic
      
      ref: https://github.com/koding/koding/pull/8597/commits/4d615242f45aaea4c4986be84ecc612b0bb1514c
      
      Updated documentation to have right format
      a927a9bf
  24. 17 8月, 2016 1 次提交
    • Y
      Tracking of custom events · d345591f
      Yorick Peterse 提交于
      GitLab Performance Monitoring is now able to track custom events not
      directly related to application performance. These events include the
      number of tags pushed, repositories created, builds registered, etc.
      
      The use of these events is to get a better overview of how a GitLab
      instance is used and how that may affect performance. For example, a
      large number of Git pushes may have a negative impact on the underlying
      storage engine.
      
      Events are stored in the "events" measurement and are not prefixed with
      "rails_" or "sidekiq_", this makes it easier to query events with the
      same name triggered from different parts of the application. All events
      being stored in the same measurement also makes it easier to downsample
      data.
      
      Currently the following events are tracked:
      
      * Creating repositories
      * Removing repositories
      * Changing the default branch of a repository
      * Pushing a new tag
      * Removing an existing tag
      * Pushing a commit (along with the branch being pushed to)
      * Pushing a new branch
      * Removing an existing branch
      * Importing a repository (along with the URL we're importing)
      * Forking a repository (along with the source/target path)
      * CI builds registered (and when no build could be found)
      * CI builds being updated
      * Rails and Sidekiq exceptions
      
      Fixes gitlab-org/gitlab-ce#13720
      d345591f
  25. 13 8月, 2016 1 次提交
  26. 09 8月, 2016 1 次提交
  27. 06 8月, 2016 1 次提交
  28. 04 8月, 2016 1 次提交
  29. 03 8月, 2016 1 次提交
  30. 29 7月, 2016 1 次提交
  31. 28 7月, 2016 1 次提交
    • H
      Fix the title of the toggle dropdown button · 94e6d51e
      Herminio Torres 提交于
      Before when you choose the way of `sort` instead it display the title correctly it was just apply the humanize helper in sort value.
      
      E.g.
      
      When you choose `Last updated` it should display the title `Last updated` instead of `Recently updated`. This fix makes this correctly displays the title.
      
      Change the implementation of the `link_to` `filter_branches_path`
      
      - Change the value of the `params[:sort]` in `link_to`. E.g. instead of using `'recently_updated'` is now using `sort_value_recently_updated`.
      
      - Change the values of the case in the `branches_sorted_by` method for the values it receives in the `params[:sort]` that are: `nil`, `'name'`, `'updated_desc'`, `'updated_asc'`.
      94e6d51e
  32. 27 7月, 2016 1 次提交
  33. 26 7月, 2016 1 次提交