1. 15 1月, 2020 1 次提交
  2. 11 1月, 2020 1 次提交
  3. 17 12月, 2019 1 次提交
  4. 10 12月, 2019 1 次提交
  5. 19 11月, 2019 1 次提交
  6. 12 11月, 2019 1 次提交
  7. 31 10月, 2019 1 次提交
  8. 29 10月, 2019 1 次提交
  9. 25 10月, 2019 1 次提交
  10. 01 10月, 2019 1 次提交
  11. 30 9月, 2019 1 次提交
  12. 27 9月, 2019 1 次提交
  13. 18 9月, 2019 1 次提交
  14. 11 8月, 2019 1 次提交
    • S
      Properly save suggestions in project exports · 26107e93
      Stan Hu 提交于
      Previously imports would fail if a merge request note included a
      suggestion with an
      `ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection`
      exception.
      
      This was happening because suggestions were listed as a descendant of
      merge requests, but this doesn't work because suggestions are directly
      associated with notes, not merge requests, and that association is lost.
      Rails also disallows creating intializing a has_many association through
      a different object.
      
      We fix this by making `suggestions` a child of `notes` within a merge
      request. This doesn't fix previously broken exported project exports,
      but new exports will work.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65880
      26107e93
  15. 03 8月, 2019 1 次提交
    • J
      Make issue boards importable · 87235d00
      Jason Colyer 提交于
      - Added Importable to models/list.rb
      - Did unless: :importable? on board validation
      - Created changelog
      - Modified haml to show issue boards are importable
      - Added needed spec tests
      - Modified project.json to include board information
      - Added relevant models to all_models
      - Added relevant models to import_export
      - Added relevant models to safe_model_attributes
      87235d00
  16. 22 7月, 2019 1 次提交
  17. 15 7月, 2019 2 次提交
  18. 28 6月, 2019 1 次提交
  19. 11 6月, 2019 1 次提交
  20. 28 5月, 2019 1 次提交
  21. 30 4月, 2019 1 次提交
  22. 23 4月, 2019 1 次提交
  23. 10 4月, 2019 1 次提交
  24. 19 2月, 2019 1 次提交
  25. 09 2月, 2019 1 次提交
  26. 15 11月, 2018 1 次提交
  27. 24 9月, 2018 2 次提交
  28. 07 9月, 2018 1 次提交
  29. 23 5月, 2018 1 次提交
  30. 14 5月, 2018 1 次提交
  31. 05 4月, 2018 3 次提交
  32. 14 3月, 2018 1 次提交
    • B
      Import multiple issue assignees from GitLab export · ca8f1ed9
      Bob Van Landuyt 提交于
      When importing from a GitLab archive, an admin can carry over the
      assignations. Other users can not.
      
      When a regular user is importing an issue with multiple assignees, the
      assignee is replaced with the current user, meaning we would try to
      insert current user as an assignee multiple times.
      
      By filtering the array before storing it, the import becomes more
      robust.
      ca8f1ed9
  33. 06 3月, 2018 1 次提交
  34. 26 1月, 2018 1 次提交
  35. 09 1月, 2018 1 次提交
  36. 05 1月, 2018 1 次提交