-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from unckan/develop
Release to main
- Loading branch information
Showing
11 changed files
with
78 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__VERSION__ = '0.4.9' | ||
__VERSION__ = '0.4.11' |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Do not change this file for your local env | ||
# Use local.env to set your local env variables | ||
|
||
CKAN_UNI_VERSION=0.4.9 | ||
CKAN_UNI_VERSION=0.4.11 | ||
CKAN_GIT_URL=https://github.com/ckan/ckan.git | ||
CKAN_GIT_BRANCH=ckan-2.10.5 | ||
|
||
|
@@ -24,6 +24,11 @@ BEAKER_SESSION_VALIDATE_KEY=other-key | |
DATASTORE_WRITE_URL=postgresql://datastore_write:pass@postgresql_uni/datastore_test | ||
DATASTORE_READ_URL=postgresql://datastore_read:pass@postgresql_uni/datastore_test | ||
|
||
# Sysadmin for prod | ||
CKAN_SYSADMIN_USER=ADMIN | ||
CKAN_SYSADMIN_PASS=ADMIN | ||
CKAN_SYSADMIN_MAIL=[email protected] | ||
|
||
# Datapusher+ | ||
QSV_SNIFF_DELIMITER=True | ||
|
||
|
@@ -37,3 +42,6 @@ SUPERSER_PROXY_URL=some.proxy.com | |
SUPERSER_PROXY_PORT=3128 | ||
SUPERSER_PROXY_USER=[email protected] | ||
SUPERSER_PROXY_PASS=PASS | ||
|
||
# Push-errors extension settings | ||
# SLACK_WEBHOOK_URL=https://hooks.slack.com/services/TP59XXX/B04XXX/rEp2xxxx |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,15 @@ pip install -e git+https://github.com/NorwegianRefugeeCouncil/ckanext-api-tracki | |
pip install -r https://raw.githubusercontent.com/NorwegianRefugeeCouncil/ckanext-api-tracking/refs/tags/0.4.1/requirements.txt | ||
|
||
echo "Installing Apache Superset extension" | ||
pip install -e git+https://github.com/unckan/[email protected].4#egg=ckanext-superset | ||
pip install -r https://raw.githubusercontent.com/unckan/ckanext-superset/refs/tags/0.1.4/requirements.txt | ||
pip install -e git+https://github.com/unckan/[email protected].7#egg=ckanext-superset | ||
pip install -r https://raw.githubusercontent.com/unckan/ckanext-superset/refs/tags/0.1.7/requirements.txt | ||
|
||
echo "Installing Announcements extension" | ||
pip install -e git+https://github.com/okfn/[email protected]#egg=ckanext-announcements | ||
pip install -r https://raw.githubusercontent.com/okfn/ckanext-announcements/0.1.3/requirements.txt | ||
|
||
echo "Installing Push Errors extension" | ||
pip install -e git+https://github.com/unckan/[email protected]#egg=ckanext-push-errors | ||
pip install -r https://raw.githubusercontent.com/unckan/ckanext-push-errors/refs/tags/0.1.4/requirements.txt | ||
|
||
echo "CKAN extensions installed" |
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
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