forked from gitcoinco/web
-
Notifications
You must be signed in to change notification settings - Fork 0
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
seeing what's up #3
Open
svipal
wants to merge
10,000
commits into
svipal:master
Choose a base branch
from
gitcoinco:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thelostone-mc
force-pushed
the
master
branch
2 times, most recently
from
November 24, 2021 14:40
e276966
to
df02065
Compare
thelostone-mc
force-pushed
the
master
branch
2 times, most recently
from
March 9, 2022 14:01
7085b43
to
02b86d1
Compare
gdixon
force-pushed
the
master
branch
4 times, most recently
from
May 24, 2022 22:55
a15aeb3
to
c0d45b0
Compare
* Make trust bonus resilient, ignore unsuppoerted providers (like Github atm) * Updating docker-compose-celery to use a build that is resilient towards new stamp providers (and ignores them silently instead of failing)
* Enabling logging to datadog from the trust bonus page * Enhanced logging to datadog from the trust bonus page * Reverting check to check url path * Fixing typo
* Handling the case for empty passports * Handling the case when the initial trust bonus status is null
* Logging warning when ignoring provider key from trust bonus calculation * Improved error handling for the trust bonus page: - display error occured in the celery task when saving - check for valid stamps before scoring the passport - try - catch, and resetting the loading in case in connectPassport * Fixing typo
#10690) * When checking stamp expiration, accepting also ISO timestamps without the milliseconds * Wrapping the processing of a stamp in a try - except, in order to ignore unsupported stamps
… fix for the timestamp parsing in stamp
… the default queue" This reverts commit af3aae0.
Co-authored-by: Kevin Owocki <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Unicef banner): Add yellow Unicef banner above the top nav. * func(Banners): Remove old Gr14 & Gr15 banners. Co-authored-by: Roan Song <[email protected]>
LGTM, merging
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Grants): Remove Unicef banner. * func(Banner): Could be removed by tweaking the DB instead of commenting out. Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Ribbon): Add yellow ribbon above main nav to highlight Gitcoin round. Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Ribbon): Add yellow ribbon above main nav to highlight Gitcoin round. * func(Banner): Update text and link. Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Grants): Replace grants landing page with Gitcoin Alpha contents. * func(Cart): Remove cart buttons as it's being replaced by explorer. * func(Grants): Add utm_source to external URLs. * func(Grants): Text amendments to emphasise the Gitcoin round. Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Alpha round): Small text & URL changes. Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Alpha): Add round sponsors banner. Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Alpha): Add round sponsors banner. * chore(Alpha): Swop image out with one that includes additional logo. * chore(Alpha): Banner replacement. Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * fix(Docker): Recent change to the bleach library stopped things working, so pin to a working version. * func(Banner): Remove yellow banner at the top. * func(Home): Reset back to what it was pre-alpha rounds. * func(Grants): Update page to remove focus on alpha-rounds and explain protocol transision. --------- Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Grants): Update grants page text to highlight passport reconnect. * fix(Grant): Some cart elements were still showing up. Remove entire a. --------- Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Grants): Update grants page text to highlight passport reconnect. * fix(Grant): Some cart elements were still showing up. Remove entire a. * func(Grants): Updated text on /grants page. * func(Grants): Small text tweak. * func(Grants): Small text change. --------- Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Grants): Update grants page text to highlight passport reconnect. * fix(Grant): Some cart elements were still showing up. Remove entire a. * func(Grants): Updated text on /grants page. * func(Grants): Small text tweak. * func(Grants): Small text change. * func(Nav): Re-add cart icon, as people might still want to donate to older projects. * func(Grants): Remove section that explains the need to interact with Passport before the 10th of Feb. --------- Co-authored-by: Roan Song <[email protected]> Co-authored-by: Nicolas Kammerdiener <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Results): Update to reflect the changes under way. --------- Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Results): Update to reflect the changes under way. * fix(Results): Some duplicate includes. * func(Grants): Remove some text that might now be outdated. --------- Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Results): Update to reflect the changes under way. * fix(Results): Some duplicate includes. * func(Grants): Remove some text that might now be outdated. * func(Mautic): Mautic is not used anymore, in favour of Hubspot. Remove references that might lead to throwing errors, and note this platform is being sunset. --------- Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Hackathons): Add an alert to send users to buidlbox.com. * func(Hackathons): Small update to link / add utm_source. --------- Co-authored-by: Roan Song <[email protected]>
…ing contributions to the index table. Have also updated the date by which contributions are checked in compute_grant_contribution_index_delta and compute_grant_contribution_index (eoy 2022).
…11036) * Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Hackathons): Add an alert to send users to buidlbox.com. * func(Hackathons): Small update to link / add utm_source. * func(Banner): Highlight beta round. * func(Redirects): Change blog redirects over to new site. --------- Co-authored-by: Roan Song <[email protected]>
…to Buidlbox. (#11041) * Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Hackathons): Add an alert to send users to buidlbox.com. * func(Hackathons): Small update to link / add utm_source. * func(Banner): Highlight beta round. * func(Redirects): Change blog redirects over to new site. * fix(Dependency): Breaking chnage in urllib3 prevented the booting up of a local dev environment. * func(Bounties): Add redirect for creating new bounties to send users to Buidlbox. * chore(Cleanup): Small bits of cleanup. --------- Co-authored-by: Roan Song <[email protected]>
* Added logging for calls to mautic_proxy In the process of moving from Mautic/Acquia to Hubspot. Starting by adding a log to develop a deeper understanding of requests, in order to prepare for writing the Hubspot part, which would see requests temporarily be sent to both Acquia and Hubspot before turning the Acquia requests off. * Added MauticLog table * Added entry for every call to mautic_proxy * Wrapped DB call in try-except * fix(Home): GR15 Image should be loaded via CDN. * func(Bottom nav): Add Passport to the footer nav. * func(Passport): Redirect gitcoin.co/passport to new landing page * fix(Loading image): Loading image size can be reduced by 50% as it appears the frontend uses fairly small versions of the image. * func(GR15): Temporary (1-2 weeks). Thank you banner for participating in GR15. * fix(Styling): Use smaller padding for mobile devices. * func(Home): Change banner to highlight protocol & grants for desktop. * func(Banner): Add responsiveness for mobile. * fix(Nav): Main nav was sitting under the banner images. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * func(Blog): Wordpress is becoming unreliable (rate limiting issues) in redirecting gitcoin.co/blog to go.gitcoin.co/blog so change the links at the source to point to the newer blog location of go.gitcoin.co/blog. * fix(Home banner): Mobile nav sat under the protocol image, instead of over it. * undo * func(Text): Small text change requested by ceresstation. * func(Grants): Remove navigational items for grant creation, as we're sunsetting cGrants. * func(Grants): Replace grant creation page with notification of new protocol launch. * func(Grants): Small text change to sunsetting cGrants. * func(Grants): Change more info links. * func(Grants): Small text change. * fix(Grants): Amend tests for new content. * fix(Grants): Breaking test. * fix(New grant): Remove new.scss that's causing a bundling error. * fix(Grants sunset): Remove unused .css that's throwing a bundle error. * func(Hackathons): Add an alert to send users to buidlbox.com. * func(Hackathons): Small update to link / add utm_source. * func(Banner): Highlight beta round. * func(Redirects): Change blog redirects over to new site. * fix(Dependency): Breaking chnage in urllib3 prevented the booting up of a local dev environment. * func(Bounties): Add redirect for creating new bounties to send users to Buidlbox. * chore(Cleanup): Small bits of cleanup. * func(Sunsetting): As we're sunsetting cGrants, redirect all routes to the appropriate websites. * func(Sunsetting): Remove testing. --------- Co-authored-by: Roan Song <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Checklist
Affected core subsystem(s)
Refers/Fixes
Testing and Sign-off
Contributor
make test
and everything passed!Reviewer
Funder