Commit Graph

812 Commits (64653087d0b59e29b71810d4379e4233e27d4828)
 

Author SHA1 Message Date
Niels Thykier 64653087d0 solver: Fix bug where some items were not emitted
8 years ago
Jonathan Wiltshire 981b9333f6 Revert "Implement a mandatory 10 day migration delay"
8 years ago
Ivo De Decker 363f51fd3b Give myself force and force-hint
8 years ago
Niels Thykier 5021053db5 Support doing migration-less runs
8 years ago
Niels Thykier 189edf42ec britney: Move britney's start of day to 7 pm
8 years ago
Raphaël Hertzog 57bc721f50 Document new files required by PiupartsPolicy
8 years ago
Raphaël Hertzog e3323d9a67 Rename FUCKED_ARCHES into OUTOFSYNC_ARCHES in template configuration file
8 years ago
Niels Thykier f6120e5ec3 Use the correct required age in html excuses
8 years ago
James McCoy 0c44d3ac27 excuse: Add an EOL to the verdict summary line in HTML output
8 years ago
Niels Thykier 67c784f796 excuse: Use verdict name rather than object in excuses.yaml
8 years ago
Niels Thykier 9ca5f7e24e Add more verdicts to provide more detailed excuses
8 years ago
Niels Thykier d7a676d074 Aggregate all migration decisions and present it in excuses
8 years ago
Niels Thykier f40a7f41b3 Replace dontinvalidate with forced
8 years ago
Niels Thykier 6e560c854a Only show the first (relevant) remove hint in excuses
8 years ago
Niels Thykier 045ce2bf7b britney: Don't show "fake" packages in excuses
8 years ago
Niels Thykier b34ac3bdd9 Add a verdict field to all policies with the actual verdict
8 years ago
Niels Thykier 552e82c3dc tests/test_policy.py: refactor test cases
8 years ago
Niels Thykier 5f2a84a4f8 Remove redundant if-else - if branch is always true
8 years ago
Niels Thykier 42be17ad26 inst-tester: Correctly handle unresolved essential choices
8 years ago
Niels Thykier 337d548edb tests: add some unit tests of installability tester
8 years ago
Niels Thykier f9c643537c britney: add ignore-rc-bugs hint to HINTS_HELPERS
8 years ago
Niels Thykier ed2a34e897 hints.py: Fix incorrect documentation of min_args parameter
8 years ago
Niels Thykier 3c33818499 tests: add test case for parsing aliased hints
8 years ago
Niels Thykier ee12b76885 tests: Add test for some invalid hints
8 years ago
Niels Thykier 1fcccea83f tests: Extract some common test utils to tests/__init__.py
8 years ago
Niels Thykier 61bdee0fa7 Upload code coverage results to codecov.io
8 years ago
Julien Cristau 608ce0e9d2 Fix logging of conflicting hints
8 years ago
Iain Lane ccfd61cf6a hint-tester: Don't lowercase the input
8 years ago
Jonathan Wiltshire 3156b2c753 Fix call to super() in SimplePolicyHint
8 years ago
Niels Thykier cd5e253b9c Revert "Give myself block-all hint"
8 years ago
Niels Thykier e296dd843e Give myself block-all hint
8 years ago
Emilio Pozuelo Monfort af7c96142d Add ignore-piuparts to the standard hint set
8 years ago
Niels Thykier 0349cd9477 Implement a mandatory 10 day migration delay
8 years ago
Niels Thykier 3e888a9fdf PiupartsPolicy: Improve html message
8 years ago
Robert Bruce Park 40ccb4bdc6 Invalidate excuse after each policy run
8 years ago
Niels Thykier bcdb2b39cd Add PiupartsPolicy to avoid piuparts regressions
8 years ago
Niels Thykier e6e221ad52 Extract a compile_nuninst and move it to utils
8 years ago
Niels Thykier eaf4660918 utils: Replace explicit loop index handling with enumerate
8 years ago
Niels Thykier 06504f2ae7 Move invalidate_exuses to utils
8 years ago
Niels Thykier 20f2e27873 Fix --print-nuninst + --nuninst-cache
8 years ago
Niels Thykier fd614062ae Minor optimisation of force handling
8 years ago
Niels Thykier 56fa65f596 Replace a use of src[X] with src.x
8 years ago
Niels Thykier 166a6533ba completer: Replace src[X] with src.X
8 years ago
Niels Thykier 0cc7f7a8d2 Move build_installability_tester to builder.py
8 years ago
Niels Thykier 7a63784876 Move get_dependency_solvers to utils
8 years ago
Niels Thykier c4be8436db Move read_sources_file to utils
8 years ago
Niels Thykier 0f45b195a6 Refactor doop_source to simplify logic
8 years ago
Niels Thykier 027142e12b Fix bug where compute_groups returned tuple instead of pkg_id
8 years ago
Niels Thykier a14ced6403 Drop now unused "from __future__" imports
8 years ago
Niels Thykier 7af650d36d "selected" is never None in iter_packages
8 years ago