Skip to content
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

add navigation cache #41

Merged
merged 1 commit into from
Feb 8, 2023
Merged

Conversation

allandegnan
Copy link
Contributor

@allandegnan allandegnan commented Jan 25, 2023

What

Added navigation cache using ONSdigital/dp-cache#5

How to review

tunnel dp-api-router, run the dp-frontend-router, and this app. From there you can use the cache.

Who can review

!me

@allandegnan allandegnan force-pushed the feature/add-navigation-cache branch from 963717c to 9bdd202 Compare January 26, 2023 16:09
@allandegnan allandegnan marked this pull request as ready for review January 26, 2023 16:16
@allandegnan allandegnan force-pushed the feature/add-navigation-cache branch from 9bdd202 to 5bee5b1 Compare January 27, 2023 13:32
go.mod Outdated Show resolved Hide resolved
@allandegnan allandegnan force-pushed the feature/add-navigation-cache branch 3 times, most recently from 61fb03f to d608fc7 Compare January 27, 2023 15:30
Makefile Outdated
@@ -57,6 +57,6 @@ generate-debug: fetch-renderer-lib
.PHONY: generate-prod
generate-prod: fetch-renderer-lib
cd assets; go run github.com/kevinburke/go-bindata/go-bindata -prefix $(CORE_ASSETS_PATH)/assets -o data.go -pkg assets locales/... templates/... $(CORE_ASSETS_PATH)/assets/locales/... $(CORE_ASSETS_PATH)/assets/templates/...
{ echo "// +build production\n"; cat assets/data.go; } > assets/data.go.new
{ echo "// +build production"; cat assets/data.go; } > assets/data.go.new
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might have been removed to get it running on your machine locally?

@allandegnan allandegnan force-pushed the feature/add-navigation-cache branch 4 times, most recently from df8a733 to 77ace2c Compare February 8, 2023 09:43
@allandegnan allandegnan force-pushed the feature/add-navigation-cache branch from 77ace2c to 46dd551 Compare February 8, 2023 10:02
@lindenmckenzie lindenmckenzie self-requested a review February 8, 2023 14:14
@allandegnan allandegnan merged commit 46dd551 into develop Feb 8, 2023
@janderson2 janderson2 deleted the feature/add-navigation-cache branch February 1, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants