Skip to content

Commit

Permalink
Revert "Merge pull request #13 from JiscSD/UKDSB-485-Fix-compatibilit…
Browse files Browse the repository at this point in the history
…y-issues-with-CKAN-Plugins"

This reverts commit cecf281, reversing
changes made to b84ddd1.
  • Loading branch information
chris-daly committed Jan 2, 2025
1 parent cecf281 commit 13f3b9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
# The CKAN version tag of the Solr and Postgres containers should match
# the one of the container the tests run on.
# You can switch this base image with a custom image tailored to your project
image: ckan/ckan-dev:2.11
image: openknowledge/ckan-dev:2.9
services:
solr:
image: ckan/ckan-solr:2.11-solr9
image: ckan/ckan-solr-dev:2.9
postgres:
image: ckan/ckan-postgres-dev:2.10
image: ckan/ckan-postgres-dev:2.9
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ __pycache__/
# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
Expand Down Expand Up @@ -42,7 +41,4 @@ coverage.xml
# Sphinx documentation
docs/_build/

*.bak

# JetBrains IDE
.idea/
*.bak
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ This plugin is developed and tested on CKAN version 2.9

Compatibility with core CKAN versions:

| CKAN version | Compatible? |
|-----------------|-------------|
| 2.6 and earlier | no |
| 2.7 | no |
| 2.8 | not tested |
| 2.9 | yes |
| 2.11 | yes |
| CKAN version | Compatible? |
| --------------- | ------------- |
| 2.6 and earlier | no |
| 2.7 | no |
| 2.8 | not tested |
| 2.9 | yes |


## Installation
Expand Down

0 comments on commit 13f3b9f

Please sign in to comment.