Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#425] Extend harvester to support include/exclude filtering by tags #427

Open
wants to merge 84 commits into
base: master
Choose a base branch
from

Conversation

scottlimmer
Copy link

Added ability to include/exclude filter by tags as per organization/groups.
PR includes logic, CHANGELOG, README, tests

scottlimmer and others added 30 commits November 12, 2020 14:05
After Travis stopped supporting Open Source projects we decided to move
to GitHub Actions, which has turned out to be excellent.

The workflow uses two jobs, one for basic syntax checking with Flake8
and a matrix of test run using the supported CKAN versions (not master
yet, more on this later). The tests run inside a Docker Container
pre-configured with a CKAN dev install (currently the
openknowledge/ckan-dev images are used). Additionally all services are
also Dockerized, using ckan/ckan-solr-dev and ckan/postgres-dev and the
standard redis image.
Fix last harvest time to avoid timeouts
Add flake8 step to Github Actions workflow
…dis_key

check that redis key is available before running .strptime
`run_test` command is actually spelled as `run-test`
@frafra
Copy link
Contributor

frafra commented Oct 21, 2021

It looks interesting, but test are failing

amercader and others added 19 commits October 22, 2021 15:47
…vailable

use render_jinja2 for when it is available for ckan core <= 2.9.4
Makes the test independent of the test execution order
Prevents the test from failing on a server that is not freshly installed
…e-and-fixes-timeout-calculation

Improve test coverage and fixes timeout calculation
…ry-command-keep-latest-objects

Add option keep-current to clearsource_history command
Futureproof version check to work also on 3.0+
…hub.com/scottlimmer/ckanext-harvest into feature/425-tags-filter-include-exclude

� Conflicts:
�	CHANGELOG.rst
@rickelt
Copy link

rickelt commented Mar 1, 2023

Is anybody still working on this issue?
I'm interested in using that feature with CKAN 2.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet