1. 04 4月, 2019 5 次提交
  2. 29 3月, 2019 1 次提交
  3. 24 3月, 2019 1 次提交
  4. 31 1月, 2019 2 次提交
  5. 26 1月, 2019 1 次提交
  6. 25 1月, 2019 1 次提交
  7. 14 1月, 2019 3 次提交
  8. 13 12月, 2018 1 次提交
    • G
      Stop requiring a Binary field in .changes files in the database · d48ebfac
      Guillem Jover 提交于
      The changes table requires a not NULL binaries column. But we should not
      be requiring a Binary field for source-only uploads. There have been
      other changes to accommodate that, but the schema still requires the
      values, and uploading such .changes files returns this misleading
      rejection message:
      
        source_version_arch.changes is already known.
      
      from daklib/archive.py:_install_changes() due to an exception when
      inserting the DBChange() into the database.
      d48ebfac
  9. 24 10月, 2018 1 次提交
    • E
      process-upload: catch InvalidChangesException · 5d4721ff
      Emilio Pozuelo Monfort 提交于
      Creating a Changes object doesn't parse it immediately, so we
      were not catching InvalidChangesException here. Force the
      parsing so we can detect invalid changes and stop processing
      them, otherwise process-upload explodes and no further changes
      are processed after the broken one.
      5d4721ff
  10. 20 9月, 2018 1 次提交
  11. 19 9月, 2018 2 次提交
  12. 17 9月, 2018 1 次提交
  13. 07 9月, 2018 1 次提交
  14. 08 7月, 2018 3 次提交
  15. 03 7月, 2018 1 次提交
    • B
      Remove duplicate constraint · 3995af46
      Bastian Blank 提交于
      The unique constraint suite_src_formats_suite_key also exists as primary
      key constraint.  Alembic is not able to handle such duplicate indexes.
      3995af46
  16. 28 6月, 2018 3 次提交
  17. 27 6月, 2018 1 次提交
  18. 18 6月, 2018 1 次提交
  19. 17 6月, 2018 2 次提交
  20. 25 5月, 2018 2 次提交
  21. 24 5月, 2018 4 次提交
  22. 22 5月, 2018 2 次提交