Skip to content

Tags: abitrolly/web

Tags

master20190205

Toggle master20190205's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gitcoinco#3664 from thelostone-mc/homepage

home: base setup

master20190131

Toggle master20190131's commit message
hides featured bounties pane if no featured bounties found

stable20190131

Toggle stable20190131's commit message
make fix

release-20190128

Toggle release-20190128's commit message
fix for DoesNotExist: User matching query does not exist., https://se…

…ntry.gitcoin.co/gitcoin/gitcoin-prod-backend/issues/3211/?referrer=slack

20190128

Toggle 20190128's commit message
removes some dead code from when kudos was first made

stable_20190117

Toggle stable_20190117's commit message
Fix for

ERROR 2019-01-17 16:16:12,854 send_tips_for_bounty_fulfiller 31563 140151191623424 unhashable type: 'list'
Traceback (most recent call last):
  File "/home/ubuntu/gitcoin/coin/app/dashboard/management/commands/send_tips_for_bounty_fulfiller.py", line 68, in handle
    tip = assign_tip_to(tip, fulfillment.fulfiller_github_username)
  File "/home/ubuntu/gitcoin/coin/app/dashboard/management/commands/send_tips_for_bounty_fulfiller.py", line 39, in assign_tip_to
    tip.emails = get_emails_master(handle)
  File "/home/ubuntu/gitcoin/coin/app/git/utils.py", line 378, in get_emails_master
    return list(set([to_email for category, to_email in emails_by_category.items()]))
TypeError: unhashable type: 'list'

release_20190117

Toggle release_20190117's commit message
Merge branch 'master' of github.com:gitcoinco/web

20190114

Toggle 20190114's commit message
crypto winter bots

pre_release_20190109

Toggle pre_release_20190109's commit message
Merge branch 'master' into stable

pre_release_20190108

Toggle pre_release_20190108's commit message
For some reason, these proiles keep getting

removed from their useres.  this mgmt command fixes that