1. 29 11月, 2016 2 次提交
  2. 28 11月, 2016 15 次提交
  3. 27 11月, 2016 1 次提交
  4. 26 11月, 2016 12 次提交
  5. 25 11月, 2016 10 次提交
    • R
      Merge branch 'issue-24534' into 'master' · d03ca3d0
      Rémy Coutable 提交于
      Remove unnecessary sentences for return codes in the API documentation
      
      Closes #24534
      
      See merge request !7511
      d03ca3d0
    • Z
      Expose coverage on GET pipelines/:id · 40e8185b
      Z.J. van de Weg 提交于
      The coverage wasn't exposed yet, now it is but only for detailed
      requests to save queries on the database.
      40e8185b
    • V
      847ada36
    • K
      Merge branch 'zj-slash-commands-improvements' into 'master' · fc035011
      Kamil Trzciński 提交于
      Slash commands improvements
      
      See merge request !7638
      fc035011
    • Y
      Removed data-user-is view code · 0ba03d7e
      Yorick Peterse 提交于
      With events no longer being cached this is no longer needed.
      0ba03d7e
    • Y
      Refresh project authorizations using a Redis lease · 92b2c74c
      Yorick Peterse 提交于
      When I proposed using serializable transactions I was hoping we would be
      able to refresh data of individual users concurrently. Unfortunately
      upon closer inspection it was revealed this was not the case. This could
      result in a lot of queries failing due to serialization errors,
      overloading the database in the process (given enough workers trying to
      update the target table).
      
      To work around this we're now using a Redis lease that is cancelled upon
      completion. This ensures we can update the data of different users
      concurrently without overloading the database.
      
      The code will try to obtain the lease until it succeeds, waiting at
      least 1 second between retries. This is necessary as we may otherwise
      end up _not_ updating the data which is not an option.
      92b2c74c
    • Y
      Merge branch '22373-reduce-queries-in-api-helpers-find_project' into 'master' · 838c1aad
      Yorick Peterse 提交于
      Resolve "Reduce queries in API::Helpers#find_project"
      
      See merge request !7714
      838c1aad
    • Z
      Accept a valid ref for issue show · d71ad49f
      Z.J. van de Weg 提交于
      For example, now we support `/gitlab issue show #1`. Where the # used
      to trip the regex.
      d71ad49f
    • K
      Merge branch 'fix-cancelling-pipelines' into 'master' · afe90d52
      Kamil Trzciński 提交于
      Improve how we could cancel pipelines:
      
      Improve how we could cancel pipelines:
      
      * Introduce `HasStatus.cancelable` which we might be able to cancel
      * Cancel and check upon `cancelable`
      * Also cancel on `CommitStatus` rather than just `Ci::Build`
      
      Fixes #23635
      
      Fixes #17845
      
      See merge request !7508
      afe90d52
    • F
      Merge branch 'autocomplete-space-prefix' into 'master' · 90a3b3ab
      Fatih Acet 提交于
      Allow GFM autocomplete to be trigger without the preceding space
      
      ## What does this MR do?
      
      Gives the ability to GFM autocomplete to be trigger even if there is no preceding space.
      
      I've taken the regex from the at.js plugin & tweaked it to allow the leading character to be a special character.
      
      ## What are the relevant issue numbers?
      
      Closes #19975 
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-07-21_at_14.41.34](/uploads/19684ba286baeedb754e7457945480a8/Screen_Shot_2016-07-21_at_14.41.34.png)![Screen_Shot_2016-07-21_at_14.41.40](/uploads/a77349bce599ae93b4bcddd355087f5c/Screen_Shot_2016-07-21_at_14.41.40.png)![Screen_Shot_2016-07-21_at_14.41.46](/uploads/c35df17b678b24b73c94b181f0784188/Screen_Shot_2016-07-21_at_14.41.46.png)
      
      See merge request !5395
      90a3b3ab