1. 16 8月, 2016 1 次提交
  2. 15 8月, 2016 6 次提交
  3. 13 8月, 2016 1 次提交
  4. 12 8月, 2016 11 次提交
    • P
      Use cache for todos counter calling TodoService · 1f225354
      Paco Guzman 提交于
      1f225354
    • Y
      Instrument Project.visible_to_user · e0fc43eb
      Yorick Peterse 提交于
      Because this method is a Rails scope we have to instrument it manually
      as regular the instrumentation methods only instrument methods defined
      directly on a Class or Module.
      e0fc43eb
    • S
      Fix bug where destroying a namespace would not always destroy projects · cb8a425b
      Stan Hu 提交于
      There is a race condition in DestroyGroupService now that projects are deleted asynchronously:
      
      1. User attempts to delete group
      2. DestroyGroupService iterates through all projects and schedules a Sidekiq job to delete each Project
      3. DestroyGroupService destroys the Group, leaving all its projects without a namespace
      4. Projects::DestroyService runs later but the can?(current_user,
         :remove_project) is `false` because the user no longer has permission to
         destroy projects with no namespace.
      5. This leaves the project in pending_delete state with no namespace/group.
      
      Projects without a namespace or group also adds another problem: it's not possible to destroy the container
      registry tags, since container_registry_path_with_namespace is the wrong value.
      
      The fix is to destroy the group asynchronously and to run execute directly on Projects::DestroyService.
      
      Closes #17893
      cb8a425b
    • U
      Update CHANGELOG · c5aca8b2
      ula budziszewska 提交于
      c5aca8b2
    • U
      render only commit title · 957632b7
      ubudzisz 提交于
      update CHANGELOG
      
      add auto-completion into pipeline
      
      add auto-completion into pipeline
      
      add auto-completion into pipeline
      
      update changelog
      
      modify tests
      
      remove empty lines
      
      add auto-completion into pipeline
      
      update changelog
      
      modify tests
      
      switch text_field_tag into text_field
      
      add test to new field
      
      switch context into describe
      
      Update CHANGELOG
      
      render only commit title
      
      update CHANGELOG
      
      add auto-completion into pipeline
      
      add auto-completion into pipeline
      
      add auto-completion into pipeline
      
      update changelog
      
      modify tests
      
      remove empty lines
      
      add auto-completion into pipeline
      
      update changelog
      
      modify tests
      
      update changelog
      
      Update CHANGELOG
      
      add indetation
      
      add tests to pipeline ref
      
      change file name for tests
      
      change file name for spec tests
      
      remove empty line
      
      rename test it
      
      rename test name
      
      removing unexpected changes
      
      removing unexpected changes2
      
      update changelog
      957632b7
    • Z
      Incorporate feedback · b497b0ce
      Z.J. van de Weg 提交于
      b497b0ce
    • Z
      Show deployment status on a MR view · 49f72e70
      Z.J. van de Weg 提交于
      49f72e70
    • Z
      Target 8.11 for CHANGELOG entry Ruby 2.3 · 3b973d18
      Z.J. van de Weg 提交于
      3b973d18
    • C
      Update currently supported Ruby version info. · 9f9e38ff
      Connor Shea 提交于
      9f9e38ff
    • S
      api for generating new merge request · 6109daf4
      Scott Le 提交于
      DRY code + fix rubocop
      
      Add more test cases
      
      Append to changelog
      
      DRY changes list
      
      find_url service for merge_requests
      
      use GET for getting merge request links
      
      remove files
      
      rename to get_url_service
      
      reduce loop
      
      add test case for cross project
      
      refactor tiny thing
      
      update changelog
      6109daf4
    • D
      Show member roles to all users on members page · 32b579e8
      Douwe Maan 提交于
      32b579e8
  5. 11 8月, 2016 11 次提交
  6. 10 8月, 2016 4 次提交
  7. 09 8月, 2016 6 次提交