Skip to content

CLR integration branch #9736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Nov 26, 2021
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8f36697
GITC-475: Adds active to GrantCLRCalculation to mark ongoing rounds
gdixon Nov 11, 2021
caea5d2
GITC-475: Command to set latest on historic calc data
gdixon Nov 11, 2021
7ce5699
GITC-475: Uses active in place of latest to retain hold over most rec…
gdixon Nov 11, 2021
54ed9f0
GITC-475: resolves multiple leaf nodes in migrations
gdixon Nov 11, 2021
3eca913
fix: fixes isort/linting issues
gdixon Nov 11, 2021
bb8e368
GITC-500: Adds ability to recalculate inactive rounds
gdixon Nov 11, 2021
c2d4d54
GITC-475: Use only active calcs to set Grants clr_prediction_curve
gdixon Nov 11, 2021
6af7f09
GITC-500: Prep form merge - we should make this check on active once …
gdixon Nov 11, 2021
57590f0
GITC-495: flattens queried columns and adds indexing
gdixon Nov 16, 2021
b99961d
add grant_clr_percentage_cap
thelostone-mc Nov 24, 2021
ceaeb41
Merge branch 'GITC-475--active-latest-clr' into clr-optimisations
gdixon Nov 26, 2021
8467df8
Merge branch 'GITC-500--recalc-inactive-rounds' into clr-optimisations
gdixon Nov 26, 2021
814bc3f
Merge branch 'GITC-495--clr-optimisations' into clr-integration-branch
gdixon Nov 26, 2021
d7c4ce3
fix: combines migrations
gdixon Nov 26, 2021
1af0442
fix: moves is_active check to record_clr_prediction_curve -> active
gdixon Nov 26, 2021
b234e4c
fix: typos
gdixon Nov 26, 2021
00039ca
Merge remote-tracking branch 'origin/clr_cap' into clr-integration-br…
gdixon Nov 26, 2021
e1514f5
fix: defaults percentage_cap to 100% if absent
gdixon Nov 26, 2021
bf1a9fa
fix: corrects migration dependency
gdixon Nov 26, 2021
a12a4b0
fix: conflicting migrations
gdixon Nov 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: corrects migration dependency
  • Loading branch information
gdixon committed Nov 26, 2021
commit bf1a9fa656f0b4ab98786adbce48ced0df8da96e
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('grants', '0128_auto_20211124_0639'),
('grants', '0129_auto_20211116_1327'),
]

operations = [
Expand Down