Skip to content

Commit

Permalink
change the datagovtheme branch to harvest-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Nov 6, 2024
1 parent 75cc3b9 commit 183c2a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ export CKANEXT__DATAGOVCATALOG__ADD_PACKAGES_TRACKING_INFO=false
export CKANEXT__DATAGOVTHEME__HARVEST_NEXT=True

# add harvest admin url
echo "$HARVEST_ADMIN_URL" > $CKANEXT__DATAGOVTHEME__HARVEST_ADMIN_URL
# echo "$HARVEST_ADMIN_URL" > $CKANEXT__DATAGOVTHEME__HARVEST_ADMIN_URL
export CKANEXT__DATAGOVTHEME__HARVEST_ADMIN_URL=$HARVEST_ADMIN_URL

# Render recent view using AJAX call to boost page loading speed
export CKANEXT__DATAGOVTHEME__JS_RECENT_VIEW=true
Expand Down
3 changes: 1 addition & 2 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ charset-normalizer==3.3.2
ckan @ git+https://github.com/GSA/ckan.git@8c4a517efeac80db098cc6ba144cb742bbeca194
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
-e git+https://github.com/GSA/ckanext-datagovcatalog.git@harvest-next#egg=ckanext_datagovcatalog
# -e git+https://github.com/GSA/ckanext-datagovtheme.git@harvest-next#egg=ckanext_datagovtheme
-e git+https://github.com/GSA/ckanext-datagovtheme.git@modify-metadata-source-links#egg=ckanext_datagovtheme
-e git+https://github.com/GSA/ckanext-datagovtheme.git@harvest-next#egg=ckanext_datagovtheme
ckanext-datajson==0.1.25
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@b8ebf24004cd3f3edb7f9d01c87c20259c102093
ckanext-envvars==0.0.3
Expand Down
3 changes: 2 additions & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ applications:
NEW_RELIC_MONITOR_MODE: ((new_relic_monitor_mode))
CKAN_SITE_URL: https://((route-public))
CKAN___GOOGLEANALYTICS__ID: ((googleanalytics_id))
HARVEST_ADMIN_URL: ((harvest_admin_url))

- name: ((app_name))-admin
buildpacks:
Expand Down Expand Up @@ -59,6 +60,7 @@ applications:
NEW_RELIC_HOST: gov-collector.newrelic.com
NEW_RELIC_MONITOR_MODE: ((new_relic_monitor_mode))
CKAN_SITE_URL: https://((route-external-admin))
HARVEST_ADMIN_URL: ((harvest_admin_url))

- name: ((app_name))-proxy
buildpacks:
Expand All @@ -80,4 +82,3 @@ applications:
EXTERNAL_ROUTE_ADMIN: ((route-external-admin))
INTERNAL_ROUTE_ADMIN: ((route-internal-admin))
DENY_PACKAGE_CREATE: ((deny_package_create))
HARVEST_ADMIN_URL: ((harvest_admin_url))

0 comments on commit 183c2a8

Please sign in to comment.