Skip to content

Tags: danlessa/web

Tags

2021_12_23_stable

Toggle 2021_12_23_stable's commit message
Merge remote-tracking branch 'upstream/stable'

2021_12_15_master

Toggle 2021_12_15_master's commit message
Merge remote-tracking branch 'upstream/stable'

2021_12_15_stable

Toggle 2021_12_15_stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bug: ignore grant removed from round in clr calculation (gitcoinco#9876)

* bug: ignore grant removed from round in clr calculation

* Update app/grants/clr.py

Co-authored-by: Graham Dixon <[email protected]>

Co-authored-by: Graham Dixon <[email protected]>

20211201_master

Toggle 20211201_master's commit message
Merge branch 'stable'

20211201_stable

Toggle 20211201_stable's commit message
update twitter card

20211130_stable

Toggle 20211130_stable's commit message
refactor: pksInList checks

20211130_master

Toggle 20211130_master's commit message
update detail sidebar logic

2021_11_29_stable

Toggle 2021_11_29_stable's commit message
fix: ensure we're not capping when no grant_clr_percentage_cap is set

2021_11_29_master

Toggle 2021_11_29_master's commit message
Merge remote-tracking branch 'upstream/stable'

2021_11_26_stable

Toggle 2021_11_26_stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CLR integration branch (gitcoinco#9736)

* GITC-475: Adds active to GrantCLRCalculation to mark ongoing rounds

* GITC-475: Command to set latest on historic calc data

* GITC-475: Uses active in place of latest to retain hold over most recent calcs

* GITC-475: resolves multiple leaf nodes in migrations

* fix: fixes isort/linting issues

* GITC-500: Adds ability to recalculate inactive rounds

* GITC-475: Use only active calcs to set Grants clr_prediction_curve

* GITC-500: Prep form merge - we should make this check on active once GITC-475 is merged

* GITC-495: flattens queried columns and adds indexing

* add grant_clr_percentage_cap

* fix: combines migrations

* fix: moves is_active check to record_clr_prediction_curve -> active

* fix: typos

* fix: defaults percentage_cap to 100% if absent

* fix: corrects migration dependency

* fix: conflicting migrations

Co-authored-by: Aditya Anand M C <[email protected]>