Skip to content

Commit

Permalink
Preparation for complete sunsetting (#11047)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
giliomeejg and roansong authored Aug 1, 2023
1 parent f8c30f0 commit 21e5f54
Show file tree
Hide file tree
Showing 2 changed files with 811 additions and 789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:

deploy:
name: Deploy
needs: build-and-test
# needs: build-and-test
environment: production
runs-on: ubuntu-latest

Expand Down
Loading

0 comments on commit 21e5f54

Please sign in to comment.