1. 07 12月, 2017 3 次提交
  2. 06 12月, 2017 3 次提交
  3. 05 12月, 2017 5 次提交
  4. 04 12月, 2017 13 次提交
  5. 03 12月, 2017 6 次提交
  6. 01 12月, 2017 1 次提交
  7. 30 11月, 2017 1 次提交
  8. 29 11月, 2017 5 次提交
    • B
      Redirect to an already forked project if it exists · 299c5439
      Bob Van Landuyt 提交于
      Before the we would try to `POST` to the project path, which would
      result in a 404, because that `POST` is not supported.
      
      By changing this back to a normal link, not not handled in JS, we can
      immeadiatly redirect.
      299c5439
    • F
      Fix broken tests · 50d9cc6d
      Filipa Lacerda 提交于
      50d9cc6d
    • F
      Fix broken specs · e89fad52
      Filipa Lacerda 提交于
      Don't add disabled class to loading button
      e89fad52
    • E
    • S
      Remove serialised diff and commit columns · 4ebbfe5d
      Sean McGivern 提交于
      The st_commits and st_diffs columns on merge_request_diffs historically held the
      YAML-serialised data for a merge request diff, in a variety of formats.
      
      Since 9.5, these have been migrated in the background to two new tables:
      merge_request_diff_commits and merge_request_diff_files. That has the advantage
      that we can actually query the data (for instance, to find out how many commits
      we've stored), and that it can't be in a variety of formats, but must match the
      new schema.
      
      This is the final step of that journey, where we drop those columns and remove
      all references to them. This is a breaking change to the importer, because we
      can no longer import diffs created in the old format, and we cannot guarantee
      the export will be in the new format unless it was generated after this commit.
      4ebbfe5d
  9. 28 11月, 2017 3 次提交