1. 24 Jun, 2016 1 commit
  2. 23 Jun, 2016 1 commit
  3. 20 Jun, 2016 3 commits
  4. 15 Jun, 2016 14 commits
    • Lin Jen-Shin's avatar
      Only pass item name · 09c38e46
      Lin Jen-Shin authored
      09c38e46
    • Lin Jen-Shin's avatar
      More space for private concern · 94178149
      Lin Jen-Shin authored
      94178149
    • Lin Jen-Shin's avatar
      Add missing require in tests · 4befcc35
      Lin Jen-Shin authored
      4befcc35
    • Lin Jen-Shin's avatar
      Save the list of handlers in a constant · 3ced5ae6
      Lin Jen-Shin authored
      3ced5ae6
    • Lin Jen-Shin's avatar
      Raise first like an input check · 5608e1a1
      Lin Jen-Shin authored
      5608e1a1
    • Lin Jen-Shin's avatar
      Avoid assignment in if · a0162388
      Lin Jen-Shin authored
      a0162388
    • Lin Jen-Shin's avatar
      Blank line for private · fcc6a592
      Lin Jen-Shin authored
      fcc6a592
    • Lin Jen-Shin's avatar
      A blank line to separate exception raising · 3b64c4f9
      Lin Jen-Shin authored
      3b64c4f9
    • Lin Jen-Shin's avatar
      Avoid using bang bang · 4c098714
      Lin Jen-Shin authored
      4c098714
    • Lin Jen-Shin's avatar
      72184c16
    • Lin Jen-Shin's avatar
      An instruction for what to do · c55eebb2
      Lin Jen-Shin authored
      c55eebb2
    • Lin Jen-Shin's avatar
      cb168c34
    • Lin Jen-Shin's avatar
      Merge branch 'master' into new-issue-by-email · e7539188
      Lin Jen-Shin authored
      * master: (1246 commits)
        Update CHANGELOG
        Update tests to make it work with Turbolinks approach
        Use Turbolink instead of ajax
        Reinitialize checkboxes to toggle event bindings
        Turn off handlers before binding events
        Removed console.log Uses outerWidth instead of width
        Revert "Added API endpoint for Sidekiq Metrics"
        Added API endpoint for Sidekiq Metrics
        Added CHANGELOG entry for allocations Gem/name fix
        Filter out classes without names in the sampler
        Update the allocations Gem to 1.0.5
        Put all sidebar icons in fixed width container
        Instrument private/protected methods
        Fix Ci::Build#artifacts_expire_in= when assigning invalid duration
        Fix grammar and syntax
        Update CI API docs
        UI and copywriting improvements
        Factorize members mails into a new Emails::Members module
        Factorize access request routes into a new :access_requestable route concern
        Factorize #request_access and #approve_access_request  into a new AccessRequestActions controller concern
        ...
      e7539188
    • Stan Hu's avatar
      Merge branch 'dont-drop-stuck-builds' into 'master' · bf4455d1
      Stan Hu authored
      Don't fail builds for projects that are deleted when they are stuck
      
      ## What does this MR do?
      
      Solves when dropping stuck connection.
      ```
      Dropping stuck pending build 1545510 for runner 
      NoMethodError: undefined method `origin_merge_requests' for nil:NilClass
          from /opt/gitlab/embedded/service/gitlab-rails/app/services/merge_requests/base_service.rb:50:in `merge_request_from'
          from /opt/gitlab/embedded/service/gitlab-rails/app/services/merge_requests/base_service.rb:57:in `each_merge_request'
          from /opt/gitlab/embedded/service/gitlab-rails/app/services/merge_requests/add_todo_when_build_fails_service.rb:5:in `execute'
          from /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/metrics/instrumentation.rb:164:in `execute'
          from /opt/gitlab/embedded/service/gitlab-rails/app/models/commit_status.rb:51:in `block (2 levels) in <class:CommitStatus>'
          from /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/state_machines-0.4.0/lib/state_machines/eval_helpers.rb:79:in `call'
      ...
      ```
      
      This happens, because that `default_scope` of `Projects` filters returns the projects that are not deleted, where `Ci::Build` doesn't take into account.
      
      
      See merge request !4609
      bf4455d1
  5. 14 Jun, 2016 21 commits