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

SXDEDPCXZIC-31_DATAVIC-430 / updates to DELWP harvester #27

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
78b85ac
SXDEDPCXZIC-31_DATAVIC-430 / updates to DELWP harvester
alexmorev Aug 5, 2022
8a066dd
SXDEDPCXZIC-31_DATAVIC-430 / optimize the changes
alexmorev Aug 6, 2022
2198cfc
SXDEDPCXZIC-31_DATAVIC-430 / fix exeptions bugs
alexmorev Aug 8, 2022
4084ec8
SXDEDPCXZIC-31_DATAVIC-430 / fixed new bugs
alexmorev Aug 9, 2022
be2f7b0
SXDEDPCXZIC-31_DATAVIC-430 / fix using inner func
alexmorev Aug 9, 2022
ab17b7d
Merge pull request #26 from agmorev/SXDEDPCXZIC-31_DATAVIC-430
joelwigley Aug 11, 2022
ade9cde
SXDEDPCXZIC-44_DATAVIC-493/cleaned resource name
muhammed-ajmal Sep 19, 2022
c2c03cf
Merge branch 'develop' into SXDEDPCXZIC-44_DATAVIC-493
muhammed-ajmal Sep 19, 2022
ac3908b
Merge pull request #29 from muhammed-ajmal/SXDEDPCXZIC-44_DATAVIC-493
Engerrs Sep 29, 2022
2c4da10
SXDEDPCXZIC-90_DATAVIC-470 / black project
mutantsan Jan 19, 2023
bf691b6
SXDEDPCXZIC-90_DATAVIC-470 / Remove redundant directories and files
mutantsan Jan 19, 2023
0a3822d
SXDEDPCXZIC-90_DATAVIC-470 / move harvesters
mutantsan Jan 19, 2023
130379b
SXDEDPCXZIC-90_DATAVIC-470 / refine imports and related code
mutantsan Jan 19, 2023
83fc9b7
SXDEDPCXZIC-90_DATAVIC-470 / refactor helpers
mutantsan Jan 19, 2023
98b9970
SXDEDPCXZIC-90_DATAVIC-470 / replace % and format string interpolation
mutantsan Jan 19, 2023
dfd45b3
Merge pull request #30 from dpc-sdp/SXDEDPCXZIC-89_DATAVIC-517
smotornyuk Jan 22, 2023
562c47b
SXDEDPCXZIC-90_DATAVIC-470 / commit last changes to datavic_ckan and …
mutantsan Jan 23, 2023
42acc8c
SXDEDPCXZIC-90_DATAVIC-470 / remove datavic_ckan and metashare harves…
mutantsan Jan 23, 2023
24d729d
SXDEDPCXZIC-90_DATAVIC-470 / refactor delwp harvester (wip)
mutantsan Jan 23, 2023
31a4205
SXDEDPCXZIC-90_DATAVIC-470 / finish refactor delwp harvest
mutantsan Jan 24, 2023
8c85e89
SXDEDPCXZIC-90_DATAVIC-470 / finish refactor dcat_json and small fixe…
mutantsan Jan 25, 2023
3c00892
Merge remote-tracking branch 'origin/develop' into SXDEDPCXZIC-90_DAT…
mutantsan Jan 25, 2023
f56a500
SXDEDPCXZIC-109 / writing tests for base and delwp harvester
mutantsan Feb 2, 2023
4f026c7
SXDEDPCXZIC-109 / write test for dcat_json harvester and helpers
mutantsan Feb 3, 2023
05e3f2e
SXDEDPCXZIC-109 / append TestDelwpHarvester.test_import_stage test
mutantsan Feb 3, 2023
6796944
SXDEDPCXZIC-129 / add temporal coverage for wms/wmf resources
mutantsan Mar 9, 2023
adc7214
Merge branch 'SXDEDPCXZIC-31_DATAVIC-430' of https://github.com/agmor…
alexmorev Mar 26, 2023
5a9183e
Merge pull request #1 from agmorev/agmorev-SXDEDPCXZIC-31_DATAVIC-430
alexmorev Mar 26, 2023
e2bf056
Merge pull request #35 from mutantsan/SXDEDPCXZIC-129
joelwigley Mar 31, 2023
7786fb4
Merge branch 'uat' into SXDEDPCXZIC-31_DATAVIC-430
alexmorev Apr 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To install ``ckanext-datavic-harvester``:
cd /app/src/ckan/default/src/ckanext-datavic-harvester
python setup.py develop

3. Add ``datavic_ckan_harvester`` to the ``ckan.plugins`` setting in your CKAN
3. Add ``datavic_dcat_json_harvester delwp_harvester`` to the ``ckan.plugins`` setting in your CKAN
config file (by default the config file is located at
``/app/ckan/default/ckan.ini``).

Expand Down
2 changes: 2 additions & 0 deletions ckanext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# this is a namespace package
try:
import pkg_resources

pkg_resources.declare_namespace(__name__)
except ImportError:
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)
81 changes: 0 additions & 81 deletions ckanext/datavic_harvester/bs4_helpers.py

This file was deleted.

3,306 changes: 3,306 additions & 0 deletions ckanext/datavic_harvester/data/dcat_json_datasets.txt

Large diffs are not rendered by default.

Loading