BigW Consortium Gitlab

  1. 06 Jul, 2016 1 commit
  2. 01 Jul, 2016 1 commit
  3. 30 Jun, 2016 1 commit
  4. 24 Jun, 2016 1 commit
  5. 23 Jun, 2016 1 commit
  6. 20 Jun, 2016 3 commits
  7. 15 Jun, 2016 14 commits
    • Only pass item name · 09c38e46
      Lin Jen-Shin authored
    • More space for private concern · 94178149
      Lin Jen-Shin authored
    • Add missing require in tests · 4befcc35
      Lin Jen-Shin authored
    • Save the list of handlers in a constant · 3ced5ae6
      Lin Jen-Shin authored
    • Raise first like an input check · 5608e1a1
      Lin Jen-Shin authored
    • Avoid assignment in if · a0162388
      Lin Jen-Shin authored
    • Blank line for private · fcc6a592
      Lin Jen-Shin authored
    • A blank line to separate exception raising · 3b64c4f9
      Lin Jen-Shin authored
    • Avoid using bang bang · 4c098714
      Lin Jen-Shin authored
    • An instruction for what to do · c55eebb2
      Lin Jen-Shin authored
    • 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
        ...
    • 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
  8. 14 Jun, 2016 18 commits