Skip to content

[pull] master from gitcoinco:master #16

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

Open
wants to merge 498 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 5, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Mar 5, 2022
@thelostone-mc thelostone-mc force-pushed the master branch 2 times, most recently from 7085b43 to 02b86d1 Compare March 9, 2022 14:01
@gdixon gdixon force-pushed the master branch 4 times, most recently from a15aeb3 to c0d45b0 Compare May 24, 2022 22:55
nutrina and others added 21 commits June 17, 2022 10:51
* 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
…10697)

* fix: moves ingestion to a celery task

* fix: moves only the zksync branch to celery task
…10704)

* updates the celery queues to move more jobs over to analytics queueu

* typo

* fix comment email

* take away redis lock

* changes lock

Co-authored-by: Kevin Owocki <[email protected]>
giliomeejg and others added 30 commits December 7, 2022 08:40
* 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]>
* 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.