1. 06 6月, 2018 1 次提交
    • M
      doc · 1c7ab76b
      Mark Chao 提交于
      1c7ab76b
  2. 10 5月, 2018 1 次提交
  3. 25 4月, 2018 1 次提交
  4. 05 4月, 2018 1 次提交
  5. 08 3月, 2018 1 次提交
  6. 05 3月, 2018 1 次提交
  7. 13 2月, 2018 1 次提交
  8. 05 1月, 2018 1 次提交
  9. 29 11月, 2017 1 次提交
    • 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
  10. 06 9月, 2017 1 次提交
    • Y
      Finish migration to the new events setup · 235b105c
      Yorick Peterse 提交于
      This finishes the procedure for migrating events from the old format
      into the new format. Code no longer uses the old setup and the database
      tables used during the migration process are swapped, with the old table
      being dropped.
      
      While the database migration can be reversed this will 1) take a lot of
      time as data has to be coped around 2) won't restore data in the
      "events.data" column as we have no way of restoring this.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
      235b105c
  11. 12 8月, 2017 1 次提交
  12. 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
  13. 08 5月, 2017 1 次提交
  14. 18 3月, 2017 1 次提交
  15. 07 2月, 2017 1 次提交
  16. 30 1月, 2017 1 次提交
    • J
      Ignore encrypted attributes in Import/Export · e589c7e8
      James Lopez 提交于
      * Regenerates tokens for all models that have them
      * Remove variables, since they are basically just storing encrypted data
      * Bumped version up to 0.1.6
      * Updated related docs
      e589c7e8
  17. 20 10月, 2016 1 次提交
  18. 03 10月, 2016 1 次提交
  19. 19 9月, 2016 1 次提交
  20. 11 8月, 2016 1 次提交
  21. 08 8月, 2016 1 次提交
  22. 22 6月, 2016 12 次提交