Commits on Source (64)
-
Margarita Manterola authored
-
Joerg Jaspert authored
Unify the setting up script for integration tests and for the README See merge request !26
-
-
Joerg Jaspert authored
Replace instances of ``if x.has_key(y)`` with ``if y in x``. See merge request !28
-
-
-
Joerg Jaspert authored
Handle reboot-lock like any other lock See merge request !27
-
Joerg Jaspert authored
The new way of handling reboot lock would make em run outside of it, which isnt what we want. We did not use precronscript anymore, we only had one usage of postcronscript, which can run as a normal task.
-
-
Joerg Jaspert authored
-
Joerg Jaspert authored
Whoever wants to fixup our code (PLEASE), remove one, fixup all occurences, submit a merge request...
-
Whilst flake8 will always be Python 2.x in the specified "debian:9" image, we can make this future-proof and less confusing to anyone reading this and attempting to reproduce the output on newer distribution where flake8 will assume Python 3 (and thus report syntax errors against dak's Python 2.x code).
-
Joerg Jaspert authored
Always use Python 2.x flake8. See merge request !31
-
Joerg Jaspert authored
-
-
Joerg Jaspert authored
Replace tabs with 8 spaces in all .py files. See merge request !32
-
-
Joerg Jaspert authored
Consistently use four-spaces for indentation. See merge request !33
-
-
Joerg Jaspert authored
Add missing flake8 warnings for sid's flake8 (3.5.0-1) See merge request !35
-
-
-
-
-
-
Joerg Jaspert authored
Convert security cron.unchecked to cronscript See merge request !36
-
-
Joerg Jaspert authored
Fix E711: Comparison to none should be 'if cond is none:' See merge request !37
-
-
Joerg Jaspert authored
Fix E401: Multiple imports on one line See merge request !39
-
-
Joerg Jaspert authored
Fix E701: Multiple statements on one line (colon) See merge request !38
-
-
Joerg Jaspert authored
Fix E251: Unexpected spaces around keyword / parameter equals See merge request !40
-
-
Joerg Jaspert authored
Fix E712: Comparison to true should be 'if cond is true:' or 'if cond:' See merge request !42
-
The dbtests had been left to rot, this change adapts them to the current state of the database, which includes deleting code that was testing deleted code, updating the code to the latest changes, etc. Additionally, this change is also adding a run-dbtests script that will do the full setup of the environment as expected by the tests, run the tests and then clean up the environment. This script is now executed from the integration-tests/run-tests script, inside a postgres virtualenv. Finally, this includes some additional changes to the setup scripts, to make it possible to use them for database that don't use the default name.
-
Joerg Jaspert authored
Make dbtests pass and execute them as integration tests See merge request !34
-
-
Joerg Jaspert authored
Restore tracking server in a few places See merge request !41
-
-
Joerg Jaspert authored
Fix E211: Whitespace before '(' See merge request !43
-
-
Joerg Jaspert authored
Fix E101: Indentation contains mixed spaces and tabs See merge request !44
-
-
Joerg Jaspert authored
Fix E271: Multiple spaces after keyword See merge request !45
-
Bastian Blank authored
-
Joerg Jaspert authored
Fix E301: Expected 1 blank line, found 0 See merge request !48
-
-
Joerg Jaspert authored
Fix E302: Expected 2 blank lines, found 0 See merge request !49
-
-
Joerg Jaspert authored
Fix F402: Import module from line n shadowed by loop variable See merge request !50
-
-
Joerg Jaspert authored
Fix F811: Redefinition of unused name from line n See merge request !51
-
-
Joerg Jaspert authored
Fix E303: Too many blank lines See merge request !52
-
-
Joerg Jaspert authored
Fix E713: Test for membership should be 'not in' See merge request !53
-
-
Joerg Jaspert authored
Fix E121: Continuation line under-indented for hanging indent See merge request !46
-
-
Joerg Jaspert authored
Fix E703: Statement ends with a semicolon See merge request !47
-
Joerg Jaspert authored
* master: (36 commits) Fix E703: Statement ends with a semicolon Fix E121: Continuation line under-indented for hanging indent Fix E713: Test for membership should be 'not in' Fix E303: Too many blank lines Fix F811: Redefinition of unused name from line n Fix F402: Import module from line n shadowed by loop variable Fix E302: Expected 2 blank lines, found 0 Fix E301: Expected 1 blank line, found 0 Fix E271: Multiple spaces after keyword Fix E101: Indentation contains mixed spaces and tabs Fix E211: Whitespace before '(' Restore tracking server in a few places Make dbtests pass and execute them as integration tests. Fix E712: Comparison to true should be 'if cond is true:' or 'if cond:' Fix E251: Unexpected spaces around keyword / parameter equals Fix E701: Multiple statements on one line (colon) Fix E401: Multiple imports on one line Fix E711: Comparison to none should be 'if cond is none:' Convert security cron.unchecked to cronscript Split out post-unchecked tasks and run them always ...
config/debian-security/unchecked.functions
0 → 100644
config/debian-security/unchecked.tasks
0 → 100644
config/debian-security/unchecked.variables
0 → 100644
config/debian/lock.tasks
0 → 100644