Skip to content

Commit

Permalink
fix: undo accidental changes to config made by rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Jul 5, 2023
1 parent a22dd48 commit 18fb07f
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 26 deletions.
6 changes: 2 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
[submodule "ckan-extensions/ckanext-unaids"]
path = submodules/ckanext-unaids
url = git@github.com:/fjelltopp/ckanext-unaids.git
[submodule "ckan-extensions/ckanext-validation"]
path = submodules/ckanext-validation
url = git@github.com:frictionlessdata/ckanext-validation.git
[submodule "ckan-extensions/ckanext-blob-storage"]
path = submodules/ckanext-blob-storage
url = git@github.com:/fjelltopp/ckanext-blob-storage.git
Expand All @@ -46,5 +43,6 @@
[submodule "submodules/giftless"]
path = submodules/giftless
url = git@github.com:/fjelltopp/giftless.git
[submodule "submodules/ckanext-validation"]
[submodule "ckan-extensions/ckanext-validation"]
path = submodules/ckanext-validation
url = git@github.com:fjelltopp/ckanext-validation.git
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,8 @@ python-dotenv = "==1.0.0"
python-jose = "==3.3.0"
setuptools = "==67.2.0"
raven = "==6.10.0"

frictionless = "==5.0.0b9"
tableschema = "*"
jinja2 = "==3.0"

[dev-packages]
beautifulsoup4 = "==4.9.1"
Expand Down
20 changes: 10 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ckan/adx_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ckan.redis.url = redis://redis:6379/1
# Add ``resource_proxy`` to enable resorce proxying and get around the
# same origin policy
# Note: Plugins to the left take precendence over plugins to the right!!! Opposite to what you might expect.
ckan.plugins = unaids fork blob_storage saml2auth emailasusername restricted authz_service stats
ckan.plugins = unaids fork scheming_datasets blob_storage saml2auth emailasusername restricted authz_service stats
text_view image_view unaids_recline_view recline_graph_view recline_map_view recline_grid_view
resource_proxy geo_view pdf_view datastore datapusher geojson_view composite
validation repeating ytp_request pages dhis2harvester_plugin dhis2_pivot_tables_harvester harvest sentry versions
Expand Down Expand Up @@ -165,7 +165,7 @@ ckanext.authz_service.jwt_private_key = -----BEGIN RSA PRIVATE KEY-----
ckanext.authz_service.jwt_public_key_file = /etc/ckan/jwt_public_key.pem
ckanext.bulk_file_uploader_default_fields = {"restricted_allowed_orgs": "unaids"}

ckanext.unaids.schema_directory = /usr/lib/adx/submodules/unaids_data_specifications/table_schemas
ckanext.validation.schema_directory = /usr/lib/adx/submodules/unaids_data_specifications/table_schemas
ckanext.validation.run_on_create_async = True
ckanext.validation.run_on_update_async = True
ckanext.validation.run_on_create_sync = False
Expand Down
3 changes: 3 additions & 0 deletions ckan/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ fi
rm -rf /usr/lib/adx/submodules/ckan/ckan/pastertemplates/template/ckanext_+project_shortname+.egg-info
cd /usr/lib/adx/ || exit 1
pipenv sync --dev
pipenv run python -m pip install --no-warn-conflicts jinja2==2.11
pipenv run python -c "import jinja2; print(jinja2.__version__)"
pipenv run python -m pip freeze
echo "show current dir"
ls -la
echo "Show local/bin"
Expand Down
2 changes: 1 addition & 1 deletion submodules/ckanext-blob-storage
Submodule ckanext-blob-storage updated from 22ec1c to 184327
2 changes: 1 addition & 1 deletion submodules/ckanext-dhis2harvester
Submodule ckanext-dhis2harvester updated from ec7b84 to 2de503
2 changes: 1 addition & 1 deletion submodules/ckanext-emailasusername
Submodule ckanext-emailasusername updated from 1666a2 to 624da7
2 changes: 1 addition & 1 deletion submodules/ckanext-fork
Submodule ckanext-fork updated from 59a69e to 784ef4
2 changes: 1 addition & 1 deletion submodules/ckanext-restricted
Submodule ckanext-restricted updated from f0012f to 81924c
2 changes: 1 addition & 1 deletion submodules/ckanext-unaids
Submodule ckanext-unaids updated from 6f5168 to ac5c1a
2 changes: 1 addition & 1 deletion submodules/giftless
Submodule giftless updated from d1dbbc to 7ee51c
2 changes: 1 addition & 1 deletion submodules/unaids_data_specifications
Submodule unaids_data_specifications updated from e1a135 to 21ea89

0 comments on commit 18fb07f

Please sign in to comment.