Skip to content

Commit

Permalink
ADX-1043 Remove composite and repeating extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed Aug 30, 2023
1 parent 3e30f7e commit ab37ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ webencodings = "==0.5.1"
webob = "==1.8.7"
werkzeug = {version = "==1.0.0", extras = ["watchdog"]}
"zope.interface" = "<5.0"
ckanext-composite = {editable = true, ref = "1e6d7bb8fbe7d607376505860985c29816e64d36", git = "https://github.com/EnviDat/ckanext-composite.git"}
ckanext-repeating = {editable = true, ref = "291295557ff74b26784f6271c1a1b4ffdb990f43", git = "https://github.com/open-data/ckanext-repeating.git"}
ckanext-sentry = {editable = true, ref = "d3b1d1cf1f975b3672891012e6c75e176497db8f", git = "https://github.com/okfn/ckanext-sentry"}
ckanext-authz-service = {editable = true, ref = "bd4c80f55a714c1117a0e130d07463e383c494c7", git = "https://github.com/datopian/ckanext-authz-service"}
ckanext-pdfview = {editable = true, ref = "3acd4a5d4cf53ca46bd3681e13e5d3ada051c644", git = "https://github.com/ckan/ckanext-pdfview.git"}
Expand Down
6 changes: 2 additions & 4 deletions ckan/adx_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ ckan.redis.url = redis://redis:6379/1
# Note: Plugins to the left take precendence over plugins to the right!!! Opposite to what you might expect.
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
resource_proxy geo_view pdf_view datastore datapusher geojson_view
validation ytp_request pages dhis2harvester_plugin dhis2_pivot_tables_harvester harvest sentry versions
auth

ckanext.blob_storage.storage_service_url=http://adr.local/giftless
Expand Down Expand Up @@ -181,8 +181,6 @@ scheming.dataset_schemas_directory = /usr/lib/adx/submodules/unaids_data_specifi

scheming.presets = ckanext.unaids:presets.json
ckanext.scheming:presets.json
ckanext.repeating:presets.json
ckanext.composite:presets.json
ckanext.validation:presets.json


Expand Down

0 comments on commit ab37ca6

Please sign in to comment.