1. 29 6月, 2017 4 次提交
  2. 24 6月, 2017 1 次提交
  3. 23 6月, 2017 1 次提交
  4. 20 6月, 2017 1 次提交
  5. 19 6月, 2017 1 次提交
  6. 17 6月, 2017 1 次提交
    • S
      Add table for files in merge request diffs · 9a73b634
      Sean McGivern 提交于
      This adds an ID-less table containing one row per file, per merge request
      diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised
      currently, with the advantage that we can easily query the attributes of this
      new table.
      
      It does not migrate existing data, so we have fallback code when the legacy
      st_diffs column is present instead. For a merge request diff to be valid, it
      should have at most one of:
      
      * Rows in this new table, with the correct merge_request_diff_id.
      * A non-NULL st_diffs column.
      
      It may have neither, if the diff is empty.
      9a73b634
  7. 16 6月, 2017 5 次提交
  8. 15 6月, 2017 1 次提交
  9. 14 6月, 2017 2 次提交
  10. 12 6月, 2017 1 次提交
  11. 08 6月, 2017 1 次提交
  12. 07 6月, 2017 2 次提交
  13. 06 6月, 2017 3 次提交
  14. 05 6月, 2017 1 次提交
    • Z
      Create read_registry scope with JWT auth · 0b81b5ac
      Z.J. van de Weg 提交于
      This is the first commit doing mainly 3 things:
      1. create a new scope and allow users to use it
      2. Have the JWTController respond correctly on this
      3. Updates documentation to suggest usage of PATs
      
      There is one gotcha, there will be no support for impersonation tokens, as this
      seems not needed.
      
      Fixes gitlab-org/gitlab-ce#19219
      0b81b5ac
  15. 02 6月, 2017 1 次提交
  16. 01 6月, 2017 1 次提交
  17. 26 5月, 2017 1 次提交
  18. 25 5月, 2017 2 次提交
    • A
      Implement web hooks logging · 330789c2
      Alexander Randa 提交于
      * implemented logging of project and system web hooks
      * implemented UI for user area (project hooks)
      * implemented UI for admin area (system hooks)
      * implemented retry of logged webhook
      * NOT imeplemented log remover
      330789c2
    • C
      Add docs on milestone percentage stats · 2e98f5bc
      Chris Wilson 提交于
      Clarify how the milestone percentage is calculated in the docs.
      Include example image of milestone.
      2e98f5bc
  19. 22 5月, 2017 1 次提交
  20. 20 5月, 2017 1 次提交
  21. 19 5月, 2017 4 次提交
  22. 18 5月, 2017 1 次提交
  23. 13 5月, 2017 1 次提交
  24. 12 5月, 2017 1 次提交
  25. 11 5月, 2017 1 次提交