Skip to content

Commit

Permalink
feat!: Serializer.dictize_row returns only Columns.visible
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jun 29, 2024
1 parent df77187 commit 0ad5295
Show file tree
Hide file tree
Showing 23 changed files with 1,366 additions and 1,011 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
ckan-version: ["2.10", 2.9]
ckan-version: ["2.11", "2.10", 2.9]
fail-fast: false

runs-on: ubuntu-latest
Expand All @@ -15,7 +15,7 @@ jobs:
image: openknowledge/ckan-dev:${{ matrix.ckan-version }}
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
postgres:
image: ckan/ckan-postgres-dev:${{ matrix.ckan-version }}
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ coverage.xml

# Sphinx documentation
docs/_build/
site/
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ changelog: ## compile changelog

vendor:
cp node_modules/htmx.org/dist/htmx.js ckanext/collection/assets/vendor

deploy-docs: ## build and publish documentation
mkdocs gh-deploy
Loading

0 comments on commit 0ad5295

Please sign in to comment.