Cronologia Commit

Autore SHA1 Messaggio Data
  Ansgar Burchardt bf599c06de make flake8 happy 5 anni fa
  Ansgar Burchardt d9ce086136 drop patch for old Deb822 (Closes: #919864) 5 anni fa
  Ansgar Burchardt d76b07f9b6 PolicyQueueUpload: fix comparison 6 anni fa
  Bastian Blank 53d22adbd8 Convert PolicyQueueUpload to rich comparison 6 anni fa
  Bastian Blank da66a788e5 Use absolute imports 6 anni fa
  Bastian Blank 3cdce7d7b2 Don't clear database mappers 6 anni fa
  Bastian Blank ba9a5de071 Remove unused database objects 6 anni fa
  Bastian Blank bff58e971e Ignore views for Alembic migrations 6 anni fa
  Bastian Blank a53c8a829a Add some missing tables 6 anni fa
  Bastian Blank 6cfeaa8b54 Make some parts used by Alembic runnable on Python 3 6 anni fa
  Bastian Blank 822fcee8c9 Convert Section to declarative mapping 6 anni fa
  Bastian Blank c46bf98ae1 Convert Architecture to declarative mapping 6 anni fa
  Bastian Blank 68a522871f Init declarative sqlalchemy base 6 anni fa
  Bastian Blank efed6ccea4 Drop debug only json support support 6 anni fa
  Bastian Blank 34d63b51d1 Fix E231: Missing whitespace after ',', ';', or ':' 6 anni fa
  Bastian Blank 5744bfce04 Fix E502: The backslash is redundant between brackets 6 anni fa
  Bastian Blank 4544378f72 Fix E226: Missing whitespace around arithmetic operator 6 anni fa
  Bastian Blank 903e5be198 Fix E225: Missing whitespace around operator 6 anni fa
  Bastian Blank 3797103cab Fix E221: Multiple spaces before operator 6 anni fa
  Bastian Blank d12d198ba7 Fix E202: Whitespace before ')' 6 anni fa
  Bastian Blank 681c3f4b26 Fix E201: Whitespace after '(' 6 anni fa
  Bastian Blank e3239e7309 Fix E121: Continuation line under-indented for hanging indent 6 anni fa
  Bastian Blank 32343595ab Fix E302: Expected 2 blank lines, found 0 6 anni fa
  Bastian Blank 2dfe976768 Fix E301: Expected 1 blank line, found 0 6 anni fa
  Bastian Blank cfaf4312fc Fix E712: Comparison to true should be 'if cond is true:' or 'if cond:' 6 anni fa
  Bastian Blank 5b08e57be0 Fix E251: Unexpected spaces around keyword / parameter equals 6 anni fa
  Bastian Blank 2bf7eca49b Fix E701: Multiple statements on one line (colon) 6 anni fa
  Bastian Blank 8a1008cee3 Fix E711: Comparison to none should be 'if cond is none:' 6 anni fa
  Chris Lamb cb5a2b2e85 Replace tabs with 8 spaces in all .py files. 6 anni fa
  Chris Lamb 84bb48818a Replace instances of ``if x.has_key(y)`` with ``if y in x``. 6 anni fa