Commit 525c9e5
Eli 615 : fix - multi campaign target collision (#593)
* ELI-615 | campaign having recent - active start_date supersedes the others sharing same best-status
* ELI-615 | more linting
* ELI-615 | revert commit
* ELI-615 | wip
* ELI-615 | wip
* ELI-615 | wip
* Bump werkzeug from 3.1.5 to 3.1.6
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.5...3.1.6)
---
updated-dependencies:
- dependency-name: werkzeug
dependency-version: 3.1.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updated not_member_of operator to NotMemberOf (#594)
* Added vulture to workflows (#585)
* Added vulture to workflows
* Added new make commands and added to project
* Added updated lockfile
* Minimal config with no errors
* Corrected vulture commands
* Generating new lock file
* ELI-615 | modified iterations_result to iteration result
* ELI-615 | fix - naming issues | handle stop iter exception
* ELI-615 | campaign_configs - fixture updated | test case fixed
* ELI-615 | fix flaky tests do to fixture scope
* ELI-615 | fix flaky tests - removed best status test
* ELI-615 | used raw campagin config for tests using iteration dates
* ELI-615 | fix - campaign group is used correctly
* ELI-615 | fix test_campaigns_grouped_by_condition_name_filters_correctly
* ELI-615 | fix tests
* ELI-615 | linting
* ELI-615 | renamed best_iteration_result to iteration_result_summary
* ELI-615 | add more test cases - it tests
* ELI-615 | test commit - try git leaks ignore
* ELI-615 | incorporated review comments
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oneeb-nhs <258801025+oneeb-nhs@users.noreply.github.com>
Co-authored-by: Robert Bailiff <rob.bailiff1@nhs.net>1 parent c81afdd commit 525c9e5
3 files changed
Lines changed: 10 additions & 10 deletions
File tree
- src/eligibility_signposting_api/services/processors
- tests/integration/in_process
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | | - | |
| 50 | + | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
1532 | 1532 | | |
1533 | 1533 | | |
1534 | 1534 | | |
| 1535 | + | |
1535 | 1536 | | |
1536 | 1537 | | |
1537 | 1538 | | |
1538 | | - | |
| 1539 | + | |
1539 | 1540 | | |
1540 | 1541 | | |
1541 | 1542 | | |
| |||
0 commit comments